190 lines
309 KiB
JavaScript
190 lines
309 KiB
JavaScript
(()=>{var l={6615:(l,v,m)=>{"use strict";Object.defineProperty(v,"__esModule",{value:true});v.getBrowserScope=v.setBrowserScope=v.getLatestStableBrowsers=v.find=v.isSupported=v.getSupport=v.features=undefined;var y=m(4953);var _=_interopRequireDefault(y);var w=m(4907);var k=_interopRequireDefault(w);var S=m(9613);var E=m(4532);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var O=Object.keys(S.features);var P=void 0;function setBrowserScope(l){P=(0,E.cleanBrowsersList)(l)}function getBrowserScope(){return P}var C=(0,_.default)(E.parseCaniuseData,(function(l,v){return l.title+v}));function getSupport(l){var v=void 0;try{v=(0,S.feature)(S.features[l])}catch(v){var m=find(l);if(m.length===1)return getSupport(m[0]);throw new ReferenceError("Please provide a proper feature name. Cannot find "+l)}return C(v,P)}function isSupported(l,v){var m=void 0;try{m=(0,S.feature)(S.features[l])}catch(v){var y=find(l);if(y.length===1){m=S.features[y[0]]}else{throw new ReferenceError("Please provide a proper feature name. Cannot find "+l)}}return(0,k.default)(v,{ignoreUnknownVersions:true}).map((function(l){return l.split(" ")})).every((function(l){return m.stats[l[0]]&&m.stats[l[0]][l[1]]==="y"}))}function find(l){if(typeof l!=="string"){throw new TypeError("The `query` parameter should be a string.")}if(~O.indexOf(l)){return l}return O.filter((function(v){return(0,E.contains)(v,l)}))}function getLatestStableBrowsers(){return(0,k.default)("last 1 version")}setBrowserScope();v.features=O;v.getSupport=getSupport;v.isSupported=isSupported;v.find=find;v.getLatestStableBrowsers=getLatestStableBrowsers;v.setBrowserScope=setBrowserScope;v.getBrowserScope=getBrowserScope},4532:(l,v,m)=>{"use strict";Object.defineProperty(v,"__esModule",{value:true});v.contains=contains;v.parseCaniuseData=parseCaniuseData;v.cleanBrowsersList=cleanBrowsersList;var y=m(2583);var _=_interopRequireDefault(y);var w=m(4907);var k=_interopRequireDefault(w);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function contains(l,v){return!!~l.indexOf(v)}function parseCaniuseData(l,v){var m={};var y;var _;v.forEach((function(v){m[v]={};for(var w in l.stats[v]){y=l.stats[v][w].replace(/#\d+/,"").trim().split(" ");w=parseFloat(w.split("-")[0]);if(isNaN(w))continue;for(var k=0;k<y.length;k++){_=y[k];if(_==="d"){continue}else if(_==="y"){if(typeof m[v][_]==="undefined"||w<m[v][_]){m[v][_]=w}}else{if(typeof m[v][_]==="undefined"||w>m[v][_]){m[v][_]=w}}}}}));return m}function cleanBrowsersList(l){return(0,_.default)((0,k.default)(l).map((function(l){return l.split(" ")[0]})))}},3251:(l,v)=>{Object.defineProperty(v,"__esModule",{value:!0});var m={grad:.9,turn:360,rad:360/(2*Math.PI)},t=function(l){return"string"==typeof l?l.length>0:"number"==typeof l},n=function(l,v,m){return void 0===v&&(v=0),void 0===m&&(m=Math.pow(10,v)),Math.round(m*l)/m+0},e=function(l,v,m){return void 0===v&&(v=0),void 0===m&&(m=1),l>m?m:l>v?l:v},u=function(l){return(l=isFinite(l)?l%360:0)>0?l:l+360},o=function(l){return{r:e(l.r,0,255),g:e(l.g,0,255),b:e(l.b,0,255),a:e(l.a)}},a=function(l){return{r:n(l.r),g:n(l.g),b:n(l.b),a:n(l.a,3)}},y=/^#([0-9a-f]{3,8})$/i,i=function(l){var v=l.toString(16);return v.length<2?"0"+v:v},h=function(l){var v=l.r,m=l.g,y=l.b,_=l.a,w=Math.max(v,m,y),k=w-Math.min(v,m,y),S=k?w===v?(m-y)/k:w===m?2+(y-v)/k:4+(v-m)/k:0;return{h:60*(S<0?S+6:S),s:w?k/w*100:0,v:w/255*100,a:_}},b=function(l){var v=l.h,m=l.s,y=l.v,_=l.a;v=v/360*6,m/=100,y/=100;var w=Math.floor(v),k=y*(1-m),S=y*(1-(v-w)*m),E=y*(1-(1-v+w)*m),O=w%6;return{r:255*[y,S,k,k,E,y][O],g:255*[E,y,y,S,k,k][O],b:255*[k,k,E,y,y,S][O],a:_}},d=function(l){return{h:u(l.h),s:e(l.s,0,100),l:e(l.l,0,100),a:e(l.a)}},g=function(l){return{h:n(l.h),s:n(l.s),l:n(l.l),a:n(l.a,3)}},f=function(l){return b((m=(v=l).s,{h:v.h,s:(m*=((y=v.l)<50?y:100-y)/100)>0?2*m/(y+m)*100:0,v:y+m,a:v.a}));var v,m,y},p=function(l){return{h:(v=h(l)).h,s:(_=(200-(m=v.s))*(y=v.v)/100)>0&&_<200?m*y/100/(_<=100?_:200-_)*100:0,l:_/2,a:v.a};var v,m,y,_},_=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,w=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,k=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,S=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,E={string:[[function(l){var v=y.exec(l);return v?(l=v[1]).length<=4?{r:parseInt(l[0]+l[0],16),g:parseInt(l[1]+l[1],16),b:parseInt(l[2]+l[2],16),a:4===l.length?n(parseInt(l[3]+l[3],16)/255,2):1}:6===l.length||8===l.length?{r:parseInt(l.substr(0,2),16),g:parseInt(l.substr(2,2),16),b:parseInt(l.substr(4,2),16),a:8===l.length?n(parseInt(l.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(l){var v=k.exec(l)||S.exec(l);return v?v[2]!==v[4]||v[4]!==v[6]?null:o({r:Number(v[1])/(v[2]?100/255:1),g:Number(v[3])/(v[4]?100/255:1),b:Number(v[5])/(v[6]?100/255:1),a:void 0===v[7]?1:Number(v[7])/(v[8]?100:1)}):null},"rgb"],[function(l){var v=_.exec(l)||w.exec(l);if(!v)return null;var y,k,S=d({h:(y=v[1],k=v[2],void 0===k&&(k="deg"),Number(y)*(m[k]||1)),s:Number(v[3]),l:Number(v[4]),a:void 0===v[5]?1:Number(v[5])/(v[6]?100:1)});return f(S)},"hsl"]],object:[[function(l){var v=l.r,m=l.g,y=l.b,_=l.a,w=void 0===_?1:_;return t(v)&&t(m)&&t(y)?o({r:Number(v),g:Number(m),b:Number(y),a:Number(w)}):null},"rgb"],[function(l){var v=l.h,m=l.s,y=l.l,_=l.a,w=void 0===_?1:_;if(!t(v)||!t(m)||!t(y))return null;var k=d({h:Number(v),s:Number(m),l:Number(y),a:Number(w)});return f(k)},"hsl"],[function(l){var v=l.h,m=l.s,y=l.v,_=l.a,w=void 0===_?1:_;if(!t(v)||!t(m)||!t(y))return null;var k=function(l){return{h:u(l.h),s:e(l.s,0,100),v:e(l.v,0,100),a:e(l.a)}}({h:Number(v),s:Number(m),v:Number(y),a:Number(w)});return b(k)},"hsv"]]},N=function(l,v){for(var m=0;m<v.length;m++){var y=v[m][0](l);if(y)return[y,v[m][1]]}return[null,void 0]},x=function(l){return"string"==typeof l?N(l.trim(),E.string):"object"==typeof l&&null!==l?N(l,E.object):[null,void 0]},M=function(l,v){var m=p(l);return{h:m.h,s:e(m.s+100*v,0,100),l:m.l,a:m.a}},I=function(l){return(299*l.r+587*l.g+114*l.b)/1e3/255},H=function(l,v){var m=p(l);return{h:m.h,s:m.s,l:e(m.l+100*v,0,100),a:m.a}},O=function(){function r(l){this.parsed=x(l)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return r.prototype.isValid=function(){return null!==this.parsed},r.prototype.brightness=function(){return n(I(this.rgba),2)},r.prototype.isDark=function(){return I(this.rgba)<.5},r.prototype.isLight=function(){return I(this.rgba)>=.5},r.prototype.toHex=function(){return l=a(this.rgba),v=l.r,m=l.g,y=l.b,w=(_=l.a)<1?i(n(255*_)):"","#"+i(v)+i(m)+i(y)+w;var l,v,m,y,_,w},r.prototype.toRgb=function(){return a(this.rgba)},r.prototype.toRgbString=function(){return l=a(this.rgba),v=l.r,m=l.g,y=l.b,(_=l.a)<1?"rgba("+v+", "+m+", "+y+", "+_+")":"rgb("+v+", "+m+", "+y+")";var l,v,m,y,_},r.prototype.toHsl=function(){return g(p(this.rgba))},r.prototype.toHslString=function(){return l=g(p(this.rgba)),v=l.h,m=l.s,y=l.l,(_=l.a)<1?"hsla("+v+", "+m+"%, "+y+"%, "+_+")":"hsl("+v+", "+m+"%, "+y+"%)";var l,v,m,y,_},r.prototype.toHsv=function(){return l=h(this.rgba),{h:n(l.h),s:n(l.s),v:n(l.v),a:n(l.a,3)};var l},r.prototype.invert=function(){return j({r:255-(l=this.rgba).r,g:255-l.g,b:255-l.b,a:l.a});var l},r.prototype.saturate=function(l){return void 0===l&&(l=.1),j(M(this.rgba,l))},r.prototype.desaturate=function(l){return void 0===l&&(l=.1),j(M(this.rgba,-l))},r.prototype.grayscale=function(){return j(M(this.rgba,-1))},r.prototype.lighten=function(l){return void 0===l&&(l=.1),j(H(this.rgba,l))},r.prototype.darken=function(l){return void 0===l&&(l=.1),j(H(this.rgba,-l))},r.prototype.rotate=function(l){return void 0===l&&(l=15),this.hue(this.hue()+l)},r.prototype.alpha=function(l){return"number"==typeof l?j({r:(v=this.rgba).r,g:v.g,b:v.b,a:l}):n(this.rgba.a,3);var v},r.prototype.hue=function(l){var v=p(this.rgba);return"number"==typeof l?j({h:l,s:v.s,l:v.l,a:v.a}):n(v.h)},r.prototype.isEqual=function(l){return this.toHex()===j(l).toHex()},r}(),j=function(l){return l instanceof O?l:new O(l)},P=[];v.Colord=O,v.colord=j,v.extend=function(l){l.forEach((function(l){P.indexOf(l)<0&&(l(O,E),P.push(l))}))},v.getFormat=function(l){return x(l)[1]},v.random=function(){return new O({r:255*Math.random(),g:255*Math.random(),b:255*Math.random()})}},47:l=>{l.exports=function(l){var r=function(l){var v,m,y,_=l.toHex(),w=l.alpha(),k=_.split(""),S=k[1],E=k[2],O=k[3],P=k[4],C=k[5],T=k[6],L=k[7],D=k[8];if(w>0&&w<1&&(v=parseInt(L+D,16)/255,void 0===(m=2)&&(m=0),void 0===y&&(y=Math.pow(10,m)),Math.round(y*v)/y+0!==w))return null;if(S===E&&O===P&&C===T){if(1===w)return"#"+S+O+C;if(L===D)return"#"+S+O+C+L}return _},n=function(l){return l>0&&l<1?l.toString().replace("0.","."):l};l.prototype.minify=function(l){void 0===l&&(l={});var v=this.toRgb(),m=n(v.r),y=n(v.g),_=n(v.b),w=this.toHsl(),k=n(w.h),S=n(w.s),E=n(w.l),O=n(this.alpha()),P=Object.assign({hex:!0,rgb:!0,hsl:!0},l),C=[];if(P.hex&&(1===O||P.alphaHex)){var T=r(this);T&&C.push(T)}if(P.rgb&&C.push(1===O?"rgb("+m+","+y+","+_+")":"rgba("+m+","+y+","+_+","+O+")"),P.hsl&&C.push(1===O?"hsl("+k+","+S+"%,"+E+"%)":"hsla("+k+","+S+"%,"+E+"%,"+O+")"),P.transparent&&0===m&&0===y&&0===_&&0===O)C.push("transparent");else if(1===O&&P.name&&"function"==typeof this.toName){var L=this.toName();L&&C.push(L)}return function(l){for(var v=l[0],m=1;m<l.length;m++)l[m].length<v.length&&(v=l[m]);return v}(C)}}},2338:l=>{l.exports=function(l,v){var m={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},y={};for(var _ in m)y[m[_]]=_;var w={};l.prototype.toName=function(v){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var _,k,S=y[this.toHex()];if(S)return S;if(null==v?void 0:v.closest){var E=this.toRgb(),O=1/0,P="black";if(!w.length)for(var C in m)w[C]=new l(m[C]).toRgb();for(var T in m){var L=(_=E,k=w[T],Math.pow(_.r-k.r,2)+Math.pow(_.g-k.g,2)+Math.pow(_.b-k.b,2));L<O&&(O=L,P=T)}return P}};v.string.push([function(v){var y=v.toLowerCase(),_="transparent"===y?"#0000":m[y];return _?new l(_).toRgb():null},"name"])}},441:l=>{"use strict";
|
||
/*! https://mths.be/cssesc v3.0.0 by @mathias */var v={};var m=v.hasOwnProperty;var y=function merge(l,v){if(!l){return v}var y={};for(var _ in v){y[_]=m.call(l,_)?l[_]:v[_]}return y};var _=/[ -,\.\/:-@\[-\^`\{-~]/;var w=/[ -,\.\/:-@\[\]\^`\{-~]/;var k=/['"\\]/;var S=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g;var E=function cssesc(l,v){v=y(v,cssesc.options);if(v.quotes!="single"&&v.quotes!="double"){v.quotes="single"}var m=v.quotes=="double"?'"':"'";var k=v.isIdentifier;var E=l.charAt(0);var O="";var P=0;var C=l.length;while(P<C){var T=l.charAt(P++);var L=T.charCodeAt();var D=void 0;if(L<32||L>126){if(L>=55296&&L<=56319&&P<C){var R=l.charCodeAt(P++);if((R&64512)==56320){L=((L&1023)<<10)+(R&1023)+65536}else{P--}}D="\\"+L.toString(16).toUpperCase()+" "}else{if(v.escapeEverything){if(_.test(T)){D="\\"+T}else{D="\\"+L.toString(16).toUpperCase()+" "}}else if(/[\t\n\f\r\x0B]/.test(T)){D="\\"+L.toString(16).toUpperCase()+" "}else if(T=="\\"||!k&&(T=='"'&&m==T||T=="'"&&m==T)||k&&w.test(T)){D="\\"+T}else{D=T}}O+=D}if(k){if(/^-[-\d]/.test(O)){O="\\-"+O.slice(1)}else if(/\d/.test(E)){O="\\3"+E+" "+O.slice(1)}}O=O.replace(S,(function(l,v,m){if(v&&v.length%2){return l}return(v||"")+m}));if(!k&&v.wrap){return m+O+m}return O};E.options={escapeEverything:false,isIdentifier:false,quotes:"single",wrap:false};E.version="3.0.0";l.exports=E},6501:(l,v,m)=>{"use strict";
|
||
/**
|
||
* @author Ben Briggs
|
||
* @license MIT
|
||
* @module cssnano:preset:default
|
||
* @overview
|
||
*
|
||
* This default preset for cssnano only includes transforms that make no
|
||
* assumptions about your CSS other than what is passed in. In previous
|
||
* iterations of cssnano, assumptions were made about your CSS which caused
|
||
* output to look different in certain use cases, but not others. These
|
||
* transforms have been moved from the defaults to other presets, to make
|
||
* this preset require only minimal configuration.
|
||
*/const y=m(2818);const _=m(5227);const w=m(3653);const k=m(2506);const S=m(8248);const E=m(5373);const O=m(1212);const P=m(4491);const C=m(8258);const T=m(5535);const L=m(1625);const D=m(907);const R=m(9734);const A=m(1800);const q=m(1912);const F=m(5856);const $=m(5138);const z=m(5501);const V=m(8842);const W=m(3971);const U=m(6742);const B=m(4034);const Q=m(908);const Y=m(171);const G=m(7151);const J=m(6119);const Z=m(631);const K=m(9813);const{rawCache:X}=m(39);const ee={convertValues:{length:false},normalizeCharset:{add:false},cssDeclarationSorter:{keepOverrides:true}};function defaultPreset(l={}){const v=Object.assign({},ee,l);const m=[[_,v.discardComments],[k,v.minifyGradients],[w,v.reduceInitial],[S,v.svgo],[Z,v.normalizeDisplayValues],[E,v.reduceTransforms],[C,v.colormin],[K,v.normalizeTimingFunctions],[P,v.calc],[O,v.convertValues],[T,v.orderedValues],[L,v.minifySelectors],[D,v.minifyParams],[R,v.normalizeCharset],[z,v.discardOverridden],[Q,v.normalizeString],[J,v.normalizeUnicode],[A,v.minifyFontValues],[q,v.normalizeUrl],[V,v.normalizeRepeatStyle],[Y,v.normalizePositions],[G,v.normalizeWhitespace],[F,v.mergeLonghand],[$,v.discardDuplicates],[W,v.mergeRules],[U,v.discardEmpty],[B,v.uniqueSelectors],[y,v.cssDeclarationSorter],[X,v.rawCache]];return{plugins:m}}l.exports=defaultPreset},3280:l=>{"use strict";l.exports=function getArguments(l){const v=[[]];for(const m of l.nodes){if(m.type!=="div"){v[v.length-1].push(m)}else{v.push([])}}return v}},39:(l,v,m)=>{"use strict";const y=m(3496);const _=m(3280);const w=m(8202);l.exports={rawCache:y,getArguments:_,sameParent:w}},3496:l=>{"use strict";function pluginCreator(){return{postcssPlugin:"cssnano-util-raw-cache",OnceExit(l,{result:v}){v.root.rawCache={colon:":",indent:"",beforeDecl:"",beforeRule:"",beforeOpen:"",beforeClose:"",beforeComment:"",after:"",emptyBody:"",commentLeft:"",commentRight:""}}}}pluginCreator.postcss=true;l.exports=pluginCreator},8202:l=>{"use strict";function checkMatch(l,v){if(l.type==="atrule"&&v.type==="atrule"){return l.params===v.params&&l.name.toLowerCase()===v.name.toLowerCase()}return l.type===v.type}function sameParent(l,v){if(!l.parent){return!v.parent}if(!v.parent){return false}if(!checkMatch(l.parent,v.parent)){return false}return sameParent(l.parent,v.parent)}l.exports=sameParent},4953:l=>{var v="Expected a function";var m="__lodash_hash_undefined__";var y="[object Function]",_="[object GeneratorFunction]";var w=/[\\^$.*+?()[\]{}|]/g;var k=/^\[object .+?Constructor\]$/;var S=typeof global=="object"&&global&&global.Object===Object&&global;var E=typeof self=="object"&&self&&self.Object===Object&&self;var O=S||E||Function("return this")();function getValue(l,v){return l==null?undefined:l[v]}function isHostObject(l){var v=false;if(l!=null&&typeof l.toString!="function"){try{v=!!(l+"")}catch(l){}}return v}var P=Array.prototype,C=Function.prototype,T=Object.prototype;var L=O["__core-js_shared__"];var D=function(){var l=/[^.]+$/.exec(L&&L.keys&&L.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();var R=C.toString;var A=T.hasOwnProperty;var q=T.toString;var F=RegExp("^"+R.call(A).replace(w,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var $=P.splice;var z=getNative(O,"Map"),V=getNative(Object,"create");function Hash(l){var v=-1,m=l?l.length:0;this.clear();while(++v<m){var y=l[v];this.set(y[0],y[1])}}function hashClear(){this.__data__=V?V(null):{}}function hashDelete(l){return this.has(l)&&delete this.__data__[l]}function hashGet(l){var v=this.__data__;if(V){var y=v[l];return y===m?undefined:y}return A.call(v,l)?v[l]:undefined}function hashHas(l){var v=this.__data__;return V?v[l]!==undefined:A.call(v,l)}function hashSet(l,v){var y=this.__data__;y[l]=V&&v===undefined?m:v;return this}Hash.prototype.clear=hashClear;Hash.prototype["delete"]=hashDelete;Hash.prototype.get=hashGet;Hash.prototype.has=hashHas;Hash.prototype.set=hashSet;function ListCache(l){var v=-1,m=l?l.length:0;this.clear();while(++v<m){var y=l[v];this.set(y[0],y[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(l){var v=this.__data__,m=assocIndexOf(v,l);if(m<0){return false}var y=v.length-1;if(m==y){v.pop()}else{$.call(v,m,1)}return true}function listCacheGet(l){var v=this.__data__,m=assocIndexOf(v,l);return m<0?undefined:v[m][1]}function listCacheHas(l){return assocIndexOf(this.__data__,l)>-1}function listCacheSet(l,v){var m=this.__data__,y=assocIndexOf(m,l);if(y<0){m.push([l,v])}else{m[y][1]=v}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(l){var v=-1,m=l?l.length:0;this.clear();while(++v<m){var y=l[v];this.set(y[0],y[1])}}function mapCacheClear(){this.__data__={hash:new Hash,map:new(z||ListCache),string:new Hash}}function mapCacheDelete(l){return getMapData(this,l)["delete"](l)}function mapCacheGet(l){return getMapData(this,l).get(l)}function mapCacheHas(l){return getMapData(this,l).has(l)}function mapCacheSet(l,v){getMapData(this,l).set(l,v);return this}MapCache.prototype.clear=mapCacheClear;MapCache.prototype["delete"]=mapCacheDelete;MapCache.prototype.get=mapCacheGet;MapCache.prototype.has=mapCacheHas;MapCache.prototype.set=mapCacheSet;function assocIndexOf(l,v){var m=l.length;while(m--){if(eq(l[m][0],v)){return m}}return-1}function baseIsNative(l){if(!isObject(l)||isMasked(l)){return false}var v=isFunction(l)||isHostObject(l)?F:k;return v.test(toSource(l))}function getMapData(l,v){var m=l.__data__;return isKeyable(v)?m[typeof v=="string"?"string":"hash"]:m.map}function getNative(l,v){var m=getValue(l,v);return baseIsNative(m)?m:undefined}function isKeyable(l){var v=typeof l;return v=="string"||v=="number"||v=="symbol"||v=="boolean"?l!=="__proto__":l===null}function isMasked(l){return!!D&&D in l}function toSource(l){if(l!=null){try{return R.call(l)}catch(l){}try{return l+""}catch(l){}}return""}function memoize(l,m){if(typeof l!="function"||m&&typeof m!="function"){throw new TypeError(v)}var memoized=function(){var v=arguments,y=m?m.apply(this,v):v[0],_=memoized.cache;if(_.has(y)){return _.get(y)}var w=l.apply(this,v);memoized.cache=_.set(y,w);return w};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function eq(l,v){return l===v||l!==l&&v!==v}function isFunction(l){var v=isObject(l)?q.call(l):"";return v==y||v==_}function isObject(l){var v=typeof l;return!!l&&(v=="object"||v=="function")}l.exports=memoize},2583:l=>{var v=200;var m="__lodash_hash_undefined__";var y=1/0;var _="[object Function]",w="[object GeneratorFunction]";var k=/[\\^$.*+?()[\]{}|]/g;var S=/^\[object .+?Constructor\]$/;var E=typeof global=="object"&&global&&global.Object===Object&&global;var O=typeof self=="object"&&self&&self.Object===Object&&self;var P=E||O||Function("return this")();function arrayIncludes(l,v){var m=l?l.length:0;return!!m&&baseIndexOf(l,v,0)>-1}function arrayIncludesWith(l,v,m){var y=-1,_=l?l.length:0;while(++y<_){if(m(v,l[y])){return true}}return false}function baseFindIndex(l,v,m,y){var _=l.length,w=m+(y?1:-1);while(y?w--:++w<_){if(v(l[w],w,l)){return w}}return-1}function baseIndexOf(l,v,m){if(v!==v){return baseFindIndex(l,baseIsNaN,m)}var y=m-1,_=l.length;while(++y<_){if(l[y]===v){return y}}return-1}function baseIsNaN(l){return l!==l}function cacheHas(l,v){return l.has(v)}function getValue(l,v){return l==null?undefined:l[v]}function isHostObject(l){var v=false;if(l!=null&&typeof l.toString!="function"){try{v=!!(l+"")}catch(l){}}return v}function setToArray(l){var v=-1,m=Array(l.size);l.forEach((function(l){m[++v]=l}));return m}var C=Array.prototype,T=Function.prototype,L=Object.prototype;var D=P["__core-js_shared__"];var R=function(){var l=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();var A=T.toString;var q=L.hasOwnProperty;var F=L.toString;var $=RegExp("^"+A.call(q).replace(k,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var z=C.splice;var V=getNative(P,"Map"),W=getNative(P,"Set"),U=getNative(Object,"create");function Hash(l){var v=-1,m=l?l.length:0;this.clear();while(++v<m){var y=l[v];this.set(y[0],y[1])}}function hashClear(){this.__data__=U?U(null):{}}function hashDelete(l){return this.has(l)&&delete this.__data__[l]}function hashGet(l){var v=this.__data__;if(U){var y=v[l];return y===m?undefined:y}return q.call(v,l)?v[l]:undefined}function hashHas(l){var v=this.__data__;return U?v[l]!==undefined:q.call(v,l)}function hashSet(l,v){var y=this.__data__;y[l]=U&&v===undefined?m:v;return this}Hash.prototype.clear=hashClear;Hash.prototype["delete"]=hashDelete;Hash.prototype.get=hashGet;Hash.prototype.has=hashHas;Hash.prototype.set=hashSet;function ListCache(l){var v=-1,m=l?l.length:0;this.clear();while(++v<m){var y=l[v];this.set(y[0],y[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(l){var v=this.__data__,m=assocIndexOf(v,l);if(m<0){return false}var y=v.length-1;if(m==y){v.pop()}else{z.call(v,m,1)}return true}function listCacheGet(l){var v=this.__data__,m=assocIndexOf(v,l);return m<0?undefined:v[m][1]}function listCacheHas(l){return assocIndexOf(this.__data__,l)>-1}function listCacheSet(l,v){var m=this.__data__,y=assocIndexOf(m,l);if(y<0){m.push([l,v])}else{m[y][1]=v}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(l){var v=-1,m=l?l.length:0;this.clear();while(++v<m){var y=l[v];this.set(y[0],y[1])}}function mapCacheClear(){this.__data__={hash:new Hash,map:new(V||ListCache),string:new Hash}}function mapCacheDelete(l){return getMapData(this,l)["delete"](l)}function mapCacheGet(l){return getMapData(this,l).get(l)}function mapCacheHas(l){return getMapData(this,l).has(l)}function mapCacheSet(l,v){getMapData(this,l).set(l,v);return this}MapCache.prototype.clear=mapCacheClear;MapCache.prototype["delete"]=mapCacheDelete;MapCache.prototype.get=mapCacheGet;MapCache.prototype.has=mapCacheHas;MapCache.prototype.set=mapCacheSet;function SetCache(l){var v=-1,m=l?l.length:0;this.__data__=new MapCache;while(++v<m){this.add(l[v])}}function setCacheAdd(l){this.__data__.set(l,m);return this}function setCacheHas(l){return this.__data__.has(l)}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd;SetCache.prototype.has=setCacheHas;function assocIndexOf(l,v){var m=l.length;while(m--){if(eq(l[m][0],v)){return m}}return-1}function baseIsNative(l){if(!isObject(l)||isMasked(l)){return false}var v=isFunction(l)||isHostObject(l)?$:S;return v.test(toSource(l))}function baseUniq(l,m,y){var _=-1,w=arrayIncludes,k=l.length,S=true,E=[],O=E;if(y){S=false;w=arrayIncludesWith}else if(k>=v){var P=m?null:B(l);if(P){return setToArray(P)}S=false;w=cacheHas;O=new SetCache}else{O=m?[]:E}e:while(++_<k){var C=l[_],T=m?m(C):C;C=y||C!==0?C:0;if(S&&T===T){var L=O.length;while(L--){if(O[L]===T){continue e}}if(m){O.push(T)}E.push(C)}else if(!w(O,T,y)){if(O!==E){O.push(T)}E.push(C)}}return E}var B=!(W&&1/setToArray(new W([,-0]))[1]==y)?noop:function(l){return new W(l)};function getMapData(l,v){var m=l.__data__;return isKeyable(v)?m[typeof v=="string"?"string":"hash"]:m.map}function getNative(l,v){var m=getValue(l,v);return baseIsNative(m)?m:undefined}function isKeyable(l){var v=typeof l;return v=="string"||v=="number"||v=="symbol"||v=="boolean"?l!=="__proto__":l===null}function isMasked(l){return!!R&&R in l}function toSource(l){if(l!=null){try{return A.call(l)}catch(l){}try{return l+""}catch(l){}}return""}function uniq(l){return l&&l.length?baseUniq(l):[]}function eq(l,v){return l===v||l!==l&&v!==v}function isFunction(l){var v=isObject(l)?F.call(l):"";return v==_||v==w}function isObject(l){var v=typeof l;return!!l&&(v=="object"||v=="function")}function noop(){}l.exports=uniq},5299:l=>{"use strict";const v="text/plain";const m="us-ascii";const testParameter=(l,v)=>v.some((v=>v instanceof RegExp?v.test(l):v===l));const normalizeDataURL=(l,{stripHash:y})=>{const _=/^data:(?<type>[^,]*?),(?<data>[^#]*?)(?:#(?<hash>.*))?$/.exec(l);if(!_){throw new Error(`Invalid URL: ${l}`)}let{type:w,data:k,hash:S}=_.groups;const E=w.split(";");S=y?"":S;let O=false;if(E[E.length-1]==="base64"){E.pop();O=true}const P=(E.shift()||"").toLowerCase();const C=E.map((l=>{let[v,y=""]=l.split("=").map((l=>l.trim()));if(v==="charset"){y=y.toLowerCase();if(y===m){return""}}return`${v}${y?`=${y}`:""}`})).filter(Boolean);const T=[...C];if(O){T.push("base64")}if(T.length!==0||P&&P!==v){T.unshift(P)}return`data:${T.join(";")},${O?k.trim():k}${S?`#${S}`:""}`};const normalizeUrl=(l,v)=>{v={defaultProtocol:"http:",normalizeProtocol:true,forceHttp:false,forceHttps:false,stripAuthentication:true,stripHash:false,stripTextFragment:true,stripWWW:true,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:true,removeSingleSlash:true,removeDirectoryIndex:false,sortQueryParameters:true,...v};l=l.trim();if(/^data:/i.test(l)){return normalizeDataURL(l,v)}if(/^view-source:/i.test(l)){throw new Error("`view-source:` is not supported as it is a non-standard protocol")}const m=l.startsWith("//");const y=!m&&/^\.*\//.test(l);if(!y){l=l.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,v.defaultProtocol)}const _=new URL(l);if(v.forceHttp&&v.forceHttps){throw new Error("The `forceHttp` and `forceHttps` options cannot be used together")}if(v.forceHttp&&_.protocol==="https:"){_.protocol="http:"}if(v.forceHttps&&_.protocol==="http:"){_.protocol="https:"}if(v.stripAuthentication){_.username="";_.password=""}if(v.stripHash){_.hash=""}else if(v.stripTextFragment){_.hash=_.hash.replace(/#?:~:text.*?$/i,"")}if(_.pathname){_.pathname=_.pathname.replace(/(?<!\b(?:[a-z][a-z\d+\-.]{1,50}:))\/{2,}/g,"/")}if(_.pathname){try{_.pathname=decodeURI(_.pathname)}catch(l){}}if(v.removeDirectoryIndex===true){v.removeDirectoryIndex=[/^index\.[a-z]+$/]}if(Array.isArray(v.removeDirectoryIndex)&&v.removeDirectoryIndex.length>0){let l=_.pathname.split("/");const m=l[l.length-1];if(testParameter(m,v.removeDirectoryIndex)){l=l.slice(0,l.length-1);_.pathname=l.slice(1).join("/")+"/"}}if(_.hostname){_.hostname=_.hostname.replace(/\.$/,"");if(v.stripWWW&&/^www\.(?!www\.)(?:[a-z\-\d]{1,63})\.(?:[a-z.\-\d]{2,63})$/.test(_.hostname)){_.hostname=_.hostname.replace(/^www\./,"")}}if(Array.isArray(v.removeQueryParameters)){for(const l of[..._.searchParams.keys()]){if(testParameter(l,v.removeQueryParameters)){_.searchParams.delete(l)}}}if(v.removeQueryParameters===true){_.search=""}if(v.sortQueryParameters){_.searchParams.sort()}if(v.removeTrailingSlash){_.pathname=_.pathname.replace(/\/$/,"")}const w=l;l=_.toString();if(!v.removeSingleSlash&&_.pathname==="/"&&!w.endsWith("/")&&_.hash===""){l=l.replace(/\/$/,"")}if((v.removeTrailingSlash||_.pathname==="/")&&_.hash===""&&v.removeSingleSlash){l=l.replace(/\/$/,"")}if(m&&!v.normalizeProtocol){l=l.replace(/^http:\/\//,"//")}if(v.stripProtocol){l=l.replace(/^(?:https?:)?\/\//,"")}return l};l.exports=normalizeUrl},4491:(l,v,m)=>{"use strict";const y=m(1229);function pluginCreator(l){const v=Object.assign({precision:5,preserve:false,warnWhenCannotResolve:false,mediaQueries:false,selectors:false},l);return{postcssPlugin:"postcss-calc",OnceExit(l,{result:m}){l.walk((l=>{const{type:_}=l;if(_==="decl"){y(l,"value",v,m)}if(_==="atrule"&&v.mediaQueries){y(l,"params",v,m)}if(_==="rule"&&v.selectors){y(l,"selector",v,m)}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},2663:l=>{"use strict";const v={px:{px:1,cm:96/2.54,mm:96/25.4,q:96/101.6,in:96,pt:96/72,pc:16},cm:{px:2.54/96,cm:1,mm:.1,q:.025,in:2.54,pt:2.54/72,pc:2.54/6},mm:{px:25.4/96,cm:10,mm:1,q:.25,in:25.4,pt:25.4/72,pc:25.4/6},q:{px:101.6/96,cm:40,mm:4,q:1,in:101.6,pt:101.6/72,pc:101.6/6},in:{px:1/96,cm:1/2.54,mm:1/25.4,q:1/101.6,in:1,pt:1/72,pc:1/6},pt:{px:.75,cm:72/2.54,mm:72/25.4,q:72/101.6,in:72,pt:1,pc:12},pc:{px:.0625,cm:6/2.54,mm:6/25.4,q:6/101.6,in:6,pt:6/72,pc:1},deg:{deg:1,grad:.9,rad:180/Math.PI,turn:360},grad:{deg:400/360,grad:1,rad:200/Math.PI,turn:400},rad:{deg:Math.PI/180,grad:Math.PI/200,rad:1,turn:Math.PI*2},turn:{deg:1/360,grad:.0025,rad:.5/Math.PI,turn:1},s:{s:1,ms:.001},ms:{s:1e3,ms:1},hz:{hz:1,khz:1e3},khz:{hz:.001,khz:1},dpi:{dpi:1,dpcm:1/2.54,dppx:1/96},dpcm:{dpi:2.54,dpcm:1,dppx:2.54/96},dppx:{dpi:96,dpcm:96/2.54,dppx:1}};function convertUnit(l,m,y,_){const w=m.toLowerCase();const k=y.toLowerCase();if(!v[k]){throw new Error("Cannot convert to "+y)}if(!v[k][w]){throw new Error("Cannot convert from "+m+" to "+y)}const S=v[k][w]*l;if(_!==false){_=Math.pow(10,Math.ceil(_)||5);return Math.round(S*_)/_}return S}l.exports=convertUnit},9285:(l,v,m)=>{"use strict";const y=m(2663);function isValueType(l){switch(l.type){case"LengthValue":case"AngleValue":case"TimeValue":case"FrequencyValue":case"ResolutionValue":case"EmValue":case"ExValue":case"ChValue":case"RemValue":case"VhValue":case"VwValue":case"VminValue":case"VmaxValue":case"PercentageValue":case"Number":return true}return false}function flip(l){return l==="+"?"-":"+"}function isAddSubOperator(l){return l==="+"||l==="-"}function collectAddSubItems(l,v,m,y){if(!isAddSubOperator(l)){throw new Error(`invalid operator ${l}`)}if(isValueType(v)){const _=m.findIndex((l=>l.node.type===v.type));if(_>=0){if(v.value===0){return}const w=m[_].node;const{left:k,right:S}=convertNodesUnits(w,v,y);if(m[_].preOperator==="-"){m[_].preOperator="+";k.value*=-1}if(l==="+"){k.value+=S.value}else{k.value-=S.value}if(k.value>=0){m[_]={node:k,preOperator:"+"}}else{k.value*=-1;m[_]={node:k,preOperator:"-"}}}else{if(v.value>=0){m.push({node:v,preOperator:l})}else{v.value*=-1;m.push({node:v,preOperator:flip(l)})}}}else if(v.type==="MathExpression"){if(isAddSubOperator(v.operator)){collectAddSubItems(l,v.left,m,y);const _=l==="-"?flip(v.operator):v.operator;collectAddSubItems(_,v.right,m,y)}else{const _=reduce(v,y);if(_.type!=="MathExpression"||isAddSubOperator(_.operator)){collectAddSubItems(l,_,m,y)}else{m.push({node:_,preOperator:l})}}}else if(v.type==="ParenthesizedExpression"){collectAddSubItems(l,v.content,m,y)}else{m.push({node:v,preOperator:l})}}function reduceAddSubExpression(l,v){const m=[];collectAddSubItems("+",l,m,v);const y=m.filter((l=>!(isValueType(l.node)&&l.node.value===0)));const _=y[0];if(!_||_.preOperator==="-"&&!isValueType(_.node)){const l=m.find((l=>isValueType(l.node)&&l.node.value===0));if(l){y.unshift(l)}}if(y[0].preOperator==="-"&&isValueType(y[0].node)){y[0].node.value*=-1;y[0].preOperator="+"}let w=y[0].node;for(let l=1;l<y.length;l++){w={type:"MathExpression",operator:y[l].preOperator,left:w,right:y[l].node}}return w}function reduceDivisionExpression(l){if(!isValueType(l.right)){return l}if(l.right.type!=="Number"){throw new Error(`Cannot divide by "${l.right.unit}", number expected`)}return applyNumberDivision(l.left,l.right.value)}function applyNumberDivision(l,v){if(v===0){throw new Error("Cannot divide by zero")}if(isValueType(l)){l.value/=v;return l}if(l.type==="MathExpression"&&isAddSubOperator(l.operator)){return{type:"MathExpression",operator:l.operator,left:applyNumberDivision(l.left,v),right:applyNumberDivision(l.right,v)}}return{type:"MathExpression",operator:"/",left:l,right:{type:"Number",value:v}}}function reduceMultiplicationExpression(l){if(l.right.type==="Number"){return applyNumberMultiplication(l.left,l.right.value)}if(l.left.type==="Number"){return applyNumberMultiplication(l.right,l.left.value)}return l}function applyNumberMultiplication(l,v){if(isValueType(l)){l.value*=v;return l}if(l.type==="MathExpression"&&isAddSubOperator(l.operator)){return{type:"MathExpression",operator:l.operator,left:applyNumberMultiplication(l.left,v),right:applyNumberMultiplication(l.right,v)}}return{type:"MathExpression",operator:"*",left:l,right:{type:"Number",value:v}}}function convertNodesUnits(l,v,m){switch(l.type){case"LengthValue":case"AngleValue":case"TimeValue":case"FrequencyValue":case"ResolutionValue":if(v.type===l.type&&v.unit&&l.unit){const _=y(v.value,v.unit,l.unit,m);v={type:l.type,value:_,unit:l.unit}}return{left:l,right:v};default:return{left:l,right:v}}}function includesNoCssProperties(l){return l.content.type!=="Function"&&(l.content.type!=="MathExpression"||l.content.right.type!=="Function"&&l.content.left.type!=="Function")}function reduce(l,v){if(l.type==="MathExpression"){if(isAddSubOperator(l.operator)){return reduceAddSubExpression(l,v)}l.left=reduce(l.left,v);l.right=reduce(l.right,v);switch(l.operator){case"/":return reduceDivisionExpression(l);case"*":return reduceMultiplicationExpression(l)}return l}if(l.type==="ParenthesizedExpression"){if(includesNoCssProperties(l)){return reduce(l.content,v)}}return l}l.exports=reduce},9476:l=>{"use strict";const v={"*":0,"/":0,"+":1,"-":1};function round(l,v){if(v!==false){const m=Math.pow(10,v);return Math.round(l*m)/m}return l}function stringify(l,m){switch(l.type){case"MathExpression":{const{left:y,right:_,operator:w}=l;let k="";if(y.type==="MathExpression"&&v[w]<v[y.operator]){k+=`(${stringify(y,m)})`}else{k+=stringify(y,m)}k+=v[w]?` ${l.operator} `:l.operator;if(_.type==="MathExpression"&&v[w]<v[_.operator]){k+=`(${stringify(_,m)})`}else{k+=stringify(_,m)}return k}case"Number":return round(l.value,m).toString();case"Function":return l.value.toString();case"ParenthesizedExpression":return`(${stringify(l.content,m)})`;default:return round(l.value,m)+l.unit}}l.exports=function(l,v,m,y,_,w){let k=stringify(v,y.precision);const S=v.type==="MathExpression"||v.type==="Function";if(S){k=`${l}(${k})`;if(y.warnWhenCannotResolve){_.warn("Could not reduce expression: "+m,{plugin:"postcss-calc",node:w})}}return k}},1229:(l,v,m)=>{"use strict";const y=m(475);const _=m(2045);const{parser:w}=m(1762);const k=m(9285);const S=m(9476);const E=/((?:-(moz|webkit)-)?calc)/i;function transformValue(l,v,m,y){return _(l).walk((O=>{if(O.type!=="function"||!E.test(O.value)){return}const P=_.stringify(O.nodes);const C=w.parse(P);const T=k(C,v.precision);O.type="word";O.value=S(O.value,T,l,v,m,y);return false})).toString()}function transformSelector(l,v,m,_){return y((l=>{l.walk((l=>{if(l.type==="attribute"&&l.value){l.setValue(transformValue(l.value,v,m,_))}if(l.type==="tag"){l.value=transformValue(l.value,v,m,_)}return}))})).processSync(l)}l.exports=(l,v,m,y)=>{let _=l[v];try{_=v==="selector"?transformSelector(l[v],m,y,l):transformValue(l[v],m,y,l)}catch(v){if(v instanceof Error){y.warn(v.message,{node:l})}else{y.warn("Error",{node:l})}return}if(m.preserve&&l[v]!==_){const m=l.clone();m[v]=_;l.parent.insertBefore(l,m)}else{l[v]=_}}},1762:(l,v)=>{var m=function(){function JisonParserError(l,v){Object.defineProperty(this,"name",{enumerable:false,writable:false,value:"JisonParserError"});if(l==null)l="???";Object.defineProperty(this,"message",{enumerable:false,writable:true,value:l});this.hash=v;var m;if(v&&v.exception instanceof Error){var y=v.exception;this.message=y.message||l;m=y.stack}if(!m){if(Error.hasOwnProperty("captureStackTrace")){Error.captureStackTrace(this,this.constructor)}else{m=new Error(l).stack}}if(m){Object.defineProperty(this,"stack",{enumerable:false,writable:false,value:m})}}if(typeof Object.setPrototypeOf==="function"){Object.setPrototypeOf(JisonParserError.prototype,Error.prototype)}else{JisonParserError.prototype=Object.create(Error.prototype)}JisonParserError.prototype.constructor=JisonParserError;JisonParserError.prototype.name="JisonParserError";function bp(l){var v=[];var m=l.pop;var y=l.rule;for(var _=0,w=m.length;_<w;_++){v.push([m[_],y[_]])}return v}function bda(l){var v={};var m=l.idx;var y=l.goto;for(var _=0,w=m.length;_<w;_++){var k=m[_];v[k]=y[_]}return v}function bt(l){var v=[];var m=l.len;var y=l.symbol;var _=l.type;var w=l.state;var k=l.mode;var S=l.goto;for(var E=0,O=m.length;E<O;E++){var P=m[E];var C={};for(var T=0;T<P;T++){var L=y.shift();switch(_.shift()){case 2:C[L]=[k.shift(),S.shift()];break;case 0:C[L]=w.shift();break;default:C[L]=[3]}}v.push(C)}return v}function s(l,v,m){m=m||0;for(var y=0;y<v;y++){this.push(l);l+=m}}function c(l,v){l=this.length-l;for(v+=l;l<v;l++){this.push(this[l])}}function u(l){var v=[];for(var m=0,y=l.length;m<y;m++){var _=l[m];if(typeof _==="function"){m++;_.apply(v,l[m])}else{v.push(_)}}return v}var l={trace:function no_op_trace(){},JisonParserError:JisonParserError,yy:{},options:{type:"lalr",hasPartialLrUpgradeOnConflict:true,errorRecoveryTokenDiscardCount:3},symbols_:{$accept:0,$end:1,ADD:6,ANGLE:12,CALC:3,CHS:19,DIV:9,EMS:17,EOF:1,EXS:18,FREQ:14,FUNCTION:10,LENGTH:11,LPAREN:4,MUL:8,NUMBER:26,PERCENTAGE:25,REMS:20,RES:15,RPAREN:5,SUB:7,TIME:13,UNKNOWN_DIMENSION:16,VHS:21,VMAXS:24,VMINS:23,VWS:22,dimension:30,error:2,expression:27,function:29,math_expression:28,number:31},terminals_:{1:"EOF",2:"error",3:"CALC",4:"LPAREN",5:"RPAREN",6:"ADD",7:"SUB",8:"MUL",9:"DIV",10:"FUNCTION",11:"LENGTH",12:"ANGLE",13:"TIME",14:"FREQ",15:"RES",16:"UNKNOWN_DIMENSION",17:"EMS",18:"EXS",19:"CHS",20:"REMS",21:"VHS",22:"VWS",23:"VMINS",24:"VMAXS",25:"PERCENTAGE",26:"NUMBER"},TERROR:2,EOF:1,originalQuoteName:null,originalParseError:null,cleanupAfterParse:null,constructParseErrorInfo:null,yyMergeLocationInfo:null,__reentrant_call_depth:0,__error_infos:[],__error_recovery_infos:[],quoteName:function parser_quoteName(l){return'"'+l+'"'},getSymbolName:function parser_getSymbolName(l){if(this.terminals_[l]){return this.terminals_[l]}var v=this.symbols_;for(var m in v){if(v[m]===l){return m}}return null},describeSymbol:function parser_describeSymbol(l){if(l!==this.EOF&&this.terminal_descriptions_&&this.terminal_descriptions_[l]){return this.terminal_descriptions_[l]}else if(l===this.EOF){return"end of input"}var v=this.getSymbolName(l);if(v){return this.quoteName(v)}return null},collect_expected_token_set:function parser_collect_expected_token_set(l,v){var m=this.TERROR;var y=[];var _={};if(!v&&this.state_descriptions_&&this.state_descriptions_[l]){return[this.state_descriptions_[l]]}for(var w in this.table[l]){w=+w;if(w!==m){var k=v?w:this.describeSymbol(w);if(k&&!_[k]){y.push(k);_[k]=true}}}return y},productions_:bp({pop:u([27,s,[28,9],29,s,[30,17],s,[31,3]]),rule:u([2,4,s,[3,5],s,[1,19],2,2,c,[3,3]])}),performAction:function parser__PerformAction(l,v,m){var y=this.yy;var _=y.parser;var w=y.lexer;switch(l){case 0:
|
||
/*! Production:: $accept : expression $end */
|
||
this.$=m[v-1];break;case 1:
|
||
/*! Production:: expression : math_expression EOF */
|
||
this.$=m[v-1];return m[v-1];break;case 2:
|
||
/*! Production:: math_expression : CALC LPAREN math_expression RPAREN */
|
||
this.$=m[v-1];break;case 3:
|
||
/*! Production:: math_expression : math_expression ADD math_expression */case 4:
|
||
/*! Production:: math_expression : math_expression SUB math_expression */case 5:
|
||
/*! Production:: math_expression : math_expression MUL math_expression */case 6:
|
||
/*! Production:: math_expression : math_expression DIV math_expression */
|
||
this.$={type:"MathExpression",operator:m[v-1],left:m[v-2],right:m[v]};break;case 7:
|
||
/*! Production:: math_expression : LPAREN math_expression RPAREN */
|
||
this.$={type:"ParenthesizedExpression",content:m[v-1]};break;case 8:
|
||
/*! Production:: math_expression : function */case 9:
|
||
/*! Production:: math_expression : dimension */case 10:
|
||
/*! Production:: math_expression : number */
|
||
this.$=m[v];break;case 11:
|
||
/*! Production:: function : FUNCTION */
|
||
this.$={type:"Function",value:m[v]};break;case 12:
|
||
/*! Production:: dimension : LENGTH */
|
||
this.$={type:"LengthValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 13:
|
||
/*! Production:: dimension : ANGLE */
|
||
this.$={type:"AngleValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 14:
|
||
/*! Production:: dimension : TIME */
|
||
this.$={type:"TimeValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 15:
|
||
/*! Production:: dimension : FREQ */
|
||
this.$={type:"FrequencyValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 16:
|
||
/*! Production:: dimension : RES */
|
||
this.$={type:"ResolutionValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 17:
|
||
/*! Production:: dimension : UNKNOWN_DIMENSION */
|
||
this.$={type:"UnknownDimension",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 18:
|
||
/*! Production:: dimension : EMS */
|
||
this.$={type:"EmValue",value:parseFloat(m[v]),unit:"em"};break;case 19:
|
||
/*! Production:: dimension : EXS */
|
||
this.$={type:"ExValue",value:parseFloat(m[v]),unit:"ex"};break;case 20:
|
||
/*! Production:: dimension : CHS */
|
||
this.$={type:"ChValue",value:parseFloat(m[v]),unit:"ch"};break;case 21:
|
||
/*! Production:: dimension : REMS */
|
||
this.$={type:"RemValue",value:parseFloat(m[v]),unit:"rem"};break;case 22:
|
||
/*! Production:: dimension : VHS */
|
||
this.$={type:"VhValue",value:parseFloat(m[v]),unit:"vh"};break;case 23:
|
||
/*! Production:: dimension : VWS */
|
||
this.$={type:"VwValue",value:parseFloat(m[v]),unit:"vw"};break;case 24:
|
||
/*! Production:: dimension : VMINS */
|
||
this.$={type:"VminValue",value:parseFloat(m[v]),unit:"vmin"};break;case 25:
|
||
/*! Production:: dimension : VMAXS */
|
||
this.$={type:"VmaxValue",value:parseFloat(m[v]),unit:"vmax"};break;case 26:
|
||
/*! Production:: dimension : PERCENTAGE */
|
||
this.$={type:"PercentageValue",value:parseFloat(m[v]),unit:"%"};break;case 27:
|
||
/*! Production:: dimension : ADD dimension */
|
||
var k=m[v];this.$=k;break;case 28:
|
||
/*! Production:: dimension : SUB dimension */
|
||
var k=m[v];k.value*=-1;this.$=k;break;case 29:
|
||
/*! Production:: number : NUMBER */case 30:
|
||
/*! Production:: number : ADD NUMBER */
|
||
this.$={type:"Number",value:parseFloat(m[v])};break;case 31:
|
||
/*! Production:: number : SUB NUMBER */
|
||
this.$={type:"Number",value:parseFloat(m[v])*-1};break}},table:bt({len:u([26,1,5,1,25,s,[0,19],19,19,0,0,s,[25,5],5,0,0,18,18,0,0,6,6,0,0,c,[11,3]]),symbol:u([3,4,6,7,s,[10,22,1],1,1,s,[6,4,1],4,c,[33,21],c,[32,4],6,7,c,[22,16],30,c,[19,19],c,[63,25],c,[25,100],s,[5,5,1],c,[149,17],c,[167,18],30,1,c,[42,5],c,[6,6],c,[5,5]]),type:u([s,[2,21],s,[0,5],1,s,[2,27],s,[0,4],c,[22,19],c,[19,37],c,[63,25],c,[25,103],c,[148,19],c,[18,18]]),state:u([1,2,5,6,7,33,c,[4,3],34,38,40,c,[6,3],41,c,[4,3],42,c,[4,3],43,c,[4,3],44,c,[22,5]]),mode:u([s,[1,228],s,[2,4],c,[6,8],s,[1,5]]),goto:u([3,4,24,25,s,[8,16,1],s,[26,7,1],c,[27,21],36,37,c,[18,15],35,c,[18,17],39,c,[57,21],c,[21,84],45,c,[168,4],c,[128,17],c,[17,17],s,[3,4],30,31,s,[4,4],30,31,46,c,[51,4]])}),defaultActions:bda({idx:u([s,[5,19,1],26,27,34,35,38,39,42,43,45,46]),goto:u([s,[8,19,1],29,1,27,30,28,31,5,6,7,2])}),parseError:function parseError(l,v,m){if(v.recoverable){if(typeof this.trace==="function"){this.trace(l)}v.destroy()}else{if(typeof this.trace==="function"){this.trace(l)}if(!m){m=this.JisonParserError}throw new m(l,v)}},parse:function parse(l){var v=this;var m=new Array(128);var y=new Array(128);var _=new Array(128);var w=this.table;var k=0;var S=0;var E=this.TERROR;var O=this.EOF;var P=this.options.errorRecoveryTokenDiscardCount|0||3;var C=[0,47];var T;if(this.__lexer__){T=this.__lexer__}else{T=this.__lexer__=Object.create(this.lexer)}var L={parseError:undefined,quoteName:undefined,lexer:undefined,parser:undefined,pre_parse:undefined,post_parse:undefined,pre_lex:undefined,post_lex:undefined};var D;if(typeof assert!=="function"){D=function JisonAssert(l,v){if(!l){throw new Error("assertion failed: "+(v||"***"))}}}else{D=assert}this.yyGetSharedState=function yyGetSharedState(){return L};function shallow_copy_noclobber(l,v){for(var m in v){if(typeof l[m]==="undefined"&&Object.prototype.hasOwnProperty.call(v,m)){l[m]=v[m]}}}shallow_copy_noclobber(L,this.yy);L.lexer=T;L.parser=this;if(typeof L.parseError==="function"){this.parseError=function parseErrorAlt(l,v,m){if(!m){m=this.JisonParserError}return L.parseError.call(this,l,v,m)}}else{this.parseError=this.originalParseError}if(typeof L.quoteName==="function"){this.quoteName=function quoteNameAlt(l){return L.quoteName.call(this,l)}}else{this.quoteName=this.originalQuoteName}this.cleanupAfterParse=function parser_cleanupAfterParse(l,v,w){var S;if(v){var E;if(L.post_parse||this.post_parse){E=this.constructParseErrorInfo(null,null,null,false)}if(L.post_parse){S=L.post_parse.call(this,L,l,E);if(typeof S!=="undefined")l=S}if(this.post_parse){S=this.post_parse.call(this,L,l,E);if(typeof S!=="undefined")l=S}if(E&&E.destroy){E.destroy()}}if(this.__reentrant_call_depth>1)return l;if(T.cleanupAfterLex){T.cleanupAfterLex(w)}if(L){L.lexer=undefined;L.parser=undefined;if(T.yy===L){T.yy=undefined}}L=undefined;this.parseError=this.originalParseError;this.quoteName=this.originalQuoteName;m.length=0;y.length=0;_.length=0;k=0;if(!w){for(var O=this.__error_infos.length-1;O>=0;O--){var P=this.__error_infos[O];if(P&&typeof P.destroy==="function"){P.destroy()}}this.__error_infos.length=0}return l};this.constructParseErrorInfo=function parser_constructParseErrorInfo(l,v,w,E){var O={errStr:l,exception:v,text:T.match,value:T.yytext,token:this.describeSymbol(S)||S,token_id:S,line:T.yylineno,expected:w,recoverable:E,state:A,action:q,new_state:B,symbol_stack:m,state_stack:y,value_stack:_,stack_pointer:k,yy:L,lexer:T,parser:this,destroy:function destructParseErrorInfo(){var l=!!this.recoverable;for(var v in this){if(this.hasOwnProperty(v)&&typeof v==="object"){this[v]=undefined}}this.recoverable=l}};this.__error_infos.push(O);return O};function getNonTerminalFromCode(l){var m=v.getSymbolName(l);if(!m){m=l}return m}function stdLex(){var l=T.lex();if(typeof l!=="number"){l=v.symbols_[l]||l}return l||O}function fastLex(){var l=T.fastLex();if(typeof l!=="number"){l=v.symbols_[l]||l}return l||O}var R=stdLex;var A,q,F,$;var z={$:true,_$:undefined,yy:L};var V;var W;var U;var B;var Q=false;try{this.__reentrant_call_depth++;T.setInput(l,L);if(typeof T.canIUse==="function"){var Y=T.canIUse();if(Y.fastLex&&typeof fastLex==="function"){R=fastLex}}_[k]=null;y[k]=0;m[k]=0;++k;if(this.pre_parse){this.pre_parse.call(this,L)}if(L.pre_parse){L.pre_parse.call(this,L)}B=y[k-1];for(;;){A=B;if(this.defaultActions[A]){q=2;B=this.defaultActions[A]}else{if(!S){S=R()}$=w[A]&&w[A][S]||C;B=$[1];q=$[0];if(!q){var G;var J=this.describeSymbol(S)||S;var Z=this.collect_expected_token_set(A);if(typeof T.yylineno==="number"){G="Parse error on line "+(T.yylineno+1)+": "}else{G="Parse error: "}if(typeof T.showPosition==="function"){G+="\n"+T.showPosition(79-10,10)+"\n"}if(Z.length){G+="Expecting "+Z.join(", ")+", got unexpected "+J}else{G+="Unexpected "+J}V=this.constructParseErrorInfo(G,null,Z,false);F=this.parseError(V.errStr,V,this.JisonParserError);if(typeof F!=="undefined"){Q=F}break}}switch(q){default:if(q instanceof Array){V=this.constructParseErrorInfo("Parse Error: multiple actions possible at state: "+A+", token: "+S,null,null,false);F=this.parseError(V.errStr,V,this.JisonParserError);if(typeof F!=="undefined"){Q=F}break}V=this.constructParseErrorInfo("Parsing halted. No viable error recovery approach available due to internal system failure.",null,null,false);F=this.parseError(V.errStr,V,this.JisonParserError);if(typeof F!=="undefined"){Q=F}break;case 1:m[k]=S;_[k]=T.yytext;y[k]=B;++k;S=0;continue;case 2:U=this.productions_[B-1];W=U[1];F=this.performAction.call(z,B,k-1,_);if(typeof F!=="undefined"){Q=F;break}k-=W;var K=U[0];m[k]=K;_[k]=z.$;B=w[y[k-1]][K];y[k]=B;++k;continue;case 3:if(k!==-2){Q=true;k--;if(typeof _[k]!=="undefined"){Q=_[k]}}break}break}}catch(l){if(l instanceof this.JisonParserError){throw l}else if(T&&typeof T.JisonLexerError==="function"&&l instanceof T.JisonLexerError){throw l}V=this.constructParseErrorInfo("Parsing aborted due to exception.",l,null,false);Q=false;F=this.parseError(V.errStr,V,this.JisonParserError);if(typeof F!=="undefined"){Q=F}}finally{Q=this.cleanupAfterParse(Q,true,true);this.__reentrant_call_depth--}return Q}};l.originalParseError=l.parseError;l.originalQuoteName=l.quoteName;var v=function(){function JisonLexerError(l,v){Object.defineProperty(this,"name",{enumerable:false,writable:false,value:"JisonLexerError"});if(l==null)l="???";Object.defineProperty(this,"message",{enumerable:false,writable:true,value:l});this.hash=v;var m;if(v&&v.exception instanceof Error){var y=v.exception;this.message=y.message||l;m=y.stack}if(!m){if(Error.hasOwnProperty("captureStackTrace")){Error.captureStackTrace(this,this.constructor)}else{m=new Error(l).stack}}if(m){Object.defineProperty(this,"stack",{enumerable:false,writable:false,value:m})}}if(typeof Object.setPrototypeOf==="function"){Object.setPrototypeOf(JisonLexerError.prototype,Error.prototype)}else{JisonLexerError.prototype=Object.create(Error.prototype)}JisonLexerError.prototype.constructor=JisonLexerError;JisonLexerError.prototype.name="JisonLexerError";var l={EOF:1,ERROR:2,__currentRuleSet__:null,__error_infos:[],__decompressed:false,done:false,_backtrack:false,_input:"",_more:false,_signaled_error_token:false,conditionStack:[],match:"",matched:"",matches:false,yytext:"",offset:0,yyleng:0,yylineno:0,yylloc:null,constructLexErrorInfo:function lexer_constructLexErrorInfo(l,v,m){l=""+l;if(m==undefined){m=!(l.indexOf("\n")>0&&l.indexOf("^")>0)}if(this.yylloc&&m){if(typeof this.prettyPrintRange==="function"){var y=this.prettyPrintRange(this.yylloc);if(!/\n\s*$/.test(l)){l+="\n"}l+="\n Erroneous area:\n"+this.prettyPrintRange(this.yylloc)}else if(typeof this.showPosition==="function"){var _=this.showPosition();if(_){if(l.length&&l[l.length-1]!=="\n"&&_[0]!=="\n"){l+="\n"+_}else{l+=_}}}}var w={errStr:l,recoverable:!!v,text:this.match,token:null,line:this.yylineno,loc:this.yylloc,yy:this.yy,lexer:this,destroy:function destructLexErrorInfo(){var l=!!this.recoverable;for(var v in this){if(this.hasOwnProperty(v)&&typeof v==="object"){this[v]=undefined}}this.recoverable=l}};this.__error_infos.push(w);return w},parseError:function lexer_parseError(l,v,m){if(!m){m=this.JisonLexerError}if(this.yy){if(this.yy.parser&&typeof this.yy.parser.parseError==="function"){return this.yy.parser.parseError.call(this,l,v,m)||this.ERROR}else if(typeof this.yy.parseError==="function"){return this.yy.parseError.call(this,l,v,m)||this.ERROR}}throw new m(l,v)},yyerror:function yyError(l){var v="";if(this.yylloc){v=" on line "+(this.yylineno+1)}var m=this.constructLexErrorInfo("Lexical error"+v+": "+l,this.options.lexerErrorsAreRecoverable);var y=Array.prototype.slice.call(arguments,1);if(y.length){m.extra_error_attributes=y}return this.parseError(m.errStr,m,this.JisonLexerError)||this.ERROR},cleanupAfterLex:function lexer_cleanupAfterLex(l){this.setInput("",{});if(!l){for(var v=this.__error_infos.length-1;v>=0;v--){var m=this.__error_infos[v];if(m&&typeof m.destroy==="function"){m.destroy()}}this.__error_infos.length=0}return this},clear:function lexer_clear(){this.yytext="";this.yyleng=0;this.match="";this.matches=false;this._more=false;this._backtrack=false;var l=this.yylloc?this.yylloc.last_column:0;this.yylloc={first_line:this.yylineno+1,first_column:l,last_line:this.yylineno+1,last_column:l,range:[this.offset,this.offset]}},setInput:function lexer_setInput(l,v){this.yy=v||this.yy||{};if(!this.__decompressed){var m=this.rules;for(var y=0,_=m.length;y<_;y++){var w=m[y];if(typeof w==="number"){m[y]=m[w]}}var k=this.conditions;for(var S in k){var E=k[S];var O=E.rules;var _=O.length;var P=new Array(_+1);var C=new Array(_+1);for(var y=0;y<_;y++){var T=O[y];var w=m[T];P[y+1]=w;C[y+1]=T}E.rules=C;E.__rule_regexes=P;E.__rule_count=_}this.__decompressed=true}this._input=l||"";this.clear();this._signaled_error_token=false;this.done=false;this.yylineno=0;this.matched="";this.conditionStack=["INITIAL"];this.__currentRuleSet__=null;this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0,range:[0,0]};this.offset=0;return this},editRemainingInput:function lexer_editRemainingInput(l,v){var m=l.call(this,this._input,v);if(typeof m!=="string"){if(m){this._input=""+m}}else{this._input=m}return this},input:function lexer_input(){if(!this._input){return null}var l=this._input[0];this.yytext+=l;this.yyleng++;this.offset++;this.match+=l;this.matched+=l;var v=1;var m=false;if(l==="\n"){m=true}else if(l==="\r"){m=true;var y=this._input[1];if(y==="\n"){v++;l+=y;this.yytext+=y;this.yyleng++;this.offset++;this.match+=y;this.matched+=y;this.yylloc.range[1]++}}if(m){this.yylineno++;this.yylloc.last_line++;this.yylloc.last_column=0}else{this.yylloc.last_column++}this.yylloc.range[1]++;this._input=this._input.slice(v);return l},unput:function lexer_unput(l){var v=l.length;var m=l.split(/(?:\r\n?|\n)/g);this._input=l+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-v);this.yyleng=this.yytext.length;this.offset-=v;this.match=this.match.substr(0,this.match.length-v);this.matched=this.matched.substr(0,this.matched.length-v);if(m.length>1){this.yylineno-=m.length-1;this.yylloc.last_line=this.yylineno+1;var y=this.match;var _=y.split(/(?:\r\n?|\n)/g);if(_.length===1){y=this.matched;_=y.split(/(?:\r\n?|\n)/g)}this.yylloc.last_column=_[_.length-1].length}else{this.yylloc.last_column-=v}this.yylloc.range[1]=this.yylloc.range[0]+this.yyleng;this.done=false;return this},more:function lexer_more(){this._more=true;return this},reject:function lexer_reject(){if(this.options.backtrack_lexer){this._backtrack=true}else{var l="";if(this.yylloc){l=" on line "+(this.yylineno+1)}var v=this.constructLexErrorInfo("Lexical error"+l+": You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).",false);this._signaled_error_token=this.parseError(v.errStr,v,this.JisonLexerError)||this.ERROR}return this},less:function lexer_less(l){return this.unput(this.match.slice(l))},pastInput:function lexer_pastInput(l,v){var m=this.matched.substring(0,this.matched.length-this.match.length);if(l<0)l=m.length;else if(!l)l=20;if(v<0)v=m.length;else if(!v)v=1;m=m.substr(-l*2-2);var y=m.replace(/\r\n|\r/g,"\n").split("\n");y=y.slice(-v);m=y.join("\n");if(m.length>l){m="..."+m.substr(-l)}return m},upcomingInput:function lexer_upcomingInput(l,v){var m=this.match;if(l<0)l=m.length+this._input.length;else if(!l)l=20;if(v<0)v=l;else if(!v)v=1;if(m.length<l*2+2){m+=this._input.substring(0,l*2+2)}var y=m.replace(/\r\n|\r/g,"\n").split("\n");y=y.slice(0,v);m=y.join("\n");if(m.length>l){m=m.substring(0,l)+"..."}return m},showPosition:function lexer_showPosition(l,v){var m=this.pastInput(l).replace(/\s/g," ");var y=new Array(m.length+1).join("-");return m+this.upcomingInput(v).replace(/\s/g," ")+"\n"+y+"^"},deriveLocationInfo:function lexer_deriveYYLLOC(l,v,m,y){var _={first_line:1,first_column:0,last_line:1,last_column:0,range:[0,0]};if(l){_.first_line=l.first_line|0;_.last_line=l.last_line|0;_.first_column=l.first_column|0;_.last_column=l.last_column|0;if(l.range){_.range[0]=l.range[0]|0;_.range[1]=l.range[1]|0}}if(_.first_line<=0||_.last_line<_.first_line){if(_.first_line<=0&&v){_.first_line=v.last_line|0;_.first_column=v.last_column|0;if(v.range){_.range[0]=l.range[1]|0}}if((_.last_line<=0||_.last_line<_.first_line)&&m){_.last_line=m.first_line|0;_.last_column=m.first_column|0;if(m.range){_.range[1]=l.range[0]|0}}if(_.first_line<=0&&y&&(_.last_line<=0||y.last_line<=_.last_line)){_.first_line=y.first_line|0;_.first_column=y.first_column|0;if(y.range){_.range[0]=y.range[0]|0}}if(_.last_line<=0&&y&&(_.first_line<=0||y.first_line>=_.first_line)){_.last_line=y.last_line|0;_.last_column=y.last_column|0;if(y.range){_.range[1]=y.range[1]|0}}}if(_.last_line<=0){if(_.first_line<=0){_.first_line=this.yylloc.first_line;_.last_line=this.yylloc.last_line;_.first_column=this.yylloc.first_column;_.last_column=this.yylloc.last_column;_.range[0]=this.yylloc.range[0];_.range[1]=this.yylloc.range[1]}else{_.last_line=this.yylloc.last_line;_.last_column=this.yylloc.last_column;_.range[1]=this.yylloc.range[1]}}if(_.first_line<=0){_.first_line=_.last_line;_.first_column=0;_.range[1]=_.range[0]}if(_.first_column<0){_.first_column=0}if(_.last_column<0){_.last_column=_.first_column>0?_.first_column:80}return _},prettyPrintRange:function lexer_prettyPrintRange(l,v,m){l=this.deriveLocationInfo(l,v,m);const y=3;const _=1;const w=2;var k=this.matched+this._input;var S=k.split("\n");var E=Math.max(1,v?v.first_line:l.first_line-y);var O=Math.max(1,m?m.last_line:l.last_line+_);var P=1+Math.log10(O|1)|0;var C=new Array(P).join(" ");var T=[];var L=S.slice(E-1,O+1).map((function injectLineNumber(v,m){var y=m+E;var _=(C+y).substr(-P);var w=_+": "+v;var k=new Array(P+1).join("^");var S=2+1;var O=0;if(y===l.first_line){S+=l.first_column;O=Math.max(2,(y===l.last_line?l.last_column:v.length)-l.first_column+1)}else if(y===l.last_line){O=Math.max(2,l.last_column+1)}else if(y>l.first_line&&y<l.last_line){O=Math.max(2,v.length+1)}if(O){var L=new Array(S).join(".");var D=new Array(O).join("^");w+="\n"+k+L+D;if(v.trim().length>0){T.push(m)}}w=w.replace(/\t/g," ");return w}));if(T.length>2*w){var D=T[w-1]+1;var R=T[T.length-w]-1;var A=new Array(P+1).join(" ")+" (...continued...)";A+="\n"+new Array(P+1).join("-")+" (---------------)";L.splice(D,R-D+1,A)}return L.join("\n")},describeYYLLOC:function lexer_describe_yylloc(l,v){var m=l.first_line;var y=l.last_line;var _=l.first_column;var w=l.last_column;var k=y-m;var S=w-_;var E;if(k===0){E="line "+m+", ";if(S<=1){E+="column "+_}else{E+="columns "+_+" .. "+w}}else{E="lines "+m+"(column "+_+") .. "+y+"(column "+w+")"}if(l.range&&v){var O=l.range[0];var P=l.range[1]-1;if(P<=O){E+=" {String Offset: "+O+"}"}else{E+=" {String Offset range: "+O+" .. "+P+"}"}}return E},test_match:function lexer_test_match(l,v){var m,y,_,w,k;if(this.options.backtrack_lexer){_={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.yylloc.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column,range:this.yylloc.range.slice(0)},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done}}w=l[0];k=w.length;y=w.split(/(?:\r\n?|\n)/g);if(y.length>1){this.yylineno+=y.length-1;this.yylloc.last_line=this.yylineno+1;this.yylloc.last_column=y[y.length-1].length}else{this.yylloc.last_column+=k}this.yytext+=w;this.match+=w;this.matched+=w;this.matches=l;this.yyleng=this.yytext.length;this.yylloc.range[1]+=k;this.offset+=k;this._more=false;this._backtrack=false;this._input=this._input.slice(k);m=this.performAction.call(this,this.yy,v,this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input){this.done=false}if(m){return m}else if(this._backtrack){for(var S in _){this[S]=_[S]}this.__currentRuleSet__=null;return false}else if(this._signaled_error_token){m=this._signaled_error_token;this._signaled_error_token=false;return m}return false},next:function lexer_next(){if(this.done){this.clear();return this.EOF}if(!this._input){this.done=true}var l,v,m,y;if(!this._more){this.clear()}var _=this.__currentRuleSet__;if(!_){_=this.__currentRuleSet__=this._currentRules();if(!_||!_.rules){var w="";if(this.options.trackPosition){w=" on line "+(this.yylineno+1)}var k=this.constructLexErrorInfo("Internal lexer engine error"+w+': The lex grammar programmer pushed a non-existing condition name "'+this.topState()+'"; this is a fatal error and should be reported to the application programmer team!',false);return this.parseError(k.errStr,k,this.JisonLexerError)||this.ERROR}}var S=_.rules;var E=_.__rule_regexes;var O=_.__rule_count;for(var P=1;P<=O;P++){m=this._input.match(E[P]);if(m&&(!v||m[0].length>v[0].length)){v=m;y=P;if(this.options.backtrack_lexer){l=this.test_match(m,S[P]);if(l!==false){return l}else if(this._backtrack){v=undefined;continue}else{return false}}else if(!this.options.flex){break}}}if(v){l=this.test_match(v,S[y]);if(l!==false){return l}return false}if(!this._input){this.done=true;this.clear();return this.EOF}else{var w="";if(this.options.trackPosition){w=" on line "+(this.yylineno+1)}var k=this.constructLexErrorInfo("Lexical error"+w+": Unrecognized text.",this.options.lexerErrorsAreRecoverable);var C=this._input;var T=this.topState();var L=this.conditionStack.length;l=this.parseError(k.errStr,k,this.JisonLexerError)||this.ERROR;if(l===this.ERROR){if(!this.matches&&C===this._input&&T===this.topState()&&L===this.conditionStack.length){this.input()}}return l}},lex:function lexer_lex(){var l;if(typeof this.pre_lex==="function"){l=this.pre_lex.call(this,0)}if(typeof this.options.pre_lex==="function"){l=this.options.pre_lex.call(this,l)||l}if(this.yy&&typeof this.yy.pre_lex==="function"){l=this.yy.pre_lex.call(this,l)||l}while(!l){l=this.next()}if(this.yy&&typeof this.yy.post_lex==="function"){l=this.yy.post_lex.call(this,l)||l}if(typeof this.options.post_lex==="function"){l=this.options.post_lex.call(this,l)||l}if(typeof this.post_lex==="function"){l=this.post_lex.call(this,l)||l}return l},fastLex:function lexer_fastLex(){var l;while(!l){l=this.next()}return l},canIUse:function lexer_canIUse(){var l={fastLex:!(typeof this.pre_lex==="function"||typeof this.options.pre_lex==="function"||this.yy&&typeof this.yy.pre_lex==="function"||this.yy&&typeof this.yy.post_lex==="function"||typeof this.options.post_lex==="function"||typeof this.post_lex==="function")&&typeof this.fastLex==="function"};return l},begin:function lexer_begin(l){return this.pushState(l)},pushState:function lexer_pushState(l){this.conditionStack.push(l);this.__currentRuleSet__=null;return this},popState:function lexer_popState(){var l=this.conditionStack.length-1;if(l>0){this.__currentRuleSet__=null;return this.conditionStack.pop()}else{return this.conditionStack[0]}},topState:function lexer_topState(l){l=this.conditionStack.length-1-Math.abs(l||0);if(l>=0){return this.conditionStack[l]}else{return"INITIAL"}},_currentRules:function lexer__currentRules(){if(this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]){return this.conditions[this.conditionStack[this.conditionStack.length-1]]}else{return this.conditions["INITIAL"]}},stateStackSize:function lexer_stateStackSize(){return this.conditionStack.length},options:{trackPosition:true,caseInsensitive:true},JisonLexerError:JisonLexerError,performAction:function lexer__performAction(l,v,m){var y=this;var _=m;switch(v){case 0:
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \s+ */
|
||
break;default:return this.simpleCaseActionClusters[v]}},simpleCaseActionClusters:{
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (-(webkit|moz)-)?calc\b */
|
||
1:3,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: [a-z][a-z0-9-]*\s*\((?:(?:"(?:\\.|[^\"\\])*"|'(?:\\.|[^\'\\])*')|\([^)]*\)|[^\(\)]*)*\) */
|
||
2:10,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \* */
|
||
3:8,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \/ */
|
||
4:9,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \+ */
|
||
5:6,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: - */
|
||
6:7,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)em\b */
|
||
7:17,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ex\b */
|
||
8:18,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ch\b */
|
||
9:19,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)rem\b */
|
||
10:20,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vw\b */
|
||
11:22,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vh\b */
|
||
12:21,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vmin\b */
|
||
13:23,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vmax\b */
|
||
14:24,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cm\b */
|
||
15:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)mm\b */
|
||
16:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)Q\b */
|
||
17:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)in\b */
|
||
18:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)pt\b */
|
||
19:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)pc\b */
|
||
20:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)px\b */
|
||
21:11,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)deg\b */
|
||
22:12,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)grad\b */
|
||
23:12,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)rad\b */
|
||
24:12,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)turn\b */
|
||
25:12,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)s\b */
|
||
26:13,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ms\b */
|
||
27:13,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)Hz\b */
|
||
28:14,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)kHz\b */
|
||
29:14,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dpi\b */
|
||
30:15,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dpcm\b */
|
||
31:15,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dppx\b */
|
||
32:15,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)% */
|
||
33:25,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)\b */
|
||
34:26,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)-?([a-zA-Z_]|[\240-\377]|(\\[0-9a-fA-F]{1,6}(\r\n|[ \t\r\n\f])?|\\[^\r\n\f0-9a-fA-F]))([a-zA-Z0-9_-]|[\240-\377]|(\\[0-9a-fA-F]{1,6}(\r\n|[ \t\r\n\f])?|\\[^\r\n\f0-9a-fA-F]))*\b */
|
||
35:16,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \( */
|
||
36:4,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \) */
|
||
37:5,
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: $ */
|
||
38:1},rules:[/^(?:\s+)/i,/^(?:(-(webkit|moz)-)?calc\b)/i,/^(?:[a-z][\d\-a-z]*\s*\((?:(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*')|\([^)]*\)|[^()]*)*\))/i,/^(?:\*)/i,/^(?:\/)/i,/^(?:\+)/i,/^(?:-)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)em\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)ex\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)ch\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)rem\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vw\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vmax\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cm\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)mm\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)Q\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)in\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)pt\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)pc\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)px\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)deg\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)grad\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)rad\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)turn\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)s\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)ms\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)Hz\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)kHz\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dpi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dpcm\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dppx\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)%)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)-?([^\W\d]|[ -ÿ]|(\\[\dA-Fa-f]{1,6}(\r\n|[\t\n\f\r ])?|\\[^\d\n\f\rA-Fa-f]))([\w\-]|[ -ÿ]|(\\[\dA-Fa-f]{1,6}(\r\n|[\t\n\f\r ])?|\\[^\d\n\f\rA-Fa-f]))*\b)/i,/^(?:\()/i,/^(?:\))/i,/^(?:$)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:true}}};return l}();l.lexer=v;function Parser(){this.yy={}}Parser.prototype=l;l.Parser=Parser;return new Parser}();if(true){v.parser=m;v.Parser=m.Parser;v.parse=function(){return m.parse.apply(m,arguments)}}},8258:(l,v,m)=>{"use strict";const y=m(4907);const{isSupported:_}=m(6615);const w=m(2045);const k=m(3922);function walk(l,v){l.nodes.forEach(((m,y)=>{const _=v(m,y,l);if(m.type==="function"&&_!==false){walk(m,v)}}))}const S=new Set(["ie 8","ie 9"]);const E=new Set(["calc","min","max","clamp"]);function isMathFunctionNode(l){if(l.type!=="function"){return false}return E.has(l.value.toLowerCase())}function transform(l,v){const m=w(l);walk(m,((l,m,y)=>{if(l.type==="function"){if(/^(rgb|hsl)a?$/i.test(l.value)){const{value:_}=l;l.value=k(w.stringify(l),v);l.type="word";const S=y.nodes[m+1];if(l.value!==_&&S&&(S.type==="word"||S.type==="function")){y.nodes.splice(m+1,0,{type:"space",value:" "})}}else if(isMathFunctionNode(l)){return false}}else if(l.type==="word"){l.value=k(l.value,v)}}));return m.toString()}function addPluginDefaults(l,v){const m={transparent:v.some((l=>S.has(l)))===false,alphaHex:_("css-rrggbbaa",v),name:true};return{...m,...l}}function pluginCreator(l={}){return{postcssPlugin:"postcss-colormin",prepare(v){const m=v.opts||{};const _=y(null,{stats:m.stats,path:__dirname,env:m.env});const w=new Map;const k=addPluginDefaults(l,_);return{OnceExit(l){l.walkDecls((l=>{if(/^(composes|font|src$|filter|-webkit-tap-highlight-color)/i.test(l.prop)){return}const v=l.value;if(!v){return}const m=JSON.stringify({value:v,options:k,browsers:_});if(w.has(m)){l.value=w.get(m);return}const y=transform(v,k);l.value=y;w.set(m,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},3922:(l,v,m)=>{"use strict";const{colord:y,extend:_}=m(3251);const w=m(2338);const k=m(47);_([w,k]);l.exports=function minifyColor(l,v={}){const m=y(l);if(m.isValid()){const y=m.minify(v);return y.length<l.length?y:l.toLowerCase()}else{return l}}},1212:(l,v,m)=>{"use strict";const y=m(2045);const _=m(4907);const w=m(6771);const k=new Set(["em","ex","ch","rem","vw","vh","vmin","vmax","cm","mm","q","in","pt","pc","px"]);const S=new Set(["descent-override","ascent-override","font-stretch","size-adjust","line-gap-override"]);const E=new Set(["stroke-dashoffset","stroke-width","line-height"]);const O=new Set(["max-height","height","min-width"]);function stripLeadingDot(l){if(l.charCodeAt(0)===".".charCodeAt(0)){return l.slice(1)}else{return l}}function parseWord(l,v,m){const _=y.unit(l.value);if(_){const y=Number(_.number);const S=stripLeadingDot(_.unit);if(y===0){l.value=0+(m||!k.has(S.toLowerCase())&&S!=="%"?S:"")}else{l.value=w(y,S,v);if(typeof v.precision==="number"&&S.toLowerCase()==="px"&&_.number.includes(".")){const m=Math.pow(10,v.precision);l.value=Math.round(parseFloat(l.value)*m)/m+S}}}}function clampOpacity(l){const v=y.unit(l.value);if(!v){return}let m=Number(v.number);if(m>1){l.value=v.unit==="%"?m+v.unit:1+v.unit}else if(m<0){l.value=0+v.unit}}function shouldKeepZeroUnit(l,v){const{parent:m}=l;const y=l.prop.toLowerCase();return l.value.includes("%")&&O.has(y)&&v.includes("ie 11")||m&&m.parent&&m.parent.type==="atrule"&&m.parent.name.toLowerCase()==="keyframes"&&y==="stroke-dasharray"||E.has(y)}function transform(l,v,m){const _=m.prop.toLowerCase();if(_.includes("flex")||_.indexOf("--")===0||S.has(_)){return}m.value=y(m.value).walk((w=>{const k=w.value.toLowerCase();if(w.type==="word"){parseWord(w,l,shouldKeepZeroUnit(m,v));if(_==="opacity"||_==="shape-image-threshold"){clampOpacity(w)}}else if(w.type==="function"){if(k==="calc"||k==="min"||k==="max"||k==="clamp"||k==="hsl"||k==="hsla"){y.walk(w.nodes,(v=>{if(v.type==="word"){parseWord(v,l,true)}}));return false}if(k==="url"){return false}}})).toString()}const P="postcss-convert-values";function pluginCreator(l={precision:false}){const v=_(null,{stats:l.stats,path:__dirname,env:l.env});return{postcssPlugin:P,OnceExit(m){m.walkDecls((m=>transform(l,v,m)))}}}pluginCreator.postcss=true;l.exports=pluginCreator},6771:l=>{"use strict";const v=new Map([["in",96],["px",1],["pt",4/3],["pc",16]]);const m=new Map([["s",1e3],["ms",1]]);const y=new Map([["turn",360],["deg",1]]);function dropLeadingZero(l){const v=String(l);if(l%1){if(v[0]==="0"){return v.slice(1)}if(v[0]==="-"&&v[1]==="0"){return"-"+v.slice(2)}}return v}function transform(l,v,m){let y=[...m.keys()].filter((l=>v!==l));const _=l*m.get(v);return y.map((l=>dropLeadingZero(_/m.get(l))+l)).reduce(((l,v)=>l.length<v.length?l:v))}l.exports=function(l,_,{time:w,length:k,angle:S}){let E=dropLeadingZero(l)+(_?_:"");let O;const P=_.toLowerCase();if(k!==false&&v.has(P)){O=transform(l,P,v)}if(w!==false&&m.has(P)){O=transform(l,P,m)}if(S!==false&&y.has(P)){O=transform(l,P,y)}if(O&&O.length<E.length){E=O}return E}},5227:(l,v,m)=>{"use strict";const y=m(1854);const _=m(6512);function pluginCreator(l={}){const v=new y(l);const m=new Map;const w=new Map;function matchesComments(l){if(m.has(l)){return m.get(l)}const v=_(l).filter((([l])=>l));m.set(l,v);return v}function replaceComments(l,m,y=" "){const k=l+"@|@"+y;if(w.has(k)){return w.get(k)}const S=_(l).reduce(((m,[_,w,k])=>{const S=l.slice(w,k);if(!_){return m+S}if(v.canRemove(S)){return m+y}return`${m}/*${S}*/`}),"");const E=m(S).join(" ");w.set(k,E);return E}return{postcssPlugin:"postcss-discard-comments",OnceExit(l,{list:m}){l.walk((l=>{if(l.type==="comment"&&v.canRemove(l.text)){l.remove();return}if(typeof l.raws.between==="string"){l.raws.between=replaceComments(l.raws.between,m.space)}if(l.type==="decl"){if(l.raws.value&&l.raws.value.raw){if(l.raws.value.value===l.value){l.value=replaceComments(l.raws.value.raw,m.space)}else{l.value=replaceComments(l.value,m.space)}l.raws.value=null}if(l.raws.important){l.raws.important=replaceComments(l.raws.important,m.space);const v=matchesComments(l.raws.important);l.raws.important=v.length?l.raws.important:"!important"}else{l.value=replaceComments(l.value,m.space)}return}if(l.type==="rule"&&l.raws.selector&&l.raws.selector.raw){l.raws.selector.raw=replaceComments(l.raws.selector.raw,m.space,"");return}if(l.type==="atrule"){if(l.raws.afterName){const v=replaceComments(l.raws.afterName,m.space);if(!v.length){l.raws.afterName=v+" "}else{l.raws.afterName=" "+v+" "}}if(l.raws.params&&l.raws.params.raw){l.raws.params.raw=replaceComments(l.raws.params.raw,m.space)}}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},6512:l=>{"use strict";l.exports=function commentParser(l){const v=[];const m=l.length;let y=0;let _;while(y<m){_=l.indexOf("/*",y);if(~_){v.push([0,y,_]);y=_;_=l.indexOf("*/",y+2);v.push([1,y+2,_]);y=_+2}else{v.push([0,y,m]);y=m}}return v}},1854:l=>{"use strict";function CommentRemover(l){this.options=l}CommentRemover.prototype.canRemove=function(l){const v=this.options.remove;if(v){return v(l)}else{const v=l.indexOf("!")===0;if(!v){return true}if(this.options.removeAll||this._hasFirst){return true}else if(this.options.removeAllButFirst&&!this._hasFirst){this._hasFirst=true;return false}}};l.exports=CommentRemover},5138:l=>{"use strict";function trimValue(l){return l?l.trim():l}function empty(l){return!l.nodes.filter((l=>l.type!=="comment")).length}function equals(l,v){const m=l;const y=v;if(m.type!==y.type){return false}if(m.important!==y.important){return false}if(m.raws&&!y.raws||!m.raws&&y.raws){return false}switch(m.type){case"rule":if(m.selector!==y.selector){return false}break;case"atrule":if(m.name!==y.name||m.params!==y.params){return false}if(m.raws&&trimValue(m.raws.before)!==trimValue(y.raws.before)){return false}if(m.raws&&trimValue(m.raws.afterName)!==trimValue(y.raws.afterName)){return false}break;case"decl":if(m.prop!==y.prop||m.value!==y.value){return false}if(m.raws&&trimValue(m.raws.before)!==trimValue(y.raws.before)){return false}break}if(m.nodes){if(m.nodes.length!==y.nodes.length){return false}for(let l=0;l<m.nodes.length;l++){if(!equals(m.nodes[l],y.nodes[l])){return false}}}return true}function dedupeRule(l,v){let m=v.indexOf(l)-1;while(m>=0){const y=v[m--];if(y&&y.type==="rule"&&y.selector===l.selector){l.each((l=>{if(l.type==="decl"){dedupeNode(l,y.nodes)}}));if(empty(y)){y.remove()}}}}function dedupeNode(l,v){let m=v.includes(l)?v.indexOf(l)-1:v.length-1;while(m>=0){const y=v[m--];if(y&&equals(y,l)){y.remove()}}}function dedupe(l){const{nodes:v}=l;if(!v){return}let m=v.length-1;while(m>=0){let l=v[m--];if(!l||!l.parent){continue}dedupe(l);if(l.type==="rule"){dedupeRule(l,v)}else if(l.type==="atrule"||l.type==="decl"){dedupeNode(l,v)}}}function pluginCreator(){return{postcssPlugin:"postcss-discard-duplicates",OnceExit(l){dedupe(l)}}}pluginCreator.postcss=true;l.exports=pluginCreator},6742:l=>{"use strict";const v="postcss-discard-empty";function discardAndReport(l,m){function discardEmpty(l){const{type:y}=l;const _=l.nodes;if(_){l.each(discardEmpty)}if(y==="decl"&&!l.value&&!l.prop.startsWith("--")||y==="rule"&&!l.selector||_&&!_.length||y==="atrule"&&(!_&&!l.params||!l.params&&!_.length)){l.remove();m.messages.push({type:"removal",plugin:v,node:l})}}l.each(discardEmpty)}function pluginCreator(){return{postcssPlugin:v,OnceExit(l,{result:v}){discardAndReport(l,v)}}}pluginCreator.postcss=true;l.exports=pluginCreator},5501:l=>{"use strict";const v=new Set(["keyframes","counter-style"]);const m=new Set(["media","supports"]);function vendorUnprefixed(l){return l.replace(/^-\w+-/,"")}function isOverridable(l){return v.has(vendorUnprefixed(l.toLowerCase()))}function isScope(l){return m.has(vendorUnprefixed(l.toLowerCase()))}function getScope(l){let v=l.parent;const m=[l.name.toLowerCase(),l.params];while(v){if(v.type==="atrule"&&isScope(v.name)){m.unshift(v.name+" "+v.params)}v=v.parent}return m.join("|")}function pluginCreator(){return{postcssPlugin:"postcss-discard-overridden",prepare(){const l=new Map;const v=[];return{OnceExit(m){m.walkAtRules((m=>{if(isOverridable(m.name)){const y=getScope(m);l.set(y,m);v.push({node:m,scope:y})}}));v.forEach((v=>{if(l.get(v.scope)!==v.node){v.node.remove()}}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},5856:(l,v,m)=>{"use strict";const y=m(7296);function pluginCreator(){return{postcssPlugin:"postcss-merge-longhand",OnceExit(l){l.walkRules((l=>{y.forEach((v=>{v.explode(l);v.merge(l)}))}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},614:(l,v,m)=>{"use strict";const y=m(146);const _=new Set(["inherit","initial","unset","revert"]);l.exports=(l,v=true)=>{if(!l.value||v&&y(l)||l.value&&_.has(l.value.toLowerCase())){return false}return true}},2907:(l,v,m)=>{"use strict";const y=m(146);const important=l=>l.important;const unimportant=l=>!l.important;const _=["inherit","initial","unset","revert"];l.exports=(l,v=true)=>{const m=new Set(l.map((l=>l.value.toLowerCase())));if(m.size>1){for(const l of _){if(m.has(l)){return false}}}if(v&&l.some(y)&&!l.every(y)){return false}return l.every(unimportant)||l.every(important)}},9304:l=>{"use strict";l.exports=new Set(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkgrey","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkslategrey","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dimgrey","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","green","greenyellow","grey","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightgrey","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightslategrey","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","slategrey","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"])},8370:(l,v,m)=>{"use strict";const{list:y}=m(977);const _=m(5377);const w=m(8868);const k=m(1465);const S=m(9534);const E=m(728);const O=m(6661);const P=m(4297);const C=m(2462);const T=m(9867);const L=m(6408);const D=m(2907);const R=m(6363);const A=m(146);const q=m(614);const F=m(6682);const $=m(7371);const{isValidWsc:z}=m(4529);const V=["width","style","color"];const W=["medium","none","currentcolor"];const U=/(hsla|rgba|color|hwb|lab|lch|oklab|oklch)\(/i;function borderProperty(...l){return`border-${l.join("-")}`}function mapBorderProperty(l){return borderProperty(l)}const B=R.map(mapBorderProperty);const Q=V.map(mapBorderProperty);const Y=B.reduce(((l,v)=>l.concat(V.map((l=>`${v}-${l}`)))),[]);const G=[["border"],B.concat(Q),Y];const J=G.reduce(((l,v)=>l.concat(v)));function getLevel(l){for(let v=0;v<G.length;v++){if(G[v].includes(l.toLowerCase())){return v}}}const isValueCustomProp=l=>l!==undefined&&l.search(/var\s*\(\s*--/i)!==-1;function canMergeValues(l){return!l.some(isValueCustomProp)}function getColorValue(l){if(l.prop.substr(-5)==="color"){return l.value}return $(l.value)[2]||W[2]}function diffingProps(l,v){return V.reduce(((m,y,_)=>{if(l[_]===v[_]){return m}return[...m,y]}),[])}function mergeRedundant({values:l,nextValues:v,decl:m,nextDecl:y,index:w}){if(!D([m,y])){return}if(_.detect(m)||_.detect(y)){return}const S=diffingProps(l,v);if(S.length!==1){return}const E=S.pop();const O=V.indexOf(E);const P=`${y.prop}-${E}`;const C=`border-${E}`;let R=k(l[O]);R[w]=v[O];const A=l.filter(((l,v)=>v!==O)).join(" ");const q=T(R);const F=(L(m.value)+y.prop+y.value).length;const $=m.value.length+P.length+L(v[O]).length;const z=A.length+C.length+q.length;if($<z&&$<F){y.prop=P;y.value=v[O]}if(z<$&&z<F){m.value=A;y.prop=C;y.value=q}}function isCloseEnough(l){return l[0]===l[1]&&l[1]===l[2]||l[1]===l[2]&&l[2]===l[3]||l[2]===l[3]&&l[3]===l[0]||l[3]===l[0]&&l[0]===l[1]}function getDistinctShorthands(l){return[...new Set(l)]}function explode(l){l.walkDecls(/^border/i,(l=>{if(!q(l,false)){return}if(_.detect(l)){return}const v=l.prop.toLowerCase();if(v==="border"){if(z($(l.value))){B.forEach((v=>{w(l.parent,l,{prop:v})}));l.remove()}}if(B.some((l=>v===l))){let m=$(l.value);if(z(m)){V.forEach(((y,_)=>{w(l.parent,l,{prop:`${v}-${y}`,value:m[_]||W[_]})}));l.remove()}}V.some((m=>{if(v!==borderProperty(m)){return false}if(A(l)){l.prop=l.prop.toLowerCase();return false}k(l.value).forEach(((v,y)=>{w(l.parent,l,{prop:borderProperty(R[y],m),value:v})}));return l.remove()}))}))}function merge(l){R.forEach((v=>{const m=borderProperty(v);C(l,V.map((l=>borderProperty(v,l))),((l,v)=>{if(D(l,false)&&!l.some(_.detect)){w(v.parent,v,{prop:m,value:l.map(P).join(" ")});for(const v of l){v.remove()}return true}return false}))}));V.forEach((v=>{const m=borderProperty(v);C(l,R.map((l=>borderProperty(l,v))),((l,v)=>{if(D(l)&&!l.some(_.detect)){w(v.parent,v,{prop:m,value:T(l.map(P).join(" "))});for(const v of l){v.remove()}return true}return false}))}));C(l,B,((l,v)=>{if(l.some(_.detect)){return false}const m=l.map((({value:l})=>l));if(!canMergeValues(m)){return false}const y=m.map((l=>$(l)));if(!y.every(z)){return false}V.forEach(((l,m)=>{const _=y.map((l=>l[m]||W[m]));if(canMergeValues(_)){w(v.parent,v,{prop:borderProperty(l),value:T(_)})}else{w(v.parent,v)}}));for(const v of l){v.remove()}return true}));C(l,Q,((v,m)=>{if(v.some(_.detect)){return false}const y=v.map((l=>k(l.value)));const S=[0,1,2,3].map((l=>[y[0][l],y[1][l],y[2][l]].join(" ")));if(!canMergeValues(S)){return false}const[E,O,C]=v;const T=getDistinctShorthands(S);if(isCloseEnough(S)&&D(v,false)){const y=S.indexOf(T[0])!==S.lastIndexOf(T[0]);const _=w(m.parent,m,{prop:"border",value:y?T[0]:T[1]});if(T[1]){const v=y?T[1]:T[0];const w=borderProperty(R[S.indexOf(v)]);l.insertAfter(_,Object.assign(m.clone(),{prop:w,value:v}))}for(const l of v){l.remove()}return true}else if(T.length===1){l.insertBefore(C,Object.assign(m.clone(),{prop:"border",value:[E,O].map(P).join(" ")}));v.filter((l=>l.prop.toLowerCase()!==Q[2])).forEach((l=>l.remove()));return true}return false}));C(l,Q,((v,m)=>{if(v.some(_.detect)){return false}const y=v.map((l=>k(l.value)));const w=[0,1,2,3].map((l=>[y[0][l],y[1][l],y[2][l]].join(" ")));const S=getDistinctShorthands(w);const E="medium none currentcolor";if(S.length>1&&S.length<4&&S.includes(E)){const y=w.filter((l=>l!==E));const _=S.sort(((l,v)=>w.filter((l=>l===v)).length-w.filter((v=>v===l)).length))[0];const k=S.length===2?y[0]:_;l.insertBefore(m,Object.assign(m.clone(),{prop:"border",value:k}));B.forEach(((v,y)=>{if(w[y]!==k){l.insertBefore(m,Object.assign(m.clone(),{prop:v,value:w[y]}))}}));for(const l of v){l.remove()}return true}return false}));C(l,B,((v,m)=>{if(v.some(_.detect)){return false}const y=v.map((l=>{const v=$(l.value);if(!z(v)){return l.value}return v.map(((l,v)=>l||W[v])).join(" ")}));const w=getDistinctShorthands(y);if(isCloseEnough(y)){const _=y.indexOf(w[0])!==y.lastIndexOf(w[0]);l.insertBefore(m,Object.assign(m.clone(),{prop:"border",value:L(_?y[0]:y[1])}));if(w[1]){const v=_?w[1]:w[0];const k=B[y.indexOf(v)];l.insertBefore(m,Object.assign(m.clone(),{prop:k,value:L(v)}))}for(const l of v){l.remove()}return true}return false}));B.forEach((v=>{V.forEach(((m,y)=>{const k=`${v}-${m}`;C(l,[v,k],((l,m)=>{if(m.prop!==v){return false}const S=$(m.value);if(!z(S)){return false}const E=l.filter((l=>l!==m))[0];if(!isValueCustomProp(S[y])||A(E)){return false}const O=S[y];S[y]=E.value;if(D(l,false)&&!l.some(_.detect)){w(m.parent,m,{prop:k,value:O});m.value=L(S);E.remove();return true}return false}))}))}));V.forEach(((v,m)=>{const y=borderProperty(v);C(l,["border",y],((l,v)=>{if(v.prop!=="border"){return false}const k=$(v.value);if(!z(k)){return false}const S=l.filter((l=>l!==v))[0];if(!isValueCustomProp(k[m])||A(S)){return false}const E=k[m];k[m]=S.value;if(D(l,false)&&!l.some(_.detect)){w(v.parent,v,{prop:y,value:E});v.value=L(k);S.remove();return true}return false}))}));let v=E(l,B);while(v.length){const m=v[v.length-1];V.forEach(((k,E)=>{const P=B.filter((l=>l!==m.prop)).map((l=>`${l}-${k}`));let C=l.nodes.slice(0,l.nodes.indexOf(m));const L=F(C,"border");if(L){C=C.slice(C.indexOf(L))}const D=C.filter((l=>l.type==="decl"&&P.includes(l.prop)&&l.important===m.important));const R=O(D,P);if(S(R,...P)&&!R.some(_.detect)){const l=R.map((l=>l?l.value:null));const _=l.filter(Boolean);const S=y.space(m.value)[E];l[B.indexOf(m.prop)]=S;let O=T(l.join(" "));if(_[0]===_[1]&&_[1]===_[2]){O=_[0]}let P=D[D.length-1];if(O===S){P=m;let l=y.space(m.value);l.splice(E,1);m.value=l.join(" ")}w(P.parent,P,{prop:borderProperty(k),value:O});v=v.filter((l=>!R.includes(l)));for(const l of R){l.remove()}}}));v=v.filter((l=>l!==m))}l.walkDecls("border",(l=>{const v=l.next();if(!v||v.type!=="decl"){return false}const m=B.indexOf(v.prop);if(m===-1){return}const y=$(l.value);const _=$(v.value);if(!z(y)||!z(_)){return}const w={values:y,nextValues:_,decl:l,nextDecl:v,index:m};return mergeRedundant(w)}));l.walkDecls(/^border($|-(top|right|bottom|left)$)/i,(v=>{let m=$(v.value);if(!z(m)){return}const y=B.indexOf(v.prop);let _=[...B];_.splice(y,1);V.forEach(((y,k)=>{const S=_.map((l=>`${l}-${y}`));C(l,[v.prop,...S],(l=>{if(!l.includes(v)){return false}const _=l.filter((l=>l!==v));if(_[0].value.toLowerCase()===_[1].value.toLowerCase()&&_[1].value.toLowerCase()===_[2].value.toLowerCase()&&m[k]!==undefined&&_[0].value.toLowerCase()===m[k].toLowerCase()){for(const l of _){l.remove()}w(v.parent,v,{prop:borderProperty(y),value:m[k]});m[k]=null}return false}));const E=m.join(" ");if(E){v.value=E}else{v.remove()}}))}));l.walkDecls(/^border($|-(top|right|bottom|left)$)/i,(l=>{l.value=L(l.value)}));l.walkDecls(/^border-spacing$/i,(l=>{const v=y.space(l.value);if(v.length>1&&v[0]===v[1]){l.value=v.slice(1).join(" ")}}));v=E(l,J);while(v.length){const l=v[v.length-1];const m=l.prop.split("-").pop();const y=v.filter((v=>!_.detect(l)&&!_.detect(v)&&!A(l)&&v!==l&&v.important===l.important&&getLevel(v.prop)>getLevel(l.prop)&&(v.prop.toLowerCase().includes(l.prop)||v.prop.toLowerCase().endsWith(m))));for(const l of y){l.remove()}v=v.filter((l=>!y.includes(l)));let w=v.filter((v=>!_.detect(l)&&!_.detect(v)&&v!==l&&v.important===l.important&&v.prop===l.prop&&!(!A(v)&&A(l))));if(w.length){if(U.test(getColorValue(l))){const l=w.filter((l=>!U.test(getColorValue(l)))).pop();w=w.filter((v=>v!==l))}for(const l of w){l.remove()}}v=v.filter((v=>v!==l&&!w.includes(v)))}}l.exports={explode:explode,merge:merge}},607:(l,v,m)=>{"use strict";const y=m(5377);const _=m(2907);const w=m(728);const k=m(9867);const S=m(1465);const E=m(8868);const O=m(2462);const P=m(9048);const C=m(6363);const T=m(146);const L=m(614);l.exports=l=>{const v=C.map((v=>`${l}-${v}`));const cleanup=m=>{let _=w(m,[l].concat(v));while(_.length){const v=_[_.length-1];const m=_.filter((m=>!y.detect(v)&&!y.detect(m)&&m!==v&&m.important===v.important&&v.prop===l&&m.prop!==v.prop));for(const l of m){l.remove()}_=_.filter((l=>!m.includes(l)));let w=_.filter((l=>!y.detect(v)&&!y.detect(l)&&l!==v&&l.important===v.important&&l.prop===v.prop&&!(!T(l)&&T(v))));for(const l of w){l.remove()}_=_.filter((l=>l!==v&&!w.includes(l)))}};const m={explode:m=>{m.walkDecls(new RegExp("^"+l+"$","i"),(l=>{if(!L(l)){return}if(y.detect(l)){return}const m=S(l.value);C.forEach(((y,_)=>{E(l.parent,l,{prop:v[_],value:m[_]})}));l.remove()}))},merge:m=>{O(m,v,((v,m)=>{if(_(v)&&!v.some(y.detect)){E(m.parent,m,{prop:l,value:k(P(...v))});for(const l of v){l.remove()}return true}return false}));cleanup(m)}};return m}},7638:(l,v,m)=>{"use strict";const{list:y}=m(977);const{unit:_}=m(2045);const w=m(5377);const k=m(2907);const S=m(728);const E=m(4297);const O=m(2462);const P=m(8868);const C=m(146);const T=m(614);const L=["column-width","column-count"];const D="auto";const R="inherit";function normalize(l){if(l[0].toLowerCase()===D){return l[1]}if(l[1].toLowerCase()===D){return l[0]}if(l[0].toLowerCase()===R&&l[1].toLowerCase()===R){return R}return l.join(" ")}function explode(l){l.walkDecls(/^columns$/i,(l=>{if(!T(l)){return}if(w.detect(l)){return}let v=y.space(l.value);if(v.length===1){v.push(D)}v.forEach(((v,m)=>{let y=L[1];const w=_(v);if(v.toLowerCase()===D){y=L[m]}else if(w&&w.unit!==""){y=L[0]}P(l.parent,l,{prop:y,value:v})}));l.remove()}))}function cleanup(l){let v=S(l,["columns"].concat(L));while(v.length){const l=v[v.length-1];const m=v.filter((v=>!w.detect(l)&&!w.detect(v)&&v!==l&&v.important===l.important&&l.prop==="columns"&&v.prop!==l.prop));for(const l of m){l.remove()}v=v.filter((l=>!m.includes(l)));let y=v.filter((v=>!w.detect(l)&&!w.detect(v)&&v!==l&&v.important===l.important&&v.prop===l.prop&&!(!C(v)&&C(l))));for(const l of y){l.remove()}v=v.filter((v=>v!==l&&!y.includes(v)))}}function merge(l){O(l,L,((l,v)=>{if(k(l)&&!l.some(w.detect)){P(v.parent,v,{prop:"columns",value:normalize(l.map(E))});for(const v of l){v.remove()}return true}return false}));cleanup(l)}l.exports={explode:explode,merge:merge}},7296:(l,v,m)=>{"use strict";const y=m(8370);const _=m(7638);const w=m(9817);const k=m(878);l.exports=[y,_,w,k]},9817:(l,v,m)=>{"use strict";const y=m(607);l.exports=y("margin")},878:(l,v,m)=>{"use strict";const y=m(607);l.exports=y("padding")},728:l=>{"use strict";l.exports=function getDecls(l,v){return l.nodes.filter((l=>l.type==="decl"&&v.includes(l.prop.toLowerCase())))}},6682:l=>{"use strict";l.exports=(l,v)=>l.filter((l=>l.type==="decl"&&l.prop.toLowerCase()===v)).pop()},6661:(l,v,m)=>{"use strict";const y=m(6682);l.exports=function getRules(l,v){return v.map((v=>y(l,v))).filter(Boolean)}},4297:l=>{"use strict";l.exports=function getValue({value:l}){return l}},9534:l=>{"use strict";l.exports=(l,...v)=>v.every((v=>l.some((l=>l.prop&&l.prop.toLowerCase().includes(v)))))},8868:l=>{"use strict";l.exports=function insertCloned(l,v,m){const y=Object.assign(v.clone(),m);l.insertAfter(v,y);return y}},146:l=>{"use strict";l.exports=l=>l.value.search(/var\s*\(\s*--/i)!==-1},2462:(l,v,m)=>{"use strict";const y=m(9534);const _=m(728);const w=m(6661);function isConflictingProp(l,v){if(!v.prop||v.important!==l.important||l.prop===v.prop){return false}const m=l.prop.split("-");const y=v.prop.split("-");if(m[0]!==y[0]){return false}const _=new Set(m);return y.every((l=>_.has(l)))}function hasConflicts(l,v){const m=Math.min(...l.map((l=>v.indexOf(l))));const y=Math.max(...l.map((l=>v.indexOf(l))));const _=v.slice(m+1,y);return l.some((l=>_.some((v=>isConflictingProp(l,v)))))}l.exports=function mergeRules(l,v,m){let k=_(l,v);while(k.length){const _=k[k.length-1];const S=k.filter((l=>l.important===_.important));const E=w(S,v);if(y(E,...v)&&!hasConflicts(E,l.nodes)){if(m(E,_,S)){k=k.filter((l=>!E.includes(l)))}}k=k.filter((l=>l!==_))}}},9048:(l,v,m)=>{"use strict";const y=m(4297);l.exports=(...l)=>l.map(y).join(" ")},9867:(l,v,m)=>{"use strict";const y=m(1465);l.exports=l=>{const v=y(l);if(v[3]===v[1]){v.pop();if(v[2]===v[0]){v.pop();if(v[0]===v[1]){v.pop()}}}return v.join(" ")}},6408:(l,v,m)=>{"use strict";const y=m(7371);const _=m(9867);const{isValidWsc:w}=m(4529);const k=["medium","none","currentcolor"];l.exports=l=>{const v=y(l);if(!w(v)){return _(l)}const m=[...v,""].reduceRight(((l,v,m,y)=>{if(v===undefined||v.toLowerCase()===k[m]&&(!m||(y[m-1]||"").toLowerCase()!==v.toLowerCase())){return l}return v+" "+l})).trim();return _(m||"none")}},1465:(l,v,m)=>{"use strict";const{list:y}=m(977);l.exports=l=>{const v=typeof l==="string"?y.space(l):l;return[v[0],v[1]||v[0],v[2]||v[0],v[3]||v[1]||v[0]]}},7371:(l,v,m)=>{"use strict";const{list:y}=m(977);const{isWidth:_,isStyle:w,isColor:k}=m(4529);const S=/^\s*(none|medium)(\s+none(\s+(none|currentcolor))?)?\s*$/i;const E=/--(\w|-|[^\x00-\x7F])+/g;const toLower=l=>{let v;let m=0;let y="";E.lastIndex=0;while((v=E.exec(l))!==null){if(v.index>m){y+=l.substring(m,v.index).toLowerCase()}y+=v[0];m=v.index+v[0].length}if(m<l.length){y+=l.substring(m).toLowerCase()}if(y===""){return l}return y};l.exports=function parseWsc(l){if(S.test(l)){return["medium","none","currentcolor"]}let v,m,E;const O=y.space(l);if(O.length>1&&w(O[1])&&O[0].toLowerCase()==="none"){O.unshift();v="0"}const P=[];O.forEach((l=>{if(w(l)){m=toLower(l)}else if(_(l)){v=toLower(l)}else if(k(l)){E=toLower(l)}else{P.push(l)}}));if(P.length){if(!v&&m&&E){v=P.pop()}if(v&&!m&&E){m=P.pop()}if(v&&m&&!E){E=P.pop()}}return[v,m,E]}},6363:l=>{"use strict";l.exports=["top","right","bottom","left"]},4529:(l,v,m)=>{"use strict";const y=m(9304);const _=new Set(["thin","medium","thick"]);const w=new Set(["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"]);function isStyle(l){return l!==undefined&&w.has(l.toLowerCase())}function isWidth(l){return l&&_.has(l.toLowerCase())||/^(\d+(\.\d+)?|\.\d+)(\w+)?$/.test(l)}function isColor(l){if(!l){return false}l=l.toLowerCase();if(/rgba?\(/.test(l)){return true}if(/hsla?\(/.test(l)){return true}if(/#([0-9a-z]{6}|[0-9a-z]{3})/.test(l)){return true}if(l==="transparent"){return true}if(l==="currentcolor"){return true}return y.has(l)}function isValidWsc(l){const v=isWidth(l[0]);const m=isStyle(l[1]);const y=isColor(l[2]);return v&&m||v&&y||m&&y}l.exports={isStyle:isStyle,isWidth:isWidth,isColor:isColor,isValidWsc:isValidWsc}},3971:(l,v,m)=>{"use strict";const y=m(4907);const{sameParent:_}=m(39);const{ensureCompatibility:w,sameVendor:k,noVendor:S}=m(3539);function declarationIsEqual(l,v){return l.important===v.important&&l.prop===v.prop&&l.value===v.value}function indexOfDeclaration(l,v){return l.findIndex((l=>declarationIsEqual(l,v)))}function intersect(l,v,m){return l.filter((l=>{const y=indexOfDeclaration(v,l)!==-1;return m?!y:y}))}function sameDeclarationsAndOrder(l,v){if(l.length!==v.length){return false}return l.every(((l,m)=>declarationIsEqual(l,v[m])))}function canMerge(l,v,m,y){const E=l.selectors;const O=v.selectors;const P=E.concat(O);if(!w(P,m,y)){return false}const C=_(l,v);if(C&&l.parent&&l.parent.type==="atrule"&&l.parent.name.includes("keyframes")){return false}return C&&(P.every(S)||k(E,O))}function isDeclaration(l){return l.type==="decl"}function getDecls(l){return l.nodes.filter(isDeclaration)}const joinSelectors=(...l)=>l.map((l=>l.selector)).join();function ruleLength(...l){return l.map((l=>l.nodes.length?String(l):"")).join("").length}function splitProp(l){const v=l.split("-");if(l[0]!=="-"){return{prefix:"",base:v[0],rest:v.slice(1)}}if(l[1]==="-"){return{prefix:null,base:null,rest:[l]}}return{prefix:v[1],base:v[2],rest:v.slice(3)}}function isConflictingProp(l,v){if(l===v){return true}const m=splitProp(l);const y=splitProp(v);if(!m.base&&!y.base){return true}if(m.base!==y.base&&m.base!=="place"&&y.base!=="place"){return false}if(m.rest.length!==y.rest.length){return true}if(m.base==="border"){const l=new Set([...m.rest,...y.rest]);if(l.has("image")||l.has("width")||l.has("color")||l.has("style")){return true}}return m.rest.every(((l,v)=>y.rest[v]===l))}function mergeParents(l,v){if(!l.parent||!v.parent){return false}if(l.parent===v.parent){return false}v.remove();l.parent.append(v);return true}function partialMerge(l,v){let m=intersect(getDecls(l),getDecls(v));if(m.length===0){return v}let y=v.next();if(!y){const l=v.parent.next();y=l&&l.nodes&&l.nodes[0]}if(y&&y.type==="rule"&&canMerge(v,y)){let _=intersect(getDecls(v),getDecls(y));if(_.length>m.length){mergeParents(v,y);l=v;v=y;m=_}}const _=getDecls(l);m=m.filter(((l,v)=>{const y=indexOfDeclaration(_,l);const w=_.slice(y+1).filter((v=>isConflictingProp(v.prop,l.prop)));if(w.length===0){return true}const k=m.slice(v+1).filter((v=>isConflictingProp(v.prop,l.prop)));if(w.length!==k.length){return false}return w.every(((l,v)=>declarationIsEqual(l,k[v])))}));const w=getDecls(v);m=m.filter((l=>{const v=w.findIndex((v=>isConflictingProp(v.prop,l.prop)));if(v===-1){return false}if(!declarationIsEqual(w[v],l)){return false}if(l.prop.toLowerCase()!=="direction"&&l.prop.toLowerCase()!=="unicode-bidi"&&w.some((l=>l.prop.toLowerCase()==="all"))){return false}w.splice(v,1);return true}));if(m.length===0){return v}const k=v.clone();k.selector=joinSelectors(l,v);k.nodes=[];v.parent.insertBefore(v,k);const S=l.clone();const E=v.clone();function moveDecl(l){return v=>{if(indexOfDeclaration(m,v)!==-1){l.call(this,v)}}}S.walkDecls(moveDecl((l=>{l.remove();k.append(l)})));E.walkDecls(moveDecl((l=>l.remove())));const O=ruleLength(S,k,E);const P=ruleLength(l,v);if(O<P){l.replaceWith(S);v.replaceWith(E);[S,k,E].forEach((l=>{if(l.nodes.length===0){l.remove()}}));if(!E.parent){return k}return E}else{k.remove();return v}}function selectorMerger(l,v){let m=null;return function(y){if(!m||!canMerge(y,m,l,v)){m=y;return}if(m===y){m=y;return}mergeParents(m,y);if(sameDeclarationsAndOrder(getDecls(y),getDecls(m))){y.selector=joinSelectors(m,y);m.remove();m=y;return}if(m.selector===y.selector){const l=getDecls(m);y.walk((v=>{if(v.type==="decl"&&indexOfDeclaration(l,v)!==-1){v.remove();return}m.append(v)}));y.remove();return}m=partialMerge(m,y)}}function pluginCreator(){return{postcssPlugin:"postcss-merge-rules",prepare(l){const v=l.opts||{};const m=y(null,{stats:v.stats,path:__dirname,env:v.env});const _=new Map;return{OnceExit(l){l.walkRules(selectorMerger(m,_))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},3539:(l,v,m)=>{"use strict";const{isSupported:y}=m(6615);const _=m(475);const w=/^#?[-._a-z0-9 ]+$/i;const k="css-sel2";const S="css-sel3";const E="css-gencontent";const O="css-first-letter";const P="css-first-line";const C="css-in-out-of-range";const T="form-validation";const L=/-(ah|apple|atsc|epub|hp|khtml|moz|ms|o|rim|ro|tc|wap|webkit|xv)-/;const D=new Set(["=","~=","|="]);const R=new Set(["^=","$=","*="]);function filterPrefixes(l){return l.match(L)}const findMsInputPlaceholder=l=>~l.search(/-ms-input-placeholder/i);function sameVendor(l,v){let same=l=>l.map(filterPrefixes).join();let findMsVendor=l=>l.find(findMsInputPlaceholder);return same(l)===same(v)&&!(findMsVendor(l)&&findMsVendor(v))}function noVendor(l){return!L.test(l)}const A={":active":k,":after":E,":any-link":"css-any-link",":before":E,":checked":S,":default":"css-default-pseudo",":dir":"css-dir-pseudo",":disabled":S,":empty":S,":enabled":S,":first-child":k,":first-letter":O,":first-line":P,":first-of-type":S,":focus":k,":focus-within":"css-focus-within",":focus-visible":"css-focus-visible",":has":"css-has",":hover":k,":in-range":C,":indeterminate":"css-indeterminate-pseudo",":invalid":T,":is":"css-matches-pseudo",":lang":k,":last-child":S,":last-of-type":S,":link":k,":matches":"css-matches-pseudo",":not":S,":nth-child":S,":nth-last-child":S,":nth-last-of-type":S,":nth-of-type":S,":only-child":S,":only-of-type":S,":optional":"css-optional-pseudo",":out-of-range":C,":placeholder-shown":"css-placeholder-shown",":required":T,":root":S,":target":S,"::after":E,"::backdrop":"dialog","::before":E,"::first-letter":O,"::first-line":P,"::marker":"css-marker-pseudo","::placeholder":"css-placeholder","::selection":"css-selection",":valid":T,":visited":k};function isCssMixin(l){return l[l.length-1]===":"}function isHostPseudoClass(l){return l.includes(":host")}const q=new Map;function isSupportedCached(l,v){const m=JSON.stringify({feature:l,browsers:v});let _=q.get(m);if(!_){_=y(l,v);q.set(m,_)}return _}function ensureCompatibility(l,v,m){if(l.some(isCssMixin)){return false}if(l.some(isHostPseudoClass)){return false}return l.every((l=>{if(w.test(l)){return true}if(m&&m.has(l)){return m.get(l)}let y=true;_((l=>{l.walk((l=>{const{type:m,value:_}=l;if(m==="pseudo"){const l=A[_];if(!l&&noVendor(_)){y=false}if(l&&y){y=isSupportedCached(l,v)}}if(m==="combinator"){if(_.includes("~")){y=isSupportedCached(S,v)}if(_.includes(">")||_.includes("+")){y=isSupportedCached(k,v)}}if(m==="attribute"&&l.attribute){if(!l.operator){y=isSupportedCached(k,v)}if(_){if(D.has(l.operator)){y=isSupportedCached(k,v)}if(R.has(l.operator)){y=isSupportedCached(S,v)}}if(l.insensitive){y=isSupportedCached("css-case-insensitive",v)}}if(!y){return false}}))})).processSync(l);if(m){m.set(l,y)}return y}))}l.exports={sameVendor:sameVendor,noVendor:noVendor,pseudoElements:A,ensureCompatibility:ensureCompatibility}},1800:(l,v,m)=>{"use strict";const y=m(2045);const _=m(686);const w=m(5235);const k=m(3177);function hasVariableFunction(l){const v=l.toLowerCase();return v.includes("var(")||v.includes("env(")}function transform(l,v,m){let S=l.toLowerCase();if(S==="font-weight"&&!hasVariableFunction(v)){return _(v)}else if(S==="font-family"&&!hasVariableFunction(v)){const l=y(v);l.nodes=w(l.nodes,m);return l.toString()}else if(S==="font"){const l=y(v);l.nodes=k(l.nodes,m);return l.toString()}return v}function pluginCreator(l){l=Object.assign({},{removeAfterKeyword:false,removeDuplicates:true,removeQuotes:true},l);return{postcssPlugin:"postcss-minify-font-values",prepare(){const v=new Map;return{OnceExit(m){m.walkDecls(/font/i,(m=>{const y=m.value;if(!y){return}const _=m.prop;const w=`${_}|${y}`;if(v.has(w)){m.value=v.get(w);return}const k=transform(_,y,l);m.value=k;v.set(w,k)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},2894:l=>{"use strict";l.exports={style:new Set(["italic","oblique"]),variant:new Set(["small-caps"]),weight:new Set(["100","200","300","400","500","600","700","800","900","bold","lighter","bolder"]),stretch:new Set(["ultra-condensed","extra-condensed","condensed","semi-condensed","semi-expanded","expanded","extra-expanded","ultra-expanded"]),size:new Set(["xx-small","x-small","small","medium","large","x-large","xx-large","larger","smaller"])}},5235:(l,v,m)=>{"use strict";const{stringify:y}=m(2045);function uniqueFontFamilies(l){return l.filter(((v,m)=>{if(v.toLowerCase()==="monospace"){return true}return m===l.indexOf(v)}))}const _=["inherit","initial","unset"];const w=new Set(["sans-serif","serif","fantasy","cursive","monospace","system-ui"]);function makeArray(l,v){let m=[];while(v--){m[v]=l}return m}const k=/[ !"#$%&'()*+,.\/;<=>?@\[\\\]^`{|}~]/;function escape(l,v){let m=0;let y;let _;let w;let S="";while(m<l.length){y=l.charAt(m++);_=y.charCodeAt(0);if(!v&&/[\t\n\v\f:]/.test(y)){w="\\"+_.toString(16)+" "}else if(!v&&k.test(y)){w="\\"+y}else{w=y}S+=w}if(!v){if(/^-[-\d]/.test(S)){S="\\-"+S.slice(1)}const v=l.charAt(0);if(/\d/.test(v)){S="\\3"+v+" "+S.slice(1)}}return S}const S=new RegExp([...w].concat(_).join("|"),"i");const E=/^(-?\d|--)/;const O=/^\x20/;const P=/[\t\n\f\r\x20]/g;const C=/^[a-zA-Z\d\xa0-\uffff_-]+$/;const T=/(\\(?:[a-fA-F0-9]{1,6}\x20|\x20))?(\x20{2,})/g;const L=/\\[a-fA-F0-9]{0,6}\x20$/;const D=/\x20$/;function escapeIdentifierSequence(l){let v=l.split(P);let m=0;let y=[];let _;while(m<v.length){let l=v[m++];if(l===""){y.push(l);continue}_=escape(l,false);if(C.test(l)){if(E.test(l)){if(m===1){y.push(_)}else{y[m-2]+="\\";y.push(escape(l,true))}}else{y.push(_)}}else{y.push(_)}}y=y.join(" ").replace(T,((l,v,m)=>{const y=m.length;const _=Math.floor(y/2);const w=makeArray("\\ ",_);if(y%2){w[_-1]+="\\ "}return(v||"")+" "+w.join(" ")}));if(D.test(y)&&!L.test(y)){y=y.replace(D,"\\ ")}if(O.test(y)){y="\\ "+y.slice(1)}return y}l.exports=function(l,v){const m=[];let _=null;let k,E;l.forEach(((l,v,y)=>{if(l.type==="string"||l.type==="function"){m.push(l)}else if(l.type==="word"){if(!_){_={type:"word",value:""};m.push(_)}_.value+=l.value}else if(l.type==="space"){if(_&&v!==y.length-1){_.value+=" "}}else{_=null}}));let O=m.map((l=>{if(l.type==="string"){const m=S.test(l.value);if(!v.removeQuotes||m||/[0-9]/.test(l.value.slice(0,1))){return y(l)}let _=escapeIdentifierSequence(l.value);if(_.length<l.value.length+2){return _}}return y(l)}));if(v.removeAfterKeyword){for(k=0,E=O.length;k<E;k+=1){if(w.has(O[k].toLowerCase())){O=O.slice(0,k+1);break}}}if(v.removeDuplicates){O=uniqueFontFamilies(O)}return[{type:"word",value:O.join()}]}},3177:(l,v,m)=>{"use strict";const{unit:y}=m(2045);const _=m(2894);const w=m(5235);const k=m(686);l.exports=function(l,v){let m,S,E,O;let P=NaN;let C=false;for(m=0,S=l.length;m<S;m+=1){E=l[m];if(E.type==="word"){if(C){continue}const l=E.value.toLowerCase();if(l==="normal"||l==="inherit"||l==="initial"||l==="unset"){P=m}else if(_.style.has(l)||y(l)){P=m}else if(_.variant.has(l)){P=m}else if(_.weight.has(l)){E.value=k(l);P=m}else if(_.stretch.has(l)){P=m}else if(_.size.has(l)||y(l)){P=m;C=true}}else if(E.type==="function"&&l[m+1]&&l[m+1].type==="space"){P=m}else if(E.type==="div"&&E.value==="/"){P=m+1;break}}P+=2;O=w(l.slice(P),v);return l.slice(0,P).concat(O)}},686:l=>{"use strict";l.exports=function(l){const v=l.toLowerCase();return v==="normal"?"400":v==="bold"?"700":l}},2506:(l,v,m)=>{"use strict";const y=m(2045);const{getArguments:_}=m(39);const w=m(7288);const k={top:"0deg",right:"90deg",bottom:"180deg",left:"270deg"};function isLessThan(l,v){return l.unit.toLowerCase()===v.unit.toLowerCase()&&parseFloat(l.number)>=parseFloat(v.number)}function optimise(l){const v=l.value;if(!v){return}const m=v.toLowerCase();if(m.includes("var(")||m.includes("env(")){return}if(!m.includes("gradient")){return}l.value=y(v).walk((l=>{if(l.type!=="function"||!l.nodes.length){return false}const v=l.value.toLowerCase();if(v==="linear-gradient"||v==="repeating-linear-gradient"||v==="-webkit-linear-gradient"||v==="-webkit-repeating-linear-gradient"){let v=_(l);if(l.nodes[0].value.toLowerCase()==="to"&&v[0].length===3){l.nodes=l.nodes.slice(2);l.nodes[0].value=k[l.nodes[0].value.toLowerCase()]}let m;v.forEach(((l,_)=>{if(l.length!==3){return}let w=_===v.length-1;let k=y.unit(l[2].value);if(m===undefined){m=k;if(!w&&m&&m.number==="0"&&m.unit.toLowerCase()!=="deg"){l[1].value=l[2].value=""}return}if(m&&k&&isLessThan(m,k)){l[2].value="0"}m=k;if(w&&l[2].value==="100%"){l[1].value=l[2].value=""}}));return false}if(v==="radial-gradient"||v==="repeating-radial-gradient"){let v=_(l);let m;const w=v[0].find((l=>l.value.toLowerCase()==="at"));v.forEach(((l,v)=>{if(!l[2]||!v&&w){return}let _=y.unit(l[2].value);if(!m){m=_;return}if(m&&_&&isLessThan(m,_)){l[2].value="0"}m=_}));return false}if(v==="-webkit-radial-gradient"||v==="-webkit-repeating-radial-gradient"){let v=_(l);let m;v.forEach((l=>{let v;let _;if(l[2]!==undefined){if(l[0].type==="function"){v=`${l[0].value}(${y.stringify(l[0].nodes)})`}else{v=l[0].value}if(l[2].type==="function"){_=`${l[2].value}(${y.stringify(l[2].nodes)})`}else{_=l[2].value}}else{if(l[0].type==="function"){v=`${l[0].value}(${y.stringify(l[0].nodes)})`}v=l[0].value}v=v.toLowerCase();const k=_!==undefined?w(v,_.toLowerCase()):w(v);if(!k||!l[2]){return}let S=y.unit(l[2].value);if(!m){m=S;return}if(m&&S&&isLessThan(m,S)){l[2].value="0"}m=S}));return false}})).toString()}function pluginCreator(){return{postcssPlugin:"postcss-minify-gradients",OnceExit(l){l.walkDecls(optimise)}}}pluginCreator.postcss=true;l.exports=pluginCreator},7288:(l,v,m)=>{"use strict";const{unit:y}=m(2045);const{colord:_,extend:w}=m(3251);const k=m(2338);w([k]);const S=new Set(["PX","IN","CM","MM","EM","REM","POINTS","PC","EX","CH","VW","VH","VMIN","VMAX","%"]);function isCSSLengthUnit(l){return S.has(l.toUpperCase())}function isStop(l){if(l){let v=false;const m=y(l);if(m){const l=Number(m.number);if(l===0||!isNaN(l)&&isCSSLengthUnit(m.unit)){v=true}}else{v=/^calc\(\S+\)$/g.test(l)}return v}return true}l.exports=function isColorStop(l,v){return _(l).isValid()&&isStop(v)}},907:(l,v,m)=>{"use strict";const y=m(4907);const _=m(2045);const{getArguments:w}=m(39);function gcd(l,v){return v?gcd(v,l%v):l}function aspectRatio(l,v){const m=gcd(l,v);return[l/m,v/m]}function split(l){return l.map((l=>_.stringify(l))).join("")}function removeNode(l){l.value="";l.type="word"}function sortAndDedupe(l){const v=[...new Set(l)];v.sort();return v.join()}function transform(l,v){const m=v.name.toLowerCase();if(!v.params||!["media","supports"].includes(m)){return}const y=_(v.params);y.walk(((m,_)=>{if(m.type==="div"){m.before=m.after=""}else if(m.type==="function"){m.before="";if(m.nodes[0]&&m.nodes[0].type==="word"&&m.nodes[0].value.startsWith("--")&&m.nodes[2]===undefined){m.after=" "}else{m.after=""}if(m.nodes[4]&&m.nodes[0].value.toLowerCase().indexOf("-aspect-ratio")===3){const[l,v]=aspectRatio(Number(m.nodes[2].value),Number(m.nodes[4].value));m.nodes[2].value=l.toString();m.nodes[4].value=v.toString()}}else if(m.type==="space"){m.value=" "}else{const w=y.nodes[_-2];if(m.value.toLowerCase()==="all"&&v.name.toLowerCase()==="media"&&!w){const v=y.nodes[_+2];if(!l||v){removeNode(m)}if(v&&v.value.toLowerCase()==="and"){const l=y.nodes[_+1];const m=y.nodes[_+3];removeNode(v);removeNode(l);removeNode(m)}}}}),true);v.params=sortAndDedupe(w(y).map(split));if(!v.params.length){v.raws.afterName=""}}const k=new Set(["ie 10","ie 11"]);function pluginCreator(l={}){const v=y(null,{stats:l.stats,path:__dirname,env:l.env});const m=v.some((l=>k.has(l)));return{postcssPlugin:"postcss-minify-params",OnceExit(l){l.walkAtRules((l=>transform(m,l)))}}}pluginCreator.postcss=true;l.exports=pluginCreator},1625:(l,v,m)=>{"use strict";const y=m(475);const _=m(2295);const w=new Set(["::before","::after","::first-letter","::first-line"]);function attribute(l){if(l.value){if(l.raws.value){l.raws.value=l.raws.value.replace(/\\\n/g,"").trim()}if(_(l.value)){l.quoteMark=null}if(l.operator){l.operator=l.operator.trim()}}l.rawSpaceBefore="";l.rawSpaceAfter="";l.spaces.attribute={before:"",after:""};l.spaces.operator={before:"",after:""};l.spaces.value={before:"",after:l.insensitive?" ":""};if(l.raws.spaces){l.raws.spaces.attribute={before:"",after:""};l.raws.spaces.operator={before:"",after:""};l.raws.spaces.value={before:"",after:l.insensitive?" ":""};if(l.insensitive){l.raws.spaces.insensitive={before:"",after:""}}}l.attribute=l.attribute.trim()}function combinator(l){const v=l.value.trim();l.spaces.before="";l.spaces.after="";l.rawSpaceBefore="";l.rawSpaceAfter="";l.value=v.length?v:" "}const k=new Map([[":nth-child",":first-child"],[":nth-of-type",":first-of-type"],[":nth-last-child",":last-child"],[":nth-last-of-type",":last-of-type"]]);function pseudo(l){const v=l.value.toLowerCase();if(l.nodes.length===1&&k.has(v)){const m=l.at(0);const _=m.at(0);if(m.length===1){if(_.value==="1"){l.replaceWith(y.pseudo({value:k.get(v)}))}if(_.value&&_.value.toLowerCase()==="even"){_.value="2n"}}if(m.length===3){const l=m.at(1);const v=m.at(2);if(_.value&&_.value.toLowerCase()==="2n"&&l.value==="+"&&v.value==="1"){_.value="odd";l.remove();v.remove()}}return}l.walk((l=>{if(l.type==="selector"&&l.parent){const v=new Set;l.parent.each((l=>{const m=String(l);if(!v.has(m)){v.add(m)}else{l.remove()}}))}}));if(w.has(v)){l.value=l.value.slice(1)}}const S=new Map([["from","0%"],["100%","to"]]);function tag(l){const v=l.value.toLowerCase();if(S.has(v)){l.value=S.get(v)}}function universal(l){const v=l.next();if(v&&v.type!=="combinator"){l.remove()}}const E=new Map([["attribute",attribute],["combinator",combinator],["pseudo",pseudo],["tag",tag],["universal",universal]]);function pluginCreator(){return{postcssPlugin:"postcss-minify-selectors",OnceExit(l){const v=new Map;const m=y((l=>{const v=new Set;l.walk((l=>{l.spaces.before=l.spaces.after="";const m=E.get(l.type);if(m!==undefined){m(l);return}const y=String(l);if(l.type==="selector"&&l.parent&&l.parent.type!=="pseudo"){if(!v.has(y)){v.add(y)}else{l.remove()}}}));l.nodes.sort()}));l.walkRules((l=>{const y=l.raws.selector&&l.raws.selector.value===l.selector?l.raws.selector.raw:l.selector;if(y[y.length-1]===":"){return}if(v.has(y)){l.selector=v.get(y);return}const _=m.processSync(y);l.selector=_;v.set(y,_)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},2295:l=>{"use strict";const v=/\\([0-9A-Fa-f]{1,6})[ \t\n\f\r]?/g;const m=/[\u0000-\u002c\u002e\u002f\u003A-\u0040\u005B-\u005E\u0060\u007B-\u009f]/;l.exports=function canUnquote(l){if(l==="-"||l===""){return false}l=l.replace(v,"a").replace(/\\./g,"a");return!(m.test(l)||/^(?:-?\d|--)/.test(l))}},9734:l=>{"use strict";const v="charset";const m=/[^\x00-\x7F]/;function pluginCreator(l={}){return{postcssPlugin:"postcss-normalize-"+v,OnceExit(y,{AtRule:_}){let w;let k;y.walk((l=>{if(l.type==="atrule"&&l.name===v){if(!w){w=l}l.remove()}else if(!k&&l.parent===y&&m.test(l.toString())){k=l}}));if(k){if(!w&&l.add!==false){w=new _({name:v,params:'"utf-8"'})}if(w){w.source=k.source;y.prepend(w)}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},631:(l,v,m)=>{"use strict";const y=m(2045);const _=m(6306);function transform(l){const{nodes:v}=y(l);if(v.length===1){return l}const m=v.filter(((l,v)=>v%2===0)).filter((l=>l.type==="word")).map((l=>l.value.toLowerCase()));if(m.length===0){return l}const w=_.get(m.toString());if(!w){return l}return w}function pluginCreator(){return{postcssPlugin:"postcss-normalize-display-values",prepare(){const l=new Map;return{OnceExit(v){v.walkDecls(/^display$/i,(v=>{const m=v.value;if(!m){return}if(l.has(m)){v.value=l.get(m);return}const y=transform(m);v.value=y;l.set(m,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},6306:l=>{"use strict";const v="block";const m="flex";const y="flow";const _="flow-root";const w="grid";const k="inline";const S="inline-block";const E="inline-flex";const O="inline-grid";const P="inline-table";const C="list-item";const T="ruby";const L="ruby-base";const D="ruby-text";const R="run-in";const A="table";const q="table-cell";const F="table-caption";l.exports=new Map([[[v,y].toString(),v],[[v,_].toString(),_],[[k,y].toString(),k],[[k,_].toString(),S],[[R,y].toString(),R],[[C,v,y].toString(),C],[[k,y,C].toString(),k+" "+C],[[v,m].toString(),m],[[k,m].toString(),E],[[v,w].toString(),w],[[k,w].toString(),O],[[k,T].toString(),T],[[v,A].toString(),A],[[k,A].toString(),P],[[q,y].toString(),q],[[F,y].toString(),F],[[L,y].toString(),L],[[D,y].toString(),D]])},171:(l,v,m)=>{"use strict";const y=m(2045);const _=new Set(["top","right","bottom","left","center"]);const w="50%";const k=new Map([["right","100%"],["left","0"]]);const S=new Map([["bottom","100%"],["top","0"]]);const E=new Set(["calc","min","max","clamp"]);const O=new Set(["var","env","constant"]);function isCommaNode(l){return l.type==="div"&&l.value===","}function isVariableFunctionNode(l){if(l.type!=="function"){return false}return O.has(l.value.toLowerCase())}function isMathFunctionNode(l){if(l.type!=="function"){return false}return E.has(l.value.toLowerCase())}function isNumberNode(l){if(l.type!=="word"){return false}const v=parseFloat(l.value);return!isNaN(v)}function isDimensionNode(l){if(l.type!=="word"){return false}const v=y.unit(l.value);if(!v){return false}return v.unit!==""}function transform(l){const v=y(l);const m=[];let E=0;let O=true;v.nodes.forEach(((l,v)=>{if(isCommaNode(l)){E+=1;O=true;return}if(!O){return}if(l.type==="div"&&l.value==="/"){O=false;return}if(!m[E]){m[E]={start:null,end:null}}if(isVariableFunctionNode(l)){O=false;m[E].start=null;m[E].end=null;return}const y=l.type==="word"&&_.has(l.value.toLowerCase())||isDimensionNode(l)||isNumberNode(l)||isMathFunctionNode(l);if(m[E].start===null&&y){m[E].start=v;m[E].end=v;return}if(m[E].start!==null){if(l.type==="space"){return}else if(y){m[E].end=v;return}return}}));m.forEach((l=>{if(l.start===null){return}const m=v.nodes.slice(l.start,l.end+1);if(m.length>3){return}const y=m[0].value.toLowerCase();const E=m[2]&&m[2].value?m[2].value.toLowerCase():null;if(m.length===1||E==="center"){if(E){m[2].value=m[1].value=""}const l=new Map([...k,["center",w]]);if(l.has(y)){m[0].value=l.get(y)}return}if(E!==null){if(y==="center"&&_.has(E)){m[0].value=m[1].value="";if(k.has(E)){m[2].value=k.get(E)}return}if(k.has(y)&&S.has(E)){m[0].value=k.get(y);m[2].value=S.get(E);return}else if(S.has(y)&&k.has(E)){m[0].value=k.get(E);m[2].value=S.get(y);return}}}));return v.toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-positions",OnceExit(l){const v=new Map;l.walkDecls(/^(background(-position)?|(-\w+-)?perspective-origin)$/i,(l=>{const m=l.value;if(!m){return}if(v.has(m)){l.value=v.get(m);return}const y=transform(m);l.value=y;v.set(m,y)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},8842:(l,v,m)=>{"use strict";const y=m(2045);const _=m(6539);function evenValues(l,v){return v%2===0}const w=new Set(_.values());function isCommaNode(l){return l.type==="div"&&l.value===","}const k=new Set(["var","env","constant"]);function isVariableFunctionNode(l){if(l.type!=="function"){return false}return k.has(l.value.toLowerCase())}function transform(l){const v=y(l);if(v.nodes.length===1){return l}const m=[];let k=0;let S=true;v.nodes.forEach(((l,v)=>{if(isCommaNode(l)){k+=1;S=true;return}if(!S){return}if(l.type==="div"&&l.value==="/"){S=false;return}if(!m[k]){m[k]={start:null,end:null}}if(isVariableFunctionNode(l)){S=false;m[k].start=null;m[k].end=null;return}const y=l.type==="word"&&w.has(l.value.toLowerCase());if(m[k].start===null&&y){m[k].start=v;m[k].end=v;return}if(m[k].start!==null){if(l.type==="space"){return}else if(y){m[k].end=v;return}return}}));m.forEach((l=>{if(l.start===null){return}const m=v.nodes.slice(l.start,l.end+1);if(m.length!==3){return}const y=m.filter(evenValues).map((l=>l.value.toLowerCase())).toString();const w=_.get(y);if(w){m[0].value=w;m[1].value=m[2].value=""}}));return v.toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-repeat-style",prepare(){const l=new Map;return{OnceExit(v){v.walkDecls(/^(background(-repeat)?|(-\w+-)?mask-repeat)$/i,(v=>{const m=v.value;if(!m){return}if(l.has(m)){v.value=l.get(m);return}const y=transform(m);v.value=y;l.set(m,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},6539:l=>{"use strict";l.exports=new Map([[["repeat","no-repeat"].toString(),"repeat-x"],[["no-repeat","repeat"].toString(),"repeat-y"],[["repeat","repeat"].toString(),"repeat"],[["space","space"].toString(),"space"],[["round","round"].toString(),"round"],[["no-repeat","no-repeat"].toString(),"no-repeat"]])},908:(l,v,m)=>{"use strict";const y=m(2045);const _="'".charCodeAt(0);const w='"'.charCodeAt(0);const k="\\".charCodeAt(0);const S="\n".charCodeAt(0);const E=" ".charCodeAt(0);const O="\f".charCodeAt(0);const P="\t".charCodeAt(0);const C="\r".charCodeAt(0);const T=/[ \n\t\r\f'"\\]/g;const L="string";const D="escapedSingleQuote";const R="escapedDoubleQuote";const A="singleQuote";const q="doubleQuote";const F="newline";const $="single";const z=`'`;const V=`"`;const W=`\\\n`;const U={type:D,value:`\\'`};const B={type:R,value:`\\"`};const Q={type:A,value:z};const Y={type:q,value:V};const G={type:F,value:W};function stringify(l){return l.nodes.reduce(((l,{value:v})=>{if(v===W){return l}return l+v}),"")}function parse(l){let v,m,y;let F=0;let $=l.length;const z={nodes:[],types:{escapedSingleQuote:0,escapedDoubleQuote:0,singleQuote:0,doubleQuote:0},quotes:false};while(F<$){v=l.charCodeAt(F);switch(v){case E:case P:case C:case O:m=F;do{m+=1;v=l.charCodeAt(m)}while(v===E||v===S||v===P||v===C||v===O);z.nodes.push({type:"space",value:l.slice(F,m)});F=m-1;break;case _:z.nodes.push(Q);z.types[A]++;z.quotes=true;break;case w:z.nodes.push(Y);z.types[q]++;z.quotes=true;break;case k:m=F+1;if(l.charCodeAt(m)===_){z.nodes.push(U);z.types[D]++;z.quotes=true;F=m;break}else if(l.charCodeAt(m)===w){z.nodes.push(B);z.types[R]++;z.quotes=true;F=m;break}else if(l.charCodeAt(m)===S){z.nodes.push(G);F=m;break}default:T.lastIndex=F+1;T.test(l);if(T.lastIndex===0){m=$-1}else{m=T.lastIndex-2}y=l.slice(F,m+1);z.nodes.push({type:L,value:y});F=m}F++}return z}function changeWrappingQuotes(l,v){const{types:m}=v;if(m[A]||m[q]){return}if(l.quote===z&&m[D]>0&&!m[R]){l.quote=V}if(l.quote===V&&m[R]>0&&!m[D]){l.quote=z}v.nodes=changeChildQuotes(v.nodes,l.quote)}function changeChildQuotes(l,v){const m=[];for(const y of l){if(y.type===R&&v===z){m.push(Y)}else if(y.type===D&&v===V){m.push(Q)}else{m.push(y)}}return m}function normalize(l,v){if(!l||!l.length){return l}return y(l).walk((l=>{if(l.type!==L){return}const m=parse(l.value);if(m.quotes){changeWrappingQuotes(l,m)}else if(v===$){l.quote=z}else{l.quote=V}l.value=stringify(m)})).toString()}function minify(l,v,m){const y=l+"|"+m;if(v.has(y)){return v.get(y)}const _=normalize(l,m);v.set(y,_);return _}function pluginCreator(l){const{preferredQuote:v}=Object.assign({},{preferredQuote:"double"},l);return{postcssPlugin:"postcss-normalize-string",OnceExit(l){const m=new Map;l.walk((l=>{switch(l.type){case"rule":l.selector=minify(l.selector,m,v);break;case"decl":l.value=minify(l.value,m,v);break;case"atrule":l.params=minify(l.params,m,v);break}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},9813:(l,v,m)=>{"use strict";const y=m(2045);const getValue=l=>parseFloat(l.value);const _=new Map([[[.25,.1,.25,1].toString(),"ease"],[[0,0,1,1].toString(),"linear"],[[.42,0,1,1].toString(),"ease-in"],[[0,0,.58,1].toString(),"ease-out"],[[.42,0,.58,1].toString(),"ease-in-out"]]);function reduce(l){if(l.type!=="function"){return false}if(!l.value){return}const v=l.value.toLowerCase();if(v==="steps"){if(l.nodes[0].type==="word"&&getValue(l.nodes[0])===1&&l.nodes[2]&&l.nodes[2].type==="word"&&(l.nodes[2].value.toLowerCase()==="start"||l.nodes[2].value.toLowerCase()==="jump-start")){l.type="word";l.value="step-start";delete l.nodes;return}if(l.nodes[0].type==="word"&&getValue(l.nodes[0])===1&&l.nodes[2]&&l.nodes[2].type==="word"&&(l.nodes[2].value.toLowerCase()==="end"||l.nodes[2].value.toLowerCase()==="jump-end")){l.type="word";l.value="step-end";delete l.nodes;return}if(l.nodes[2]&&l.nodes[2].type==="word"&&(l.nodes[2].value.toLowerCase()==="end"||l.nodes[2].value.toLowerCase()==="jump-end")){l.nodes=[l.nodes[0]];return}return false}if(v==="cubic-bezier"){const v=l.nodes.filter(((l,v)=>v%2===0)).map(getValue);if(v.length!==4){return}const m=_.get(v.toString());if(m){l.type="word";l.value=m;delete l.nodes;return}}}function transform(l){return y(l).walk(reduce).toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-timing-functions",OnceExit(l){const v=new Map;l.walkDecls(/^(-\w+-)?(animation|transition)(-timing-function)?$/i,(l=>{const m=l.value;if(v.has(m)){l.value=v.get(m);return}const y=transform(m);l.value=y;v.set(m,y)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},6119:(l,v,m)=>{"use strict";const y=m(4907);const _=m(2045);const w=/^u(?=\+)/;function unicode(l){const v=l.slice(2).split("-");if(v.length<2){return l}const m=v[0].split("");const y=v[1].split("");if(m.length!==y.length){return l}const _=mergeRangeBounds(m,y);if(_){return _}return l}function mergeRangeBounds(l,v){let m=0;let y="u+";for(const[_,w]of l.entries()){if(w===v[_]&&m===0){y=y+w}else if(w==="0"&&v[_]==="f"){m++;y=y+"?"}else{return false}}if(m<6){return y}else{return false}}function hasLowerCaseUPrefixBug(l){return y("ie <=11, edge <= 15").includes(l)}function transform(l,v=false){return _(l).walk((l=>{if(l.type==="unicode-range"){const m=unicode(l.value.toLowerCase());l.value=v?m.replace(w,"U"):m}return false})).toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-unicode",prepare(l){const v=new Map;const m=l.opts||{};const _=y(null,{stats:m.stats,path:__dirname,env:m.env});const w=_.some(hasLowerCaseUPrefixBug);return{OnceExit(l){l.walkDecls(/^unicode-range$/i,(l=>{const m=l.value;if(v.has(m)){l.value=v.get(m);return}const y=transform(m,w);l.value=y;v.set(m,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},1912:(l,v,m)=>{"use strict";const y=m(1017);const _=m(2045);const w=m(5299);const k=/\\[\r\n]/;const S=/([\s\(\)"'])/g;const E=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/;const O=/^[a-zA-Z]:\\/;function isAbsolute(l){if(O.test(l)){return false}return E.test(l)}function convert(l,v){if(isAbsolute(l)||l.startsWith("//")){let m;try{m=w(l,v)}catch(v){m=l}return m}return y.normalize(l).replace(new RegExp("\\"+y.sep,"g"),"/")}function transformNamespace(l){l.params=_(l.params).walk((l=>{if(l.type==="function"&&l.value.toLowerCase()==="url"&&l.nodes.length){l.type="string";l.quote=l.nodes[0].type==="string"?l.nodes[0].quote:'"';l.value=l.nodes[0].value}if(l.type==="string"){l.value=l.value.trim()}return false})).toString()}function transformDecl(l,v){l.value=_(l.value).walk((l=>{if(l.type!=="function"||l.value.toLowerCase()!=="url"){return false}l.before=l.after="";if(!l.nodes.length){return false}let m=l.nodes[0];let y;m.value=m.value.trim().replace(k,"");if(m.value.length===0){m.quote="";return false}if(/^data:(.*)?,/i.test(m.value)){return false}if(!/^.+-extension:\//i.test(m.value)){m.value=convert(m.value,v)}if(S.test(m.value)&&m.type==="string"){y=m.value.replace(S,"\\$1");if(y.length<m.value.length+2){m.value=y;m.type="word"}}else{m.type="word"}return false})).toString()}function pluginCreator(l){l=Object.assign({},{normalizeProtocol:false,sortQueryParameters:false,stripHash:false,stripWWW:false,stripTextFragment:false},l);return{postcssPlugin:"postcss-normalize-url",OnceExit(v){v.walk((v=>{if(v.type==="decl"){return transformDecl(v,l)}else if(v.type==="atrule"&&v.name.toLowerCase()==="namespace"){return transformNamespace(v)}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},7151:(l,v,m)=>{"use strict";const y=m(2045);const _="atrule";const w="decl";const k="rule";const S=new Set(["var","env","constant"]);function reduceCalcWhitespaces(l){if(l.type==="space"){l.value=" "}else if(l.type==="function"){if(!S.has(l.value.toLowerCase())){l.before=l.after=""}}}function reduceWhitespaces(l){if(l.type==="space"){l.value=" "}else if(l.type==="div"){l.before=l.after=""}else if(l.type==="function"){if(!S.has(l.value.toLowerCase())){l.before=l.after=""}if(l.value.toLowerCase()==="calc"){y.walk(l.nodes,reduceCalcWhitespaces);return false}}}function pluginCreator(){return{postcssPlugin:"postcss-normalize-whitespace",OnceExit(l){const v=new Map;l.walk((l=>{const{type:m}=l;if([w,k,_].includes(m)&&l.raws.before){l.raws.before=l.raws.before.replace(/\s/g,"")}if(m===w){if(l.important){l.raws.important="!important"}l.value=l.value.replace(/\s*(\\9)\s*/,"$1");const m=l.value;if(v.has(m)){l.value=v.get(m)}else{const _=y(l.value);const w=_.walk(reduceWhitespaces).toString();l.value=w;v.set(m,w)}if(l.prop.startsWith("--")&&l.value===""){l.value=" "}if(l.raws.before){const v=l.prev();if(v&&v.type!==k){l.raws.before=l.raws.before.replace(/;/g,"")}}l.raws.between=":";l.raws.semicolon=false}else if(m===k||m===_){l.raws.between=l.raws.after="";l.raws.semicolon=false}}));l.raws.after=""}}}pluginCreator.postcss=true;l.exports=pluginCreator},5535:(l,v,m)=>{"use strict";const y=m(2045);const{normalizeGridAutoFlow:_,normalizeGridColumnRowGap:w,normalizeGridColumnRow:k}=m(5451);const S=m(8856);const E=m(8955);const O=m(8456);const P=m(5067);const C=m(4674);const T=m(7474);const L=m(3162);const D=m(2101);const R=[["border",E],["border-block",E],["border-inline",E],["border-block-end",E],["border-block-start",E],["border-inline-end",E],["border-inline-start",E],["border-top",E],["border-right",E],["border-bottom",E],["border-left",E]];const A=[["grid-auto-flow",_],["grid-column-gap",w],["grid-row-gap",w],["grid-column",k],["grid-row",k],["grid-row-start",k],["grid-row-end",k],["grid-column-start",k],["grid-column-end",k]];const q=[["column-rule",E],["columns",L]];const F=new Map([["animation",S],["outline",E],["box-shadow",O],["flex-flow",P],["list-style",T],["transition",C],...R,...A,...q]);const $=new Set(["var","env","constant"]);function isVariableFunctionNode(l){if(l.type!=="function"){return false}return $.has(l.value.toLowerCase())}function shouldAbort(l){let v=false;l.walk((l=>{if(l.type==="comment"||isVariableFunctionNode(l)||l.type==="word"&&l.value.includes(`___CSS_LOADER_IMPORT___`)){v=true;return false}}));return v}function getValue(l){let{value:v,raws:m}=l;if(m&&m.value&&m.value.raw){v=m.value.raw}return v}function pluginCreator(){return{postcssPlugin:"postcss-ordered-values",prepare(){const l=new Map;return{OnceExit(v){v.walkDecls((v=>{const m=v.prop.toLowerCase();const _=D(m);const w=F.get(_);if(!w){return}const k=getValue(v);if(l.has(k)){v.value=l.get(k);return}const S=y(k);if(S.nodes.length<2||shouldAbort(S)){l.set(k,k);return}const E=w(S);v.value=E.toString();l.set(k,E.toString())}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},2963:l=>{"use strict";l.exports=function addSpace(){return{type:"space",value:" "}}},6592:(l,v,m)=>{"use strict";const{stringify:y}=m(2045);l.exports=function getValue(l){return y(flatten(l))};function flatten(l){const v=[];for(const[m,y]of l.entries()){y.forEach(((_,w)=>{if(w===y.length-1&&m===l.length-1&&_.type==="space"){return}v.push(_)}));if(m!==l.length-1){v[v.length-1].type="div";v[v.length-1].value=","}}return v}},9314:l=>{"use strict";l.exports=function joinGridVal(l){return l.join(" / ").trim()}},1460:l=>{"use strict";l.exports=new Set(["calc","clamp","max","min"])},2101:l=>{"use strict";function vendorUnprefixed(l){return l.replace(/^-\w+-/,"")}l.exports=vendorUnprefixed},8856:(l,v,m)=>{"use strict";const{unit:y}=m(2045);const{getArguments:_}=m(39);const w=m(2963);const k=m(6592);const S=new Set(["steps","cubic-bezier","frames"]);const E=new Set(["ease","ease-in","ease-in-out","ease-out","linear","step-end","step-start"]);const O=new Set(["normal","reverse","alternate","alternate-reverse"]);const P=new Set(["none","forwards","backwards","both"]);const C=new Set(["running","paused"]);const T=new Set(["ms","s"]);const isTimingFunction=(l,v)=>v==="function"&&S.has(l)||E.has(l);const isDirection=l=>O.has(l);const isFillMode=l=>P.has(l);const isPlayState=l=>C.has(l);const isTime=l=>{const v=y(l);return v&&T.has(v.unit)};const isIterationCount=l=>{const v=y(l);return l==="infinite"||v&&!v.unit};const L=[{property:"duration",delegate:isTime},{property:"timingFunction",delegate:isTimingFunction},{property:"delay",delegate:isTime},{property:"iterationCount",delegate:isIterationCount},{property:"direction",delegate:isDirection},{property:"fillMode",delegate:isFillMode},{property:"playState",delegate:isPlayState}];function normalize(l){const v=[];for(const m of l){const l={name:[],duration:[],timingFunction:[],delay:[],iterationCount:[],direction:[],fillMode:[],playState:[]};m.forEach((v=>{let{type:m,value:y}=v;if(m==="space"){return}y=y.toLowerCase();const _=L.some((({property:_,delegate:k})=>{if(k(y,m)&&!l[_].length){l[_]=[v,w()];return true}}));if(!_){l.name=[...l.name,v,w()]}}));v.push([...l.name,...l.duration,...l.timingFunction,...l.delay,...l.iterationCount,...l.direction,...l.fillMode,...l.playState])}return v}l.exports=function normalizeAnimation(l){const v=normalize(_(l));return k(v)}},8955:(l,v,m)=>{"use strict";const{unit:y,stringify:_}=m(2045);const w=m(1460);const k=new Set(["thin","medium","thick"]);const S=new Set(["none","auto","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"]);l.exports=function normalizeBorder(l){const v={width:"",style:"",color:""};l.walk((l=>{const{type:m,value:E}=l;if(m==="word"){if(S.has(E.toLowerCase())){v.style=E;return false}if(k.has(E.toLowerCase())||y(E.toLowerCase())){if(v.width!==""){v.width=`${v.width} ${E}`;return false}v.width=E;return false}v.color=E;return false}if(m==="function"){if(w.has(E.toLowerCase())){v.width=_(l)}else{v.color=_(l)}return false}}));return`${v.width} ${v.style} ${v.color}`.trim()}},8456:(l,v,m)=>{"use strict";const{unit:y}=m(2045);const{getArguments:_}=m(39);const w=m(2963);const k=m(6592);const S=m(1460);const E=m(2101);l.exports=function normalizeBoxShadow(l){let v=_(l);const m=normalize(v);if(m===false){return l.toString()}return k(m)};function normalize(l){const v=[];let m=false;for(const _ of l){let l=[];let k={inset:[],color:[]};_.forEach((v=>{const{type:_,value:O}=v;if(_==="function"&&S.has(E(O.toLowerCase()))){m=true;return}if(_==="space"){return}if(y(O)){l=[...l,v,w()]}else if(O.toLowerCase()==="inset"){k.inset=[...k.inset,v,w()]}else{k.color=[...k.color,v,w()]}}));if(m){return false}v.push([...k.inset,...l,...k.color])}return v}},3162:(l,v,m)=>{"use strict";const{unit:y}=m(2045);function hasUnit(l){const v=y(l);return v&&v.unit!==""}l.exports=l=>{const v=[];const m=[];l.walk((l=>{const{type:y,value:_}=l;if(y==="word"){if(hasUnit(_)){v.push(_)}else{m.push(_)}}}));if(m.length===1&&v.length===1){return`${v[0].trimStart()} ${m[0].trimStart()}`}return l}},5067:l=>{"use strict";const v=new Set(["row","row-reverse","column","column-reverse"]);const m=new Set(["nowrap","wrap","wrap-reverse"]);l.exports=function normalizeFlexFlow(l){let y={direction:"",wrap:""};l.walk((({value:l})=>{if(v.has(l.toLowerCase())){y.direction=l;return}if(m.has(l.toLowerCase())){y.wrap=l;return}}));return`${y.direction} ${y.wrap}`.trim()}},5451:(l,v,m)=>{"use strict";const y=m(9314);const normalizeGridAutoFlow=l=>{let v={front:"",back:""};let m=false;l.walk((l=>{if(l.value==="dense"){m=true;v.back=l.value}else if(["row","column"].includes(l.value.trim().toLowerCase())){m=true;v.front=l.value}else{m=false}}));if(m){return`${v.front.trim()} ${v.back.trim()}`}return l};const normalizeGridColumnRowGap=l=>{let v={front:"",back:""};let m=false;l.walk((l=>{if(l.value==="normal"){m=true;v.front=l.value}else{v.back=`${v.back} ${l.value}`}}));if(m){return`${v.front.trim()} ${v.back.trim()}`}return l};const normalizeGridColumnRow=l=>{let v=l.toString().split("/");if(v.length>1){return y(v.map((l=>{let v={front:"",back:""};l=l.trim();l.split(" ").forEach((l=>{if(l==="span"){v.front=l}else{v.back=`${v.back} ${l}`}}));return`${v.front.trim()} ${v.back.trim()}`})))}return v.map((l=>{let v={front:"",back:""};l=l.trim();l.split(" ").forEach((l=>{if(l==="span"){v.front=l}else{v.back=`${v.back} ${l}`}}));return`${v.front.trim()} ${v.back.trim()}`}))};l.exports={normalizeGridAutoFlow:normalizeGridAutoFlow,normalizeGridColumnRowGap:normalizeGridColumnRowGap,normalizeGridColumnRow:normalizeGridColumnRow}},7474:(l,v,m)=>{"use strict";const y=m(2045);const _=m(3439);const w=new Set(_["list-style-type"]);const k=new Set(["inside","outside"]);l.exports=function listStyleNormalizer(l){const v={type:"",position:"",image:""};l.walk((l=>{if(l.type==="word"){if(w.has(l.value)){v.type=`${v.type} ${l.value}`}else if(k.has(l.value)){v.position=`${v.position} ${l.value}`}else if(l.value==="none"){if(v.type.split(" ").filter((l=>l!==""&&l!==" ")).includes("none")){v.image=`${v.image} ${l.value}`}else{v.type=`${v.type} ${l.value}`}}else{v.type=`${v.type} ${l.value}`}}if(l.type==="function"){v.image=`${v.image} ${y.stringify(l)}`}}));return`${v.type.trim()} ${v.position.trim()} ${v.image.trim()}`.trim()}},4674:(l,v,m)=>{"use strict";const{unit:y}=m(2045);const{getArguments:_}=m(39);const w=m(2963);const k=m(6592);const S=new Set(["ease","linear","ease-in","ease-out","ease-in-out","step-start","step-end"]);function normalize(l){const v=[];for(const m of l){let l={timingFunction:[],property:[],time1:[],time2:[]};m.forEach((v=>{const{type:m,value:_}=v;if(m==="space"){return}if(m==="function"&&new Set(["steps","cubic-bezier"]).has(_.toLowerCase())){l.timingFunction=[...l.timingFunction,v,w()]}else if(y(_)){if(!l.time1.length){l.time1=[...l.time1,v,w()]}else{l.time2=[...l.time2,v,w()]}}else if(S.has(_.toLowerCase())){l.timingFunction=[...l.timingFunction,v,w()]}else{l.property=[...l.property,v,w()]}}));v.push([...l.property,...l.time1,...l.timingFunction,...l.time2])}return v}l.exports=function normalizeTransition(l){const v=normalize(_(l));return k(v)}},3653:(l,v,m)=>{"use strict";const y=m(4907);const{isSupported:_}=m(6615);const w=m(1030);const k=m(3195);const S="initial";const E=["writing-mode","transform-box"];function pluginCreator(){return{postcssPlugin:"postcss-reduce-initial",prepare(l){const v=l.opts||{};const m=y(null,{stats:v.stats,path:__dirname,env:v.env});const O=_("css-initial-value",m);return{OnceExit(l){l.walkDecls((l=>{const m=l.prop.toLowerCase();const y=new Set(E.concat(v.ignore||[]));if(y.has(m)){return}if(O&&Object.prototype.hasOwnProperty.call(k,m)&&l.value.toLowerCase()===k[m]){l.value=S;return}if(l.value.toLowerCase()!==S||!w[m]){return}l.value=w[m]}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},5373:(l,v,m)=>{"use strict";const y=m(2045);function getValues(l,v,m){if(m%2===0){let m=NaN;if(v.type==="function"&&(v.value==="var"||v.value==="env")&&v.nodes.length===1){m=y.stringify(v.nodes)}else if(v.type==="word"){m=parseFloat(v.value)}return[...l,m]}return l}function matrix3d(l,v){if(v.length!==16){return}if(v[15]&&v[2]===0&&v[3]===0&&v[6]===0&&v[7]===0&&v[8]===0&&v[9]===0&&v[10]===1&&v[11]===0&&v[14]===0&&v[15]===1){const{nodes:v}=l;l.value="matrix";l.nodes=[v[0],v[1],v[2],v[3],v[8],v[9],v[10],v[11],v[24],v[25],v[26]]}}const _=new Map([[[1,0,0].toString(),"rotateX"],[[0,1,0].toString(),"rotateY"],[[0,0,1].toString(),"rotate"]]);function rotate3d(l,v){if(v.length!==4){return}const{nodes:m}=l;const y=_.get(v.slice(0,3).toString());if(y){l.value=y;l.nodes=[m[6]]}}function rotateZ(l,v){if(v.length!==1){return}l.value="rotate"}function scale(l,v){if(v.length!==2){return}const{nodes:m}=l;const[y,_]=v;if(y===_){l.nodes=[m[0]];return}if(_===1){l.value="scaleX";l.nodes=[m[0]];return}if(y===1){l.value="scaleY";l.nodes=[m[2]];return}}function scale3d(l,v){if(v.length!==3){return}const{nodes:m}=l;const[y,_,w]=v;if(_===1&&w===1){l.value="scaleX";l.nodes=[m[0]];return}if(y===1&&w===1){l.value="scaleY";l.nodes=[m[2]];return}if(y===1&&_===1){l.value="scaleZ";l.nodes=[m[4]];return}}function translate(l,v){if(v.length!==2){return}const{nodes:m}=l;if(v[1]===0){l.nodes=[m[0]];return}if(v[0]===0){l.value="translateY";l.nodes=[m[2]];return}}function translate3d(l,v){if(v.length!==3){return}const{nodes:m}=l;if(v[0]===0&&v[1]===0){l.value="translateZ";l.nodes=[m[4]]}}const w=new Map([["matrix3d",matrix3d],["rotate3d",rotate3d],["rotateZ",rotateZ],["scale",scale],["scale3d",scale3d],["translate",translate],["translate3d",translate3d]]);function normalizeReducerName(l){const v=l.toLowerCase();if(v==="rotatez"){return"rotateZ"}return v}function reduce(l){if(l.type==="function"){const v=normalizeReducerName(l.value);const m=w.get(v);if(m!==undefined){m(l,l.nodes.reduce(getValues,[]))}}return false}function pluginCreator(){return{postcssPlugin:"postcss-reduce-transforms",prepare(){const l=new Map;return{OnceExit(v){v.walkDecls(/transform$/i,(v=>{const m=v.value;if(!m){return}if(l.has(m)){v.value=l.get(m);return}const _=y(m).walk(reduce).toString();v.value=_;l.set(m,_)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},475:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(9605));var _=_interopRequireWildcard(m(1534));function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var w=function parser(l){return new y["default"](l)};Object.assign(w,_);delete w.__esModule;var k=w;v["default"]=k;l.exports=v.default},4969:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(173));var _=_interopRequireDefault(m(8589));var w=_interopRequireDefault(m(9616));var k=_interopRequireDefault(m(1042));var S=_interopRequireDefault(m(5046));var E=_interopRequireDefault(m(2308));var O=_interopRequireDefault(m(2429));var P=_interopRequireDefault(m(3794));var C=_interopRequireWildcard(m(6382));var T=_interopRequireDefault(m(4893));var L=_interopRequireDefault(m(6884));var D=_interopRequireDefault(m(9743));var R=_interopRequireDefault(m(3393));var A=_interopRequireWildcard(m(452));var q=_interopRequireWildcard(m(9210));var F=_interopRequireWildcard(m(3342));var $=m(7984);var z,V;function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}var W=(z={},z[q.space]=true,z[q.cr]=true,z[q.feed]=true,z[q.newline]=true,z[q.tab]=true,z);var U=Object.assign({},W,(V={},V[q.comment]=true,V));function tokenStart(l){return{line:l[A.FIELDS.START_LINE],column:l[A.FIELDS.START_COL]}}function tokenEnd(l){return{line:l[A.FIELDS.END_LINE],column:l[A.FIELDS.END_COL]}}function getSource(l,v,m,y){return{start:{line:l,column:v},end:{line:m,column:y}}}function getTokenSource(l){return getSource(l[A.FIELDS.START_LINE],l[A.FIELDS.START_COL],l[A.FIELDS.END_LINE],l[A.FIELDS.END_COL])}function getTokenSourceSpan(l,v){if(!l){return undefined}return getSource(l[A.FIELDS.START_LINE],l[A.FIELDS.START_COL],v[A.FIELDS.END_LINE],v[A.FIELDS.END_COL])}function unescapeProp(l,v){var m=l[v];if(typeof m!=="string"){return}if(m.indexOf("\\")!==-1){(0,$.ensureObject)(l,"raws");l[v]=(0,$.unesc)(m);if(l.raws[v]===undefined){l.raws[v]=m}}return l}function indexesOf(l,v){var m=-1;var y=[];while((m=l.indexOf(v,m+1))!==-1){y.push(m)}return y}function uniqs(){var l=Array.prototype.concat.apply([],arguments);return l.filter((function(v,m){return m===l.indexOf(v)}))}var B=function(){function Parser(l,v){if(v===void 0){v={}}this.rule=l;this.options=Object.assign({lossy:false,safe:false},v);this.position=0;this.css=typeof this.rule==="string"?this.rule:this.rule.selector;this.tokens=(0,A["default"])({css:this.css,error:this._errorGenerator(),safe:this.options.safe});var m=getTokenSourceSpan(this.tokens[0],this.tokens[this.tokens.length-1]);this.root=new y["default"]({source:m});this.root.errorGenerator=this._errorGenerator();var w=new _["default"]({source:{start:{line:1,column:1}}});this.root.append(w);this.current=w;this.loop()}var l=Parser.prototype;l._errorGenerator=function _errorGenerator(){var l=this;return function(v,m){if(typeof l.rule==="string"){return new Error(v)}return l.rule.error(v,m)}};l.attribute=function attribute(){var l=[];var v=this.currToken;this.position++;while(this.position<this.tokens.length&&this.currToken[A.FIELDS.TYPE]!==q.closeSquare){l.push(this.currToken);this.position++}if(this.currToken[A.FIELDS.TYPE]!==q.closeSquare){return this.expected("closing square bracket",this.currToken[A.FIELDS.START_POS])}var m=l.length;var y={source:getSource(v[1],v[2],this.currToken[3],this.currToken[4]),sourceIndex:v[A.FIELDS.START_POS]};if(m===1&&!~[q.word].indexOf(l[0][A.FIELDS.TYPE])){return this.expected("attribute",l[0][A.FIELDS.START_POS])}var _=0;var w="";var k="";var S=null;var E=false;while(_<m){var O=l[_];var P=this.content(O);var T=l[_+1];switch(O[A.FIELDS.TYPE]){case q.space:E=true;if(this.options.lossy){break}if(S){(0,$.ensureObject)(y,"spaces",S);var L=y.spaces[S].after||"";y.spaces[S].after=L+P;var D=(0,$.getProp)(y,"raws","spaces",S,"after")||null;if(D){y.raws.spaces[S].after=D+P}}else{w=w+P;k=k+P}break;case q.asterisk:if(T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}else if((!y.namespace||S==="namespace"&&!E)&&T){if(w){(0,$.ensureObject)(y,"spaces","attribute");y.spaces.attribute.before=w;w=""}if(k){(0,$.ensureObject)(y,"raws","spaces","attribute");y.raws.spaces.attribute.before=w;k=""}y.namespace=(y.namespace||"")+P;var R=(0,$.getProp)(y,"raws","namespace")||null;if(R){y.raws.namespace+=P}S="namespace"}E=false;break;case q.dollar:if(S==="value"){var F=(0,$.getProp)(y,"raws","value");y.value+="$";if(F){y.raws.value=F+"$"}break}case q.caret:if(T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}E=false;break;case q.combinator:if(P==="~"&&T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}if(P!=="|"){E=false;break}if(T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}else if(!y.namespace&&!y.attribute){y.namespace=true}E=false;break;case q.word:if(T&&this.content(T)==="|"&&l[_+2]&&l[_+2][A.FIELDS.TYPE]!==q.equals&&!y.operator&&!y.namespace){y.namespace=P;S="namespace"}else if(!y.attribute||S==="attribute"&&!E){if(w){(0,$.ensureObject)(y,"spaces","attribute");y.spaces.attribute.before=w;w=""}if(k){(0,$.ensureObject)(y,"raws","spaces","attribute");y.raws.spaces.attribute.before=k;k=""}y.attribute=(y.attribute||"")+P;var z=(0,$.getProp)(y,"raws","attribute")||null;if(z){y.raws.attribute+=P}S="attribute"}else if(!y.value&&y.value!==""||S==="value"&&!E){var V=(0,$.unesc)(P);var W=(0,$.getProp)(y,"raws","value")||"";var U=y.value||"";y.value=U+V;y.quoteMark=null;if(V!==P||W){(0,$.ensureObject)(y,"raws");y.raws.value=(W||U)+P}S="value"}else{var B=P==="i"||P==="I";if((y.value||y.value==="")&&(y.quoteMark||E)){y.insensitive=B;if(!B||P==="I"){(0,$.ensureObject)(y,"raws");y.raws.insensitiveFlag=P}S="insensitive";if(w){(0,$.ensureObject)(y,"spaces","insensitive");y.spaces.insensitive.before=w;w=""}if(k){(0,$.ensureObject)(y,"raws","spaces","insensitive");y.raws.spaces.insensitive.before=k;k=""}}else if(y.value||y.value===""){S="value";y.value+=P;if(y.raws.value){y.raws.value+=P}}}E=false;break;case q.str:if(!y.attribute||!y.operator){return this.error("Expected an attribute followed by an operator preceding the string.",{index:O[A.FIELDS.START_POS]})}var Q=(0,C.unescapeValue)(P),Y=Q.unescaped,G=Q.quoteMark;y.value=Y;y.quoteMark=G;S="value";(0,$.ensureObject)(y,"raws");y.raws.value=P;E=false;break;case q.equals:if(!y.attribute){return this.expected("attribute",O[A.FIELDS.START_POS],P)}if(y.value){return this.error('Unexpected "=" found; an operator was already defined.',{index:O[A.FIELDS.START_POS]})}y.operator=y.operator?y.operator+P:P;S="operator";E=false;break;case q.comment:if(S){if(E||T&&T[A.FIELDS.TYPE]===q.space||S==="insensitive"){var J=(0,$.getProp)(y,"spaces",S,"after")||"";var Z=(0,$.getProp)(y,"raws","spaces",S,"after")||J;(0,$.ensureObject)(y,"raws","spaces",S);y.raws.spaces[S].after=Z+P}else{var K=y[S]||"";var X=(0,$.getProp)(y,"raws",S)||K;(0,$.ensureObject)(y,"raws");y.raws[S]=X+P}}else{k=k+P}break;default:return this.error('Unexpected "'+P+'" found.',{index:O[A.FIELDS.START_POS]})}_++}unescapeProp(y,"attribute");unescapeProp(y,"namespace");this.newNode(new C["default"](y));this.position++};l.parseWhitespaceEquivalentTokens=function parseWhitespaceEquivalentTokens(l){if(l<0){l=this.tokens.length}var v=this.position;var m=[];var y="";var _=undefined;do{if(W[this.currToken[A.FIELDS.TYPE]]){if(!this.options.lossy){y+=this.content()}}else if(this.currToken[A.FIELDS.TYPE]===q.comment){var w={};if(y){w.before=y;y=""}_=new k["default"]({value:this.content(),source:getTokenSource(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS],spaces:w});m.push(_)}}while(++this.position<l);if(y){if(_){_.spaces.after=y}else if(!this.options.lossy){var S=this.tokens[v];var E=this.tokens[this.position-1];m.push(new O["default"]({value:"",source:getSource(S[A.FIELDS.START_LINE],S[A.FIELDS.START_COL],E[A.FIELDS.END_LINE],E[A.FIELDS.END_COL]),sourceIndex:S[A.FIELDS.START_POS],spaces:{before:y,after:""}}))}}return m};l.convertWhitespaceNodesToSpace=function convertWhitespaceNodesToSpace(l,v){var m=this;if(v===void 0){v=false}var y="";var _="";l.forEach((function(l){var w=m.lossySpace(l.spaces.before,v);var k=m.lossySpace(l.rawSpaceBefore,v);y+=w+m.lossySpace(l.spaces.after,v&&w.length===0);_+=w+l.value+m.lossySpace(l.rawSpaceAfter,v&&k.length===0)}));if(_===y){_=undefined}var w={space:y,rawSpace:_};return w};l.isNamedCombinator=function isNamedCombinator(l){if(l===void 0){l=this.position}return this.tokens[l+0]&&this.tokens[l+0][A.FIELDS.TYPE]===q.slash&&this.tokens[l+1]&&this.tokens[l+1][A.FIELDS.TYPE]===q.word&&this.tokens[l+2]&&this.tokens[l+2][A.FIELDS.TYPE]===q.slash};l.namedCombinator=function namedCombinator(){if(this.isNamedCombinator()){var l=this.content(this.tokens[this.position+1]);var v=(0,$.unesc)(l).toLowerCase();var m={};if(v!==l){m.value="/"+l+"/"}var y=new L["default"]({value:"/"+v+"/",source:getSource(this.currToken[A.FIELDS.START_LINE],this.currToken[A.FIELDS.START_COL],this.tokens[this.position+2][A.FIELDS.END_LINE],this.tokens[this.position+2][A.FIELDS.END_COL]),sourceIndex:this.currToken[A.FIELDS.START_POS],raws:m});this.position=this.position+3;return y}else{this.unexpected()}};l.combinator=function combinator(){var l=this;if(this.content()==="|"){return this.namespace()}var v=this.locateNextMeaningfulToken(this.position);if(v<0||this.tokens[v][A.FIELDS.TYPE]===q.comma){var m=this.parseWhitespaceEquivalentTokens(v);if(m.length>0){var y=this.current.last;if(y){var _=this.convertWhitespaceNodesToSpace(m),w=_.space,k=_.rawSpace;if(k!==undefined){y.rawSpaceAfter+=k}y.spaces.after+=w}else{m.forEach((function(v){return l.newNode(v)}))}}return}var S=this.currToken;var E=undefined;if(v>this.position){E=this.parseWhitespaceEquivalentTokens(v)}var O;if(this.isNamedCombinator()){O=this.namedCombinator()}else if(this.currToken[A.FIELDS.TYPE]===q.combinator){O=new L["default"]({value:this.content(),source:getTokenSource(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS]});this.position++}else if(W[this.currToken[A.FIELDS.TYPE]]){}else if(!E){this.unexpected()}if(O){if(E){var P=this.convertWhitespaceNodesToSpace(E),C=P.space,T=P.rawSpace;O.spaces.before=C;O.rawSpaceBefore=T}}else{var D=this.convertWhitespaceNodesToSpace(E,true),R=D.space,F=D.rawSpace;if(!F){F=R}var $={};var z={spaces:{}};if(R.endsWith(" ")&&F.endsWith(" ")){$.before=R.slice(0,R.length-1);z.spaces.before=F.slice(0,F.length-1)}else if(R.startsWith(" ")&&F.startsWith(" ")){$.after=R.slice(1);z.spaces.after=F.slice(1)}else{z.value=F}O=new L["default"]({value:" ",source:getTokenSourceSpan(S,this.tokens[this.position-1]),sourceIndex:S[A.FIELDS.START_POS],spaces:$,raws:z})}if(this.currToken&&this.currToken[A.FIELDS.TYPE]===q.space){O.spaces.after=this.optionalSpace(this.content());this.position++}return this.newNode(O)};l.comma=function comma(){if(this.position===this.tokens.length-1){this.root.trailingComma=true;this.position++;return}this.current._inferEndPosition();var l=new _["default"]({source:{start:tokenStart(this.tokens[this.position+1])}});this.current.parent.append(l);this.current=l;this.position++};l.comment=function comment(){var l=this.currToken;this.newNode(new k["default"]({value:this.content(),source:getTokenSource(l),sourceIndex:l[A.FIELDS.START_POS]}));this.position++};l.error=function error(l,v){throw this.root.error(l,v)};l.missingBackslash=function missingBackslash(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[A.FIELDS.START_POS]})};l.missingParenthesis=function missingParenthesis(){return this.expected("opening parenthesis",this.currToken[A.FIELDS.START_POS])};l.missingSquareBracket=function missingSquareBracket(){return this.expected("opening square bracket",this.currToken[A.FIELDS.START_POS])};l.unexpected=function unexpected(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[A.FIELDS.START_POS])};l.namespace=function namespace(){var l=this.prevToken&&this.content(this.prevToken)||true;if(this.nextToken[A.FIELDS.TYPE]===q.word){this.position++;return this.word(l)}else if(this.nextToken[A.FIELDS.TYPE]===q.asterisk){this.position++;return this.universal(l)}};l.nesting=function nesting(){if(this.nextToken){var l=this.content(this.nextToken);if(l==="|"){this.position++;return}}var v=this.currToken;this.newNode(new D["default"]({value:this.content(),source:getTokenSource(v),sourceIndex:v[A.FIELDS.START_POS]}));this.position++};l.parentheses=function parentheses(){var l=this.current.last;var v=1;this.position++;if(l&&l.type===F.PSEUDO){var m=new _["default"]({source:{start:tokenStart(this.tokens[this.position-1])}});var y=this.current;l.append(m);this.current=m;while(this.position<this.tokens.length&&v){if(this.currToken[A.FIELDS.TYPE]===q.openParenthesis){v++}if(this.currToken[A.FIELDS.TYPE]===q.closeParenthesis){v--}if(v){this.parse()}else{this.current.source.end=tokenEnd(this.currToken);this.current.parent.source.end=tokenEnd(this.currToken);this.position++}}this.current=y}else{var w=this.currToken;var k="(";var S;while(this.position<this.tokens.length&&v){if(this.currToken[A.FIELDS.TYPE]===q.openParenthesis){v++}if(this.currToken[A.FIELDS.TYPE]===q.closeParenthesis){v--}S=this.currToken;k+=this.parseParenthesisToken(this.currToken);this.position++}if(l){l.appendToPropertyAndEscape("value",k,k)}else{this.newNode(new O["default"]({value:k,source:getSource(w[A.FIELDS.START_LINE],w[A.FIELDS.START_COL],S[A.FIELDS.END_LINE],S[A.FIELDS.END_COL]),sourceIndex:w[A.FIELDS.START_POS]}))}}if(v){return this.expected("closing parenthesis",this.currToken[A.FIELDS.START_POS])}};l.pseudo=function pseudo(){var l=this;var v="";var m=this.currToken;while(this.currToken&&this.currToken[A.FIELDS.TYPE]===q.colon){v+=this.content();this.position++}if(!this.currToken){return this.expected(["pseudo-class","pseudo-element"],this.position-1)}if(this.currToken[A.FIELDS.TYPE]===q.word){this.splitWord(false,(function(y,_){v+=y;l.newNode(new P["default"]({value:v,source:getTokenSourceSpan(m,l.currToken),sourceIndex:m[A.FIELDS.START_POS]}));if(_>1&&l.nextToken&&l.nextToken[A.FIELDS.TYPE]===q.openParenthesis){l.error("Misplaced parenthesis.",{index:l.nextToken[A.FIELDS.START_POS]})}}))}else{return this.expected(["pseudo-class","pseudo-element"],this.currToken[A.FIELDS.START_POS])}};l.space=function space(){var l=this.content();if(this.position===0||this.prevToken[A.FIELDS.TYPE]===q.comma||this.prevToken[A.FIELDS.TYPE]===q.openParenthesis||this.current.nodes.every((function(l){return l.type==="comment"}))){this.spaces=this.optionalSpace(l);this.position++}else if(this.position===this.tokens.length-1||this.nextToken[A.FIELDS.TYPE]===q.comma||this.nextToken[A.FIELDS.TYPE]===q.closeParenthesis){this.current.last.spaces.after=this.optionalSpace(l);this.position++}else{this.combinator()}};l.string=function string(){var l=this.currToken;this.newNode(new O["default"]({value:this.content(),source:getTokenSource(l),sourceIndex:l[A.FIELDS.START_POS]}));this.position++};l.universal=function universal(l){var v=this.nextToken;if(v&&this.content(v)==="|"){this.position++;return this.namespace()}var m=this.currToken;this.newNode(new T["default"]({value:this.content(),source:getTokenSource(m),sourceIndex:m[A.FIELDS.START_POS]}),l);this.position++};l.splitWord=function splitWord(l,v){var m=this;var y=this.nextToken;var _=this.content();while(y&&~[q.dollar,q.caret,q.equals,q.word].indexOf(y[A.FIELDS.TYPE])){this.position++;var k=this.content();_+=k;if(k.lastIndexOf("\\")===k.length-1){var O=this.nextToken;if(O&&O[A.FIELDS.TYPE]===q.space){_+=this.requiredSpace(this.content(O));this.position++}}y=this.nextToken}var P=indexesOf(_,".").filter((function(l){var v=_[l-1]==="\\";var m=/^\d+\.\d+%$/.test(_);return!v&&!m}));var C=indexesOf(_,"#").filter((function(l){return _[l-1]!=="\\"}));var T=indexesOf(_,"#{");if(T.length){C=C.filter((function(l){return!~T.indexOf(l)}))}var L=(0,R["default"])(uniqs([0].concat(P,C)));L.forEach((function(y,k){var O=L[k+1]||_.length;var T=_.slice(y,O);if(k===0&&v){return v.call(m,T,L.length)}var D;var R=m.currToken;var q=R[A.FIELDS.START_POS]+L[k];var F=getSource(R[1],R[2]+y,R[3],R[2]+(O-1));if(~P.indexOf(y)){var $={value:T.slice(1),source:F,sourceIndex:q};D=new w["default"](unescapeProp($,"value"))}else if(~C.indexOf(y)){var z={value:T.slice(1),source:F,sourceIndex:q};D=new S["default"](unescapeProp(z,"value"))}else{var V={value:T,source:F,sourceIndex:q};unescapeProp(V,"value");D=new E["default"](V)}m.newNode(D,l);l=null}));this.position++};l.word=function word(l){var v=this.nextToken;if(v&&this.content(v)==="|"){this.position++;return this.namespace()}return this.splitWord(l)};l.loop=function loop(){while(this.position<this.tokens.length){this.parse(true)}this.current._inferEndPosition();return this.root};l.parse=function parse(l){switch(this.currToken[A.FIELDS.TYPE]){case q.space:this.space();break;case q.comment:this.comment();break;case q.openParenthesis:this.parentheses();break;case q.closeParenthesis:if(l){this.missingParenthesis()}break;case q.openSquare:this.attribute();break;case q.dollar:case q.caret:case q.equals:case q.word:this.word();break;case q.colon:this.pseudo();break;case q.comma:this.comma();break;case q.asterisk:this.universal();break;case q.ampersand:this.nesting();break;case q.slash:case q.combinator:this.combinator();break;case q.str:this.string();break;case q.closeSquare:this.missingSquareBracket();case q.semicolon:this.missingBackslash();default:this.unexpected()}};l.expected=function expected(l,v,m){if(Array.isArray(l)){var y=l.pop();l=l.join(", ")+" or "+y}var _=/^[aeiou]/.test(l[0])?"an":"a";if(!m){return this.error("Expected "+_+" "+l+".",{index:v})}return this.error("Expected "+_+" "+l+', found "'+m+'" instead.',{index:v})};l.requiredSpace=function requiredSpace(l){return this.options.lossy?" ":l};l.optionalSpace=function optionalSpace(l){return this.options.lossy?"":l};l.lossySpace=function lossySpace(l,v){if(this.options.lossy){return v?" ":""}else{return l}};l.parseParenthesisToken=function parseParenthesisToken(l){var v=this.content(l);if(l[A.FIELDS.TYPE]===q.space){return this.requiredSpace(v)}else{return v}};l.newNode=function newNode(l,v){if(v){if(/^ +$/.test(v)){if(!this.options.lossy){this.spaces=(this.spaces||"")+v}v=true}l.namespace=v;unescapeProp(l,"namespace")}if(this.spaces){l.spaces.before=this.spaces;this.spaces=""}return this.current.append(l)};l.content=function content(l){if(l===void 0){l=this.currToken}return this.css.slice(l[A.FIELDS.START_POS],l[A.FIELDS.END_POS])};l.locateNextMeaningfulToken=function locateNextMeaningfulToken(l){if(l===void 0){l=this.position+1}var v=l;while(v<this.tokens.length){if(U[this.tokens[v][A.FIELDS.TYPE]]){v++;continue}else{return v}}return-1};_createClass(Parser,[{key:"currToken",get:function get(){return this.tokens[this.position]}},{key:"nextToken",get:function get(){return this.tokens[this.position+1]}},{key:"prevToken",get:function get(){return this.tokens[this.position-1]}}]);return Parser}();v["default"]=B;l.exports=v.default},9605:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(4969));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var _=function(){function Processor(l,v){this.func=l||function noop(){};this.funcRes=null;this.options=v}var l=Processor.prototype;l._shouldUpdateSelector=function _shouldUpdateSelector(l,v){if(v===void 0){v={}}var m=Object.assign({},this.options,v);if(m.updateSelector===false){return false}else{return typeof l!=="string"}};l._isLossy=function _isLossy(l){if(l===void 0){l={}}var v=Object.assign({},this.options,l);if(v.lossless===false){return true}else{return false}};l._root=function _root(l,v){if(v===void 0){v={}}var m=new y["default"](l,this._parseOptions(v));return m.root};l._parseOptions=function _parseOptions(l){return{lossy:this._isLossy(l)}};l._run=function _run(l,v){var m=this;if(v===void 0){v={}}return new Promise((function(y,_){try{var w=m._root(l,v);Promise.resolve(m.func(w)).then((function(y){var _=undefined;if(m._shouldUpdateSelector(l,v)){_=w.toString();l.selector=_}return{transform:y,root:w,string:_}})).then(y,_)}catch(l){_(l);return}}))};l._runSync=function _runSync(l,v){if(v===void 0){v={}}var m=this._root(l,v);var y=this.func(m);if(y&&typeof y.then==="function"){throw new Error("Selector processor returned a promise to a synchronous call.")}var _=undefined;if(v.updateSelector&&typeof l!=="string"){_=m.toString();l.selector=_}return{transform:y,root:m,string:_}};l.ast=function ast(l,v){return this._run(l,v).then((function(l){return l.root}))};l.astSync=function astSync(l,v){return this._runSync(l,v).root};l.transform=function transform(l,v){return this._run(l,v).then((function(l){return l.transform}))};l.transformSync=function transformSync(l,v){return this._runSync(l,v).transform};l.process=function process(l,v){return this._run(l,v).then((function(l){return l.string||l.root.toString()}))};l.processSync=function processSync(l,v){var m=this._runSync(l,v);return m.string||m.root.toString()};return Processor}();v["default"]=_;l.exports=v.default},6382:(l,v,m)=>{"use strict";v.__esModule=true;v.unescapeValue=unescapeValue;v["default"]=void 0;var y=_interopRequireDefault(m(441));var _=_interopRequireDefault(m(4030));var w=_interopRequireDefault(m(59));var k=m(3342);var S;function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var E=m(6124);var O=/^('|")([^]*)\1$/;var P=E((function(){}),"Assigning an attribute a value containing characters that might need to be escaped is deprecated. "+"Call attribute.setValue() instead.");var C=E((function(){}),"Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead.");var T=E((function(){}),"Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now.");function unescapeValue(l){var v=false;var m=null;var y=l;var w=y.match(O);if(w){m=w[1];y=w[2]}y=(0,_["default"])(y);if(y!==l){v=true}return{deprecatedUsage:v,unescaped:y,quoteMark:m}}function handleDeprecatedContructorOpts(l){if(l.quoteMark!==undefined){return l}if(l.value===undefined){return l}T();var v=unescapeValue(l.value),m=v.quoteMark,y=v.unescaped;if(!l.raws){l.raws={}}if(l.raws.value===undefined){l.raws.value=l.value}l.value=y;l.quoteMark=m;return l}var L=function(l){_inheritsLoose(Attribute,l);function Attribute(v){var m;if(v===void 0){v={}}m=l.call(this,handleDeprecatedContructorOpts(v))||this;m.type=k.ATTRIBUTE;m.raws=m.raws||{};Object.defineProperty(m.raws,"unquoted",{get:E((function(){return m.value}),"attr.raws.unquoted is deprecated. Call attr.value instead."),set:E((function(){return m.value}),"Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default now.")});m._constructed=true;return m}var v=Attribute.prototype;v.getQuotedValue=function getQuotedValue(l){if(l===void 0){l={}}var v=this._determineQuoteMark(l);var m=D[v];var _=(0,y["default"])(this._value,m);return _};v._determineQuoteMark=function _determineQuoteMark(l){return l.smart?this.smartQuoteMark(l):this.preferredQuoteMark(l)};v.setValue=function setValue(l,v){if(v===void 0){v={}}this._value=l;this._quoteMark=this._determineQuoteMark(v);this._syncRawValue()};v.smartQuoteMark=function smartQuoteMark(l){var v=this.value;var m=v.replace(/[^']/g,"").length;var _=v.replace(/[^"]/g,"").length;if(m+_===0){var w=(0,y["default"])(v,{isIdentifier:true});if(w===v){return Attribute.NO_QUOTE}else{var k=this.preferredQuoteMark(l);if(k===Attribute.NO_QUOTE){var S=this.quoteMark||l.quoteMark||Attribute.DOUBLE_QUOTE;var E=D[S];var O=(0,y["default"])(v,E);if(O.length<w.length){return S}}return k}}else if(_===m){return this.preferredQuoteMark(l)}else if(_<m){return Attribute.DOUBLE_QUOTE}else{return Attribute.SINGLE_QUOTE}};v.preferredQuoteMark=function preferredQuoteMark(l){var v=l.preferCurrentQuoteMark?this.quoteMark:l.quoteMark;if(v===undefined){v=l.preferCurrentQuoteMark?l.quoteMark:this.quoteMark}if(v===undefined){v=Attribute.DOUBLE_QUOTE}return v};v._syncRawValue=function _syncRawValue(){var l=(0,y["default"])(this._value,D[this.quoteMark]);if(l===this._value){if(this.raws){delete this.raws.value}}else{this.raws.value=l}};v._handleEscapes=function _handleEscapes(l,v){if(this._constructed){var m=(0,y["default"])(v,{isIdentifier:true});if(m!==v){this.raws[l]=m}else{delete this.raws[l]}}};v._spacesFor=function _spacesFor(l){var v={before:"",after:""};var m=this.spaces[l]||{};var y=this.raws.spaces&&this.raws.spaces[l]||{};return Object.assign(v,m,y)};v._stringFor=function _stringFor(l,v,m){if(v===void 0){v=l}if(m===void 0){m=defaultAttrConcat}var y=this._spacesFor(v);return m(this.stringifyProperty(l),y)};v.offsetOf=function offsetOf(l){var v=1;var m=this._spacesFor("attribute");v+=m.before.length;if(l==="namespace"||l==="ns"){return this.namespace?v:-1}if(l==="attributeNS"){return v}v+=this.namespaceString.length;if(this.namespace){v+=1}if(l==="attribute"){return v}v+=this.stringifyProperty("attribute").length;v+=m.after.length;var y=this._spacesFor("operator");v+=y.before.length;var _=this.stringifyProperty("operator");if(l==="operator"){return _?v:-1}v+=_.length;v+=y.after.length;var w=this._spacesFor("value");v+=w.before.length;var k=this.stringifyProperty("value");if(l==="value"){return k?v:-1}v+=k.length;v+=w.after.length;var S=this._spacesFor("insensitive");v+=S.before.length;if(l==="insensitive"){return this.insensitive?v:-1}return-1};v.toString=function toString(){var l=this;var v=[this.rawSpaceBefore,"["];v.push(this._stringFor("qualifiedAttribute","attribute"));if(this.operator&&(this.value||this.value==="")){v.push(this._stringFor("operator"));v.push(this._stringFor("value"));v.push(this._stringFor("insensitiveFlag","insensitive",(function(v,m){if(v.length>0&&!l.quoted&&m.before.length===0&&!(l.spaces.value&&l.spaces.value.after)){m.before=" "}return defaultAttrConcat(v,m)})))}v.push("]");v.push(this.rawSpaceAfter);return v.join("")};_createClass(Attribute,[{key:"quoted",get:function get(){var l=this.quoteMark;return l==="'"||l==='"'},set:function set(l){C()}},{key:"quoteMark",get:function get(){return this._quoteMark},set:function set(l){if(!this._constructed){this._quoteMark=l;return}if(this._quoteMark!==l){this._quoteMark=l;this._syncRawValue()}}},{key:"qualifiedAttribute",get:function get(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function get(){return this.insensitive?"i":""}},{key:"value",get:function get(){return this._value},set:function set(l){if(this._constructed){var v=unescapeValue(l),m=v.deprecatedUsage,y=v.unescaped,_=v.quoteMark;if(m){P()}if(y===this._value&&_===this._quoteMark){return}this._value=y;this._quoteMark=_;this._syncRawValue()}else{this._value=l}}},{key:"attribute",get:function get(){return this._attribute},set:function set(l){this._handleEscapes("attribute",l);this._attribute=l}}]);return Attribute}(w["default"]);v["default"]=L;L.NO_QUOTE=null;L.SINGLE_QUOTE="'";L.DOUBLE_QUOTE='"';var D=(S={"'":{quotes:"single",wrap:true},'"':{quotes:"double",wrap:true}},S[null]={isIdentifier:true},S);function defaultAttrConcat(l,v){return""+v.before+l+v.after}},9616:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(441));var _=m(7984);var w=_interopRequireDefault(m(2503));var k=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var S=function(l){_inheritsLoose(ClassName,l);function ClassName(v){var m;m=l.call(this,v)||this;m.type=k.CLASS;m._constructed=true;return m}var v=ClassName.prototype;v.valueToString=function valueToString(){return"."+l.prototype.valueToString.call(this)};_createClass(ClassName,[{key:"value",get:function get(){return this._value},set:function set(l){if(this._constructed){var v=(0,y["default"])(l,{isIdentifier:true});if(v!==l){(0,_.ensureObject)(this,"raws");this.raws.value=v}else if(this.raws){delete this.raws.value}}this._value=l}}]);return ClassName}(w["default"]);v["default"]=S;l.exports=v.default},6884:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(2503));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Combinator,l);function Combinator(v){var m;m=l.call(this,v)||this;m.type=_.COMBINATOR;return m}return Combinator}(y["default"]);v["default"]=w;l.exports=v.default},1042:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(2503));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Comment,l);function Comment(v){var m;m=l.call(this,v)||this;m.type=_.COMMENT;return m}return Comment}(y["default"]);v["default"]=w;l.exports=v.default},8280:(l,v,m)=>{"use strict";v.__esModule=true;v.universal=v.tag=v.string=v.selector=v.root=v.pseudo=v.nesting=v.id=v.comment=v.combinator=v.className=v.attribute=void 0;var y=_interopRequireDefault(m(6382));var _=_interopRequireDefault(m(9616));var w=_interopRequireDefault(m(6884));var k=_interopRequireDefault(m(1042));var S=_interopRequireDefault(m(5046));var E=_interopRequireDefault(m(9743));var O=_interopRequireDefault(m(3794));var P=_interopRequireDefault(m(173));var C=_interopRequireDefault(m(8589));var T=_interopRequireDefault(m(2429));var L=_interopRequireDefault(m(2308));var D=_interopRequireDefault(m(4893));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var R=function attribute(l){return new y["default"](l)};v.attribute=R;var A=function className(l){return new _["default"](l)};v.className=A;var q=function combinator(l){return new w["default"](l)};v.combinator=q;var F=function comment(l){return new k["default"](l)};v.comment=F;var $=function id(l){return new S["default"](l)};v.id=$;var z=function nesting(l){return new E["default"](l)};v.nesting=z;var V=function pseudo(l){return new O["default"](l)};v.pseudo=V;var W=function root(l){return new P["default"](l)};v.root=W;var U=function selector(l){return new C["default"](l)};v.selector=U;var B=function string(l){return new T["default"](l)};v.string=B;var Q=function tag(l){return new L["default"](l)};v.tag=Q;var Y=function universal(l){return new D["default"](l)};v.universal=Y},4248:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(2503));var _=_interopRequireWildcard(m(3342));function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _createForOfIteratorHelperLoose(l,v){var m;if(typeof Symbol==="undefined"||l[Symbol.iterator]==null){if(Array.isArray(l)||(m=_unsupportedIterableToArray(l))||v&&l&&typeof l.length==="number"){if(m)l=m;var y=0;return function(){if(y>=l.length)return{done:true};return{done:false,value:l[y++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}m=l[Symbol.iterator]();return m.next.bind(m)}function _unsupportedIterableToArray(l,v){if(!l)return;if(typeof l==="string")return _arrayLikeToArray(l,v);var m=Object.prototype.toString.call(l).slice(8,-1);if(m==="Object"&&l.constructor)m=l.constructor.name;if(m==="Map"||m==="Set")return Array.from(l);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return _arrayLikeToArray(l,v)}function _arrayLikeToArray(l,v){if(v==null||v>l.length)v=l.length;for(var m=0,y=new Array(v);m<v;m++){y[m]=l[m]}return y}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Container,l);function Container(v){var m;m=l.call(this,v)||this;if(!m.nodes){m.nodes=[]}return m}var v=Container.prototype;v.append=function append(l){l.parent=this;this.nodes.push(l);return this};v.prepend=function prepend(l){l.parent=this;this.nodes.unshift(l);return this};v.at=function at(l){return this.nodes[l]};v.index=function index(l){if(typeof l==="number"){return l}return this.nodes.indexOf(l)};v.removeChild=function removeChild(l){l=this.index(l);this.at(l).parent=undefined;this.nodes.splice(l,1);var v;for(var m in this.indexes){v=this.indexes[m];if(v>=l){this.indexes[m]=v-1}}return this};v.removeAll=function removeAll(){for(var l=_createForOfIteratorHelperLoose(this.nodes),v;!(v=l()).done;){var m=v.value;m.parent=undefined}this.nodes=[];return this};v.empty=function empty(){return this.removeAll()};v.insertAfter=function insertAfter(l,v){v.parent=this;var m=this.index(l);this.nodes.splice(m+1,0,v);v.parent=this;var y;for(var _ in this.indexes){y=this.indexes[_];if(m<=y){this.indexes[_]=y+1}}return this};v.insertBefore=function insertBefore(l,v){v.parent=this;var m=this.index(l);this.nodes.splice(m,0,v);v.parent=this;var y;for(var _ in this.indexes){y=this.indexes[_];if(y<=m){this.indexes[_]=y+1}}return this};v._findChildAtPosition=function _findChildAtPosition(l,v){var m=undefined;this.each((function(y){if(y.atPosition){var _=y.atPosition(l,v);if(_){m=_;return false}}else if(y.isAtPosition(l,v)){m=y;return false}}));return m};v.atPosition=function atPosition(l,v){if(this.isAtPosition(l,v)){return this._findChildAtPosition(l,v)||this}else{return undefined}};v._inferEndPosition=function _inferEndPosition(){if(this.last&&this.last.source&&this.last.source.end){this.source=this.source||{};this.source.end=this.source.end||{};Object.assign(this.source.end,this.last.source.end)}};v.each=function each(l){if(!this.lastEach){this.lastEach=0}if(!this.indexes){this.indexes={}}this.lastEach++;var v=this.lastEach;this.indexes[v]=0;if(!this.length){return undefined}var m,y;while(this.indexes[v]<this.length){m=this.indexes[v];y=l(this.at(m),m);if(y===false){break}this.indexes[v]+=1}delete this.indexes[v];if(y===false){return false}};v.walk=function walk(l){return this.each((function(v,m){var y=l(v,m);if(y!==false&&v.length){y=v.walk(l)}if(y===false){return false}}))};v.walkAttributes=function walkAttributes(l){var v=this;return this.walk((function(m){if(m.type===_.ATTRIBUTE){return l.call(v,m)}}))};v.walkClasses=function walkClasses(l){var v=this;return this.walk((function(m){if(m.type===_.CLASS){return l.call(v,m)}}))};v.walkCombinators=function walkCombinators(l){var v=this;return this.walk((function(m){if(m.type===_.COMBINATOR){return l.call(v,m)}}))};v.walkComments=function walkComments(l){var v=this;return this.walk((function(m){if(m.type===_.COMMENT){return l.call(v,m)}}))};v.walkIds=function walkIds(l){var v=this;return this.walk((function(m){if(m.type===_.ID){return l.call(v,m)}}))};v.walkNesting=function walkNesting(l){var v=this;return this.walk((function(m){if(m.type===_.NESTING){return l.call(v,m)}}))};v.walkPseudos=function walkPseudos(l){var v=this;return this.walk((function(m){if(m.type===_.PSEUDO){return l.call(v,m)}}))};v.walkTags=function walkTags(l){var v=this;return this.walk((function(m){if(m.type===_.TAG){return l.call(v,m)}}))};v.walkUniversals=function walkUniversals(l){var v=this;return this.walk((function(m){if(m.type===_.UNIVERSAL){return l.call(v,m)}}))};v.split=function split(l){var v=this;var m=[];return this.reduce((function(y,_,w){var k=l.call(v,_);m.push(_);if(k){y.push(m);m=[]}else if(w===v.length-1){y.push(m)}return y}),[])};v.map=function map(l){return this.nodes.map(l)};v.reduce=function reduce(l,v){return this.nodes.reduce(l,v)};v.every=function every(l){return this.nodes.every(l)};v.some=function some(l){return this.nodes.some(l)};v.filter=function filter(l){return this.nodes.filter(l)};v.sort=function sort(l){return this.nodes.sort(l)};v.toString=function toString(){return this.map(String).join("")};_createClass(Container,[{key:"first",get:function get(){return this.at(0)}},{key:"last",get:function get(){return this.at(this.length-1)}},{key:"length",get:function get(){return this.nodes.length}}]);return Container}(y["default"]);v["default"]=w;l.exports=v.default},1836:(l,v,m)=>{"use strict";v.__esModule=true;v.isNode=isNode;v.isPseudoElement=isPseudoElement;v.isPseudoClass=isPseudoClass;v.isContainer=isContainer;v.isNamespace=isNamespace;v.isUniversal=v.isTag=v.isString=v.isSelector=v.isRoot=v.isPseudo=v.isNesting=v.isIdentifier=v.isComment=v.isCombinator=v.isClassName=v.isAttribute=void 0;var y=m(3342);var _;var w=(_={},_[y.ATTRIBUTE]=true,_[y.CLASS]=true,_[y.COMBINATOR]=true,_[y.COMMENT]=true,_[y.ID]=true,_[y.NESTING]=true,_[y.PSEUDO]=true,_[y.ROOT]=true,_[y.SELECTOR]=true,_[y.STRING]=true,_[y.TAG]=true,_[y.UNIVERSAL]=true,_);function isNode(l){return typeof l==="object"&&w[l.type]}function isNodeType(l,v){return isNode(v)&&v.type===l}var k=isNodeType.bind(null,y.ATTRIBUTE);v.isAttribute=k;var S=isNodeType.bind(null,y.CLASS);v.isClassName=S;var E=isNodeType.bind(null,y.COMBINATOR);v.isCombinator=E;var O=isNodeType.bind(null,y.COMMENT);v.isComment=O;var P=isNodeType.bind(null,y.ID);v.isIdentifier=P;var C=isNodeType.bind(null,y.NESTING);v.isNesting=C;var T=isNodeType.bind(null,y.PSEUDO);v.isPseudo=T;var L=isNodeType.bind(null,y.ROOT);v.isRoot=L;var D=isNodeType.bind(null,y.SELECTOR);v.isSelector=D;var R=isNodeType.bind(null,y.STRING);v.isString=R;var A=isNodeType.bind(null,y.TAG);v.isTag=A;var q=isNodeType.bind(null,y.UNIVERSAL);v.isUniversal=q;function isPseudoElement(l){return T(l)&&l.value&&(l.value.startsWith("::")||l.value.toLowerCase()===":before"||l.value.toLowerCase()===":after"||l.value.toLowerCase()===":first-letter"||l.value.toLowerCase()===":first-line")}function isPseudoClass(l){return T(l)&&!isPseudoElement(l)}function isContainer(l){return!!(isNode(l)&&l.walk)}function isNamespace(l){return k(l)||A(l)}},5046:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(2503));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(ID,l);function ID(v){var m;m=l.call(this,v)||this;m.type=_.ID;return m}var v=ID.prototype;v.valueToString=function valueToString(){return"#"+l.prototype.valueToString.call(this)};return ID}(y["default"]);v["default"]=w;l.exports=v.default},1534:(l,v,m)=>{"use strict";v.__esModule=true;var y=m(3342);Object.keys(y).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in v&&v[l]===y[l])return;v[l]=y[l]}));var _=m(8280);Object.keys(_).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in v&&v[l]===_[l])return;v[l]=_[l]}));var w=m(1836);Object.keys(w).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in v&&v[l]===w[l])return;v[l]=w[l]}))},59:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(441));var _=m(7984);var w=_interopRequireDefault(m(2503));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var k=function(l){_inheritsLoose(Namespace,l);function Namespace(){return l.apply(this,arguments)||this}var v=Namespace.prototype;v.qualifiedName=function qualifiedName(l){if(this.namespace){return this.namespaceString+"|"+l}else{return l}};v.valueToString=function valueToString(){return this.qualifiedName(l.prototype.valueToString.call(this))};_createClass(Namespace,[{key:"namespace",get:function get(){return this._namespace},set:function set(l){if(l===true||l==="*"||l==="&"){this._namespace=l;if(this.raws){delete this.raws.namespace}return}var v=(0,y["default"])(l,{isIdentifier:true});this._namespace=l;if(v!==l){(0,_.ensureObject)(this,"raws");this.raws.namespace=v}else if(this.raws){delete this.raws.namespace}}},{key:"ns",get:function get(){return this._namespace},set:function set(l){this.namespace=l}},{key:"namespaceString",get:function get(){if(this.namespace){var l=this.stringifyProperty("namespace");if(l===true){return""}else{return l}}else{return""}}}]);return Namespace}(w["default"]);v["default"]=k;l.exports=v.default},9743:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(2503));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Nesting,l);function Nesting(v){var m;m=l.call(this,v)||this;m.type=_.NESTING;m.value="&";return m}return Nesting}(y["default"]);v["default"]=w;l.exports=v.default},2503:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=m(7984);function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}var _=function cloneNode(l,v){if(typeof l!=="object"||l===null){return l}var m=new l.constructor;for(var y in l){if(!l.hasOwnProperty(y)){continue}var _=l[y];var w=typeof _;if(y==="parent"&&w==="object"){if(v){m[y]=v}}else if(_ instanceof Array){m[y]=_.map((function(l){return cloneNode(l,m)}))}else{m[y]=cloneNode(_,m)}}return m};var w=function(){function Node(l){if(l===void 0){l={}}Object.assign(this,l);this.spaces=this.spaces||{};this.spaces.before=this.spaces.before||"";this.spaces.after=this.spaces.after||""}var l=Node.prototype;l.remove=function remove(){if(this.parent){this.parent.removeChild(this)}this.parent=undefined;return this};l.replaceWith=function replaceWith(){if(this.parent){for(var l in arguments){this.parent.insertBefore(this,arguments[l])}this.remove()}return this};l.next=function next(){return this.parent.at(this.parent.index(this)+1)};l.prev=function prev(){return this.parent.at(this.parent.index(this)-1)};l.clone=function clone(l){if(l===void 0){l={}}var v=_(this);for(var m in l){v[m]=l[m]}return v};l.appendToPropertyAndEscape=function appendToPropertyAndEscape(l,v,m){if(!this.raws){this.raws={}}var y=this[l];var _=this.raws[l];this[l]=y+v;if(_||m!==v){this.raws[l]=(_||y)+m}else{delete this.raws[l]}};l.setPropertyAndEscape=function setPropertyAndEscape(l,v,m){if(!this.raws){this.raws={}}this[l]=v;this.raws[l]=m};l.setPropertyWithoutEscape=function setPropertyWithoutEscape(l,v){this[l]=v;if(this.raws){delete this.raws[l]}};l.isAtPosition=function isAtPosition(l,v){if(this.source&&this.source.start&&this.source.end){if(this.source.start.line>l){return false}if(this.source.end.line<l){return false}if(this.source.start.line===l&&this.source.start.column>v){return false}if(this.source.end.line===l&&this.source.end.column<v){return false}return true}return undefined};l.stringifyProperty=function stringifyProperty(l){return this.raws&&this.raws[l]||this[l]};l.valueToString=function valueToString(){return String(this.stringifyProperty("value"))};l.toString=function toString(){return[this.rawSpaceBefore,this.valueToString(),this.rawSpaceAfter].join("")};_createClass(Node,[{key:"rawSpaceBefore",get:function get(){var l=this.raws&&this.raws.spaces&&this.raws.spaces.before;if(l===undefined){l=this.spaces&&this.spaces.before}return l||""},set:function set(l){(0,y.ensureObject)(this,"raws","spaces");this.raws.spaces.before=l}},{key:"rawSpaceAfter",get:function get(){var l=this.raws&&this.raws.spaces&&this.raws.spaces.after;if(l===undefined){l=this.spaces.after}return l||""},set:function set(l){(0,y.ensureObject)(this,"raws","spaces");this.raws.spaces.after=l}}]);return Node}();v["default"]=w;l.exports=v.default},3794:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(4248));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Pseudo,l);function Pseudo(v){var m;m=l.call(this,v)||this;m.type=_.PSEUDO;return m}var v=Pseudo.prototype;v.toString=function toString(){var l=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),l,this.rawSpaceAfter].join("")};return Pseudo}(y["default"]);v["default"]=w;l.exports=v.default},173:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(4248));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Root,l);function Root(v){var m;m=l.call(this,v)||this;m.type=_.ROOT;return m}var v=Root.prototype;v.toString=function toString(){var l=this.reduce((function(l,v){l.push(String(v));return l}),[]).join(",");return this.trailingComma?l+",":l};v.error=function error(l,v){if(this._error){return this._error(l,v)}else{return new Error(l)}};_createClass(Root,[{key:"errorGenerator",set:function set(l){this._error=l}}]);return Root}(y["default"]);v["default"]=w;l.exports=v.default},8589:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(4248));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Selector,l);function Selector(v){var m;m=l.call(this,v)||this;m.type=_.SELECTOR;return m}return Selector}(y["default"]);v["default"]=w;l.exports=v.default},2429:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(2503));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(String,l);function String(v){var m;m=l.call(this,v)||this;m.type=_.STRING;return m}return String}(y["default"]);v["default"]=w;l.exports=v.default},2308:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(59));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Tag,l);function Tag(v){var m;m=l.call(this,v)||this;m.type=_.TAG;return m}return Tag}(y["default"]);v["default"]=w;l.exports=v.default},3342:(l,v)=>{"use strict";v.__esModule=true;v.UNIVERSAL=v.ATTRIBUTE=v.CLASS=v.COMBINATOR=v.COMMENT=v.ID=v.NESTING=v.PSEUDO=v.ROOT=v.SELECTOR=v.STRING=v.TAG=void 0;var m="tag";v.TAG=m;var y="string";v.STRING=y;var _="selector";v.SELECTOR=_;var w="root";v.ROOT=w;var k="pseudo";v.PSEUDO=k;var S="nesting";v.NESTING=S;var E="id";v.ID=E;var O="comment";v.COMMENT=O;var P="combinator";v.COMBINATOR=P;var C="class";v.CLASS=C;var T="attribute";v.ATTRIBUTE=T;var L="universal";v.UNIVERSAL=L},4893:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(59));var _=m(3342);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Universal,l);function Universal(v){var m;m=l.call(this,v)||this;m.type=_.UNIVERSAL;m.value="*";return m}return Universal}(y["default"]);v["default"]=w;l.exports=v.default},3393:(l,v)=>{"use strict";v.__esModule=true;v["default"]=sortAscending;function sortAscending(l){return l.sort((function(l,v){return l-v}))}l.exports=v.default},9210:(l,v)=>{"use strict";v.__esModule=true;v.combinator=v.word=v.comment=v.str=v.tab=v.newline=v.feed=v.cr=v.backslash=v.bang=v.slash=v.doubleQuote=v.singleQuote=v.space=v.greaterThan=v.pipe=v.equals=v.plus=v.caret=v.tilde=v.dollar=v.closeSquare=v.openSquare=v.closeParenthesis=v.openParenthesis=v.semicolon=v.colon=v.comma=v.at=v.asterisk=v.ampersand=void 0;var m=38;v.ampersand=m;var y=42;v.asterisk=y;var _=64;v.at=_;var w=44;v.comma=w;var k=58;v.colon=k;var S=59;v.semicolon=S;var E=40;v.openParenthesis=E;var O=41;v.closeParenthesis=O;var P=91;v.openSquare=P;var C=93;v.closeSquare=C;var T=36;v.dollar=T;var L=126;v.tilde=L;var D=94;v.caret=D;var R=43;v.plus=R;var A=61;v.equals=A;var q=124;v.pipe=q;var F=62;v.greaterThan=F;var $=32;v.space=$;var z=39;v.singleQuote=z;var V=34;v.doubleQuote=V;var W=47;v.slash=W;var U=33;v.bang=U;var B=92;v.backslash=B;var Q=13;v.cr=Q;var Y=12;v.feed=Y;var G=10;v.newline=G;var J=9;v.tab=J;var Z=z;v.str=Z;var K=-1;v.comment=K;var X=-2;v.word=X;var ee=-3;v.combinator=ee},452:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=tokenize;v.FIELDS=void 0;var y=_interopRequireWildcard(m(9210));var _,w;function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}var k=(_={},_[y.tab]=true,_[y.newline]=true,_[y.cr]=true,_[y.feed]=true,_);var S=(w={},w[y.space]=true,w[y.tab]=true,w[y.newline]=true,w[y.cr]=true,w[y.feed]=true,w[y.ampersand]=true,w[y.asterisk]=true,w[y.bang]=true,w[y.comma]=true,w[y.colon]=true,w[y.semicolon]=true,w[y.openParenthesis]=true,w[y.closeParenthesis]=true,w[y.openSquare]=true,w[y.closeSquare]=true,w[y.singleQuote]=true,w[y.doubleQuote]=true,w[y.plus]=true,w[y.pipe]=true,w[y.tilde]=true,w[y.greaterThan]=true,w[y.equals]=true,w[y.dollar]=true,w[y.caret]=true,w[y.slash]=true,w);var E={};var O="0123456789abcdefABCDEF";for(var P=0;P<O.length;P++){E[O.charCodeAt(P)]=true}function consumeWord(l,v){var m=v;var _;do{_=l.charCodeAt(m);if(S[_]){return m-1}else if(_===y.backslash){m=consumeEscape(l,m)+1}else{m++}}while(m<l.length);return m-1}function consumeEscape(l,v){var m=v;var _=l.charCodeAt(m+1);if(k[_]){}else if(E[_]){var w=0;do{m++;w++;_=l.charCodeAt(m+1)}while(E[_]&&w<6);if(w<6&&_===y.space){m++}}else{m++}return m}var C={TYPE:0,START_LINE:1,START_COL:2,END_LINE:3,END_COL:4,START_POS:5,END_POS:6};v.FIELDS=C;function tokenize(l){var v=[];var m=l.css.valueOf();var _=m,w=_.length;var k=-1;var S=1;var E=0;var O=0;var P,C,T,L,D,R,A,q,F,$,z,V,W;function unclosed(v,y){if(l.safe){m+=y;F=m.length-1}else{throw l.error("Unclosed "+v,S,E-k,E)}}while(E<w){P=m.charCodeAt(E);if(P===y.newline){k=E;S+=1}switch(P){case y.space:case y.tab:case y.newline:case y.cr:case y.feed:F=E;do{F+=1;P=m.charCodeAt(F);if(P===y.newline){k=F;S+=1}}while(P===y.space||P===y.newline||P===y.tab||P===y.cr||P===y.feed);W=y.space;L=S;T=F-k-1;O=F;break;case y.plus:case y.greaterThan:case y.tilde:case y.pipe:F=E;do{F+=1;P=m.charCodeAt(F)}while(P===y.plus||P===y.greaterThan||P===y.tilde||P===y.pipe);W=y.combinator;L=S;T=E-k;O=F;break;case y.asterisk:case y.ampersand:case y.bang:case y.comma:case y.equals:case y.dollar:case y.caret:case y.openSquare:case y.closeSquare:case y.colon:case y.semicolon:case y.openParenthesis:case y.closeParenthesis:F=E;W=P;L=S;T=E-k;O=F+1;break;case y.singleQuote:case y.doubleQuote:V=P===y.singleQuote?"'":'"';F=E;do{D=false;F=m.indexOf(V,F+1);if(F===-1){unclosed("quote",V)}R=F;while(m.charCodeAt(R-1)===y.backslash){R-=1;D=!D}}while(D);W=y.str;L=S;T=E-k;O=F+1;break;default:if(P===y.slash&&m.charCodeAt(E+1)===y.asterisk){F=m.indexOf("*/",E+2)+1;if(F===0){unclosed("comment","*/")}C=m.slice(E,F+1);q=C.split("\n");A=q.length-1;if(A>0){$=S+A;z=F-q[A].length}else{$=S;z=k}W=y.comment;S=$;L=$;T=F-z}else if(P===y.slash){F=E;W=P;L=S;T=E-k;O=F+1}else{F=consumeWord(m,E);W=y.word;L=S;T=F-k}O=F+1;break}v.push([W,S,E-k,L,T,E,O]);if(z){k=z;z=null}E=O}return v}},6093:(l,v)=>{"use strict";v.__esModule=true;v["default"]=ensureObject;function ensureObject(l){for(var v=arguments.length,m=new Array(v>1?v-1:0),y=1;y<v;y++){m[y-1]=arguments[y]}while(m.length>0){var _=m.shift();if(!l[_]){l[_]={}}l=l[_]}}l.exports=v.default},9533:(l,v)=>{"use strict";v.__esModule=true;v["default"]=getProp;function getProp(l){for(var v=arguments.length,m=new Array(v>1?v-1:0),y=1;y<v;y++){m[y-1]=arguments[y]}while(m.length>0){var _=m.shift();if(!l[_]){return undefined}l=l[_]}return l}l.exports=v.default},7984:(l,v,m)=>{"use strict";v.__esModule=true;v.stripComments=v.ensureObject=v.getProp=v.unesc=void 0;var y=_interopRequireDefault(m(4030));v.unesc=y["default"];var _=_interopRequireDefault(m(9533));v.getProp=_["default"];var w=_interopRequireDefault(m(6093));v.ensureObject=w["default"];var k=_interopRequireDefault(m(6386));v.stripComments=k["default"];function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}},6386:(l,v)=>{"use strict";v.__esModule=true;v["default"]=stripComments;function stripComments(l){var v="";var m=l.indexOf("/*");var y=0;while(m>=0){v=v+l.slice(y,m);var _=l.indexOf("*/",m+2);if(_<0){return v}y=_+2;m=l.indexOf("/*",y)}v=v+l.slice(y);return v}l.exports=v.default},4030:(l,v)=>{"use strict";v.__esModule=true;v["default"]=unesc;function gobbleHex(l){var v=l.toLowerCase();var m="";var y=false;for(var _=0;_<6&&v[_]!==undefined;_++){var w=v.charCodeAt(_);var k=w>=97&&w<=102||w>=48&&w<=57;y=w===32;if(!k){break}m+=v[_]}if(m.length===0){return undefined}var S=parseInt(m,16);var E=S>=55296&&S<=57343;if(E||S===0||S>1114111){return["<22>",m.length+(y?1:0)]}return[String.fromCodePoint(S),m.length+(y?1:0)]}var m=/\\/;function unesc(l){var v=m.test(l);if(!v){return l}var y="";for(var _=0;_<l.length;_++){if(l[_]==="\\"){var w=gobbleHex(l.slice(_+1,_+7));if(w!==undefined){y+=w[0];_+=w[1];continue}if(l[_+1]==="\\"){y+="\\";_++;continue}if(l.length===_+1){y+=l[_]}continue}y+=l[_]}return y}l.exports=v.default},8235:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6528));var _=_interopRequireWildcard(m(3110));function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var w=function parser(l){return new y["default"](l)};Object.assign(w,_);delete w.__esModule;var k=w;v["default"]=k;l.exports=v.default},6305:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(422));var _=_interopRequireDefault(m(5013));var w=_interopRequireDefault(m(6870));var k=_interopRequireDefault(m(5047));var S=_interopRequireDefault(m(8393));var E=_interopRequireDefault(m(9443));var O=_interopRequireDefault(m(435));var P=_interopRequireDefault(m(5326));var C=_interopRequireWildcard(m(9248));var T=_interopRequireDefault(m(1165));var L=_interopRequireDefault(m(2537));var D=_interopRequireDefault(m(6060));var R=_interopRequireDefault(m(2173));var A=_interopRequireWildcard(m(2133));var q=_interopRequireWildcard(m(8553));var F=_interopRequireWildcard(m(8600));var $=m(4513);var z,V;function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}var W=(z={},z[q.space]=true,z[q.cr]=true,z[q.feed]=true,z[q.newline]=true,z[q.tab]=true,z);var U=Object.assign({},W,(V={},V[q.comment]=true,V));function tokenStart(l){return{line:l[A.FIELDS.START_LINE],column:l[A.FIELDS.START_COL]}}function tokenEnd(l){return{line:l[A.FIELDS.END_LINE],column:l[A.FIELDS.END_COL]}}function getSource(l,v,m,y){return{start:{line:l,column:v},end:{line:m,column:y}}}function getTokenSource(l){return getSource(l[A.FIELDS.START_LINE],l[A.FIELDS.START_COL],l[A.FIELDS.END_LINE],l[A.FIELDS.END_COL])}function getTokenSourceSpan(l,v){if(!l){return undefined}return getSource(l[A.FIELDS.START_LINE],l[A.FIELDS.START_COL],v[A.FIELDS.END_LINE],v[A.FIELDS.END_COL])}function unescapeProp(l,v){var m=l[v];if(typeof m!=="string"){return}if(m.indexOf("\\")!==-1){(0,$.ensureObject)(l,"raws");l[v]=(0,$.unesc)(m);if(l.raws[v]===undefined){l.raws[v]=m}}return l}function indexesOf(l,v){var m=-1;var y=[];while((m=l.indexOf(v,m+1))!==-1){y.push(m)}return y}function uniqs(){var l=Array.prototype.concat.apply([],arguments);return l.filter((function(v,m){return m===l.indexOf(v)}))}var B=function(){function Parser(l,v){if(v===void 0){v={}}this.rule=l;this.options=Object.assign({lossy:false,safe:false},v);this.position=0;this.css=typeof this.rule==="string"?this.rule:this.rule.selector;this.tokens=(0,A["default"])({css:this.css,error:this._errorGenerator(),safe:this.options.safe});var m=getTokenSourceSpan(this.tokens[0],this.tokens[this.tokens.length-1]);this.root=new y["default"]({source:m});this.root.errorGenerator=this._errorGenerator();var w=new _["default"]({source:{start:{line:1,column:1}}});this.root.append(w);this.current=w;this.loop()}var l=Parser.prototype;l._errorGenerator=function _errorGenerator(){var l=this;return function(v,m){if(typeof l.rule==="string"){return new Error(v)}return l.rule.error(v,m)}};l.attribute=function attribute(){var l=[];var v=this.currToken;this.position++;while(this.position<this.tokens.length&&this.currToken[A.FIELDS.TYPE]!==q.closeSquare){l.push(this.currToken);this.position++}if(this.currToken[A.FIELDS.TYPE]!==q.closeSquare){return this.expected("closing square bracket",this.currToken[A.FIELDS.START_POS])}var m=l.length;var y={source:getSource(v[1],v[2],this.currToken[3],this.currToken[4]),sourceIndex:v[A.FIELDS.START_POS]};if(m===1&&!~[q.word].indexOf(l[0][A.FIELDS.TYPE])){return this.expected("attribute",l[0][A.FIELDS.START_POS])}var _=0;var w="";var k="";var S=null;var E=false;while(_<m){var O=l[_];var P=this.content(O);var T=l[_+1];switch(O[A.FIELDS.TYPE]){case q.space:E=true;if(this.options.lossy){break}if(S){(0,$.ensureObject)(y,"spaces",S);var L=y.spaces[S].after||"";y.spaces[S].after=L+P;var D=(0,$.getProp)(y,"raws","spaces",S,"after")||null;if(D){y.raws.spaces[S].after=D+P}}else{w=w+P;k=k+P}break;case q.asterisk:if(T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}else if((!y.namespace||S==="namespace"&&!E)&&T){if(w){(0,$.ensureObject)(y,"spaces","attribute");y.spaces.attribute.before=w;w=""}if(k){(0,$.ensureObject)(y,"raws","spaces","attribute");y.raws.spaces.attribute.before=w;k=""}y.namespace=(y.namespace||"")+P;var R=(0,$.getProp)(y,"raws","namespace")||null;if(R){y.raws.namespace+=P}S="namespace"}E=false;break;case q.dollar:if(S==="value"){var F=(0,$.getProp)(y,"raws","value");y.value+="$";if(F){y.raws.value=F+"$"}break}case q.caret:if(T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}E=false;break;case q.combinator:if(P==="~"&&T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}if(P!=="|"){E=false;break}if(T[A.FIELDS.TYPE]===q.equals){y.operator=P;S="operator"}else if(!y.namespace&&!y.attribute){y.namespace=true}E=false;break;case q.word:if(T&&this.content(T)==="|"&&l[_+2]&&l[_+2][A.FIELDS.TYPE]!==q.equals&&!y.operator&&!y.namespace){y.namespace=P;S="namespace"}else if(!y.attribute||S==="attribute"&&!E){if(w){(0,$.ensureObject)(y,"spaces","attribute");y.spaces.attribute.before=w;w=""}if(k){(0,$.ensureObject)(y,"raws","spaces","attribute");y.raws.spaces.attribute.before=k;k=""}y.attribute=(y.attribute||"")+P;var z=(0,$.getProp)(y,"raws","attribute")||null;if(z){y.raws.attribute+=P}S="attribute"}else if(!y.value&&y.value!==""||S==="value"&&!(E||y.quoteMark)){var V=(0,$.unesc)(P);var W=(0,$.getProp)(y,"raws","value")||"";var U=y.value||"";y.value=U+V;y.quoteMark=null;if(V!==P||W){(0,$.ensureObject)(y,"raws");y.raws.value=(W||U)+P}S="value"}else{var B=P==="i"||P==="I";if((y.value||y.value==="")&&(y.quoteMark||E)){y.insensitive=B;if(!B||P==="I"){(0,$.ensureObject)(y,"raws");y.raws.insensitiveFlag=P}S="insensitive";if(w){(0,$.ensureObject)(y,"spaces","insensitive");y.spaces.insensitive.before=w;w=""}if(k){(0,$.ensureObject)(y,"raws","spaces","insensitive");y.raws.spaces.insensitive.before=k;k=""}}else if(y.value||y.value===""){S="value";y.value+=P;if(y.raws.value){y.raws.value+=P}}}E=false;break;case q.str:if(!y.attribute||!y.operator){return this.error("Expected an attribute followed by an operator preceding the string.",{index:O[A.FIELDS.START_POS]})}var Q=(0,C.unescapeValue)(P),Y=Q.unescaped,G=Q.quoteMark;y.value=Y;y.quoteMark=G;S="value";(0,$.ensureObject)(y,"raws");y.raws.value=P;E=false;break;case q.equals:if(!y.attribute){return this.expected("attribute",O[A.FIELDS.START_POS],P)}if(y.value){return this.error('Unexpected "=" found; an operator was already defined.',{index:O[A.FIELDS.START_POS]})}y.operator=y.operator?y.operator+P:P;S="operator";E=false;break;case q.comment:if(S){if(E||T&&T[A.FIELDS.TYPE]===q.space||S==="insensitive"){var J=(0,$.getProp)(y,"spaces",S,"after")||"";var Z=(0,$.getProp)(y,"raws","spaces",S,"after")||J;(0,$.ensureObject)(y,"raws","spaces",S);y.raws.spaces[S].after=Z+P}else{var K=y[S]||"";var X=(0,$.getProp)(y,"raws",S)||K;(0,$.ensureObject)(y,"raws");y.raws[S]=X+P}}else{k=k+P}break;default:return this.error('Unexpected "'+P+'" found.',{index:O[A.FIELDS.START_POS]})}_++}unescapeProp(y,"attribute");unescapeProp(y,"namespace");this.newNode(new C["default"](y));this.position++};l.parseWhitespaceEquivalentTokens=function parseWhitespaceEquivalentTokens(l){if(l<0){l=this.tokens.length}var v=this.position;var m=[];var y="";var _=undefined;do{if(W[this.currToken[A.FIELDS.TYPE]]){if(!this.options.lossy){y+=this.content()}}else if(this.currToken[A.FIELDS.TYPE]===q.comment){var w={};if(y){w.before=y;y=""}_=new k["default"]({value:this.content(),source:getTokenSource(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS],spaces:w});m.push(_)}}while(++this.position<l);if(y){if(_){_.spaces.after=y}else if(!this.options.lossy){var S=this.tokens[v];var E=this.tokens[this.position-1];m.push(new O["default"]({value:"",source:getSource(S[A.FIELDS.START_LINE],S[A.FIELDS.START_COL],E[A.FIELDS.END_LINE],E[A.FIELDS.END_COL]),sourceIndex:S[A.FIELDS.START_POS],spaces:{before:y,after:""}}))}}return m};l.convertWhitespaceNodesToSpace=function convertWhitespaceNodesToSpace(l,v){var m=this;if(v===void 0){v=false}var y="";var _="";l.forEach((function(l){var w=m.lossySpace(l.spaces.before,v);var k=m.lossySpace(l.rawSpaceBefore,v);y+=w+m.lossySpace(l.spaces.after,v&&w.length===0);_+=w+l.value+m.lossySpace(l.rawSpaceAfter,v&&k.length===0)}));if(_===y){_=undefined}var w={space:y,rawSpace:_};return w};l.isNamedCombinator=function isNamedCombinator(l){if(l===void 0){l=this.position}return this.tokens[l+0]&&this.tokens[l+0][A.FIELDS.TYPE]===q.slash&&this.tokens[l+1]&&this.tokens[l+1][A.FIELDS.TYPE]===q.word&&this.tokens[l+2]&&this.tokens[l+2][A.FIELDS.TYPE]===q.slash};l.namedCombinator=function namedCombinator(){if(this.isNamedCombinator()){var l=this.content(this.tokens[this.position+1]);var v=(0,$.unesc)(l).toLowerCase();var m={};if(v!==l){m.value="/"+l+"/"}var y=new L["default"]({value:"/"+v+"/",source:getSource(this.currToken[A.FIELDS.START_LINE],this.currToken[A.FIELDS.START_COL],this.tokens[this.position+2][A.FIELDS.END_LINE],this.tokens[this.position+2][A.FIELDS.END_COL]),sourceIndex:this.currToken[A.FIELDS.START_POS],raws:m});this.position=this.position+3;return y}else{this.unexpected()}};l.combinator=function combinator(){var l=this;if(this.content()==="|"){return this.namespace()}var v=this.locateNextMeaningfulToken(this.position);if(v<0||this.tokens[v][A.FIELDS.TYPE]===q.comma){var m=this.parseWhitespaceEquivalentTokens(v);if(m.length>0){var y=this.current.last;if(y){var _=this.convertWhitespaceNodesToSpace(m),w=_.space,k=_.rawSpace;if(k!==undefined){y.rawSpaceAfter+=k}y.spaces.after+=w}else{m.forEach((function(v){return l.newNode(v)}))}}return}var S=this.currToken;var E=undefined;if(v>this.position){E=this.parseWhitespaceEquivalentTokens(v)}var O;if(this.isNamedCombinator()){O=this.namedCombinator()}else if(this.currToken[A.FIELDS.TYPE]===q.combinator){O=new L["default"]({value:this.content(),source:getTokenSource(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS]});this.position++}else if(W[this.currToken[A.FIELDS.TYPE]]){}else if(!E){this.unexpected()}if(O){if(E){var P=this.convertWhitespaceNodesToSpace(E),C=P.space,T=P.rawSpace;O.spaces.before=C;O.rawSpaceBefore=T}}else{var D=this.convertWhitespaceNodesToSpace(E,true),R=D.space,F=D.rawSpace;if(!F){F=R}var $={};var z={spaces:{}};if(R.endsWith(" ")&&F.endsWith(" ")){$.before=R.slice(0,R.length-1);z.spaces.before=F.slice(0,F.length-1)}else if(R.startsWith(" ")&&F.startsWith(" ")){$.after=R.slice(1);z.spaces.after=F.slice(1)}else{z.value=F}O=new L["default"]({value:" ",source:getTokenSourceSpan(S,this.tokens[this.position-1]),sourceIndex:S[A.FIELDS.START_POS],spaces:$,raws:z})}if(this.currToken&&this.currToken[A.FIELDS.TYPE]===q.space){O.spaces.after=this.optionalSpace(this.content());this.position++}return this.newNode(O)};l.comma=function comma(){if(this.position===this.tokens.length-1){this.root.trailingComma=true;this.position++;return}this.current._inferEndPosition();var l=new _["default"]({source:{start:tokenStart(this.tokens[this.position+1])}});this.current.parent.append(l);this.current=l;this.position++};l.comment=function comment(){var l=this.currToken;this.newNode(new k["default"]({value:this.content(),source:getTokenSource(l),sourceIndex:l[A.FIELDS.START_POS]}));this.position++};l.error=function error(l,v){throw this.root.error(l,v)};l.missingBackslash=function missingBackslash(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[A.FIELDS.START_POS]})};l.missingParenthesis=function missingParenthesis(){return this.expected("opening parenthesis",this.currToken[A.FIELDS.START_POS])};l.missingSquareBracket=function missingSquareBracket(){return this.expected("opening square bracket",this.currToken[A.FIELDS.START_POS])};l.unexpected=function unexpected(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[A.FIELDS.START_POS])};l.namespace=function namespace(){var l=this.prevToken&&this.content(this.prevToken)||true;if(this.nextToken[A.FIELDS.TYPE]===q.word){this.position++;return this.word(l)}else if(this.nextToken[A.FIELDS.TYPE]===q.asterisk){this.position++;return this.universal(l)}};l.nesting=function nesting(){if(this.nextToken){var l=this.content(this.nextToken);if(l==="|"){this.position++;return}}var v=this.currToken;this.newNode(new D["default"]({value:this.content(),source:getTokenSource(v),sourceIndex:v[A.FIELDS.START_POS]}));this.position++};l.parentheses=function parentheses(){var l=this.current.last;var v=1;this.position++;if(l&&l.type===F.PSEUDO){var m=new _["default"]({source:{start:tokenStart(this.tokens[this.position-1])}});var y=this.current;l.append(m);this.current=m;while(this.position<this.tokens.length&&v){if(this.currToken[A.FIELDS.TYPE]===q.openParenthesis){v++}if(this.currToken[A.FIELDS.TYPE]===q.closeParenthesis){v--}if(v){this.parse()}else{this.current.source.end=tokenEnd(this.currToken);this.current.parent.source.end=tokenEnd(this.currToken);this.position++}}this.current=y}else{var w=this.currToken;var k="(";var S;while(this.position<this.tokens.length&&v){if(this.currToken[A.FIELDS.TYPE]===q.openParenthesis){v++}if(this.currToken[A.FIELDS.TYPE]===q.closeParenthesis){v--}S=this.currToken;k+=this.parseParenthesisToken(this.currToken);this.position++}if(l){l.appendToPropertyAndEscape("value",k,k)}else{this.newNode(new O["default"]({value:k,source:getSource(w[A.FIELDS.START_LINE],w[A.FIELDS.START_COL],S[A.FIELDS.END_LINE],S[A.FIELDS.END_COL]),sourceIndex:w[A.FIELDS.START_POS]}))}}if(v){return this.expected("closing parenthesis",this.currToken[A.FIELDS.START_POS])}};l.pseudo=function pseudo(){var l=this;var v="";var m=this.currToken;while(this.currToken&&this.currToken[A.FIELDS.TYPE]===q.colon){v+=this.content();this.position++}if(!this.currToken){return this.expected(["pseudo-class","pseudo-element"],this.position-1)}if(this.currToken[A.FIELDS.TYPE]===q.word){this.splitWord(false,(function(y,_){v+=y;l.newNode(new P["default"]({value:v,source:getTokenSourceSpan(m,l.currToken),sourceIndex:m[A.FIELDS.START_POS]}));if(_>1&&l.nextToken&&l.nextToken[A.FIELDS.TYPE]===q.openParenthesis){l.error("Misplaced parenthesis.",{index:l.nextToken[A.FIELDS.START_POS]})}}))}else{return this.expected(["pseudo-class","pseudo-element"],this.currToken[A.FIELDS.START_POS])}};l.space=function space(){var l=this.content();if(this.position===0||this.prevToken[A.FIELDS.TYPE]===q.comma||this.prevToken[A.FIELDS.TYPE]===q.openParenthesis||this.current.nodes.every((function(l){return l.type==="comment"}))){this.spaces=this.optionalSpace(l);this.position++}else if(this.position===this.tokens.length-1||this.nextToken[A.FIELDS.TYPE]===q.comma||this.nextToken[A.FIELDS.TYPE]===q.closeParenthesis){this.current.last.spaces.after=this.optionalSpace(l);this.position++}else{this.combinator()}};l.string=function string(){var l=this.currToken;this.newNode(new O["default"]({value:this.content(),source:getTokenSource(l),sourceIndex:l[A.FIELDS.START_POS]}));this.position++};l.universal=function universal(l){var v=this.nextToken;if(v&&this.content(v)==="|"){this.position++;return this.namespace()}var m=this.currToken;this.newNode(new T["default"]({value:this.content(),source:getTokenSource(m),sourceIndex:m[A.FIELDS.START_POS]}),l);this.position++};l.splitWord=function splitWord(l,v){var m=this;var y=this.nextToken;var _=this.content();while(y&&~[q.dollar,q.caret,q.equals,q.word].indexOf(y[A.FIELDS.TYPE])){this.position++;var k=this.content();_+=k;if(k.lastIndexOf("\\")===k.length-1){var O=this.nextToken;if(O&&O[A.FIELDS.TYPE]===q.space){_+=this.requiredSpace(this.content(O));this.position++}}y=this.nextToken}var P=indexesOf(_,".").filter((function(l){var v=_[l-1]==="\\";var m=/^\d+\.\d+%$/.test(_);return!v&&!m}));var C=indexesOf(_,"#").filter((function(l){return _[l-1]!=="\\"}));var T=indexesOf(_,"#{");if(T.length){C=C.filter((function(l){return!~T.indexOf(l)}))}var L=(0,R["default"])(uniqs([0].concat(P,C)));L.forEach((function(y,k){var O=L[k+1]||_.length;var T=_.slice(y,O);if(k===0&&v){return v.call(m,T,L.length)}var D;var R=m.currToken;var q=R[A.FIELDS.START_POS]+L[k];var F=getSource(R[1],R[2]+y,R[3],R[2]+(O-1));if(~P.indexOf(y)){var $={value:T.slice(1),source:F,sourceIndex:q};D=new w["default"](unescapeProp($,"value"))}else if(~C.indexOf(y)){var z={value:T.slice(1),source:F,sourceIndex:q};D=new S["default"](unescapeProp(z,"value"))}else{var V={value:T,source:F,sourceIndex:q};unescapeProp(V,"value");D=new E["default"](V)}m.newNode(D,l);l=null}));this.position++};l.word=function word(l){var v=this.nextToken;if(v&&this.content(v)==="|"){this.position++;return this.namespace()}return this.splitWord(l)};l.loop=function loop(){while(this.position<this.tokens.length){this.parse(true)}this.current._inferEndPosition();return this.root};l.parse=function parse(l){switch(this.currToken[A.FIELDS.TYPE]){case q.space:this.space();break;case q.comment:this.comment();break;case q.openParenthesis:this.parentheses();break;case q.closeParenthesis:if(l){this.missingParenthesis()}break;case q.openSquare:this.attribute();break;case q.dollar:case q.caret:case q.equals:case q.word:this.word();break;case q.colon:this.pseudo();break;case q.comma:this.comma();break;case q.asterisk:this.universal();break;case q.ampersand:this.nesting();break;case q.slash:case q.combinator:this.combinator();break;case q.str:this.string();break;case q.closeSquare:this.missingSquareBracket();case q.semicolon:this.missingBackslash();default:this.unexpected()}};l.expected=function expected(l,v,m){if(Array.isArray(l)){var y=l.pop();l=l.join(", ")+" or "+y}var _=/^[aeiou]/.test(l[0])?"an":"a";if(!m){return this.error("Expected "+_+" "+l+".",{index:v})}return this.error("Expected "+_+" "+l+', found "'+m+'" instead.',{index:v})};l.requiredSpace=function requiredSpace(l){return this.options.lossy?" ":l};l.optionalSpace=function optionalSpace(l){return this.options.lossy?"":l};l.lossySpace=function lossySpace(l,v){if(this.options.lossy){return v?" ":""}else{return l}};l.parseParenthesisToken=function parseParenthesisToken(l){var v=this.content(l);if(l[A.FIELDS.TYPE]===q.space){return this.requiredSpace(v)}else{return v}};l.newNode=function newNode(l,v){if(v){if(/^ +$/.test(v)){if(!this.options.lossy){this.spaces=(this.spaces||"")+v}v=true}l.namespace=v;unescapeProp(l,"namespace")}if(this.spaces){l.spaces.before=this.spaces;this.spaces=""}return this.current.append(l)};l.content=function content(l){if(l===void 0){l=this.currToken}return this.css.slice(l[A.FIELDS.START_POS],l[A.FIELDS.END_POS])};l.locateNextMeaningfulToken=function locateNextMeaningfulToken(l){if(l===void 0){l=this.position+1}var v=l;while(v<this.tokens.length){if(U[this.tokens[v][A.FIELDS.TYPE]]){v++;continue}else{return v}}return-1};_createClass(Parser,[{key:"currToken",get:function get(){return this.tokens[this.position]}},{key:"nextToken",get:function get(){return this.tokens[this.position+1]}},{key:"prevToken",get:function get(){return this.tokens[this.position-1]}}]);return Parser}();v["default"]=B;l.exports=v.default},6528:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6305));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var _=function(){function Processor(l,v){this.func=l||function noop(){};this.funcRes=null;this.options=v}var l=Processor.prototype;l._shouldUpdateSelector=function _shouldUpdateSelector(l,v){if(v===void 0){v={}}var m=Object.assign({},this.options,v);if(m.updateSelector===false){return false}else{return typeof l!=="string"}};l._isLossy=function _isLossy(l){if(l===void 0){l={}}var v=Object.assign({},this.options,l);if(v.lossless===false){return true}else{return false}};l._root=function _root(l,v){if(v===void 0){v={}}var m=new y["default"](l,this._parseOptions(v));return m.root};l._parseOptions=function _parseOptions(l){return{lossy:this._isLossy(l)}};l._run=function _run(l,v){var m=this;if(v===void 0){v={}}return new Promise((function(y,_){try{var w=m._root(l,v);Promise.resolve(m.func(w)).then((function(y){var _=undefined;if(m._shouldUpdateSelector(l,v)){_=w.toString();l.selector=_}return{transform:y,root:w,string:_}})).then(y,_)}catch(l){_(l);return}}))};l._runSync=function _runSync(l,v){if(v===void 0){v={}}var m=this._root(l,v);var y=this.func(m);if(y&&typeof y.then==="function"){throw new Error("Selector processor returned a promise to a synchronous call.")}var _=undefined;if(v.updateSelector&&typeof l!=="string"){_=m.toString();l.selector=_}return{transform:y,root:m,string:_}};l.ast=function ast(l,v){return this._run(l,v).then((function(l){return l.root}))};l.astSync=function astSync(l,v){return this._runSync(l,v).root};l.transform=function transform(l,v){return this._run(l,v).then((function(l){return l.transform}))};l.transformSync=function transformSync(l,v){return this._runSync(l,v).transform};l.process=function process(l,v){return this._run(l,v).then((function(l){return l.string||l.root.toString()}))};l.processSync=function processSync(l,v){var m=this._runSync(l,v);return m.string||m.root.toString()};return Processor}();v["default"]=_;l.exports=v.default},9248:(l,v,m)=>{"use strict";v.__esModule=true;v.unescapeValue=unescapeValue;v["default"]=void 0;var y=_interopRequireDefault(m(441));var _=_interopRequireDefault(m(3590));var w=_interopRequireDefault(m(999));var k=m(8600);var S;function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var E=m(6124);var O=/^('|")([^]*)\1$/;var P=E((function(){}),"Assigning an attribute a value containing characters that might need to be escaped is deprecated. "+"Call attribute.setValue() instead.");var C=E((function(){}),"Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead.");var T=E((function(){}),"Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now.");function unescapeValue(l){var v=false;var m=null;var y=l;var w=y.match(O);if(w){m=w[1];y=w[2]}y=(0,_["default"])(y);if(y!==l){v=true}return{deprecatedUsage:v,unescaped:y,quoteMark:m}}function handleDeprecatedContructorOpts(l){if(l.quoteMark!==undefined){return l}if(l.value===undefined){return l}T();var v=unescapeValue(l.value),m=v.quoteMark,y=v.unescaped;if(!l.raws){l.raws={}}if(l.raws.value===undefined){l.raws.value=l.value}l.value=y;l.quoteMark=m;return l}var L=function(l){_inheritsLoose(Attribute,l);function Attribute(v){var m;if(v===void 0){v={}}m=l.call(this,handleDeprecatedContructorOpts(v))||this;m.type=k.ATTRIBUTE;m.raws=m.raws||{};Object.defineProperty(m.raws,"unquoted",{get:E((function(){return m.value}),"attr.raws.unquoted is deprecated. Call attr.value instead."),set:E((function(){return m.value}),"Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default now.")});m._constructed=true;return m}var v=Attribute.prototype;v.getQuotedValue=function getQuotedValue(l){if(l===void 0){l={}}var v=this._determineQuoteMark(l);var m=D[v];var _=(0,y["default"])(this._value,m);return _};v._determineQuoteMark=function _determineQuoteMark(l){return l.smart?this.smartQuoteMark(l):this.preferredQuoteMark(l)};v.setValue=function setValue(l,v){if(v===void 0){v={}}this._value=l;this._quoteMark=this._determineQuoteMark(v);this._syncRawValue()};v.smartQuoteMark=function smartQuoteMark(l){var v=this.value;var m=v.replace(/[^']/g,"").length;var _=v.replace(/[^"]/g,"").length;if(m+_===0){var w=(0,y["default"])(v,{isIdentifier:true});if(w===v){return Attribute.NO_QUOTE}else{var k=this.preferredQuoteMark(l);if(k===Attribute.NO_QUOTE){var S=this.quoteMark||l.quoteMark||Attribute.DOUBLE_QUOTE;var E=D[S];var O=(0,y["default"])(v,E);if(O.length<w.length){return S}}return k}}else if(_===m){return this.preferredQuoteMark(l)}else if(_<m){return Attribute.DOUBLE_QUOTE}else{return Attribute.SINGLE_QUOTE}};v.preferredQuoteMark=function preferredQuoteMark(l){var v=l.preferCurrentQuoteMark?this.quoteMark:l.quoteMark;if(v===undefined){v=l.preferCurrentQuoteMark?l.quoteMark:this.quoteMark}if(v===undefined){v=Attribute.DOUBLE_QUOTE}return v};v._syncRawValue=function _syncRawValue(){var l=(0,y["default"])(this._value,D[this.quoteMark]);if(l===this._value){if(this.raws){delete this.raws.value}}else{this.raws.value=l}};v._handleEscapes=function _handleEscapes(l,v){if(this._constructed){var m=(0,y["default"])(v,{isIdentifier:true});if(m!==v){this.raws[l]=m}else{delete this.raws[l]}}};v._spacesFor=function _spacesFor(l){var v={before:"",after:""};var m=this.spaces[l]||{};var y=this.raws.spaces&&this.raws.spaces[l]||{};return Object.assign(v,m,y)};v._stringFor=function _stringFor(l,v,m){if(v===void 0){v=l}if(m===void 0){m=defaultAttrConcat}var y=this._spacesFor(v);return m(this.stringifyProperty(l),y)};v.offsetOf=function offsetOf(l){var v=1;var m=this._spacesFor("attribute");v+=m.before.length;if(l==="namespace"||l==="ns"){return this.namespace?v:-1}if(l==="attributeNS"){return v}v+=this.namespaceString.length;if(this.namespace){v+=1}if(l==="attribute"){return v}v+=this.stringifyProperty("attribute").length;v+=m.after.length;var y=this._spacesFor("operator");v+=y.before.length;var _=this.stringifyProperty("operator");if(l==="operator"){return _?v:-1}v+=_.length;v+=y.after.length;var w=this._spacesFor("value");v+=w.before.length;var k=this.stringifyProperty("value");if(l==="value"){return k?v:-1}v+=k.length;v+=w.after.length;var S=this._spacesFor("insensitive");v+=S.before.length;if(l==="insensitive"){return this.insensitive?v:-1}return-1};v.toString=function toString(){var l=this;var v=[this.rawSpaceBefore,"["];v.push(this._stringFor("qualifiedAttribute","attribute"));if(this.operator&&(this.value||this.value==="")){v.push(this._stringFor("operator"));v.push(this._stringFor("value"));v.push(this._stringFor("insensitiveFlag","insensitive",(function(v,m){if(v.length>0&&!l.quoted&&m.before.length===0&&!(l.spaces.value&&l.spaces.value.after)){m.before=" "}return defaultAttrConcat(v,m)})))}v.push("]");v.push(this.rawSpaceAfter);return v.join("")};_createClass(Attribute,[{key:"quoted",get:function get(){var l=this.quoteMark;return l==="'"||l==='"'},set:function set(l){C()}},{key:"quoteMark",get:function get(){return this._quoteMark},set:function set(l){if(!this._constructed){this._quoteMark=l;return}if(this._quoteMark!==l){this._quoteMark=l;this._syncRawValue()}}},{key:"qualifiedAttribute",get:function get(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function get(){return this.insensitive?"i":""}},{key:"value",get:function get(){return this._value},set:function set(l){if(this._constructed){var v=unescapeValue(l),m=v.deprecatedUsage,y=v.unescaped,_=v.quoteMark;if(m){P()}if(y===this._value&&_===this._quoteMark){return}this._value=y;this._quoteMark=_;this._syncRawValue()}else{this._value=l}}},{key:"insensitive",get:function get(){return this._insensitive},set:function set(l){if(!l){this._insensitive=false;if(this.raws&&(this.raws.insensitiveFlag==="I"||this.raws.insensitiveFlag==="i")){this.raws.insensitiveFlag=undefined}}this._insensitive=l}},{key:"attribute",get:function get(){return this._attribute},set:function set(l){this._handleEscapes("attribute",l);this._attribute=l}}]);return Attribute}(w["default"]);v["default"]=L;L.NO_QUOTE=null;L.SINGLE_QUOTE="'";L.DOUBLE_QUOTE='"';var D=(S={"'":{quotes:"single",wrap:true},'"':{quotes:"double",wrap:true}},S[null]={isIdentifier:true},S);function defaultAttrConcat(l,v){return""+v.before+l+v.after}},6870:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(441));var _=m(4513);var w=_interopRequireDefault(m(6373));var k=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var S=function(l){_inheritsLoose(ClassName,l);function ClassName(v){var m;m=l.call(this,v)||this;m.type=k.CLASS;m._constructed=true;return m}var v=ClassName.prototype;v.valueToString=function valueToString(){return"."+l.prototype.valueToString.call(this)};_createClass(ClassName,[{key:"value",get:function get(){return this._value},set:function set(l){if(this._constructed){var v=(0,y["default"])(l,{isIdentifier:true});if(v!==l){(0,_.ensureObject)(this,"raws");this.raws.value=v}else if(this.raws){delete this.raws.value}}this._value=l}}]);return ClassName}(w["default"]);v["default"]=S;l.exports=v.default},2537:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6373));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Combinator,l);function Combinator(v){var m;m=l.call(this,v)||this;m.type=_.COMBINATOR;return m}return Combinator}(y["default"]);v["default"]=w;l.exports=v.default},5047:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6373));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Comment,l);function Comment(v){var m;m=l.call(this,v)||this;m.type=_.COMMENT;return m}return Comment}(y["default"]);v["default"]=w;l.exports=v.default},6734:(l,v,m)=>{"use strict";v.__esModule=true;v.universal=v.tag=v.string=v.selector=v.root=v.pseudo=v.nesting=v.id=v.comment=v.combinator=v.className=v.attribute=void 0;var y=_interopRequireDefault(m(9248));var _=_interopRequireDefault(m(6870));var w=_interopRequireDefault(m(2537));var k=_interopRequireDefault(m(5047));var S=_interopRequireDefault(m(8393));var E=_interopRequireDefault(m(6060));var O=_interopRequireDefault(m(5326));var P=_interopRequireDefault(m(422));var C=_interopRequireDefault(m(5013));var T=_interopRequireDefault(m(435));var L=_interopRequireDefault(m(9443));var D=_interopRequireDefault(m(1165));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var R=function attribute(l){return new y["default"](l)};v.attribute=R;var A=function className(l){return new _["default"](l)};v.className=A;var q=function combinator(l){return new w["default"](l)};v.combinator=q;var F=function comment(l){return new k["default"](l)};v.comment=F;var $=function id(l){return new S["default"](l)};v.id=$;var z=function nesting(l){return new E["default"](l)};v.nesting=z;var V=function pseudo(l){return new O["default"](l)};v.pseudo=V;var W=function root(l){return new P["default"](l)};v.root=W;var U=function selector(l){return new C["default"](l)};v.selector=U;var B=function string(l){return new T["default"](l)};v.string=B;var Q=function tag(l){return new L["default"](l)};v.tag=Q;var Y=function universal(l){return new D["default"](l)};v.universal=Y},7675:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6373));var _=_interopRequireWildcard(m(8600));function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _createForOfIteratorHelperLoose(l,v){var m;if(typeof Symbol==="undefined"||l[Symbol.iterator]==null){if(Array.isArray(l)||(m=_unsupportedIterableToArray(l))||v&&l&&typeof l.length==="number"){if(m)l=m;var y=0;return function(){if(y>=l.length)return{done:true};return{done:false,value:l[y++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}m=l[Symbol.iterator]();return m.next.bind(m)}function _unsupportedIterableToArray(l,v){if(!l)return;if(typeof l==="string")return _arrayLikeToArray(l,v);var m=Object.prototype.toString.call(l).slice(8,-1);if(m==="Object"&&l.constructor)m=l.constructor.name;if(m==="Map"||m==="Set")return Array.from(l);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return _arrayLikeToArray(l,v)}function _arrayLikeToArray(l,v){if(v==null||v>l.length)v=l.length;for(var m=0,y=new Array(v);m<v;m++){y[m]=l[m]}return y}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Container,l);function Container(v){var m;m=l.call(this,v)||this;if(!m.nodes){m.nodes=[]}return m}var v=Container.prototype;v.append=function append(l){l.parent=this;this.nodes.push(l);return this};v.prepend=function prepend(l){l.parent=this;this.nodes.unshift(l);return this};v.at=function at(l){return this.nodes[l]};v.index=function index(l){if(typeof l==="number"){return l}return this.nodes.indexOf(l)};v.removeChild=function removeChild(l){l=this.index(l);this.at(l).parent=undefined;this.nodes.splice(l,1);var v;for(var m in this.indexes){v=this.indexes[m];if(v>=l){this.indexes[m]=v-1}}return this};v.removeAll=function removeAll(){for(var l=_createForOfIteratorHelperLoose(this.nodes),v;!(v=l()).done;){var m=v.value;m.parent=undefined}this.nodes=[];return this};v.empty=function empty(){return this.removeAll()};v.insertAfter=function insertAfter(l,v){v.parent=this;var m=this.index(l);this.nodes.splice(m+1,0,v);v.parent=this;var y;for(var _ in this.indexes){y=this.indexes[_];if(m<=y){this.indexes[_]=y+1}}return this};v.insertBefore=function insertBefore(l,v){v.parent=this;var m=this.index(l);this.nodes.splice(m,0,v);v.parent=this;var y;for(var _ in this.indexes){y=this.indexes[_];if(y<=m){this.indexes[_]=y+1}}return this};v._findChildAtPosition=function _findChildAtPosition(l,v){var m=undefined;this.each((function(y){if(y.atPosition){var _=y.atPosition(l,v);if(_){m=_;return false}}else if(y.isAtPosition(l,v)){m=y;return false}}));return m};v.atPosition=function atPosition(l,v){if(this.isAtPosition(l,v)){return this._findChildAtPosition(l,v)||this}else{return undefined}};v._inferEndPosition=function _inferEndPosition(){if(this.last&&this.last.source&&this.last.source.end){this.source=this.source||{};this.source.end=this.source.end||{};Object.assign(this.source.end,this.last.source.end)}};v.each=function each(l){if(!this.lastEach){this.lastEach=0}if(!this.indexes){this.indexes={}}this.lastEach++;var v=this.lastEach;this.indexes[v]=0;if(!this.length){return undefined}var m,y;while(this.indexes[v]<this.length){m=this.indexes[v];y=l(this.at(m),m);if(y===false){break}this.indexes[v]+=1}delete this.indexes[v];if(y===false){return false}};v.walk=function walk(l){return this.each((function(v,m){var y=l(v,m);if(y!==false&&v.length){y=v.walk(l)}if(y===false){return false}}))};v.walkAttributes=function walkAttributes(l){var v=this;return this.walk((function(m){if(m.type===_.ATTRIBUTE){return l.call(v,m)}}))};v.walkClasses=function walkClasses(l){var v=this;return this.walk((function(m){if(m.type===_.CLASS){return l.call(v,m)}}))};v.walkCombinators=function walkCombinators(l){var v=this;return this.walk((function(m){if(m.type===_.COMBINATOR){return l.call(v,m)}}))};v.walkComments=function walkComments(l){var v=this;return this.walk((function(m){if(m.type===_.COMMENT){return l.call(v,m)}}))};v.walkIds=function walkIds(l){var v=this;return this.walk((function(m){if(m.type===_.ID){return l.call(v,m)}}))};v.walkNesting=function walkNesting(l){var v=this;return this.walk((function(m){if(m.type===_.NESTING){return l.call(v,m)}}))};v.walkPseudos=function walkPseudos(l){var v=this;return this.walk((function(m){if(m.type===_.PSEUDO){return l.call(v,m)}}))};v.walkTags=function walkTags(l){var v=this;return this.walk((function(m){if(m.type===_.TAG){return l.call(v,m)}}))};v.walkUniversals=function walkUniversals(l){var v=this;return this.walk((function(m){if(m.type===_.UNIVERSAL){return l.call(v,m)}}))};v.split=function split(l){var v=this;var m=[];return this.reduce((function(y,_,w){var k=l.call(v,_);m.push(_);if(k){y.push(m);m=[]}else if(w===v.length-1){y.push(m)}return y}),[])};v.map=function map(l){return this.nodes.map(l)};v.reduce=function reduce(l,v){return this.nodes.reduce(l,v)};v.every=function every(l){return this.nodes.every(l)};v.some=function some(l){return this.nodes.some(l)};v.filter=function filter(l){return this.nodes.filter(l)};v.sort=function sort(l){return this.nodes.sort(l)};v.toString=function toString(){return this.map(String).join("")};_createClass(Container,[{key:"first",get:function get(){return this.at(0)}},{key:"last",get:function get(){return this.at(this.length-1)}},{key:"length",get:function get(){return this.nodes.length}}]);return Container}(y["default"]);v["default"]=w;l.exports=v.default},1493:(l,v,m)=>{"use strict";v.__esModule=true;v.isNode=isNode;v.isPseudoElement=isPseudoElement;v.isPseudoClass=isPseudoClass;v.isContainer=isContainer;v.isNamespace=isNamespace;v.isUniversal=v.isTag=v.isString=v.isSelector=v.isRoot=v.isPseudo=v.isNesting=v.isIdentifier=v.isComment=v.isCombinator=v.isClassName=v.isAttribute=void 0;var y=m(8600);var _;var w=(_={},_[y.ATTRIBUTE]=true,_[y.CLASS]=true,_[y.COMBINATOR]=true,_[y.COMMENT]=true,_[y.ID]=true,_[y.NESTING]=true,_[y.PSEUDO]=true,_[y.ROOT]=true,_[y.SELECTOR]=true,_[y.STRING]=true,_[y.TAG]=true,_[y.UNIVERSAL]=true,_);function isNode(l){return typeof l==="object"&&w[l.type]}function isNodeType(l,v){return isNode(v)&&v.type===l}var k=isNodeType.bind(null,y.ATTRIBUTE);v.isAttribute=k;var S=isNodeType.bind(null,y.CLASS);v.isClassName=S;var E=isNodeType.bind(null,y.COMBINATOR);v.isCombinator=E;var O=isNodeType.bind(null,y.COMMENT);v.isComment=O;var P=isNodeType.bind(null,y.ID);v.isIdentifier=P;var C=isNodeType.bind(null,y.NESTING);v.isNesting=C;var T=isNodeType.bind(null,y.PSEUDO);v.isPseudo=T;var L=isNodeType.bind(null,y.ROOT);v.isRoot=L;var D=isNodeType.bind(null,y.SELECTOR);v.isSelector=D;var R=isNodeType.bind(null,y.STRING);v.isString=R;var A=isNodeType.bind(null,y.TAG);v.isTag=A;var q=isNodeType.bind(null,y.UNIVERSAL);v.isUniversal=q;function isPseudoElement(l){return T(l)&&l.value&&(l.value.startsWith("::")||l.value.toLowerCase()===":before"||l.value.toLowerCase()===":after"||l.value.toLowerCase()===":first-letter"||l.value.toLowerCase()===":first-line")}function isPseudoClass(l){return T(l)&&!isPseudoElement(l)}function isContainer(l){return!!(isNode(l)&&l.walk)}function isNamespace(l){return k(l)||A(l)}},8393:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6373));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(ID,l);function ID(v){var m;m=l.call(this,v)||this;m.type=_.ID;return m}var v=ID.prototype;v.valueToString=function valueToString(){return"#"+l.prototype.valueToString.call(this)};return ID}(y["default"]);v["default"]=w;l.exports=v.default},3110:(l,v,m)=>{"use strict";v.__esModule=true;var y=m(8600);Object.keys(y).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in v&&v[l]===y[l])return;v[l]=y[l]}));var _=m(6734);Object.keys(_).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in v&&v[l]===_[l])return;v[l]=_[l]}));var w=m(1493);Object.keys(w).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in v&&v[l]===w[l])return;v[l]=w[l]}))},999:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(441));var _=m(4513);var w=_interopRequireDefault(m(6373));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var k=function(l){_inheritsLoose(Namespace,l);function Namespace(){return l.apply(this,arguments)||this}var v=Namespace.prototype;v.qualifiedName=function qualifiedName(l){if(this.namespace){return this.namespaceString+"|"+l}else{return l}};v.valueToString=function valueToString(){return this.qualifiedName(l.prototype.valueToString.call(this))};_createClass(Namespace,[{key:"namespace",get:function get(){return this._namespace},set:function set(l){if(l===true||l==="*"||l==="&"){this._namespace=l;if(this.raws){delete this.raws.namespace}return}var v=(0,y["default"])(l,{isIdentifier:true});this._namespace=l;if(v!==l){(0,_.ensureObject)(this,"raws");this.raws.namespace=v}else if(this.raws){delete this.raws.namespace}}},{key:"ns",get:function get(){return this._namespace},set:function set(l){this.namespace=l}},{key:"namespaceString",get:function get(){if(this.namespace){var l=this.stringifyProperty("namespace");if(l===true){return""}else{return l}}else{return""}}}]);return Namespace}(w["default"]);v["default"]=k;l.exports=v.default},6060:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6373));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Nesting,l);function Nesting(v){var m;m=l.call(this,v)||this;m.type=_.NESTING;m.value="&";return m}return Nesting}(y["default"]);v["default"]=w;l.exports=v.default},6373:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=m(4513);function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}var _=function cloneNode(l,v){if(typeof l!=="object"||l===null){return l}var m=new l.constructor;for(var y in l){if(!l.hasOwnProperty(y)){continue}var _=l[y];var w=typeof _;if(y==="parent"&&w==="object"){if(v){m[y]=v}}else if(_ instanceof Array){m[y]=_.map((function(l){return cloneNode(l,m)}))}else{m[y]=cloneNode(_,m)}}return m};var w=function(){function Node(l){if(l===void 0){l={}}Object.assign(this,l);this.spaces=this.spaces||{};this.spaces.before=this.spaces.before||"";this.spaces.after=this.spaces.after||""}var l=Node.prototype;l.remove=function remove(){if(this.parent){this.parent.removeChild(this)}this.parent=undefined;return this};l.replaceWith=function replaceWith(){if(this.parent){for(var l in arguments){this.parent.insertBefore(this,arguments[l])}this.remove()}return this};l.next=function next(){return this.parent.at(this.parent.index(this)+1)};l.prev=function prev(){return this.parent.at(this.parent.index(this)-1)};l.clone=function clone(l){if(l===void 0){l={}}var v=_(this);for(var m in l){v[m]=l[m]}return v};l.appendToPropertyAndEscape=function appendToPropertyAndEscape(l,v,m){if(!this.raws){this.raws={}}var y=this[l];var _=this.raws[l];this[l]=y+v;if(_||m!==v){this.raws[l]=(_||y)+m}else{delete this.raws[l]}};l.setPropertyAndEscape=function setPropertyAndEscape(l,v,m){if(!this.raws){this.raws={}}this[l]=v;this.raws[l]=m};l.setPropertyWithoutEscape=function setPropertyWithoutEscape(l,v){this[l]=v;if(this.raws){delete this.raws[l]}};l.isAtPosition=function isAtPosition(l,v){if(this.source&&this.source.start&&this.source.end){if(this.source.start.line>l){return false}if(this.source.end.line<l){return false}if(this.source.start.line===l&&this.source.start.column>v){return false}if(this.source.end.line===l&&this.source.end.column<v){return false}return true}return undefined};l.stringifyProperty=function stringifyProperty(l){return this.raws&&this.raws[l]||this[l]};l.valueToString=function valueToString(){return String(this.stringifyProperty("value"))};l.toString=function toString(){return[this.rawSpaceBefore,this.valueToString(),this.rawSpaceAfter].join("")};_createClass(Node,[{key:"rawSpaceBefore",get:function get(){var l=this.raws&&this.raws.spaces&&this.raws.spaces.before;if(l===undefined){l=this.spaces&&this.spaces.before}return l||""},set:function set(l){(0,y.ensureObject)(this,"raws","spaces");this.raws.spaces.before=l}},{key:"rawSpaceAfter",get:function get(){var l=this.raws&&this.raws.spaces&&this.raws.spaces.after;if(l===undefined){l=this.spaces.after}return l||""},set:function set(l){(0,y.ensureObject)(this,"raws","spaces");this.raws.spaces.after=l}}]);return Node}();v["default"]=w;l.exports=v.default},5326:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(7675));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Pseudo,l);function Pseudo(v){var m;m=l.call(this,v)||this;m.type=_.PSEUDO;return m}var v=Pseudo.prototype;v.toString=function toString(){var l=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),l,this.rawSpaceAfter].join("")};return Pseudo}(y["default"]);v["default"]=w;l.exports=v.default},422:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(7675));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,v){for(var m=0;m<v.length;m++){var y=v[m];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,v,m){if(v)_defineProperties(l.prototype,v);if(m)_defineProperties(l,m);return l}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Root,l);function Root(v){var m;m=l.call(this,v)||this;m.type=_.ROOT;return m}var v=Root.prototype;v.toString=function toString(){var l=this.reduce((function(l,v){l.push(String(v));return l}),[]).join(",");return this.trailingComma?l+",":l};v.error=function error(l,v){if(this._error){return this._error(l,v)}else{return new Error(l)}};_createClass(Root,[{key:"errorGenerator",set:function set(l){this._error=l}}]);return Root}(y["default"]);v["default"]=w;l.exports=v.default},5013:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(7675));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Selector,l);function Selector(v){var m;m=l.call(this,v)||this;m.type=_.SELECTOR;return m}return Selector}(y["default"]);v["default"]=w;l.exports=v.default},435:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(6373));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(String,l);function String(v){var m;m=l.call(this,v)||this;m.type=_.STRING;return m}return String}(y["default"]);v["default"]=w;l.exports=v.default},9443:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(999));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Tag,l);function Tag(v){var m;m=l.call(this,v)||this;m.type=_.TAG;return m}return Tag}(y["default"]);v["default"]=w;l.exports=v.default},8600:(l,v)=>{"use strict";v.__esModule=true;v.UNIVERSAL=v.ATTRIBUTE=v.CLASS=v.COMBINATOR=v.COMMENT=v.ID=v.NESTING=v.PSEUDO=v.ROOT=v.SELECTOR=v.STRING=v.TAG=void 0;var m="tag";v.TAG=m;var y="string";v.STRING=y;var _="selector";v.SELECTOR=_;var w="root";v.ROOT=w;var k="pseudo";v.PSEUDO=k;var S="nesting";v.NESTING=S;var E="id";v.ID=E;var O="comment";v.COMMENT=O;var P="combinator";v.COMBINATOR=P;var C="class";v.CLASS=C;var T="attribute";v.ATTRIBUTE=T;var L="universal";v.UNIVERSAL=L},1165:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=void 0;var y=_interopRequireDefault(m(999));var _=m(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,v){l.prototype=Object.create(v.prototype);l.prototype.constructor=l;_setPrototypeOf(l,v)}function _setPrototypeOf(l,v){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,v){l.__proto__=v;return l};return _setPrototypeOf(l,v)}var w=function(l){_inheritsLoose(Universal,l);function Universal(v){var m;m=l.call(this,v)||this;m.type=_.UNIVERSAL;m.value="*";return m}return Universal}(y["default"]);v["default"]=w;l.exports=v.default},2173:(l,v)=>{"use strict";v.__esModule=true;v["default"]=sortAscending;function sortAscending(l){return l.sort((function(l,v){return l-v}))}l.exports=v.default},8553:(l,v)=>{"use strict";v.__esModule=true;v.combinator=v.word=v.comment=v.str=v.tab=v.newline=v.feed=v.cr=v.backslash=v.bang=v.slash=v.doubleQuote=v.singleQuote=v.space=v.greaterThan=v.pipe=v.equals=v.plus=v.caret=v.tilde=v.dollar=v.closeSquare=v.openSquare=v.closeParenthesis=v.openParenthesis=v.semicolon=v.colon=v.comma=v.at=v.asterisk=v.ampersand=void 0;var m=38;v.ampersand=m;var y=42;v.asterisk=y;var _=64;v.at=_;var w=44;v.comma=w;var k=58;v.colon=k;var S=59;v.semicolon=S;var E=40;v.openParenthesis=E;var O=41;v.closeParenthesis=O;var P=91;v.openSquare=P;var C=93;v.closeSquare=C;var T=36;v.dollar=T;var L=126;v.tilde=L;var D=94;v.caret=D;var R=43;v.plus=R;var A=61;v.equals=A;var q=124;v.pipe=q;var F=62;v.greaterThan=F;var $=32;v.space=$;var z=39;v.singleQuote=z;var V=34;v.doubleQuote=V;var W=47;v.slash=W;var U=33;v.bang=U;var B=92;v.backslash=B;var Q=13;v.cr=Q;var Y=12;v.feed=Y;var G=10;v.newline=G;var J=9;v.tab=J;var Z=z;v.str=Z;var K=-1;v.comment=K;var X=-2;v.word=X;var ee=-3;v.combinator=ee},2133:(l,v,m)=>{"use strict";v.__esModule=true;v["default"]=tokenize;v.FIELDS=void 0;var y=_interopRequireWildcard(m(8553));var _,w;function _getRequireWildcardCache(){if(typeof WeakMap!=="function")return null;var l=new WeakMap;_getRequireWildcardCache=function _getRequireWildcardCache(){return l};return l}function _interopRequireWildcard(l){if(l&&l.__esModule){return l}if(l===null||typeof l!=="object"&&typeof l!=="function"){return{default:l}}var v=_getRequireWildcardCache();if(v&&v.has(l)){return v.get(l)}var m={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in l){if(Object.prototype.hasOwnProperty.call(l,_)){var w=y?Object.getOwnPropertyDescriptor(l,_):null;if(w&&(w.get||w.set)){Object.defineProperty(m,_,w)}else{m[_]=l[_]}}}m["default"]=l;if(v){v.set(l,m)}return m}var k=(_={},_[y.tab]=true,_[y.newline]=true,_[y.cr]=true,_[y.feed]=true,_);var S=(w={},w[y.space]=true,w[y.tab]=true,w[y.newline]=true,w[y.cr]=true,w[y.feed]=true,w[y.ampersand]=true,w[y.asterisk]=true,w[y.bang]=true,w[y.comma]=true,w[y.colon]=true,w[y.semicolon]=true,w[y.openParenthesis]=true,w[y.closeParenthesis]=true,w[y.openSquare]=true,w[y.closeSquare]=true,w[y.singleQuote]=true,w[y.doubleQuote]=true,w[y.plus]=true,w[y.pipe]=true,w[y.tilde]=true,w[y.greaterThan]=true,w[y.equals]=true,w[y.dollar]=true,w[y.caret]=true,w[y.slash]=true,w);var E={};var O="0123456789abcdefABCDEF";for(var P=0;P<O.length;P++){E[O.charCodeAt(P)]=true}function consumeWord(l,v){var m=v;var _;do{_=l.charCodeAt(m);if(S[_]){return m-1}else if(_===y.backslash){m=consumeEscape(l,m)+1}else{m++}}while(m<l.length);return m-1}function consumeEscape(l,v){var m=v;var _=l.charCodeAt(m+1);if(k[_]){}else if(E[_]){var w=0;do{m++;w++;_=l.charCodeAt(m+1)}while(E[_]&&w<6);if(w<6&&_===y.space){m++}}else{m++}return m}var C={TYPE:0,START_LINE:1,START_COL:2,END_LINE:3,END_COL:4,START_POS:5,END_POS:6};v.FIELDS=C;function tokenize(l){var v=[];var m=l.css.valueOf();var _=m,w=_.length;var k=-1;var S=1;var E=0;var O=0;var P,C,T,L,D,R,A,q,F,$,z,V,W;function unclosed(v,y){if(l.safe){m+=y;F=m.length-1}else{throw l.error("Unclosed "+v,S,E-k,E)}}while(E<w){P=m.charCodeAt(E);if(P===y.newline){k=E;S+=1}switch(P){case y.space:case y.tab:case y.newline:case y.cr:case y.feed:F=E;do{F+=1;P=m.charCodeAt(F);if(P===y.newline){k=F;S+=1}}while(P===y.space||P===y.newline||P===y.tab||P===y.cr||P===y.feed);W=y.space;L=S;T=F-k-1;O=F;break;case y.plus:case y.greaterThan:case y.tilde:case y.pipe:F=E;do{F+=1;P=m.charCodeAt(F)}while(P===y.plus||P===y.greaterThan||P===y.tilde||P===y.pipe);W=y.combinator;L=S;T=E-k;O=F;break;case y.asterisk:case y.ampersand:case y.bang:case y.comma:case y.equals:case y.dollar:case y.caret:case y.openSquare:case y.closeSquare:case y.colon:case y.semicolon:case y.openParenthesis:case y.closeParenthesis:F=E;W=P;L=S;T=E-k;O=F+1;break;case y.singleQuote:case y.doubleQuote:V=P===y.singleQuote?"'":'"';F=E;do{D=false;F=m.indexOf(V,F+1);if(F===-1){unclosed("quote",V)}R=F;while(m.charCodeAt(R-1)===y.backslash){R-=1;D=!D}}while(D);W=y.str;L=S;T=E-k;O=F+1;break;default:if(P===y.slash&&m.charCodeAt(E+1)===y.asterisk){F=m.indexOf("*/",E+2)+1;if(F===0){unclosed("comment","*/")}C=m.slice(E,F+1);q=C.split("\n");A=q.length-1;if(A>0){$=S+A;z=F-q[A].length}else{$=S;z=k}W=y.comment;S=$;L=$;T=F-z}else if(P===y.slash){F=E;W=P;L=S;T=E-k;O=F+1}else{F=consumeWord(m,E);W=y.word;L=S;T=F-k}O=F+1;break}v.push([W,S,E-k,L,T,E,O]);if(z){k=z;z=null}E=O}return v}},2684:(l,v)=>{"use strict";v.__esModule=true;v["default"]=ensureObject;function ensureObject(l){for(var v=arguments.length,m=new Array(v>1?v-1:0),y=1;y<v;y++){m[y-1]=arguments[y]}while(m.length>0){var _=m.shift();if(!l[_]){l[_]={}}l=l[_]}}l.exports=v.default},2976:(l,v)=>{"use strict";v.__esModule=true;v["default"]=getProp;function getProp(l){for(var v=arguments.length,m=new Array(v>1?v-1:0),y=1;y<v;y++){m[y-1]=arguments[y]}while(m.length>0){var _=m.shift();if(!l[_]){return undefined}l=l[_]}return l}l.exports=v.default},4513:(l,v,m)=>{"use strict";v.__esModule=true;v.stripComments=v.ensureObject=v.getProp=v.unesc=void 0;var y=_interopRequireDefault(m(3590));v.unesc=y["default"];var _=_interopRequireDefault(m(2976));v.getProp=_["default"];var w=_interopRequireDefault(m(2684));v.ensureObject=w["default"];var k=_interopRequireDefault(m(6453));v.stripComments=k["default"];function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}},6453:(l,v)=>{"use strict";v.__esModule=true;v["default"]=stripComments;function stripComments(l){var v="";var m=l.indexOf("/*");var y=0;while(m>=0){v=v+l.slice(y,m);var _=l.indexOf("*/",m+2);if(_<0){return v}y=_+2;m=l.indexOf("/*",y)}v=v+l.slice(y);return v}l.exports=v.default},3590:(l,v)=>{"use strict";v.__esModule=true;v["default"]=unesc;function gobbleHex(l){var v=l.toLowerCase();var m="";var y=false;for(var _=0;_<6&&v[_]!==undefined;_++){var w=v.charCodeAt(_);var k=w>=97&&w<=102||w>=48&&w<=57;y=w===32;if(!k){break}m+=v[_]}if(m.length===0){return undefined}var S=parseInt(m,16);var E=S>=55296&&S<=57343;if(E||S===0||S>1114111){return["<22>",m.length+(y?1:0)]}return[String.fromCodePoint(S),m.length+(y?1:0)]}var m=/\\/;function unesc(l){var v=m.test(l);if(!v){return l}var y="";for(var _=0;_<l.length;_++){if(l[_]==="\\"){var w=gobbleHex(l.slice(_+1,_+7));if(w!==undefined){y+=w[0];_+=w[1];continue}if(l[_+1]==="\\"){y+="\\";_++;continue}if(l.length===_+1){y+=l[_]}continue}y+=l[_]}return y}l.exports=v.default},4034:(l,v,m)=>{"use strict";const y=m(475);function parseSelectors(l,v){return y(v).processSync(l)}function unique(l){const v=[...new Set(l.selectors)];v.sort();return v.join()}function pluginCreator(){return{postcssPlugin:"postcss-unique-selectors",OnceExit(l){l.walkRules((l=>{let v=[];const removeAndSaveComments=l=>{l.walk((l=>{if(l.type==="comment"){v.push(l.value);l.remove();return}else{return}}))};if(l.raws.selector&&l.raws.selector.raw){parseSelectors(l.raws.selector.raw,removeAndSaveComments);l.raws.selector.raw=unique(l)}l.selector=parseSelectors(l.selector,removeAndSaveComments);l.selector=unique(l);l.selectors=l.selectors.concat(v)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},2334:l=>{"use strict";const v="firefox 2";const m="ie 5.5";const y="ie 6";const _="ie 7";const w="ie 8";const k="opera 9";l.exports={FF_2:v,IE_5_5:m,IE_6:y,IE_7:_,IE_8:w,OP_9:k}},3447:l=>{"use strict";const v="media query";const m="property";const y="selector";const _="value";l.exports={MEDIA_QUERY:v,PROPERTY:m,SELECTOR:y,VALUE:_}},7122:l=>{"use strict";const v="atrule";const m="decl";const y="rule";l.exports={ATRULE:v,DECL:m,RULE:y}},4345:l=>{"use strict";const v="body";const m="html";l.exports={BODY:v,HTML:m}},9303:l=>{"use strict";l.exports=function exists(l,v,m){const y=l.at(v);return y&&y.value&&y.value.toLowerCase()===m}},5377:(l,v,m)=>{"use strict";const y=m(4907);const _=m(7203);function pluginCreator(l={}){return{postcssPlugin:"stylehacks",OnceExit(v,{result:m}){const w=m.opts||{};const k=y(null,{stats:w.stats,path:__dirname,env:w.env});const S=[];for(const l of _){const v=new l(m);if(!k.some((l=>v.targets.has(l)))){S.push(v)}}v.walk((v=>{S.forEach((m=>{if(!m.nodeTypes.has(v.type)){return}if(l.lint){return m.detectAndWarn(v)}return m.detectAndResolve(v)}))}))}}}pluginCreator.detect=l=>_.some((v=>{const m=new v;return m.any(l)}));pluginCreator.postcss=true;l.exports=pluginCreator},9192:l=>{"use strict";l.exports=function isMixin(l){const{selector:v}=l;if(!v||v[v.length-1]===":"){return true}return false}},7849:l=>{"use strict";l.exports=class BasePlugin{constructor(l,v,m){this.nodes=[];this.targets=new Set(l);this.nodeTypes=new Set(v);this.result=m}push(l,v){l._stylehacks=Object.assign({},v,{message:`Bad ${v.identifier}: ${v.hack}`,browsers:this.targets});this.nodes.push(l)}any(l){if(this.nodeTypes.has(l.type)){this.detect(l);return l._stylehacks!==undefined}return false}detectAndResolve(l){this.nodes=[];this.detect(l);return this.resolve()}detectAndWarn(l){this.nodes=[];this.detect(l);return this.warn()}detect(l){throw new Error("You need to implement this method in a subclass.")}resolve(){return this.nodes.forEach((l=>l.remove()))}warn(){return this.nodes.forEach((l=>{const{message:v,browsers:m,identifier:y,hack:_}=l._stylehacks;return l.warn(this.result,v+JSON.stringify({browsers:m,identifier:y,hack:_}))}))}}},7727:(l,v,m)=>{"use strict";const y=m(8235);const _=m(9303);const w=m(9192);const k=m(7849);const{FF_2:S}=m(2334);const{SELECTOR:E}=m(3447);const{RULE:O}=m(7122);const{BODY:P}=m(4345);l.exports=class BodyEmpty extends k{constructor(l){super([S],[O],l)}detect(l){if(w(l)){return}y(this.analyse(l)).processSync(l.selector)}analyse(l){return v=>{v.each((v=>{if(_(v,0,P)&&_(v,1,":empty")&&_(v,2," ")&&v.at(3)){this.push(l,{identifier:E,hack:v.toString()})}}))}}}},8775:(l,v,m)=>{"use strict";const y=m(8235);const _=m(9303);const w=m(9192);const k=m(7849);const{IE_5_5:S,IE_6:E,IE_7:O}=m(2334);const{SELECTOR:P}=m(3447);const{RULE:C}=m(7122);const{BODY:T,HTML:L}=m(4345);l.exports=class HtmlCombinatorCommentBody extends k{constructor(l){super([S,E,O],[C],l)}detect(l){if(w(l)){return}if(l.raws.selector&&l.raws.selector.raw){y(this.analyse(l)).processSync(l.raws.selector.raw)}}analyse(l){return v=>{v.each((v=>{if(_(v,0,L)&&(_(v,1,">")||_(v,1,"~"))&&v.at(2)&&v.at(2).type==="comment"&&_(v,3," ")&&_(v,4,T)&&_(v,5," ")&&v.at(6)){this.push(l,{identifier:P,hack:v.toString()})}}))}}}},3816:(l,v,m)=>{"use strict";const y=m(8235);const _=m(9303);const w=m(9192);const k=m(7849);const{OP_9:S}=m(2334);const{SELECTOR:E}=m(3447);const{RULE:O}=m(7122);const{HTML:P}=m(4345);l.exports=class HtmlFirstChild extends k{constructor(l){super([S],[O],l)}detect(l){if(w(l)){return}y(this.analyse(l)).processSync(l.selector)}analyse(l){return v=>{v.each((v=>{if(_(v,0,P)&&_(v,1,":first-child")&&_(v,2," ")&&v.at(3)){this.push(l,{identifier:E,hack:v.toString()})}}))}}}},8543:(l,v,m)=>{"use strict";const y=m(7849);const{IE_5_5:_,IE_6:w,IE_7:k}=m(2334);const{DECL:S}=m(7122);l.exports=class Important extends y{constructor(l){super([_,w,k],[S],l)}detect(l){const v=l.value.match(/!\w/);if(v&&v.index){const m=l.value.substr(v.index,l.value.length-1);this.push(l,{identifier:"!important",hack:m})}}}},7203:(l,v,m)=>{"use strict";const y=m(7727);const _=m(8775);const w=m(3816);const k=m(8543);const S=m(5959);const E=m(5192);const O=m(7246);const P=m(1521);const C=m(9170);const T=m(6911);const L=m(1909);const D=m(4765);l.exports=[y,_,w,k,S,E,O,P,C,T,L,D]},5959:(l,v,m)=>{"use strict";const y=m(7849);const{IE_5_5:_,IE_6:w,IE_7:k}=m(2334);const{PROPERTY:S}=m(3447);const{ATRULE:E,DECL:O}=m(7122);const P="!_$_&_*_)_=_%_+_,_._/_`_]_#_~_?_:_|".split("_");l.exports=class LeadingStar extends y{constructor(l){super([_,w,k],[E,O],l)}detect(l){if(l.type===O){P.forEach((v=>{if(!l.prop.indexOf(v)){this.push(l,{identifier:S,hack:l.prop})}}));const{before:v}=l.raws;if(!v){return}P.forEach((m=>{if(v.includes(m)){this.push(l,{identifier:S,hack:`${v.trim()}${l.prop}`})}}))}else{const{name:v}=l;const m=v.length-1;if(v.lastIndexOf(":")===m){this.push(l,{identifier:S,hack:`@${v.substr(0,m)}`})}}}}},5192:(l,v,m)=>{"use strict";const y=m(7849);const{IE_6:_}=m(2334);const{PROPERTY:w}=m(3447);const{DECL:k}=m(7122);function vendorPrefix(l){let v=l.match(/^(-\w+-)/);if(v){return v[0]}return""}l.exports=class LeadingUnderscore extends y{constructor(l){super([_],[k],l)}detect(l){const{before:v}=l.raws;if(v&&v.includes("_")){this.push(l,{identifier:w,hack:`${v.trim()}${l.prop}`})}if(l.prop[0]==="-"&&l.prop[1]!=="-"&&vendorPrefix(l.prop)===""){this.push(l,{identifier:w,hack:l.prop})}}}},7246:(l,v,m)=>{"use strict";const y=m(7849);const{IE_8:_}=m(2334);const{MEDIA_QUERY:w}=m(3447);const{ATRULE:k}=m(7122);l.exports=class MediaSlash0 extends y{constructor(l){super([_],[k],l)}detect(l){const v=l.params.trim();if(v.toLowerCase()==="\\0screen"){this.push(l,{identifier:w,hack:v})}}}},1521:(l,v,m)=>{"use strict";const y=m(7849);const{IE_5_5:_,IE_6:w,IE_7:k,IE_8:S}=m(2334);const{MEDIA_QUERY:E}=m(3447);const{ATRULE:O}=m(7122);l.exports=class MediaSlash0Slash9 extends y{constructor(l){super([_,w,k,S],[O],l)}detect(l){const v=l.params.trim();if(v.toLowerCase()==="\\0screen\\,screen\\9"){this.push(l,{identifier:E,hack:v})}}}},9170:(l,v,m)=>{"use strict";const y=m(7849);const{IE_5_5:_,IE_6:w,IE_7:k}=m(2334);const{MEDIA_QUERY:S}=m(3447);const{ATRULE:E}=m(7122);l.exports=class MediaSlash9 extends y{constructor(l){super([_,w,k],[E],l)}detect(l){const v=l.params.trim();if(v.toLowerCase()==="screen\\9"){this.push(l,{identifier:S,hack:v})}}}},6911:(l,v,m)=>{"use strict";const y=m(7849);const{IE_6:_,IE_7:w,IE_8:k}=m(2334);const{VALUE:S}=m(3447);const{DECL:E}=m(7122);l.exports=class Slash9 extends y{constructor(l){super([_,w,k],[E],l)}detect(l){let v=l.value;if(v&&v.length>2&&v.indexOf("\\9")===v.length-2){this.push(l,{identifier:S,hack:v})}}}},1909:(l,v,m)=>{"use strict";const y=m(8235);const _=m(9303);const w=m(9192);const k=m(7849);const{IE_5_5:S,IE_6:E}=m(2334);const{SELECTOR:O}=m(3447);const{RULE:P}=m(7122);const{HTML:C}=m(4345);l.exports=class StarHtml extends k{constructor(l){super([S,E],[P],l)}detect(l){if(w(l)){return}y(this.analyse(l)).processSync(l.selector)}analyse(l){return v=>{v.each((v=>{if(_(v,0,"*")&&_(v,1," ")&&_(v,2,C)&&_(v,3," ")&&v.at(4)){this.push(l,{identifier:O,hack:v.toString()})}}))}}}},4765:(l,v,m)=>{"use strict";const y=m(7849);const _=m(9192);const{IE_5_5:w,IE_6:k,IE_7:S}=m(2334);const{SELECTOR:E}=m(3447);const{RULE:O}=m(7122);l.exports=class TrailingSlashComma extends y{constructor(l){super([w,k,S],[O],l)}detect(l){if(_(l)){return}const{selector:v}=l;const m=v.trim();if(m.lastIndexOf(",")===v.length-1||m.lastIndexOf("\\")===v.length-1){this.push(l,{identifier:E,hack:v})}}}},6124:(l,v,m)=>{l.exports=m(3837).deprecate},740:(l,v,m)=>{l.exports=function(l={}){const v=Object.assign({},{cssDeclarationSorter:{exclude:true},calc:{exclude:true}},l);return m(6501)(v)}},9536:(l,v,m)=>{const y=m(740);l.exports=(l={},v=m(977))=>{const _=Boolean(l&&l.excludeAll);const w=Object.assign({},l);if(_){for(const l in w){if(!w.hasOwnProperty(l))continue;const v=w[l];if(!Boolean(v)){continue}if(Object.prototype.toString.call(v)==="[object Object]"){w[l]=Object.assign({},{exclude:false},v)}}}const k=Object.assign({},_?{rawCache:true}:undefined,w);const S=[];y(k).plugins.forEach((l=>{if(Array.isArray(l)){let[v,m]=l;v=v.default||v;const y=!_&&typeof m==="undefined"||typeof m==="boolean"&&m||!_&&m&&typeof m==="object"&&!m.exclude||_&&m&&typeof m==="object"&&m.exclude===false;if(y){S.push(v(m))}}else{S.push(l)}}));return v(S)};l.exports.postcss=true},9613:l=>{"use strict";l.exports=require("caniuse-lite")},4907:l=>{"use strict";l.exports=require("next/dist/compiled/browserslist")},8248:l=>{"use strict";l.exports=require("next/dist/compiled/postcss-plugin-stub-for-cssnano-simple")},2045:l=>{"use strict";l.exports=require("next/dist/compiled/postcss-value-parser")},1017:l=>{"use strict";l.exports=require("path")},977:l=>{"use strict";l.exports=require("postcss")},3837:l=>{"use strict";l.exports=require("util")},2818:(l,v,m)=>{"use strict";const y=m(2642);Object.defineProperty(v,"__esModule",{value:true});const _={animation:["animation-name","animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state"],background:["background-image","background-size","background-position","background-repeat","background-origin","background-clip","background-attachment","background-color"],columns:["column-width","column-count"],"column-rule":["column-rule-width","column-rule-style","column-rule-color"],flex:["flex-grow","flex-shrink","flex-basis"],"flex-flow":["flex-direction","flex-wrap"],font:["font-style","font-variant","font-weight","font-stretch","font-size","font-family","line-height"],grid:["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","column-gap","row-gap"],"grid-area":["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],"grid-column":["grid-column-start","grid-column-end"],"grid-row":["grid-row-start","grid-row-end"],"grid-template":["grid-template-columns","grid-template-rows","grid-template-areas"],"list-style":["list-style-type","list-style-position","list-style-image"],padding:["padding-block","padding-block-start","padding-block-end","padding-inline","padding-inline-start","padding-inline-end","padding-top","padding-right","padding-bottom","padding-left"],"padding-block":["padding-block-start","padding-block-end","padding-top","padding-right","padding-bottom","padding-left"],"padding-block-start":["padding-top","padding-right","padding-left"],"padding-block-end":["padding-right","padding-bottom","padding-left"],"padding-inline":["padding-inline-start","padding-inline-end","padding-top","padding-right","padding-bottom","padding-left"],"padding-inline-start":["padding-top","padding-right","padding-left"],"padding-inline-end":["padding-right","padding-bottom","padding-left"],margin:["margin-block","margin-block-start","margin-block-end","margin-inline","margin-inline-start","margin-inline-end","margin-top","margin-right","margin-bottom","margin-left"],"margin-block":["margin-block-start","margin-block-end","margin-top","margin-right","margin-bottom","margin-left"],"margin-inline":["margin-inline-start","margin-inline-end","margin-top","margin-right","margin-bottom","margin-left"],"margin-inline-start":["margin-top","margin-right","margin-bottom","margin-left"],"margin-inline-end":["margin-top","margin-right","margin-bottom","margin-left"],border:["border-top","border-right","border-bottom","border-left","border-width","border-style","border-color","border-top-width","border-right-width","border-bottom-width","border-left-width","border-inline-start-width","border-inline-end-width","border-block-start-width","border-block-end-width","border-top-style","border-right-style","border-bottom-style","border-left-style","border-inline-start-style","border-inline-end-style","border-block-start-style","border-block-end-style","border-top-color","border-right-color","border-bottom-color","border-left-color","border-inline-start-color","border-inline-end-color","border-block-start-color","border-block-end-color","border-block","border-block-start","border-block-end","border-block-width","border-block-style","border-block-color","border-inline","border-inline-start","border-inline-end","border-inline-width","border-inline-style","border-inline-color"],"border-top":["border-width","border-style","border-color","border-top-width","border-top-style","border-top-color"],"border-right":["border-width","border-style","border-color","border-right-width","border-right-style","border-right-color"],"border-bottom":["border-width","border-style","border-color","border-bottom-width","border-bottom-style","border-bottom-color"],"border-left":["border-width","border-style","border-color","border-left-width","border-left-style","border-left-color"],"border-color":["border-top-color","border-bottom-color","border-left-color","border-right-color","border-inline-start-color","border-inline-end-color","border-block-start-color","border-block-end-color"],"border-width":["border-top-width","border-bottom-width","border-left-width","border-right-width","border-inline-start-width","border-inline-end-width","border-block-start-width","border-block-end-width"],"border-style":["border-top-style","border-bottom-style","border-left-style","border-right-style","border-inline-start-style","border-inline-end-style","border-block-start-style","border-block-end-style"],"border-radius":["border-top-right-radius","border-top-left-radius","border-bottom-right-radius","border-bottom-left-radius"],"border-block":["border-block-start","border-block-end","border-block-width","border-width","border-block-style","border-style","border-block-color","border-color"],"border-block-start":["border-block-start-width","border-width","border-block-start-style","border-style","border-block-start-color","border-color"],"border-block-end":["border-block-end-width","border-width","border-block-end-style","border-style","border-block-end-color","border-color"],"border-inline":["border-inline-start","border-inline-end","border-inline-width","border-width","border-inline-style","border-style","border-inline-color","border-color"],"border-inline-start":["border-inline-start-width","border-width","border-inline-start-style","border-style","border-inline-start-color","border-color"],"border-inline-end":["border-inline-end-width","border-width","border-inline-end-style","border-style","border-inline-end-color","border-color"],"border-image":["border-image-source","border-image-slice","border-image-width","border-image-outset","border-image-repeat"],mask:["mask-image","mask-mode","mask-position","mask-size","mask-repeat","mask-origin","mask-clip","mask-composite"],"inline-size":["width","height"],"block-size":["width","height"],"max-inline-size":["max-width","max-height"],"max-block-size":["max-width","max-height"],inset:["inset-block","inset-block-start","inset-block-end","inset-inline","inset-inline-start","inset-inline-end","top","right","bottom","left"],"inset-block":["inset-block-start","inset-block-end","top","right","bottom","left"],"inset-inline":["inset-inline-start","inset-inline-end","top","right","bottom","left"],outline:["outline-color","outline-style","outline-width"],overflow:["overflow-x","overflow-y"],"place-content":["align-content","justify-content"],"place-items":["align-items","justify-items"],"place-self":["align-self","justify-self"],"text-decoration":["text-decoration-color","text-decoration-style","text-decoration-line"],transition:["transition-delay","transition-duration","transition-property","transition-timing-function"],"text-emphasis":["text-emphasis-style","text-emphasis-color"]};function __variableDynamicImportRuntime0__(l){switch(l){case"../orders/alphabetical.mjs":return Promise.resolve().then((function(){return S}));case"../orders/concentric-css.mjs":return Promise.resolve().then((function(){return O}));case"../orders/smacss.mjs":return Promise.resolve().then((function(){return C}));default:return new Promise((function(v,m){(typeof queueMicrotask==="function"?queueMicrotask:setTimeout)(m.bind(null,new Error("Unknown variable dynamic import: "+l)))}))}}const w=["alphabetical","concentric-css","smacss"];const cssDeclarationSorter=({order:l="alphabetical",keepOverrides:v=false}={})=>({postcssPlugin:"css-declaration-sorter",OnceExit(m){let withKeepOverrides=l=>l;if(v){withKeepOverrides=withOverridesComparator(_)}if(typeof l==="function"){return processCss({css:m,comparator:withKeepOverrides(l)})}if(!w.includes(l))return Promise.reject(Error([`Invalid built-in order '${l}' provided.`,`Available built-in orders are: ${w}`].join("\n")));return __variableDynamicImportRuntime0__(`../orders/${l}.mjs`).then((({properties:l})=>processCss({css:m,comparator:withKeepOverrides(orderComparator(l))})))}});cssDeclarationSorter.postcss=true;function processCss({css:l,comparator:v}){const m=[];const y=[];l.walk((l=>{const v=l.nodes;const _=l.type;if(_==="comment"){const v=l.raws.before&&l.raws.before.includes("\n");const y=v&&!l.next();const _=!l.prev()&&!l.next()||!l.parent;if(y||_||l.parent.type==="root"){return}if(v){const v=l.next()||l.prev();if(v){m.unshift({comment:l,pairedNode:v,insertPosition:l.next()?"Before":"After"});l.remove()}}else{const v=l.prev()||l.next();if(v){m.push({comment:l,pairedNode:v,insertPosition:"After"});l.remove()}}return}const w=_==="rule"||_==="atrule";if(w&&v&&v.length>1){y.push(v)}}));y.forEach((l=>{sortCssDeclarations({nodes:l,comparator:v})}));m.forEach((l=>{const v=l.pairedNode;l.comment.remove();v.parent&&v.parent["insert"+l.insertPosition](v,l.comment)}))}function sortCssDeclarations({nodes:l,comparator:v}){y(l,((l,m)=>{if(l.type==="decl"&&m.type==="decl"){return v(l.prop,m.prop)}else{return compareDifferentType(l,m)}}))}function withOverridesComparator(l){return function(v){return function(m,y){m=removeVendorPrefix(m);y=removeVendorPrefix(y);if(l[m]&&l[m].includes(y))return 0;if(l[y]&&l[y].includes(m))return 0;return v(m,y)}}}function orderComparator(l){return function(v,m){return l.indexOf(v)-l.indexOf(m)}}function compareDifferentType(l,v){if(v.type==="atrule"){return 0}return l.type==="decl"?-1:v.type==="decl"?1:0}function removeVendorPrefix(l){return l.replace(/^-\w+-/,"")}const k=["all","-webkit-line-clamp","-webkit-text-fill-color","-webkit-text-stroke","-webkit-text-stroke-color","-webkit-text-stroke-width","accent-color","align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","ascent-override","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip-path","color","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","counter-set","cursor","descent-override","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-kerning","font-language-override","font-optical-sizing","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphens","image-orientation","image-rendering","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","left","letter-spacing","line-break","line-gap-override","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","mask","mask-border","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-inline","overflow-wrap","overflow-x","overflow-y","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","print-color-adjust","quotes","resize","right","rotate","row-gap","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","size-adjust","src","tab-size","table-layout","text-align","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-offset","text-underline-position","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","unicode-range","user-select","vertical-align","visibility","white-space","widows","width","will-change","word-break","word-spacing","writing-mode","z-index"];var S=Object.freeze({__proto__:null,properties:k});const E=["all","display","position","top","right","bottom","left","offset","offset-anchor","offset-distance","offset-path","offset-rotate","grid","grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","column-gap","row-gap","grid-area","grid-row","grid-row-start","grid-row-end","grid-column","grid-column-start","grid-column-end","grid-template","flex","flex-grow","flex-shrink","flex-basis","flex-direction","flex-flow","flex-wrap","box-decoration-break","place-content","align-content","justify-content","place-items","align-items","justify-items","place-self","align-self","justify-self","vertical-align","order","float","clear","shape-margin","shape-outside","shape-image-threshold","orphans","gap","columns","column-fill","column-rule","column-rule-width","column-rule-style","column-rule-color","column-width","column-span","column-count","break-before","break-after","break-inside","page","page-break-before","page-break-after","page-break-inside","transform","transform-box","transform-origin","transform-style","translate","rotate","scale","perspective","perspective-origin","appearance","visibility","content-visibility","opacity","z-index","paint-order","mix-blend-mode","backface-visibility","backdrop-filter","clip-path","mask","mask-border","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-image","mask-mode","mask-position","mask-size","mask-repeat","mask-origin","mask-clip","mask-composite","mask-type","filter","animation","animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state","animation-name","transition","transition-delay","transition-duration","transition-property","transition-timing-function","will-change","counter-increment","counter-reset","counter-set","cursor","box-sizing","contain","margin","margin-top","margin-right","margin-bottom","margin-left","margin-inline","margin-inline-start","margin-inline-end","margin-block","margin-block-start","margin-block-end","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","outline","outline-color","outline-style","outline-width","outline-offset","box-shadow","border","border-top","border-right","border-bottom","border-left","border-width","border-top-width","border-right-width","border-bottom-width","border-left-width","border-style","border-top-style","border-right-style","border-bottom-style","border-left-style","border-color","border-top-color","border-right-color","border-bottom-color","border-left-color","border-radius","border-top-right-radius","border-top-left-radius","border-bottom-right-radius","border-bottom-left-radius","border-inline","border-inline-width","border-inline-style","border-inline-color","border-inline-start","border-inline-start-width","border-inline-start-style","border-inline-start-color","border-inline-end","border-inline-end-width","border-inline-end-style","border-inline-end-color","border-block","border-block-width","border-block-style","border-block-color","border-block-start","border-block-start-width","border-block-start-style","border-block-start-color","border-block-end","border-block-end-width","border-block-end-style","border-block-end-color","border-image","border-image-source","border-image-slice","border-image-width","border-image-outset","border-image-repeat","border-collapse","border-spacing","border-start-start-radius","border-start-end-radius","border-end-start-radius","border-end-end-radius","background","background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color","background-blend-mode","background-position-x","background-position-y","isolation","padding","padding-top","padding-right","padding-bottom","padding-left","padding-inline","padding-inline-start","padding-inline-end","padding-block","padding-block-start","padding-block-end","image-orientation","image-rendering","aspect-ratio","width","min-width","max-width","height","min-height","max-height","-webkit-line-clamp","-webkit-text-fill-color","-webkit-text-stroke","-webkit-text-stroke-color","-webkit-text-stroke-width","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","table-layout","caption-side","empty-cells","overflow","overflow-anchor","overflow-block","overflow-inline","overflow-x","overflow-y","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","resize","object-fit","object-position","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","touch-action","pointer-events","content","quotes","hanging-punctuation","color","accent-color","print-color-adjust","forced-color-adjust","color-scheme","caret-color","font","font-style","font-variant","font-weight","font-stretch","font-size","size-adjust","line-height","src","font-family","font-display","font-kerning","font-language-override","font-optical-sizing","font-size-adjust","font-synthesis","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","ascent-override","descent-override","line-gap-override","hyphens","hyphenate-character","letter-spacing","line-break","list-style","list-style-type","list-style-image","list-style-position","writing-mode","direction","unicode-bidi","unicode-range","user-select","ruby-position","text-combine-upright","text-align","text-align-last","text-decoration","text-decoration-line","text-decoration-style","text-decoration-color","text-decoration-thickness","text-decoration-skip-ink","text-emphasis","text-emphasis-style","text-emphasis-color","text-emphasis-position","text-indent","text-justify","text-underline-position","text-underline-offset","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","white-space","word-break","word-spacing","overflow-wrap","tab-size","widows"];var O=Object.freeze({__proto__:null,properties:E});const P=["all","box-sizing","contain","display","appearance","visibility","content-visibility","z-index","paint-order","position","top","right","bottom","left","offset","offset-anchor","offset-distance","offset-path","offset-rotate","grid","grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","column-gap","row-gap","grid-area","grid-row","grid-row-start","grid-row-end","grid-column","grid-column-start","grid-column-end","grid-template","flex","flex-grow","flex-shrink","flex-basis","flex-direction","flex-flow","flex-wrap","box-decoration-break","place-content","place-items","place-self","align-content","align-items","align-self","justify-content","justify-items","justify-self","order","aspect-ratio","width","min-width","max-width","height","min-height","max-height","-webkit-line-clamp","-webkit-text-fill-color","-webkit-text-stroke","-webkit-text-stroke-color","-webkit-text-stroke-width","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","margin","margin-top","margin-right","margin-bottom","margin-left","margin-inline","margin-inline-start","margin-inline-end","margin-block","margin-block-start","margin-block-end","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","padding","padding-top","padding-right","padding-bottom","padding-left","padding-inline","padding-inline-start","padding-inline-end","padding-block","padding-block-start","padding-block-end","float","clear","overflow","overflow-anchor","overflow-block","overflow-inline","overflow-x","overflow-y","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","orphans","gap","columns","column-fill","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-count","column-width","object-fit","object-position","transform","transform-box","transform-origin","transform-style","translate","rotate","scale","border","border-top","border-right","border-bottom","border-left","border-width","border-top-width","border-right-width","border-bottom-width","border-left-width","border-style","border-top-style","border-right-style","border-bottom-style","border-left-style","border-radius","border-top-right-radius","border-top-left-radius","border-bottom-right-radius","border-bottom-left-radius","border-inline","border-inline-color","border-inline-style","border-inline-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-block","border-block-color","border-block-style","border-block-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-top-color","border-right-color","border-bottom-color","border-left-color","border-collapse","border-spacing","border-start-start-radius","border-start-end-radius","border-end-start-radius","border-end-end-radius","outline","outline-color","outline-style","outline-width","outline-offset","backdrop-filter","backface-visibility","background","background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color","background-blend-mode","background-position-x","background-position-y","box-shadow","isolation","content","quotes","hanging-punctuation","color","accent-color","print-color-adjust","forced-color-adjust","color-scheme","caret-color","font","font-style","font-variant","font-weight","src","font-stretch","font-size","size-adjust","line-height","font-family","font-display","font-kerning","font-language-override","font-optical-sizing","font-size-adjust","font-synthesis","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","ascent-override","descent-override","line-gap-override","hyphens","hyphenate-character","letter-spacing","line-break","list-style","list-style-image","list-style-position","list-style-type","direction","text-align","text-align-last","text-decoration","text-decoration-line","text-decoration-style","text-decoration-color","text-decoration-thickness","text-decoration-skip-ink","text-emphasis","text-emphasis-style","text-emphasis-color","text-emphasis-position","text-indent","text-justify","text-underline-position","text-underline-offset","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","vertical-align","white-space","word-break","word-spacing","overflow-wrap","animation","animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state","animation-name","mix-blend-mode","break-before","break-after","break-inside","page","page-break-before","page-break-after","page-break-inside","caption-side","clip-path","counter-increment","counter-reset","counter-set","cursor","empty-cells","filter","image-orientation","image-rendering","mask","mask-border","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","opacity","perspective","perspective-origin","pointer-events","resize","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","tab-size","table-layout","ruby-position","text-combine-upright","touch-action","transition","transition-delay","transition-duration","transition-property","transition-timing-function","will-change","unicode-bidi","unicode-range","user-select","widows","writing-mode"];var C=Object.freeze({__proto__:null,properties:P});v.cssDeclarationSorter=cssDeclarationSorter;v["default"]=cssDeclarationSorter;l.exports=cssDeclarationSorter},2642:l=>{"use strict";l.exports=function(l,v){v=v?v:(l,v)=>{if(l<v)return-1;if(l>v)return 1;return 0};let m=l.map(((l,v)=>[l,v]));const stableComparator=(l,m)=>{let y=v(l[0],m[0]);if(y!=0)return y;return l[1]-m[1]};m.sort(stableComparator);for(let v=0;v<l.length;v++){l[v]=m[v][0]}return l}},3439:l=>{"use strict";l.exports=JSON.parse('{"list-style-type":["afar","amharic","amharic-abegede","arabic-indic","armenian","asterisks","bengali","binary","cambodian","circle","cjk-decimal","cjk-earthly-branch","cjk-heavenly-stem","cjk-ideographic","decimal","decimal-leading-zero","devanagari","disc","disclosure-closed","disclosure-open","ethiopic","ethiopic-abegede","ethiopic-abegede-am-et","ethiopic-abegede-gez","ethiopic-abegede-ti-er","ethiopic-abegede-ti-et","ethiopic-halehame","ethiopic-halehame-aa-er","ethiopic-halehame-aa-et","ethiopic-halehame-am","ethiopic-halehame-am-et","ethiopic-halehame-gez","ethiopic-halehame-om-et","ethiopic-halehame-sid-et","ethiopic-halehame-so-et","ethiopic-halehame-ti-er","ethiopic-halehame-ti-et","ethiopic-halehame-tig","ethiopic-numeric","footnotes","georgian","gujarati","gurmukhi","hangul","hangul-consonant","hebrew","hiragana","hiragana-iroha","japanese-formal","japanese-informal","kannada","katakana","katakana-iroha","khmer","korean-hangul-formal","korean-hanja-formal","korean-hanja-informal","lao","lower-alpha","lower-armenian","lower-greek","lower-hexadecimal","lower-latin","lower-norwegian","lower-roman","malayalam","mongolian","myanmar","octal","oriya","oromo","persian","sidama","simp-chinese-formal","simp-chinese-informal","somali","square","string","symbols","tamil","telugu","thai","tibetan","tigre","tigrinya-er","tigrinya-er-abegede","tigrinya-et","tigrinya-et-abegede","trad-chinese-formal","trad-chinese-informal","upper-alpha","upper-armenian","upper-greek","upper-hexadecimal","upper-latin","upper-norwegian","upper-roman","urdu"]}')},1030:l=>{"use strict";l.exports=JSON.parse('{"-webkit-line-clamp":"none","accent-color":"auto","align-content":"normal","align-items":"normal","align-self":"auto","align-tracks":"normal","animation-delay":"0s","animation-direction":"normal","animation-duration":"0s","animation-fill-mode":"none","animation-iteration-count":"1","animation-name":"none","animation-timing-function":"ease","animation-timeline":"auto","appearance":"none","aspect-ratio":"auto","azimuth":"center","backdrop-filter":"none","background-attachment":"scroll","background-blend-mode":"normal","background-image":"none","background-position":"0% 0%","background-position-x":"0%","background-position-y":"0%","background-repeat":"repeat","block-overflow":"clip","block-size":"auto","border-block-style":"none","border-block-width":"medium","border-block-end-style":"none","border-block-end-width":"medium","border-block-start-style":"none","border-block-start-width":"medium","border-bottom-left-radius":"0","border-bottom-right-radius":"0","border-bottom-style":"none","border-bottom-width":"medium","border-end-end-radius":"0","border-end-start-radius":"0","border-image-outset":"0","border-image-slice":"100%","border-image-source":"none","border-image-width":"1","border-inline-style":"none","border-inline-width":"medium","border-inline-end-style":"none","border-inline-end-width":"medium","border-inline-start-style":"none","border-inline-start-width":"medium","border-left-style":"none","border-left-width":"medium","border-right-style":"none","border-right-width":"medium","border-spacing":"0","border-start-end-radius":"0","border-start-start-radius":"0","border-top-left-radius":"0","border-top-right-radius":"0","border-top-style":"none","border-top-width":"medium","bottom":"auto","box-decoration-break":"slice","box-shadow":"none","break-after":"auto","break-before":"auto","break-inside":"auto","caption-side":"top","caret-color":"auto","caret-shape":"auto","clear":"none","clip":"auto","clip-path":"none","color-scheme":"normal","column-count":"auto","column-gap":"normal","column-rule-style":"none","column-rule-width":"medium","column-span":"none","column-width":"auto","contain":"none","contain-intrinsic-block-size":"none","contain-intrinsic-height":"none","contain-intrinsic-inline-size":"none","contain-intrinsic-width":"none","content":"normal","counter-increment":"none","counter-reset":"none","counter-set":"none","cursor":"auto","direction":"ltr","empty-cells":"show","filter":"none","flex-basis":"auto","flex-direction":"row","flex-grow":"0","flex-shrink":"1","flex-wrap":"nowrap","float":"none","font-feature-settings":"normal","font-kerning":"auto","font-language-override":"normal","font-optical-sizing":"auto","font-variation-settings":"normal","font-size":"medium","font-size-adjust":"none","font-stretch":"normal","font-style":"normal","font-variant":"normal","font-variant-alternates":"normal","font-variant-caps":"normal","font-variant-east-asian":"normal","font-variant-ligatures":"normal","font-variant-numeric":"normal","font-variant-position":"normal","font-weight":"normal","forced-color-adjust":"auto","grid-auto-columns":"auto","grid-auto-flow":"row","grid-auto-rows":"auto","grid-column-end":"auto","grid-column-gap":"0","grid-column-start":"auto","grid-row-end":"auto","grid-row-gap":"0","grid-row-start":"auto","grid-template-areas":"none","grid-template-columns":"none","grid-template-rows":"none","hanging-punctuation":"none","height":"auto","hyphenate-character":"auto","hyphens":"manual","image-rendering":"auto","image-resolution":"1dppx","ime-mode":"auto","initial-letter":"normal","initial-letter-align":"auto","inline-size":"auto","input-security":"auto","inset":"auto","inset-block":"auto","inset-block-end":"auto","inset-block-start":"auto","inset-inline":"auto","inset-inline-end":"auto","inset-inline-start":"auto","isolation":"auto","justify-content":"normal","justify-items":"legacy","justify-self":"auto","justify-tracks":"normal","left":"auto","letter-spacing":"normal","line-break":"auto","line-clamp":"none","line-height":"normal","line-height-step":"0","list-style-image":"none","list-style-type":"disc","margin-block":"0","margin-block-end":"0","margin-block-start":"0","margin-bottom":"0","margin-inline":"0","margin-inline-end":"0","margin-inline-start":"0","margin-left":"0","margin-right":"0","margin-top":"0","margin-trim":"none","mask-border-mode":"alpha","mask-border-outset":"0","mask-border-slice":"0","mask-border-source":"none","mask-border-width":"auto","mask-composite":"add","mask-image":"none","mask-position":"center","mask-repeat":"repeat","mask-size":"auto","masonry-auto-flow":"pack","math-depth":"0","math-shift":"normal","math-style":"normal","max-block-size":"none","max-height":"none","max-inline-size":"none","max-lines":"none","max-width":"none","min-block-size":"0","min-height":"auto","min-inline-size":"0","min-width":"auto","mix-blend-mode":"normal","object-fit":"fill","offset-anchor":"auto","offset-distance":"0","offset-path":"none","offset-position":"auto","offset-rotate":"auto","opacity":"1","order":"0","orphans":"2","outline-offset":"0","outline-style":"none","outline-width":"medium","overflow-anchor":"auto","overflow-block":"auto","overflow-clip-margin":"0px","overflow-inline":"auto","overflow-wrap":"normal","overscroll-behavior":"auto","overscroll-behavior-block":"auto","overscroll-behavior-inline":"auto","overscroll-behavior-x":"auto","overscroll-behavior-y":"auto","padding-block":"0","padding-block-end":"0","padding-block-start":"0","padding-bottom":"0","padding-inline":"0","padding-inline-end":"0","padding-inline-start":"0","padding-left":"0","padding-right":"0","padding-top":"0","page-break-after":"auto","page-break-before":"auto","page-break-inside":"auto","paint-order":"normal","perspective":"none","place-content":"normal","pointer-events":"auto","position":"static","resize":"none","right":"auto","rotate":"none","row-gap":"normal","scale":"none","scrollbar-color":"auto","scrollbar-gutter":"auto","scrollbar-width":"auto","scroll-behavior":"auto","scroll-margin":"0","scroll-margin-block":"0","scroll-margin-block-start":"0","scroll-margin-block-end":"0","scroll-margin-bottom":"0","scroll-margin-inline":"0","scroll-margin-inline-start":"0","scroll-margin-inline-end":"0","scroll-margin-left":"0","scroll-margin-right":"0","scroll-margin-top":"0","scroll-padding":"auto","scroll-padding-block":"auto","scroll-padding-block-start":"auto","scroll-padding-block-end":"auto","scroll-padding-bottom":"auto","scroll-padding-inline":"auto","scroll-padding-inline-start":"auto","scroll-padding-inline-end":"auto","scroll-padding-left":"auto","scroll-padding-right":"auto","scroll-padding-top":"auto","scroll-snap-align":"none","scroll-snap-coordinate":"none","scroll-snap-points-x":"none","scroll-snap-points-y":"none","scroll-snap-stop":"normal","scroll-snap-type":"none","scroll-snap-type-x":"none","scroll-snap-type-y":"none","scroll-timeline-axis":"block","scroll-timeline-name":"none","shape-image-threshold":"0.0","shape-margin":"0","shape-outside":"none","tab-size":"8","table-layout":"auto","text-align-last":"auto","text-combine-upright":"none","text-decoration-line":"none","text-decoration-skip-ink":"auto","text-decoration-style":"solid","text-decoration-thickness":"auto","text-emphasis-style":"none","text-indent":"0","text-justify":"auto","text-orientation":"mixed","text-overflow":"clip","text-rendering":"auto","text-shadow":"none","text-transform":"none","text-underline-offset":"auto","text-underline-position":"auto","top":"auto","touch-action":"auto","transform":"none","transform-style":"flat","transition-delay":"0s","transition-duration":"0s","transition-property":"all","transition-timing-function":"ease","translate":"none","unicode-bidi":"normal","user-select":"auto","white-space":"normal","widows":"2","width":"auto","will-change":"auto","word-break":"normal","word-spacing":"normal","word-wrap":"normal","z-index":"auto"}')},3195:l=>{"use strict";l.exports=JSON.parse('{"background-clip":"border-box","background-color":"transparent","background-origin":"padding-box","background-size":"auto auto","border-block-color":"currentcolor","border-block-end-color":"currentcolor","border-block-start-color":"currentcolor","border-bottom-color":"currentcolor","border-collapse":"separate","border-inline-color":"currentcolor","border-inline-end-color":"currentcolor","border-inline-start-color":"currentcolor","border-left-color":"currentcolor","border-right-color":"currentcolor","border-top-color":"currentcolor","box-sizing":"content-box","color":"canvastext","column-rule-color":"currentcolor","font-synthesis":"weight style","image-orientation":"from-image","mask-clip":"border-box","mask-mode":"match-source","mask-origin":"border-box","mask-type":"luminance","ruby-align":"space-around","ruby-merge":"separate","ruby-position":"alternate","text-decoration-color":"currentcolor","text-emphasis-color":"currentcolor","text-emphasis-position":"over right","transform-box":"view-box","transform-origin":"50% 50% 0","vertical-align":"baseline","writing-mode":"horizontal-tb"}')}};var v={};function __nccwpck_require__(m){var y=v[m];if(y!==undefined){return y.exports}var _=v[m]={exports:{}};var w=true;try{l[m](_,_.exports,__nccwpck_require__);w=false}finally{if(w)delete v[m]}return _.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var m=__nccwpck_require__(9536);module.exports=m})(); |