190 lines
250 KiB
JavaScript
190 lines
250 KiB
JavaScript
(()=>{var l={6615:(l,m,v)=>{"use strict";Object.defineProperty(m,"__esModule",{value:true});m.getBrowserScope=m.setBrowserScope=m.getLatestStableBrowsers=m.find=m.isSupported=m.getSupport=m.features=undefined;var y=v(4953);var w=_interopRequireDefault(y);var _=v(4907);var k=_interopRequireDefault(_);var S=v(9613);var E=v(4532);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var C=Object.keys(S.features);var O=void 0;function setBrowserScope(l){O=(0,E.cleanBrowsersList)(l)}function getBrowserScope(){return O}var P=(0,w.default)(E.parseCaniuseData,(function(l,m){return l.title+m}));function getSupport(l){var m=void 0;try{m=(0,S.feature)(S.features[l])}catch(m){var v=find(l);if(v.length===1)return getSupport(v[0]);throw new ReferenceError("Please provide a proper feature name. Cannot find "+l)}return P(m,O)}function isSupported(l,m){var v=void 0;try{v=(0,S.feature)(S.features[l])}catch(m){var y=find(l);if(y.length===1){v=S.features[y[0]]}else{throw new ReferenceError("Please provide a proper feature name. Cannot find "+l)}}return(0,k.default)(m,{ignoreUnknownVersions:true}).map((function(l){return l.split(" ")})).every((function(l){return v.stats[l[0]]&&v.stats[l[0]][l[1]]==="y"}))}function find(l){if(typeof l!=="string"){throw new TypeError("The `query` parameter should be a string.")}if(~C.indexOf(l)){return l}return C.filter((function(m){return(0,E.contains)(m,l)}))}function getLatestStableBrowsers(){return(0,k.default)("last 1 version")}setBrowserScope();m.features=C;m.getSupport=getSupport;m.isSupported=isSupported;m.find=find;m.getLatestStableBrowsers=getLatestStableBrowsers;m.setBrowserScope=setBrowserScope;m.getBrowserScope=getBrowserScope},4532:(l,m,v)=>{"use strict";Object.defineProperty(m,"__esModule",{value:true});m.contains=contains;m.parseCaniuseData=parseCaniuseData;m.cleanBrowsersList=cleanBrowsersList;var y=v(2583);var w=_interopRequireDefault(y);var _=v(4907);var k=_interopRequireDefault(_);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function contains(l,m){return!!~l.indexOf(m)}function parseCaniuseData(l,m){var v={};var y;var w;m.forEach((function(m){v[m]={};for(var _ in l.stats[m]){y=l.stats[m][_].replace(/#\d+/,"").trim().split(" ");_=parseFloat(_.split("-")[0]);if(isNaN(_))continue;for(var k=0;k<y.length;k++){w=y[k];if(w==="d"){continue}else if(w==="y"){if(typeof v[m][w]==="undefined"||_<v[m][w]){v[m][w]=_}}else{if(typeof v[m][w]==="undefined"||_>v[m][w]){v[m][w]=_}}}}}));return v}function cleanBrowsersList(l){return(0,w.default)((0,k.default)(l).map((function(l){return l.split(" ")[0]})))}},3251:(l,m)=>{Object.defineProperty(m,"__esModule",{value:!0});var v={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,m,v){return void 0===m&&(m=0),void 0===v&&(v=Math.pow(10,m)),Math.round(v*l)/v+0},e=function(l,m,v){return void 0===m&&(m=0),void 0===v&&(v=1),l>v?v:l>m?l:m},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 m=l.toString(16);return m.length<2?"0"+m:m},h=function(l){var m=l.r,v=l.g,y=l.b,w=l.a,_=Math.max(m,v,y),k=_-Math.min(m,v,y),S=k?_===m?(v-y)/k:_===v?2+(y-m)/k:4+(m-v)/k:0;return{h:60*(S<0?S+6:S),s:_?k/_*100:0,v:_/255*100,a:w}},b=function(l){var m=l.h,v=l.s,y=l.v,w=l.a;m=m/360*6,v/=100,y/=100;var _=Math.floor(m),k=y*(1-v),S=y*(1-(m-_)*v),E=y*(1-(1-m+_)*v),C=_%6;return{r:255*[y,S,k,k,E,y][C],g:255*[E,y,y,S,k,k][C],b:255*[k,k,E,y,y,S][C],a:w}},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((v=(m=l).s,{h:m.h,s:(v*=((y=m.l)<50?y:100-y)/100)>0?2*v/(y+v)*100:0,v:y+v,a:m.a}));var m,v,y},p=function(l){return{h:(m=h(l)).h,s:(w=(200-(v=m.s))*(y=m.v)/100)>0&&w<200?v*y/100/(w<=100?w:200-w)*100:0,l:w/2,a:m.a};var m,v,y,w},w=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,_=/^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 m=y.exec(l);return m?(l=m[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 m=k.exec(l)||S.exec(l);return m?m[2]!==m[4]||m[4]!==m[6]?null:o({r:Number(m[1])/(m[2]?100/255:1),g:Number(m[3])/(m[4]?100/255:1),b:Number(m[5])/(m[6]?100/255:1),a:void 0===m[7]?1:Number(m[7])/(m[8]?100:1)}):null},"rgb"],[function(l){var m=w.exec(l)||_.exec(l);if(!m)return null;var y,k,S=d({h:(y=m[1],k=m[2],void 0===k&&(k="deg"),Number(y)*(v[k]||1)),s:Number(m[3]),l:Number(m[4]),a:void 0===m[5]?1:Number(m[5])/(m[6]?100:1)});return f(S)},"hsl"]],object:[[function(l){var m=l.r,v=l.g,y=l.b,w=l.a,_=void 0===w?1:w;return t(m)&&t(v)&&t(y)?o({r:Number(m),g:Number(v),b:Number(y),a:Number(_)}):null},"rgb"],[function(l){var m=l.h,v=l.s,y=l.l,w=l.a,_=void 0===w?1:w;if(!t(m)||!t(v)||!t(y))return null;var k=d({h:Number(m),s:Number(v),l:Number(y),a:Number(_)});return f(k)},"hsl"],[function(l){var m=l.h,v=l.s,y=l.v,w=l.a,_=void 0===w?1:w;if(!t(m)||!t(v)||!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(m),s:Number(v),v:Number(y),a:Number(_)});return b(k)},"hsv"]]},N=function(l,m){for(var v=0;v<m.length;v++){var y=m[v][0](l);if(y)return[y,m[v][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,m){var v=p(l);return{h:v.h,s:e(v.s+100*m,0,100),l:v.l,a:v.a}},I=function(l){return(299*l.r+587*l.g+114*l.b)/1e3/255},H=function(l,m){var v=p(l);return{h:v.h,s:v.s,l:e(v.l+100*m,0,100),a:v.a}},C=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),m=l.r,v=l.g,y=l.b,_=(w=l.a)<1?i(n(255*w)):"","#"+i(m)+i(v)+i(y)+_;var l,m,v,y,w,_},r.prototype.toRgb=function(){return a(this.rgba)},r.prototype.toRgbString=function(){return l=a(this.rgba),m=l.r,v=l.g,y=l.b,(w=l.a)<1?"rgba("+m+", "+v+", "+y+", "+w+")":"rgb("+m+", "+v+", "+y+")";var l,m,v,y,w},r.prototype.toHsl=function(){return g(p(this.rgba))},r.prototype.toHslString=function(){return l=g(p(this.rgba)),m=l.h,v=l.s,y=l.l,(w=l.a)<1?"hsla("+m+", "+v+"%, "+y+"%, "+w+")":"hsl("+m+", "+v+"%, "+y+"%)";var l,m,v,y,w},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:(m=this.rgba).r,g:m.g,b:m.b,a:l}):n(this.rgba.a,3);var m},r.prototype.hue=function(l){var m=p(this.rgba);return"number"==typeof l?j({h:l,s:m.s,l:m.l,a:m.a}):n(m.h)},r.prototype.isEqual=function(l){return this.toHex()===j(l).toHex()},r}(),j=function(l){return l instanceof C?l:new C(l)},O=[];m.Colord=C,m.colord=j,m.extend=function(l){l.forEach((function(l){O.indexOf(l)<0&&(l(C,E),O.push(l))}))},m.getFormat=function(l){return x(l)[1]},m.random=function(){return new C({r:255*Math.random(),g:255*Math.random(),b:255*Math.random()})}},47:l=>{l.exports=function(l){var r=function(l){var m,v,y,w=l.toHex(),_=l.alpha(),k=w.split(""),S=k[1],E=k[2],C=k[3],O=k[4],P=k[5],L=k[6],T=k[7],R=k[8];if(_>0&&_<1&&(m=parseInt(T+R,16)/255,void 0===(v=2)&&(v=0),void 0===y&&(y=Math.pow(10,v)),Math.round(y*m)/y+0!==_))return null;if(S===E&&C===O&&P===L){if(1===_)return"#"+S+C+P;if(T===R)return"#"+S+C+P+T}return w},n=function(l){return l>0&&l<1?l.toString().replace("0.","."):l};l.prototype.minify=function(l){void 0===l&&(l={});var m=this.toRgb(),v=n(m.r),y=n(m.g),w=n(m.b),_=this.toHsl(),k=n(_.h),S=n(_.s),E=n(_.l),C=n(this.alpha()),O=Object.assign({hex:!0,rgb:!0,hsl:!0},l),P=[];if(O.hex&&(1===C||O.alphaHex)){var L=r(this);L&&P.push(L)}if(O.rgb&&P.push(1===C?"rgb("+v+","+y+","+w+")":"rgba("+v+","+y+","+w+","+C+")"),O.hsl&&P.push(1===C?"hsl("+k+","+S+"%,"+E+"%)":"hsla("+k+","+S+"%,"+E+"%,"+C+")"),O.transparent&&0===v&&0===y&&0===w&&0===C)P.push("transparent");else if(1===C&&O.name&&"function"==typeof this.toName){var T=this.toName();T&&P.push(T)}return function(l){for(var m=l[0],v=1;v<l.length;v++)l[v].length<m.length&&(m=l[v]);return m}(P)}}},2338:l=>{l.exports=function(l,m){var v={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 w in v)y[v[w]]=w;var _={};l.prototype.toName=function(m){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var w,k,S=y[this.toHex()];if(S)return S;if(null==m?void 0:m.closest){var E=this.toRgb(),C=1/0,O="black";if(!_.length)for(var P in v)_[P]=new l(v[P]).toRgb();for(var L in v){var T=(w=E,k=_[L],Math.pow(w.r-k.r,2)+Math.pow(w.g-k.g,2)+Math.pow(w.b-k.b,2));T<C&&(C=T,O=L)}return O}};m.string.push([function(m){var y=m.toLowerCase(),w="transparent"===y?"#0000":v[y];return w?new l(w).toRgb():null},"name"])}},441:l=>{"use strict";
|
||
/*! https://mths.be/cssesc v3.0.0 by @mathias */var m={};var v=m.hasOwnProperty;var y=function merge(l,m){if(!l){return m}var y={};for(var w in m){y[w]=v.call(l,w)?l[w]:m[w]}return y};var w=/[ -,\.\/:-@\[-\^`\{-~]/;var _=/[ -,\.\/:-@\[\]\^`\{-~]/;var k=/['"\\]/;var S=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g;var E=function cssesc(l,m){m=y(m,cssesc.options);if(m.quotes!="single"&&m.quotes!="double"){m.quotes="single"}var v=m.quotes=="double"?'"':"'";var k=m.isIdentifier;var E=l.charAt(0);var C="";var O=0;var P=l.length;while(O<P){var L=l.charAt(O++);var T=L.charCodeAt();var R=void 0;if(T<32||T>126){if(T>=55296&&T<=56319&&O<P){var D=l.charCodeAt(O++);if((D&64512)==56320){T=((T&1023)<<10)+(D&1023)+65536}else{O--}}R="\\"+T.toString(16).toUpperCase()+" "}else{if(m.escapeEverything){if(w.test(L)){R="\\"+L}else{R="\\"+T.toString(16).toUpperCase()+" "}}else if(/[\t\n\f\r\x0B]/.test(L)){R="\\"+T.toString(16).toUpperCase()+" "}else if(L=="\\"||!k&&(L=='"'&&v==L||L=="'"&&v==L)||k&&_.test(L)){R="\\"+L}else{R=L}}C+=R}if(k){if(/^-[-\d]/.test(C)){C="\\-"+C.slice(1)}else if(/\d/.test(E)){C="\\3"+E+" "+C.slice(1)}}C=C.replace(S,(function(l,m,v){if(m&&m.length%2){return l}return(m||"")+v}));if(!k&&m.wrap){return v+C+v}return C};E.options={escapeEverything:false,isIdentifier:false,quotes:"single",wrap:false};E.version="3.0.0";l.exports=E},8721:(l,m,v)=>{"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=v(7098);const w=v(3454);const _=v(9871);const k=v(6349);const S=v(8248);const E=v(2018);const C=v(8274);const O=v(6555);const P=v(3460);const L=v(3716);const T=v(6032);const R=v(810);const D=v(3468);const A=v(2142);const q=v(3710);const F=v(8655);const $=v(5321);const z=v(5786);const V=v(968);const U=v(579);const W=v(44);const B=v(5034);const Q=v(9225);const Y=v(469);const G=v(8259);const J=v(7739);const Z=v(8905);const K=v(2379);const{rawCache:X}=v(7979);const ee={convertValues:{length:false},normalizeCharset:{add:false},cssDeclarationSorter:{keepOverrides:true}};function defaultPreset(l={}){const m=Object.assign({},ee,l);const v=[[w,m.discardComments],[k,m.minifyGradients],[_,m.reduceInitial],[S,m.svgo],[Z,m.normalizeDisplayValues],[E,m.reduceTransforms],[P,m.colormin],[K,m.normalizeTimingFunctions],[O,m.calc],[C,m.convertValues],[L,m.orderedValues],[T,m.minifySelectors],[R,m.minifyParams],[D,m.normalizeCharset],[z,m.discardOverridden],[Q,m.normalizeString],[J,m.normalizeUnicode],[A,m.minifyFontValues],[q,m.normalizeUrl],[V,m.normalizeRepeatStyle],[Y,m.normalizePositions],[G,m.normalizeWhitespace],[F,m.mergeLonghand],[$,m.discardDuplicates],[U,m.mergeRules],[W,m.discardEmpty],[B,m.uniqueSelectors],[y,m.cssDeclarationSorter],[X,m.rawCache]];return{plugins:v}}l.exports=defaultPreset},929:l=>{"use strict";l.exports=function getArguments(l){const m=[[]];for(const v of l.nodes){if(v.type!=="div"){m[m.length-1].push(v)}else{m.push([])}}return m}},7979:(l,m,v)=>{"use strict";const y=v(8459);const w=v(929);const _=v(8242);l.exports={rawCache:y,getArguments:w,sameParent:_}},8459:l=>{"use strict";function pluginCreator(){return{postcssPlugin:"cssnano-util-raw-cache",OnceExit(l,{result:m}){m.root.rawCache={colon:":",indent:"",beforeDecl:"",beforeRule:"",beforeOpen:"",beforeClose:"",beforeComment:"",after:"",emptyBody:"",commentLeft:"",commentRight:""}}}}pluginCreator.postcss=true;l.exports=pluginCreator},8242:l=>{"use strict";function checkMatch(l,m){if(l.type==="atrule"&&m.type==="atrule"){return l.params===m.params&&l.name.toLowerCase()===m.name.toLowerCase()}return l.type===m.type}function sameParent(l,m){if(!l.parent){return!m.parent}if(!m.parent){return false}if(!checkMatch(l.parent,m.parent)){return false}return sameParent(l.parent,m.parent)}l.exports=sameParent},4953:l=>{var m="Expected a function";var v="__lodash_hash_undefined__";var y="[object Function]",w="[object GeneratorFunction]";var _=/[\\^$.*+?()[\]{}|]/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 C=S||E||Function("return this")();function getValue(l,m){return l==null?undefined:l[m]}function isHostObject(l){var m=false;if(l!=null&&typeof l.toString!="function"){try{m=!!(l+"")}catch(l){}}return m}var O=Array.prototype,P=Function.prototype,L=Object.prototype;var T=C["__core-js_shared__"];var R=function(){var l=/[^.]+$/.exec(T&&T.keys&&T.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();var D=P.toString;var A=L.hasOwnProperty;var q=L.toString;var F=RegExp("^"+D.call(A).replace(_,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var $=O.splice;var z=getNative(C,"Map"),V=getNative(Object,"create");function Hash(l){var m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];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 m=this.__data__;if(V){var y=m[l];return y===v?undefined:y}return A.call(m,l)?m[l]:undefined}function hashHas(l){var m=this.__data__;return V?m[l]!==undefined:A.call(m,l)}function hashSet(l,m){var y=this.__data__;y[l]=V&&m===undefined?v:m;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 m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];this.set(y[0],y[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(l){var m=this.__data__,v=assocIndexOf(m,l);if(v<0){return false}var y=m.length-1;if(v==y){m.pop()}else{$.call(m,v,1)}return true}function listCacheGet(l){var m=this.__data__,v=assocIndexOf(m,l);return v<0?undefined:m[v][1]}function listCacheHas(l){return assocIndexOf(this.__data__,l)>-1}function listCacheSet(l,m){var v=this.__data__,y=assocIndexOf(v,l);if(y<0){v.push([l,m])}else{v[y][1]=m}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 m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];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,m){getMapData(this,l).set(l,m);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,m){var v=l.length;while(v--){if(eq(l[v][0],m)){return v}}return-1}function baseIsNative(l){if(!isObject(l)||isMasked(l)){return false}var m=isFunction(l)||isHostObject(l)?F:k;return m.test(toSource(l))}function getMapData(l,m){var v=l.__data__;return isKeyable(m)?v[typeof m=="string"?"string":"hash"]:v.map}function getNative(l,m){var v=getValue(l,m);return baseIsNative(v)?v:undefined}function isKeyable(l){var m=typeof l;return m=="string"||m=="number"||m=="symbol"||m=="boolean"?l!=="__proto__":l===null}function isMasked(l){return!!R&&R in l}function toSource(l){if(l!=null){try{return D.call(l)}catch(l){}try{return l+""}catch(l){}}return""}function memoize(l,v){if(typeof l!="function"||v&&typeof v!="function"){throw new TypeError(m)}var memoized=function(){var m=arguments,y=v?v.apply(this,m):m[0],w=memoized.cache;if(w.has(y)){return w.get(y)}var _=l.apply(this,m);memoized.cache=w.set(y,_);return _};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function eq(l,m){return l===m||l!==l&&m!==m}function isFunction(l){var m=isObject(l)?q.call(l):"";return m==y||m==w}function isObject(l){var m=typeof l;return!!l&&(m=="object"||m=="function")}l.exports=memoize},2583:l=>{var m=200;var v="__lodash_hash_undefined__";var y=1/0;var w="[object Function]",_="[object GeneratorFunction]";var k=/[\\^$.*+?()[\]{}|]/g;var S=/^\[object .+?Constructor\]$/;var E=typeof global=="object"&&global&&global.Object===Object&&global;var C=typeof self=="object"&&self&&self.Object===Object&&self;var O=E||C||Function("return this")();function arrayIncludes(l,m){var v=l?l.length:0;return!!v&&baseIndexOf(l,m,0)>-1}function arrayIncludesWith(l,m,v){var y=-1,w=l?l.length:0;while(++y<w){if(v(m,l[y])){return true}}return false}function baseFindIndex(l,m,v,y){var w=l.length,_=v+(y?1:-1);while(y?_--:++_<w){if(m(l[_],_,l)){return _}}return-1}function baseIndexOf(l,m,v){if(m!==m){return baseFindIndex(l,baseIsNaN,v)}var y=v-1,w=l.length;while(++y<w){if(l[y]===m){return y}}return-1}function baseIsNaN(l){return l!==l}function cacheHas(l,m){return l.has(m)}function getValue(l,m){return l==null?undefined:l[m]}function isHostObject(l){var m=false;if(l!=null&&typeof l.toString!="function"){try{m=!!(l+"")}catch(l){}}return m}function setToArray(l){var m=-1,v=Array(l.size);l.forEach((function(l){v[++m]=l}));return v}var P=Array.prototype,L=Function.prototype,T=Object.prototype;var R=O["__core-js_shared__"];var D=function(){var l=/[^.]+$/.exec(R&&R.keys&&R.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();var A=L.toString;var q=T.hasOwnProperty;var F=T.toString;var $=RegExp("^"+A.call(q).replace(k,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var z=P.splice;var V=getNative(O,"Map"),U=getNative(O,"Set"),W=getNative(Object,"create");function Hash(l){var m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];this.set(y[0],y[1])}}function hashClear(){this.__data__=W?W(null):{}}function hashDelete(l){return this.has(l)&&delete this.__data__[l]}function hashGet(l){var m=this.__data__;if(W){var y=m[l];return y===v?undefined:y}return q.call(m,l)?m[l]:undefined}function hashHas(l){var m=this.__data__;return W?m[l]!==undefined:q.call(m,l)}function hashSet(l,m){var y=this.__data__;y[l]=W&&m===undefined?v:m;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 m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];this.set(y[0],y[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(l){var m=this.__data__,v=assocIndexOf(m,l);if(v<0){return false}var y=m.length-1;if(v==y){m.pop()}else{z.call(m,v,1)}return true}function listCacheGet(l){var m=this.__data__,v=assocIndexOf(m,l);return v<0?undefined:m[v][1]}function listCacheHas(l){return assocIndexOf(this.__data__,l)>-1}function listCacheSet(l,m){var v=this.__data__,y=assocIndexOf(v,l);if(y<0){v.push([l,m])}else{v[y][1]=m}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 m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];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,m){getMapData(this,l).set(l,m);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 m=-1,v=l?l.length:0;this.__data__=new MapCache;while(++m<v){this.add(l[m])}}function setCacheAdd(l){this.__data__.set(l,v);return this}function setCacheHas(l){return this.__data__.has(l)}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd;SetCache.prototype.has=setCacheHas;function assocIndexOf(l,m){var v=l.length;while(v--){if(eq(l[v][0],m)){return v}}return-1}function baseIsNative(l){if(!isObject(l)||isMasked(l)){return false}var m=isFunction(l)||isHostObject(l)?$:S;return m.test(toSource(l))}function baseUniq(l,v,y){var w=-1,_=arrayIncludes,k=l.length,S=true,E=[],C=E;if(y){S=false;_=arrayIncludesWith}else if(k>=m){var O=v?null:B(l);if(O){return setToArray(O)}S=false;_=cacheHas;C=new SetCache}else{C=v?[]:E}e:while(++w<k){var P=l[w],L=v?v(P):P;P=y||P!==0?P:0;if(S&&L===L){var T=C.length;while(T--){if(C[T]===L){continue e}}if(v){C.push(L)}E.push(P)}else if(!_(C,L,y)){if(C!==E){C.push(L)}E.push(P)}}return E}var B=!(U&&1/setToArray(new U([,-0]))[1]==y)?noop:function(l){return new U(l)};function getMapData(l,m){var v=l.__data__;return isKeyable(m)?v[typeof m=="string"?"string":"hash"]:v.map}function getNative(l,m){var v=getValue(l,m);return baseIsNative(v)?v:undefined}function isKeyable(l){var m=typeof l;return m=="string"||m=="number"||m=="symbol"||m=="boolean"?l!=="__proto__":l===null}function isMasked(l){return!!D&&D 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,m){return l===m||l!==l&&m!==m}function isFunction(l){var m=isObject(l)?F.call(l):"";return m==w||m==_}function isObject(l){var m=typeof l;return!!l&&(m=="object"||m=="function")}function noop(){}l.exports=uniq},5299:l=>{"use strict";const m="text/plain";const v="us-ascii";const testParameter=(l,m)=>m.some((m=>m instanceof RegExp?m.test(l):m===l));const normalizeDataURL=(l,{stripHash:y})=>{const w=/^data:(?<type>[^,]*?),(?<data>[^#]*?)(?:#(?<hash>.*))?$/.exec(l);if(!w){throw new Error(`Invalid URL: ${l}`)}let{type:_,data:k,hash:S}=w.groups;const E=_.split(";");S=y?"":S;let C=false;if(E[E.length-1]==="base64"){E.pop();C=true}const O=(E.shift()||"").toLowerCase();const P=E.map((l=>{let[m,y=""]=l.split("=").map((l=>l.trim()));if(m==="charset"){y=y.toLowerCase();if(y===v){return""}}return`${m}${y?`=${y}`:""}`})).filter(Boolean);const L=[...P];if(C){L.push("base64")}if(L.length!==0||O&&O!==m){L.unshift(O)}return`data:${L.join(";")},${C?k.trim():k}${S?`#${S}`:""}`};const normalizeUrl=(l,m)=>{m={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,...m};l=l.trim();if(/^data:/i.test(l)){return normalizeDataURL(l,m)}if(/^view-source:/i.test(l)){throw new Error("`view-source:` is not supported as it is a non-standard protocol")}const v=l.startsWith("//");const y=!v&&/^\.*\//.test(l);if(!y){l=l.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,m.defaultProtocol)}const w=new URL(l);if(m.forceHttp&&m.forceHttps){throw new Error("The `forceHttp` and `forceHttps` options cannot be used together")}if(m.forceHttp&&w.protocol==="https:"){w.protocol="http:"}if(m.forceHttps&&w.protocol==="http:"){w.protocol="https:"}if(m.stripAuthentication){w.username="";w.password=""}if(m.stripHash){w.hash=""}else if(m.stripTextFragment){w.hash=w.hash.replace(/#?:~:text.*?$/i,"")}if(w.pathname){w.pathname=w.pathname.replace(/(?<!\b(?:[a-z][a-z\d+\-.]{1,50}:))\/{2,}/g,"/")}if(w.pathname){try{w.pathname=decodeURI(w.pathname)}catch(l){}}if(m.removeDirectoryIndex===true){m.removeDirectoryIndex=[/^index\.[a-z]+$/]}if(Array.isArray(m.removeDirectoryIndex)&&m.removeDirectoryIndex.length>0){let l=w.pathname.split("/");const v=l[l.length-1];if(testParameter(v,m.removeDirectoryIndex)){l=l.slice(0,l.length-1);w.pathname=l.slice(1).join("/")+"/"}}if(w.hostname){w.hostname=w.hostname.replace(/\.$/,"");if(m.stripWWW&&/^www\.(?!www\.)(?:[a-z\-\d]{1,63})\.(?:[a-z.\-\d]{2,63})$/.test(w.hostname)){w.hostname=w.hostname.replace(/^www\./,"")}}if(Array.isArray(m.removeQueryParameters)){for(const l of[...w.searchParams.keys()]){if(testParameter(l,m.removeQueryParameters)){w.searchParams.delete(l)}}}if(m.removeQueryParameters===true){w.search=""}if(m.sortQueryParameters){w.searchParams.sort()}if(m.removeTrailingSlash){w.pathname=w.pathname.replace(/\/$/,"")}const _=l;l=w.toString();if(!m.removeSingleSlash&&w.pathname==="/"&&!_.endsWith("/")&&w.hash===""){l=l.replace(/\/$/,"")}if((m.removeTrailingSlash||w.pathname==="/")&&w.hash===""&&m.removeSingleSlash){l=l.replace(/\/$/,"")}if(v&&!m.normalizeProtocol){l=l.replace(/^http:\/\//,"//")}if(m.stripProtocol){l=l.replace(/^(?:https?:)?\/\//,"")}return l};l.exports=normalizeUrl},6555:(l,m,v)=>{"use strict";const y=v(1721);function pluginCreator(l){const m=Object.assign({precision:5,preserve:false,warnWhenCannotResolve:false,mediaQueries:false,selectors:false},l);return{postcssPlugin:"postcss-calc",OnceExit(l,{result:v}){l.walk((l=>{const{type:w}=l;if(w==="decl"){y(l,"value",m,v)}if(w==="atrule"&&m.mediaQueries){y(l,"params",m,v)}if(w==="rule"&&m.selectors){y(l,"selector",m,v)}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},8498:l=>{"use strict";const m={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,v,y,w){const _=v.toLowerCase();const k=y.toLowerCase();if(!m[k]){throw new Error("Cannot convert to "+y)}if(!m[k][_]){throw new Error("Cannot convert from "+v+" to "+y)}const S=m[k][_]*l;if(w!==false){w=Math.pow(10,Math.ceil(w)||5);return Math.round(S*w)/w}return S}l.exports=convertUnit},725:(l,m,v)=>{"use strict";const y=v(8498);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,m,v,y){if(!isAddSubOperator(l)){throw new Error(`invalid operator ${l}`)}if(isValueType(m)){const w=v.findIndex((l=>l.node.type===m.type));if(w>=0){if(m.value===0){return}const _=v[w].node;const{left:k,right:S}=convertNodesUnits(_,m,y);if(v[w].preOperator==="-"){v[w].preOperator="+";k.value*=-1}if(l==="+"){k.value+=S.value}else{k.value-=S.value}if(k.value>=0){v[w]={node:k,preOperator:"+"}}else{k.value*=-1;v[w]={node:k,preOperator:"-"}}}else{if(m.value>=0){v.push({node:m,preOperator:l})}else{m.value*=-1;v.push({node:m,preOperator:flip(l)})}}}else if(m.type==="MathExpression"){if(isAddSubOperator(m.operator)){collectAddSubItems(l,m.left,v,y);const w=l==="-"?flip(m.operator):m.operator;collectAddSubItems(w,m.right,v,y)}else{const w=reduce(m,y);if(w.type!=="MathExpression"||isAddSubOperator(w.operator)){collectAddSubItems(l,w,v,y)}else{v.push({node:w,preOperator:l})}}}else if(m.type==="ParenthesizedExpression"){collectAddSubItems(l,m.content,v,y)}else{v.push({node:m,preOperator:l})}}function reduceAddSubExpression(l,m){const v=[];collectAddSubItems("+",l,v,m);const y=v.filter((l=>!(isValueType(l.node)&&l.node.value===0)));const w=y[0];if(!w||w.preOperator==="-"&&!isValueType(w.node)){const l=v.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 _=y[0].node;for(let l=1;l<y.length;l++){_={type:"MathExpression",operator:y[l].preOperator,left:_,right:y[l].node}}return _}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,m){if(m===0){throw new Error("Cannot divide by zero")}if(isValueType(l)){l.value/=m;return l}if(l.type==="MathExpression"&&isAddSubOperator(l.operator)){return{type:"MathExpression",operator:l.operator,left:applyNumberDivision(l.left,m),right:applyNumberDivision(l.right,m)}}return{type:"MathExpression",operator:"/",left:l,right:{type:"Number",value:m}}}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,m){if(isValueType(l)){l.value*=m;return l}if(l.type==="MathExpression"&&isAddSubOperator(l.operator)){return{type:"MathExpression",operator:l.operator,left:applyNumberMultiplication(l.left,m),right:applyNumberMultiplication(l.right,m)}}return{type:"MathExpression",operator:"*",left:l,right:{type:"Number",value:m}}}function convertNodesUnits(l,m,v){switch(l.type){case"LengthValue":case"AngleValue":case"TimeValue":case"FrequencyValue":case"ResolutionValue":if(m.type===l.type&&m.unit&&l.unit){const w=y(m.value,m.unit,l.unit,v);m={type:l.type,value:w,unit:l.unit}}return{left:l,right:m};default:return{left:l,right:m}}}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,m){if(l.type==="MathExpression"){if(isAddSubOperator(l.operator)){return reduceAddSubExpression(l,m)}l.left=reduce(l.left,m);l.right=reduce(l.right,m);switch(l.operator){case"/":return reduceDivisionExpression(l);case"*":return reduceMultiplicationExpression(l)}return l}if(l.type==="ParenthesizedExpression"){if(includesNoCssProperties(l)){return reduce(l.content,m)}}return l}l.exports=reduce},4728:l=>{"use strict";const m={"*":0,"/":0,"+":1,"-":1};function round(l,m){if(m!==false){const v=Math.pow(10,m);return Math.round(l*v)/v}return l}function stringify(l,v){switch(l.type){case"MathExpression":{const{left:y,right:w,operator:_}=l;let k="";if(y.type==="MathExpression"&&m[_]<m[y.operator]){k+=`(${stringify(y,v)})`}else{k+=stringify(y,v)}k+=m[_]?` ${l.operator} `:l.operator;if(w.type==="MathExpression"&&m[_]<m[w.operator]){k+=`(${stringify(w,v)})`}else{k+=stringify(w,v)}return k}case"Number":return round(l.value,v).toString();case"Function":return l.value.toString();case"ParenthesizedExpression":return`(${stringify(l.content,v)})`;default:return round(l.value,v)+l.unit}}l.exports=function(l,m,v,y,w,_){let k=stringify(m,y.precision);const S=m.type==="MathExpression"||m.type==="Function";if(S){k=`${l}(${k})`;if(y.warnWhenCannotResolve){w.warn("Could not reduce expression: "+v,{plugin:"postcss-calc",node:_})}}return k}},1721:(l,m,v)=>{"use strict";const y=v(8235);const w=v(2045);const{parser:_}=v(1918);const k=v(725);const S=v(4728);const E=/((?:-(moz|webkit)-)?calc)/i;function transformValue(l,m,v,y){return w(l).walk((C=>{if(C.type!=="function"||!E.test(C.value)){return}const O=w.stringify(C.nodes);const P=_.parse(O);const L=k(P,m.precision);C.type="word";C.value=S(C.value,L,l,m,v,y);return false})).toString()}function transformSelector(l,m,v,w){return y((l=>{l.walk((l=>{if(l.type==="attribute"&&l.value){l.setValue(transformValue(l.value,m,v,w))}if(l.type==="tag"){l.value=transformValue(l.value,m,v,w)}return}))})).processSync(l)}l.exports=(l,m,v,y)=>{let w=l[m];try{w=m==="selector"?transformSelector(l[m],v,y,l):transformValue(l[m],v,y,l)}catch(m){if(m instanceof Error){y.warn(m.message,{node:l})}else{y.warn("Error",{node:l})}return}if(v.preserve&&l[m]!==w){const v=l.clone();v[m]=w;l.parent.insertBefore(l,v)}else{l[m]=w}}},1918:(l,m)=>{var v=function(){function JisonParserError(l,m){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=m;var v;if(m&&m.exception instanceof Error){var y=m.exception;this.message=y.message||l;v=y.stack}if(!v){if(Error.hasOwnProperty("captureStackTrace")){Error.captureStackTrace(this,this.constructor)}else{v=new Error(l).stack}}if(v){Object.defineProperty(this,"stack",{enumerable:false,writable:false,value:v})}}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 m=[];var v=l.pop;var y=l.rule;for(var w=0,_=v.length;w<_;w++){m.push([v[w],y[w]])}return m}function bda(l){var m={};var v=l.idx;var y=l.goto;for(var w=0,_=v.length;w<_;w++){var k=v[w];m[k]=y[w]}return m}function bt(l){var m=[];var v=l.len;var y=l.symbol;var w=l.type;var _=l.state;var k=l.mode;var S=l.goto;for(var E=0,C=v.length;E<C;E++){var O=v[E];var P={};for(var L=0;L<O;L++){var T=y.shift();switch(w.shift()){case 2:P[T]=[k.shift(),S.shift()];break;case 0:P[T]=_.shift();break;default:P[T]=[3]}}m.push(P)}return m}function s(l,m,v){v=v||0;for(var y=0;y<m;y++){this.push(l);l+=v}}function c(l,m){l=this.length-l;for(m+=l;l<m;l++){this.push(this[l])}}function u(l){var m=[];for(var v=0,y=l.length;v<y;v++){var w=l[v];if(typeof w==="function"){v++;w.apply(m,l[v])}else{m.push(w)}}return m}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 m=this.symbols_;for(var v in m){if(m[v]===l){return v}}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 m=this.getSymbolName(l);if(m){return this.quoteName(m)}return null},collect_expected_token_set:function parser_collect_expected_token_set(l,m){var v=this.TERROR;var y=[];var w={};if(!m&&this.state_descriptions_&&this.state_descriptions_[l]){return[this.state_descriptions_[l]]}for(var _ in this.table[l]){_=+_;if(_!==v){var k=m?_:this.describeSymbol(_);if(k&&!w[k]){y.push(k);w[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,m,v){var y=this.yy;var w=y.parser;var _=y.lexer;switch(l){case 0:
|
||
/*! Production:: $accept : expression $end */
|
||
this.$=v[m-1];break;case 1:
|
||
/*! Production:: expression : math_expression EOF */
|
||
this.$=v[m-1];return v[m-1];break;case 2:
|
||
/*! Production:: math_expression : CALC LPAREN math_expression RPAREN */
|
||
this.$=v[m-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:v[m-1],left:v[m-2],right:v[m]};break;case 7:
|
||
/*! Production:: math_expression : LPAREN math_expression RPAREN */
|
||
this.$={type:"ParenthesizedExpression",content:v[m-1]};break;case 8:
|
||
/*! Production:: math_expression : function */case 9:
|
||
/*! Production:: math_expression : dimension */case 10:
|
||
/*! Production:: math_expression : number */
|
||
this.$=v[m];break;case 11:
|
||
/*! Production:: function : FUNCTION */
|
||
this.$={type:"Function",value:v[m]};break;case 12:
|
||
/*! Production:: dimension : LENGTH */
|
||
this.$={type:"LengthValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 13:
|
||
/*! Production:: dimension : ANGLE */
|
||
this.$={type:"AngleValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 14:
|
||
/*! Production:: dimension : TIME */
|
||
this.$={type:"TimeValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 15:
|
||
/*! Production:: dimension : FREQ */
|
||
this.$={type:"FrequencyValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 16:
|
||
/*! Production:: dimension : RES */
|
||
this.$={type:"ResolutionValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 17:
|
||
/*! Production:: dimension : UNKNOWN_DIMENSION */
|
||
this.$={type:"UnknownDimension",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 18:
|
||
/*! Production:: dimension : EMS */
|
||
this.$={type:"EmValue",value:parseFloat(v[m]),unit:"em"};break;case 19:
|
||
/*! Production:: dimension : EXS */
|
||
this.$={type:"ExValue",value:parseFloat(v[m]),unit:"ex"};break;case 20:
|
||
/*! Production:: dimension : CHS */
|
||
this.$={type:"ChValue",value:parseFloat(v[m]),unit:"ch"};break;case 21:
|
||
/*! Production:: dimension : REMS */
|
||
this.$={type:"RemValue",value:parseFloat(v[m]),unit:"rem"};break;case 22:
|
||
/*! Production:: dimension : VHS */
|
||
this.$={type:"VhValue",value:parseFloat(v[m]),unit:"vh"};break;case 23:
|
||
/*! Production:: dimension : VWS */
|
||
this.$={type:"VwValue",value:parseFloat(v[m]),unit:"vw"};break;case 24:
|
||
/*! Production:: dimension : VMINS */
|
||
this.$={type:"VminValue",value:parseFloat(v[m]),unit:"vmin"};break;case 25:
|
||
/*! Production:: dimension : VMAXS */
|
||
this.$={type:"VmaxValue",value:parseFloat(v[m]),unit:"vmax"};break;case 26:
|
||
/*! Production:: dimension : PERCENTAGE */
|
||
this.$={type:"PercentageValue",value:parseFloat(v[m]),unit:"%"};break;case 27:
|
||
/*! Production:: dimension : ADD dimension */
|
||
var k=v[m];this.$=k;break;case 28:
|
||
/*! Production:: dimension : SUB dimension */
|
||
var k=v[m];k.value*=-1;this.$=k;break;case 29:
|
||
/*! Production:: number : NUMBER */case 30:
|
||
/*! Production:: number : ADD NUMBER */
|
||
this.$={type:"Number",value:parseFloat(v[m])};break;case 31:
|
||
/*! Production:: number : SUB NUMBER */
|
||
this.$={type:"Number",value:parseFloat(v[m])*-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,m,v){if(m.recoverable){if(typeof this.trace==="function"){this.trace(l)}m.destroy()}else{if(typeof this.trace==="function"){this.trace(l)}if(!v){v=this.JisonParserError}throw new v(l,m)}},parse:function parse(l){var m=this;var v=new Array(128);var y=new Array(128);var w=new Array(128);var _=this.table;var k=0;var S=0;var E=this.TERROR;var C=this.EOF;var O=this.options.errorRecoveryTokenDiscardCount|0||3;var P=[0,47];var L;if(this.__lexer__){L=this.__lexer__}else{L=this.__lexer__=Object.create(this.lexer)}var T={parseError:undefined,quoteName:undefined,lexer:undefined,parser:undefined,pre_parse:undefined,post_parse:undefined,pre_lex:undefined,post_lex:undefined};var R;if(typeof assert!=="function"){R=function JisonAssert(l,m){if(!l){throw new Error("assertion failed: "+(m||"***"))}}}else{R=assert}this.yyGetSharedState=function yyGetSharedState(){return T};function shallow_copy_noclobber(l,m){for(var v in m){if(typeof l[v]==="undefined"&&Object.prototype.hasOwnProperty.call(m,v)){l[v]=m[v]}}}shallow_copy_noclobber(T,this.yy);T.lexer=L;T.parser=this;if(typeof T.parseError==="function"){this.parseError=function parseErrorAlt(l,m,v){if(!v){v=this.JisonParserError}return T.parseError.call(this,l,m,v)}}else{this.parseError=this.originalParseError}if(typeof T.quoteName==="function"){this.quoteName=function quoteNameAlt(l){return T.quoteName.call(this,l)}}else{this.quoteName=this.originalQuoteName}this.cleanupAfterParse=function parser_cleanupAfterParse(l,m,_){var S;if(m){var E;if(T.post_parse||this.post_parse){E=this.constructParseErrorInfo(null,null,null,false)}if(T.post_parse){S=T.post_parse.call(this,T,l,E);if(typeof S!=="undefined")l=S}if(this.post_parse){S=this.post_parse.call(this,T,l,E);if(typeof S!=="undefined")l=S}if(E&&E.destroy){E.destroy()}}if(this.__reentrant_call_depth>1)return l;if(L.cleanupAfterLex){L.cleanupAfterLex(_)}if(T){T.lexer=undefined;T.parser=undefined;if(L.yy===T){L.yy=undefined}}T=undefined;this.parseError=this.originalParseError;this.quoteName=this.originalQuoteName;v.length=0;y.length=0;w.length=0;k=0;if(!_){for(var C=this.__error_infos.length-1;C>=0;C--){var O=this.__error_infos[C];if(O&&typeof O.destroy==="function"){O.destroy()}}this.__error_infos.length=0}return l};this.constructParseErrorInfo=function parser_constructParseErrorInfo(l,m,_,E){var C={errStr:l,exception:m,text:L.match,value:L.yytext,token:this.describeSymbol(S)||S,token_id:S,line:L.yylineno,expected:_,recoverable:E,state:A,action:q,new_state:B,symbol_stack:v,state_stack:y,value_stack:w,stack_pointer:k,yy:T,lexer:L,parser:this,destroy:function destructParseErrorInfo(){var l=!!this.recoverable;for(var m in this){if(this.hasOwnProperty(m)&&typeof m==="object"){this[m]=undefined}}this.recoverable=l}};this.__error_infos.push(C);return C};function getNonTerminalFromCode(l){var v=m.getSymbolName(l);if(!v){v=l}return v}function stdLex(){var l=L.lex();if(typeof l!=="number"){l=m.symbols_[l]||l}return l||C}function fastLex(){var l=L.fastLex();if(typeof l!=="number"){l=m.symbols_[l]||l}return l||C}var D=stdLex;var A,q,F,$;var z={$:true,_$:undefined,yy:T};var V;var U;var W;var B;var Q=false;try{this.__reentrant_call_depth++;L.setInput(l,T);if(typeof L.canIUse==="function"){var Y=L.canIUse();if(Y.fastLex&&typeof fastLex==="function"){D=fastLex}}w[k]=null;y[k]=0;v[k]=0;++k;if(this.pre_parse){this.pre_parse.call(this,T)}if(T.pre_parse){T.pre_parse.call(this,T)}B=y[k-1];for(;;){A=B;if(this.defaultActions[A]){q=2;B=this.defaultActions[A]}else{if(!S){S=D()}$=_[A]&&_[A][S]||P;B=$[1];q=$[0];if(!q){var G;var J=this.describeSymbol(S)||S;var Z=this.collect_expected_token_set(A);if(typeof L.yylineno==="number"){G="Parse error on line "+(L.yylineno+1)+": "}else{G="Parse error: "}if(typeof L.showPosition==="function"){G+="\n"+L.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:v[k]=S;w[k]=L.yytext;y[k]=B;++k;S=0;continue;case 2:W=this.productions_[B-1];U=W[1];F=this.performAction.call(z,B,k-1,w);if(typeof F!=="undefined"){Q=F;break}k-=U;var K=W[0];v[k]=K;w[k]=z.$;B=_[y[k-1]][K];y[k]=B;++k;continue;case 3:if(k!==-2){Q=true;k--;if(typeof w[k]!=="undefined"){Q=w[k]}}break}break}}catch(l){if(l instanceof this.JisonParserError){throw l}else if(L&&typeof L.JisonLexerError==="function"&&l instanceof L.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 m=function(){function JisonLexerError(l,m){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=m;var v;if(m&&m.exception instanceof Error){var y=m.exception;this.message=y.message||l;v=y.stack}if(!v){if(Error.hasOwnProperty("captureStackTrace")){Error.captureStackTrace(this,this.constructor)}else{v=new Error(l).stack}}if(v){Object.defineProperty(this,"stack",{enumerable:false,writable:false,value:v})}}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,m,v){l=""+l;if(v==undefined){v=!(l.indexOf("\n")>0&&l.indexOf("^")>0)}if(this.yylloc&&v){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 w=this.showPosition();if(w){if(l.length&&l[l.length-1]!=="\n"&&w[0]!=="\n"){l+="\n"+w}else{l+=w}}}}var _={errStr:l,recoverable:!!m,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 m in this){if(this.hasOwnProperty(m)&&typeof m==="object"){this[m]=undefined}}this.recoverable=l}};this.__error_infos.push(_);return _},parseError:function lexer_parseError(l,m,v){if(!v){v=this.JisonLexerError}if(this.yy){if(this.yy.parser&&typeof this.yy.parser.parseError==="function"){return this.yy.parser.parseError.call(this,l,m,v)||this.ERROR}else if(typeof this.yy.parseError==="function"){return this.yy.parseError.call(this,l,m,v)||this.ERROR}}throw new v(l,m)},yyerror:function yyError(l){var m="";if(this.yylloc){m=" on line "+(this.yylineno+1)}var v=this.constructLexErrorInfo("Lexical error"+m+": "+l,this.options.lexerErrorsAreRecoverable);var y=Array.prototype.slice.call(arguments,1);if(y.length){v.extra_error_attributes=y}return this.parseError(v.errStr,v,this.JisonLexerError)||this.ERROR},cleanupAfterLex:function lexer_cleanupAfterLex(l){this.setInput("",{});if(!l){for(var m=this.__error_infos.length-1;m>=0;m--){var v=this.__error_infos[m];if(v&&typeof v.destroy==="function"){v.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,m){this.yy=m||this.yy||{};if(!this.__decompressed){var v=this.rules;for(var y=0,w=v.length;y<w;y++){var _=v[y];if(typeof _==="number"){v[y]=v[_]}}var k=this.conditions;for(var S in k){var E=k[S];var C=E.rules;var w=C.length;var O=new Array(w+1);var P=new Array(w+1);for(var y=0;y<w;y++){var L=C[y];var _=v[L];O[y+1]=_;P[y+1]=L}E.rules=P;E.__rule_regexes=O;E.__rule_count=w}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,m){var v=l.call(this,this._input,m);if(typeof v!=="string"){if(v){this._input=""+v}}else{this._input=v}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 m=1;var v=false;if(l==="\n"){v=true}else if(l==="\r"){v=true;var y=this._input[1];if(y==="\n"){m++;l+=y;this.yytext+=y;this.yyleng++;this.offset++;this.match+=y;this.matched+=y;this.yylloc.range[1]++}}if(v){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(m);return l},unput:function lexer_unput(l){var m=l.length;var v=l.split(/(?:\r\n?|\n)/g);this._input=l+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-m);this.yyleng=this.yytext.length;this.offset-=m;this.match=this.match.substr(0,this.match.length-m);this.matched=this.matched.substr(0,this.matched.length-m);if(v.length>1){this.yylineno-=v.length-1;this.yylloc.last_line=this.yylineno+1;var y=this.match;var w=y.split(/(?:\r\n?|\n)/g);if(w.length===1){y=this.matched;w=y.split(/(?:\r\n?|\n)/g)}this.yylloc.last_column=w[w.length-1].length}else{this.yylloc.last_column-=m}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 m=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(m.errStr,m,this.JisonLexerError)||this.ERROR}return this},less:function lexer_less(l){return this.unput(this.match.slice(l))},pastInput:function lexer_pastInput(l,m){var v=this.matched.substring(0,this.matched.length-this.match.length);if(l<0)l=v.length;else if(!l)l=20;if(m<0)m=v.length;else if(!m)m=1;v=v.substr(-l*2-2);var y=v.replace(/\r\n|\r/g,"\n").split("\n");y=y.slice(-m);v=y.join("\n");if(v.length>l){v="..."+v.substr(-l)}return v},upcomingInput:function lexer_upcomingInput(l,m){var v=this.match;if(l<0)l=v.length+this._input.length;else if(!l)l=20;if(m<0)m=l;else if(!m)m=1;if(v.length<l*2+2){v+=this._input.substring(0,l*2+2)}var y=v.replace(/\r\n|\r/g,"\n").split("\n");y=y.slice(0,m);v=y.join("\n");if(v.length>l){v=v.substring(0,l)+"..."}return v},showPosition:function lexer_showPosition(l,m){var v=this.pastInput(l).replace(/\s/g," ");var y=new Array(v.length+1).join("-");return v+this.upcomingInput(m).replace(/\s/g," ")+"\n"+y+"^"},deriveLocationInfo:function lexer_deriveYYLLOC(l,m,v,y){var w={first_line:1,first_column:0,last_line:1,last_column:0,range:[0,0]};if(l){w.first_line=l.first_line|0;w.last_line=l.last_line|0;w.first_column=l.first_column|0;w.last_column=l.last_column|0;if(l.range){w.range[0]=l.range[0]|0;w.range[1]=l.range[1]|0}}if(w.first_line<=0||w.last_line<w.first_line){if(w.first_line<=0&&m){w.first_line=m.last_line|0;w.first_column=m.last_column|0;if(m.range){w.range[0]=l.range[1]|0}}if((w.last_line<=0||w.last_line<w.first_line)&&v){w.last_line=v.first_line|0;w.last_column=v.first_column|0;if(v.range){w.range[1]=l.range[0]|0}}if(w.first_line<=0&&y&&(w.last_line<=0||y.last_line<=w.last_line)){w.first_line=y.first_line|0;w.first_column=y.first_column|0;if(y.range){w.range[0]=y.range[0]|0}}if(w.last_line<=0&&y&&(w.first_line<=0||y.first_line>=w.first_line)){w.last_line=y.last_line|0;w.last_column=y.last_column|0;if(y.range){w.range[1]=y.range[1]|0}}}if(w.last_line<=0){if(w.first_line<=0){w.first_line=this.yylloc.first_line;w.last_line=this.yylloc.last_line;w.first_column=this.yylloc.first_column;w.last_column=this.yylloc.last_column;w.range[0]=this.yylloc.range[0];w.range[1]=this.yylloc.range[1]}else{w.last_line=this.yylloc.last_line;w.last_column=this.yylloc.last_column;w.range[1]=this.yylloc.range[1]}}if(w.first_line<=0){w.first_line=w.last_line;w.first_column=0;w.range[1]=w.range[0]}if(w.first_column<0){w.first_column=0}if(w.last_column<0){w.last_column=w.first_column>0?w.first_column:80}return w},prettyPrintRange:function lexer_prettyPrintRange(l,m,v){l=this.deriveLocationInfo(l,m,v);const y=3;const w=1;const _=2;var k=this.matched+this._input;var S=k.split("\n");var E=Math.max(1,m?m.first_line:l.first_line-y);var C=Math.max(1,v?v.last_line:l.last_line+w);var O=1+Math.log10(C|1)|0;var P=new Array(O).join(" ");var L=[];var T=S.slice(E-1,C+1).map((function injectLineNumber(m,v){var y=v+E;var w=(P+y).substr(-O);var _=w+": "+m;var k=new Array(O+1).join("^");var S=2+1;var C=0;if(y===l.first_line){S+=l.first_column;C=Math.max(2,(y===l.last_line?l.last_column:m.length)-l.first_column+1)}else if(y===l.last_line){C=Math.max(2,l.last_column+1)}else if(y>l.first_line&&y<l.last_line){C=Math.max(2,m.length+1)}if(C){var T=new Array(S).join(".");var R=new Array(C).join("^");_+="\n"+k+T+R;if(m.trim().length>0){L.push(v)}}_=_.replace(/\t/g," ");return _}));if(L.length>2*_){var R=L[_-1]+1;var D=L[L.length-_]-1;var A=new Array(O+1).join(" ")+" (...continued...)";A+="\n"+new Array(O+1).join("-")+" (---------------)";T.splice(R,D-R+1,A)}return T.join("\n")},describeYYLLOC:function lexer_describe_yylloc(l,m){var v=l.first_line;var y=l.last_line;var w=l.first_column;var _=l.last_column;var k=y-v;var S=_-w;var E;if(k===0){E="line "+v+", ";if(S<=1){E+="column "+w}else{E+="columns "+w+" .. "+_}}else{E="lines "+v+"(column "+w+") .. "+y+"(column "+_+")"}if(l.range&&m){var C=l.range[0];var O=l.range[1]-1;if(O<=C){E+=" {String Offset: "+C+"}"}else{E+=" {String Offset range: "+C+" .. "+O+"}"}}return E},test_match:function lexer_test_match(l,m){var v,y,w,_,k;if(this.options.backtrack_lexer){w={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}}_=l[0];k=_.length;y=_.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+=_;this.match+=_;this.matched+=_;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);v=this.performAction.call(this,this.yy,m,this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input){this.done=false}if(v){return v}else if(this._backtrack){for(var S in w){this[S]=w[S]}this.__currentRuleSet__=null;return false}else if(this._signaled_error_token){v=this._signaled_error_token;this._signaled_error_token=false;return v}return false},next:function lexer_next(){if(this.done){this.clear();return this.EOF}if(!this._input){this.done=true}var l,m,v,y;if(!this._more){this.clear()}var w=this.__currentRuleSet__;if(!w){w=this.__currentRuleSet__=this._currentRules();if(!w||!w.rules){var _="";if(this.options.trackPosition){_=" on line "+(this.yylineno+1)}var k=this.constructLexErrorInfo("Internal lexer engine error"+_+': 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=w.rules;var E=w.__rule_regexes;var C=w.__rule_count;for(var O=1;O<=C;O++){v=this._input.match(E[O]);if(v&&(!m||v[0].length>m[0].length)){m=v;y=O;if(this.options.backtrack_lexer){l=this.test_match(v,S[O]);if(l!==false){return l}else if(this._backtrack){m=undefined;continue}else{return false}}else if(!this.options.flex){break}}}if(m){l=this.test_match(m,S[y]);if(l!==false){return l}return false}if(!this._input){this.done=true;this.clear();return this.EOF}else{var _="";if(this.options.trackPosition){_=" on line "+(this.yylineno+1)}var k=this.constructLexErrorInfo("Lexical error"+_+": Unrecognized text.",this.options.lexerErrorsAreRecoverable);var P=this._input;var L=this.topState();var T=this.conditionStack.length;l=this.parseError(k.errStr,k,this.JisonLexerError)||this.ERROR;if(l===this.ERROR){if(!this.matches&&P===this._input&&L===this.topState()&&T===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,m,v){var y=this;var w=v;switch(m){case 0:
|
||
/*! Conditions:: INITIAL */
|
||
/*! Rule:: \s+ */
|
||
break;default:return this.simpleCaseActionClusters[m]}},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=m;function Parser(){this.yy={}}Parser.prototype=l;l.Parser=Parser;return new Parser}();if(true){m.parser=v;m.Parser=v.Parser;m.parse=function(){return v.parse.apply(v,arguments)}}},3460:(l,m,v)=>{"use strict";const y=v(4907);const{isSupported:w}=v(6615);const _=v(2045);const k=v(6219);function walk(l,m){l.nodes.forEach(((v,y)=>{const w=m(v,y,l);if(v.type==="function"&&w!==false){walk(v,m)}}))}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,m){const v=_(l);walk(v,((l,v,y)=>{if(l.type==="function"){if(/^(rgb|hsl)a?$/i.test(l.value)){const{value:w}=l;l.value=k(_.stringify(l),m);l.type="word";const S=y.nodes[v+1];if(l.value!==w&&S&&(S.type==="word"||S.type==="function")){y.nodes.splice(v+1,0,{type:"space",value:" "})}}else if(isMathFunctionNode(l)){return false}}else if(l.type==="word"){l.value=k(l.value,m)}}));return v.toString()}function addPluginDefaults(l,m){const v={transparent:m.some((l=>S.has(l)))===false,alphaHex:w("css-rrggbbaa",m),name:true};return{...v,...l}}function pluginCreator(l={}){return{postcssPlugin:"postcss-colormin",prepare(m){const v=m.opts||{};const w=y(null,{stats:v.stats,path:__dirname,env:v.env});const _=new Map;const k=addPluginDefaults(l,w);return{OnceExit(l){l.walkDecls((l=>{if(/^(composes|font|src$|filter|-webkit-tap-highlight-color)/i.test(l.prop)){return}const m=l.value;if(!m){return}const v=JSON.stringify({value:m,options:k,browsers:w});if(_.has(v)){l.value=_.get(v);return}const y=transform(m,k);l.value=y;_.set(v,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},6219:(l,m,v)=>{"use strict";const{colord:y,extend:w}=v(3251);const _=v(2338);const k=v(47);w([_,k]);l.exports=function minifyColor(l,m={}){const v=y(l);if(v.isValid()){const y=v.minify(m);return y.length<l.length?y:l.toLowerCase()}else{return l}}},8274:(l,m,v)=>{"use strict";const y=v(2045);const w=v(4907);const _=v(2873);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 C=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,m,v){const w=y.unit(l.value);if(w){const y=Number(w.number);const S=stripLeadingDot(w.unit);if(y===0){l.value=0+(v||!k.has(S.toLowerCase())&&S!=="%"?S:"")}else{l.value=_(y,S,m);if(typeof m.precision==="number"&&S.toLowerCase()==="px"&&w.number.includes(".")){const v=Math.pow(10,m.precision);l.value=Math.round(parseFloat(l.value)*v)/v+S}}}}function clampOpacity(l){const m=y.unit(l.value);if(!m){return}let v=Number(m.number);if(v>1){l.value=m.unit==="%"?v+m.unit:1+m.unit}else if(v<0){l.value=0+m.unit}}function shouldKeepZeroUnit(l,m){const{parent:v}=l;const y=l.prop.toLowerCase();return l.value.includes("%")&&C.has(y)&&m.includes("ie 11")||v&&v.parent&&v.parent.type==="atrule"&&v.parent.name.toLowerCase()==="keyframes"&&y==="stroke-dasharray"||E.has(y)}function transform(l,m,v){const w=v.prop.toLowerCase();if(w.includes("flex")||w.indexOf("--")===0||S.has(w)){return}v.value=y(v.value).walk((_=>{const k=_.value.toLowerCase();if(_.type==="word"){parseWord(_,l,shouldKeepZeroUnit(v,m));if(w==="opacity"||w==="shape-image-threshold"){clampOpacity(_)}}else if(_.type==="function"){if(k==="calc"||k==="min"||k==="max"||k==="clamp"||k==="hsl"||k==="hsla"){y.walk(_.nodes,(m=>{if(m.type==="word"){parseWord(m,l,true)}}));return false}if(k==="url"){return false}}})).toString()}const O="postcss-convert-values";function pluginCreator(l={precision:false}){const m=w(null,{stats:l.stats,path:__dirname,env:l.env});return{postcssPlugin:O,OnceExit(v){v.walkDecls((v=>transform(l,m,v)))}}}pluginCreator.postcss=true;l.exports=pluginCreator},2873:l=>{"use strict";const m=new Map([["in",96],["px",1],["pt",4/3],["pc",16]]);const v=new Map([["s",1e3],["ms",1]]);const y=new Map([["turn",360],["deg",1]]);function dropLeadingZero(l){const m=String(l);if(l%1){if(m[0]==="0"){return m.slice(1)}if(m[0]==="-"&&m[1]==="0"){return"-"+m.slice(2)}}return m}function transform(l,m,v){let y=[...v.keys()].filter((l=>m!==l));const w=l*v.get(m);return y.map((l=>dropLeadingZero(w/v.get(l))+l)).reduce(((l,m)=>l.length<m.length?l:m))}l.exports=function(l,w,{time:_,length:k,angle:S}){let E=dropLeadingZero(l)+(w?w:"");let C;const O=w.toLowerCase();if(k!==false&&m.has(O)){C=transform(l,O,m)}if(_!==false&&v.has(O)){C=transform(l,O,v)}if(S!==false&&y.has(O)){C=transform(l,O,y)}if(C&&C.length<E.length){E=C}return E}},3454:(l,m,v)=>{"use strict";const y=v(3512);const w=v(286);function pluginCreator(l={}){const m=new y(l);const v=new Map;const _=new Map;function matchesComments(l){if(v.has(l)){return v.get(l)}const m=w(l).filter((([l])=>l));v.set(l,m);return m}function replaceComments(l,v,y=" "){const k=l+"@|@"+y;if(_.has(k)){return _.get(k)}const S=w(l).reduce(((v,[w,_,k])=>{const S=l.slice(_,k);if(!w){return v+S}if(m.canRemove(S)){return v+y}return`${v}/*${S}*/`}),"");const E=v(S).join(" ");_.set(k,E);return E}return{postcssPlugin:"postcss-discard-comments",OnceExit(l,{list:v}){l.walk((l=>{if(l.type==="comment"&&m.canRemove(l.text)){l.remove();return}if(typeof l.raws.between==="string"){l.raws.between=replaceComments(l.raws.between,v.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,v.space)}else{l.value=replaceComments(l.value,v.space)}l.raws.value=null}if(l.raws.important){l.raws.important=replaceComments(l.raws.important,v.space);const m=matchesComments(l.raws.important);l.raws.important=m.length?l.raws.important:"!important"}else{l.value=replaceComments(l.value,v.space)}return}if(l.type==="rule"&&l.raws.selector&&l.raws.selector.raw){l.raws.selector.raw=replaceComments(l.raws.selector.raw,v.space,"");return}if(l.type==="atrule"){if(l.raws.afterName){const m=replaceComments(l.raws.afterName,v.space);if(!m.length){l.raws.afterName=m+" "}else{l.raws.afterName=" "+m+" "}}if(l.raws.params&&l.raws.params.raw){l.raws.params.raw=replaceComments(l.raws.params.raw,v.space)}}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},286:l=>{"use strict";l.exports=function commentParser(l){const m=[];const v=l.length;let y=0;let w;while(y<v){w=l.indexOf("/*",y);if(~w){m.push([0,y,w]);y=w;w=l.indexOf("*/",y+2);m.push([1,y+2,w]);y=w+2}else{m.push([0,y,v]);y=v}}return m}},3512:l=>{"use strict";function CommentRemover(l){this.options=l}CommentRemover.prototype.canRemove=function(l){const m=this.options.remove;if(m){return m(l)}else{const m=l.indexOf("!")===0;if(!m){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},5321: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,m){const v=l;const y=m;if(v.type!==y.type){return false}if(v.important!==y.important){return false}if(v.raws&&!y.raws||!v.raws&&y.raws){return false}switch(v.type){case"rule":if(v.selector!==y.selector){return false}break;case"atrule":if(v.name!==y.name||v.params!==y.params){return false}if(v.raws&&trimValue(v.raws.before)!==trimValue(y.raws.before)){return false}if(v.raws&&trimValue(v.raws.afterName)!==trimValue(y.raws.afterName)){return false}break;case"decl":if(v.prop!==y.prop||v.value!==y.value){return false}if(v.raws&&trimValue(v.raws.before)!==trimValue(y.raws.before)){return false}break}if(v.nodes){if(v.nodes.length!==y.nodes.length){return false}for(let l=0;l<v.nodes.length;l++){if(!equals(v.nodes[l],y.nodes[l])){return false}}}return true}function dedupeRule(l,m){let v=m.indexOf(l)-1;while(v>=0){const y=m[v--];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,m){let v=m.includes(l)?m.indexOf(l)-1:m.length-1;while(v>=0){const y=m[v--];if(y&&equals(y,l)){y.remove()}}}function dedupe(l){const{nodes:m}=l;if(!m){return}let v=m.length-1;while(v>=0){let l=m[v--];if(!l||!l.parent){continue}dedupe(l);if(l.type==="rule"){dedupeRule(l,m)}else if(l.type==="atrule"||l.type==="decl"){dedupeNode(l,m)}}}function pluginCreator(){return{postcssPlugin:"postcss-discard-duplicates",OnceExit(l){dedupe(l)}}}pluginCreator.postcss=true;l.exports=pluginCreator},44:l=>{"use strict";const m="postcss-discard-empty";function discardAndReport(l,v){function discardEmpty(l){const{type:y}=l;const w=l.nodes;if(w){l.each(discardEmpty)}if(y==="decl"&&!l.value&&!l.prop.startsWith("--")||y==="rule"&&!l.selector||w&&!w.length||y==="atrule"&&(!w&&!l.params||!l.params&&!w.length)){l.remove();v.messages.push({type:"removal",plugin:m,node:l})}}l.each(discardEmpty)}function pluginCreator(){return{postcssPlugin:m,OnceExit(l,{result:m}){discardAndReport(l,m)}}}pluginCreator.postcss=true;l.exports=pluginCreator},5786:l=>{"use strict";const m=new Set(["keyframes","counter-style"]);const v=new Set(["media","supports"]);function vendorUnprefixed(l){return l.replace(/^-\w+-/,"")}function isOverridable(l){return m.has(vendorUnprefixed(l.toLowerCase()))}function isScope(l){return v.has(vendorUnprefixed(l.toLowerCase()))}function getScope(l){let m=l.parent;const v=[l.name.toLowerCase(),l.params];while(m){if(m.type==="atrule"&&isScope(m.name)){v.unshift(m.name+" "+m.params)}m=m.parent}return v.join("|")}function pluginCreator(){return{postcssPlugin:"postcss-discard-overridden",prepare(){const l=new Map;const m=[];return{OnceExit(v){v.walkAtRules((v=>{if(isOverridable(v.name)){const y=getScope(v);l.set(y,v);m.push({node:v,scope:y})}}));m.forEach((m=>{if(l.get(m.scope)!==m.node){m.node.remove()}}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},8655:(l,m,v)=>{"use strict";const y=v(19);function pluginCreator(){return{postcssPlugin:"postcss-merge-longhand",OnceExit(l){l.walkRules((l=>{y.forEach((m=>{m.explode(l);m.merge(l)}))}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},1364:(l,m,v)=>{"use strict";const y=v(9814);const w=new Set(["inherit","initial","unset","revert"]);l.exports=(l,m=true)=>{if(!l.value||m&&y(l)||l.value&&w.has(l.value.toLowerCase())){return false}return true}},9069:(l,m,v)=>{"use strict";const y=v(9814);const important=l=>l.important;const unimportant=l=>!l.important;const w=["inherit","initial","unset","revert"];l.exports=(l,m=true)=>{const v=new Set(l.map((l=>l.value.toLowerCase())));if(v.size>1){for(const l of w){if(v.has(l)){return false}}}if(m&&l.some(y)&&!l.every(y)){return false}return l.every(unimportant)||l.every(important)}},2877: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"])},1152:(l,m,v)=>{"use strict";const{list:y}=v(977);const w=v(6241);const _=v(3049);const k=v(5178);const S=v(7605);const E=v(5104);const C=v(6689);const O=v(2610);const P=v(634);const L=v(2861);const T=v(5249);const R=v(9069);const D=v(8658);const A=v(9814);const q=v(1364);const F=v(3899);const $=v(9976);const{isValidWsc:z}=v(1698);const V=["width","style","color"];const U=["medium","none","currentcolor"];const W=/(hsla|rgba|color|hwb|lab|lch|oklab|oklch)\(/i;function borderProperty(...l){return`border-${l.join("-")}`}function mapBorderProperty(l){return borderProperty(l)}const B=D.map(mapBorderProperty);const Q=V.map(mapBorderProperty);const Y=B.reduce(((l,m)=>l.concat(V.map((l=>`${m}-${l}`)))),[]);const G=[["border"],B.concat(Q),Y];const J=G.reduce(((l,m)=>l.concat(m)));function getLevel(l){for(let m=0;m<G.length;m++){if(G[m].includes(l.toLowerCase())){return m}}}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]||U[2]}function diffingProps(l,m){return V.reduce(((v,y,w)=>{if(l[w]===m[w]){return v}return[...v,y]}),[])}function mergeRedundant({values:l,nextValues:m,decl:v,nextDecl:y,index:_}){if(!R([v,y])){return}if(w.detect(v)||w.detect(y)){return}const S=diffingProps(l,m);if(S.length!==1){return}const E=S.pop();const C=V.indexOf(E);const O=`${y.prop}-${E}`;const P=`border-${E}`;let D=k(l[C]);D[_]=m[C];const A=l.filter(((l,m)=>m!==C)).join(" ");const q=L(D);const F=(T(v.value)+y.prop+y.value).length;const $=v.value.length+O.length+T(m[C]).length;const z=A.length+P.length+q.length;if($<z&&$<F){y.prop=O;y.value=m[C]}if(z<$&&z<F){v.value=A;y.prop=P;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(w.detect(l)){return}const m=l.prop.toLowerCase();if(m==="border"){if(z($(l.value))){B.forEach((m=>{_(l.parent,l,{prop:m})}));l.remove()}}if(B.some((l=>m===l))){let v=$(l.value);if(z(v)){V.forEach(((y,w)=>{_(l.parent,l,{prop:`${m}-${y}`,value:v[w]||U[w]})}));l.remove()}}V.some((v=>{if(m!==borderProperty(v)){return false}if(A(l)){l.prop=l.prop.toLowerCase();return false}k(l.value).forEach(((m,y)=>{_(l.parent,l,{prop:borderProperty(D[y],v),value:m})}));return l.remove()}))}))}function merge(l){D.forEach((m=>{const v=borderProperty(m);P(l,V.map((l=>borderProperty(m,l))),((l,m)=>{if(R(l,false)&&!l.some(w.detect)){_(m.parent,m,{prop:v,value:l.map(O).join(" ")});for(const m of l){m.remove()}return true}return false}))}));V.forEach((m=>{const v=borderProperty(m);P(l,D.map((l=>borderProperty(l,m))),((l,m)=>{if(R(l)&&!l.some(w.detect)){_(m.parent,m,{prop:v,value:L(l.map(O).join(" "))});for(const m of l){m.remove()}return true}return false}))}));P(l,B,((l,m)=>{if(l.some(w.detect)){return false}const v=l.map((({value:l})=>l));if(!canMergeValues(v)){return false}const y=v.map((l=>$(l)));if(!y.every(z)){return false}V.forEach(((l,v)=>{const w=y.map((l=>l[v]||U[v]));if(canMergeValues(w)){_(m.parent,m,{prop:borderProperty(l),value:L(w)})}else{_(m.parent,m)}}));for(const m of l){m.remove()}return true}));P(l,Q,((m,v)=>{if(m.some(w.detect)){return false}const y=m.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,C,P]=m;const L=getDistinctShorthands(S);if(isCloseEnough(S)&&R(m,false)){const y=S.indexOf(L[0])!==S.lastIndexOf(L[0]);const w=_(v.parent,v,{prop:"border",value:y?L[0]:L[1]});if(L[1]){const m=y?L[1]:L[0];const _=borderProperty(D[S.indexOf(m)]);l.insertAfter(w,Object.assign(v.clone(),{prop:_,value:m}))}for(const l of m){l.remove()}return true}else if(L.length===1){l.insertBefore(P,Object.assign(v.clone(),{prop:"border",value:[E,C].map(O).join(" ")}));m.filter((l=>l.prop.toLowerCase()!==Q[2])).forEach((l=>l.remove()));return true}return false}));P(l,Q,((m,v)=>{if(m.some(w.detect)){return false}const y=m.map((l=>k(l.value)));const _=[0,1,2,3].map((l=>[y[0][l],y[1][l],y[2][l]].join(" ")));const S=getDistinctShorthands(_);const E="medium none currentcolor";if(S.length>1&&S.length<4&&S.includes(E)){const y=_.filter((l=>l!==E));const w=S.sort(((l,m)=>_.filter((l=>l===m)).length-_.filter((m=>m===l)).length))[0];const k=S.length===2?y[0]:w;l.insertBefore(v,Object.assign(v.clone(),{prop:"border",value:k}));B.forEach(((m,y)=>{if(_[y]!==k){l.insertBefore(v,Object.assign(v.clone(),{prop:m,value:_[y]}))}}));for(const l of m){l.remove()}return true}return false}));P(l,B,((m,v)=>{if(m.some(w.detect)){return false}const y=m.map((l=>{const m=$(l.value);if(!z(m)){return l.value}return m.map(((l,m)=>l||U[m])).join(" ")}));const _=getDistinctShorthands(y);if(isCloseEnough(y)){const w=y.indexOf(_[0])!==y.lastIndexOf(_[0]);l.insertBefore(v,Object.assign(v.clone(),{prop:"border",value:T(w?y[0]:y[1])}));if(_[1]){const m=w?_[1]:_[0];const k=B[y.indexOf(m)];l.insertBefore(v,Object.assign(v.clone(),{prop:k,value:T(m)}))}for(const l of m){l.remove()}return true}return false}));B.forEach((m=>{V.forEach(((v,y)=>{const k=`${m}-${v}`;P(l,[m,k],((l,v)=>{if(v.prop!==m){return false}const S=$(v.value);if(!z(S)){return false}const E=l.filter((l=>l!==v))[0];if(!isValueCustomProp(S[y])||A(E)){return false}const C=S[y];S[y]=E.value;if(R(l,false)&&!l.some(w.detect)){_(v.parent,v,{prop:k,value:C});v.value=T(S);E.remove();return true}return false}))}))}));V.forEach(((m,v)=>{const y=borderProperty(m);P(l,["border",y],((l,m)=>{if(m.prop!=="border"){return false}const k=$(m.value);if(!z(k)){return false}const S=l.filter((l=>l!==m))[0];if(!isValueCustomProp(k[v])||A(S)){return false}const E=k[v];k[v]=S.value;if(R(l,false)&&!l.some(w.detect)){_(m.parent,m,{prop:y,value:E});m.value=T(k);S.remove();return true}return false}))}));let m=E(l,B);while(m.length){const v=m[m.length-1];V.forEach(((k,E)=>{const O=B.filter((l=>l!==v.prop)).map((l=>`${l}-${k}`));let P=l.nodes.slice(0,l.nodes.indexOf(v));const T=F(P,"border");if(T){P=P.slice(P.indexOf(T))}const R=P.filter((l=>l.type==="decl"&&O.includes(l.prop)&&l.important===v.important));const D=C(R,O);if(S(D,...O)&&!D.some(w.detect)){const l=D.map((l=>l?l.value:null));const w=l.filter(Boolean);const S=y.space(v.value)[E];l[B.indexOf(v.prop)]=S;let C=L(l.join(" "));if(w[0]===w[1]&&w[1]===w[2]){C=w[0]}let O=R[R.length-1];if(C===S){O=v;let l=y.space(v.value);l.splice(E,1);v.value=l.join(" ")}_(O.parent,O,{prop:borderProperty(k),value:C});m=m.filter((l=>!D.includes(l)));for(const l of D){l.remove()}}}));m=m.filter((l=>l!==v))}l.walkDecls("border",(l=>{const m=l.next();if(!m||m.type!=="decl"){return false}const v=B.indexOf(m.prop);if(v===-1){return}const y=$(l.value);const w=$(m.value);if(!z(y)||!z(w)){return}const _={values:y,nextValues:w,decl:l,nextDecl:m,index:v};return mergeRedundant(_)}));l.walkDecls(/^border($|-(top|right|bottom|left)$)/i,(m=>{let v=$(m.value);if(!z(v)){return}const y=B.indexOf(m.prop);let w=[...B];w.splice(y,1);V.forEach(((y,k)=>{const S=w.map((l=>`${l}-${y}`));P(l,[m.prop,...S],(l=>{if(!l.includes(m)){return false}const w=l.filter((l=>l!==m));if(w[0].value.toLowerCase()===w[1].value.toLowerCase()&&w[1].value.toLowerCase()===w[2].value.toLowerCase()&&v[k]!==undefined&&w[0].value.toLowerCase()===v[k].toLowerCase()){for(const l of w){l.remove()}_(m.parent,m,{prop:borderProperty(y),value:v[k]});v[k]=null}return false}));const E=v.join(" ");if(E){m.value=E}else{m.remove()}}))}));l.walkDecls(/^border($|-(top|right|bottom|left)$)/i,(l=>{l.value=T(l.value)}));l.walkDecls(/^border-spacing$/i,(l=>{const m=y.space(l.value);if(m.length>1&&m[0]===m[1]){l.value=m.slice(1).join(" ")}}));m=E(l,J);while(m.length){const l=m[m.length-1];const v=l.prop.split("-").pop();const y=m.filter((m=>!w.detect(l)&&!w.detect(m)&&!A(l)&&m!==l&&m.important===l.important&&getLevel(m.prop)>getLevel(l.prop)&&(m.prop.toLowerCase().includes(l.prop)||m.prop.toLowerCase().endsWith(v))));for(const l of y){l.remove()}m=m.filter((l=>!y.includes(l)));let _=m.filter((m=>!w.detect(l)&&!w.detect(m)&&m!==l&&m.important===l.important&&m.prop===l.prop&&!(!A(m)&&A(l))));if(_.length){if(W.test(getColorValue(l))){const l=_.filter((l=>!W.test(getColorValue(l)))).pop();_=_.filter((m=>m!==l))}for(const l of _){l.remove()}}m=m.filter((m=>m!==l&&!_.includes(m)))}}l.exports={explode:explode,merge:merge}},7269:(l,m,v)=>{"use strict";const y=v(6241);const w=v(9069);const _=v(5104);const k=v(2861);const S=v(5178);const E=v(3049);const C=v(634);const O=v(2420);const P=v(8658);const L=v(9814);const T=v(1364);l.exports=l=>{const m=P.map((m=>`${l}-${m}`));const cleanup=v=>{let w=_(v,[l].concat(m));while(w.length){const m=w[w.length-1];const v=w.filter((v=>!y.detect(m)&&!y.detect(v)&&v!==m&&v.important===m.important&&m.prop===l&&v.prop!==m.prop));for(const l of v){l.remove()}w=w.filter((l=>!v.includes(l)));let _=w.filter((l=>!y.detect(m)&&!y.detect(l)&&l!==m&&l.important===m.important&&l.prop===m.prop&&!(!L(l)&&L(m))));for(const l of _){l.remove()}w=w.filter((l=>l!==m&&!_.includes(l)))}};const v={explode:v=>{v.walkDecls(new RegExp("^"+l+"$","i"),(l=>{if(!T(l)){return}if(y.detect(l)){return}const v=S(l.value);P.forEach(((y,w)=>{E(l.parent,l,{prop:m[w],value:v[w]})}));l.remove()}))},merge:v=>{C(v,m,((m,v)=>{if(w(m)&&!m.some(y.detect)){E(v.parent,v,{prop:l,value:k(O(...m))});for(const l of m){l.remove()}return true}return false}));cleanup(v)}};return v}},5200:(l,m,v)=>{"use strict";const{list:y}=v(977);const{unit:w}=v(2045);const _=v(6241);const k=v(9069);const S=v(5104);const E=v(2610);const C=v(634);const O=v(3049);const P=v(9814);const L=v(1364);const T=["column-width","column-count"];const R="auto";const D="inherit";function normalize(l){if(l[0].toLowerCase()===R){return l[1]}if(l[1].toLowerCase()===R){return l[0]}if(l[0].toLowerCase()===D&&l[1].toLowerCase()===D){return D}return l.join(" ")}function explode(l){l.walkDecls(/^columns$/i,(l=>{if(!L(l)){return}if(_.detect(l)){return}let m=y.space(l.value);if(m.length===1){m.push(R)}m.forEach(((m,v)=>{let y=T[1];const _=w(m);if(m.toLowerCase()===R){y=T[v]}else if(_&&_.unit!==""){y=T[0]}O(l.parent,l,{prop:y,value:m})}));l.remove()}))}function cleanup(l){let m=S(l,["columns"].concat(T));while(m.length){const l=m[m.length-1];const v=m.filter((m=>!_.detect(l)&&!_.detect(m)&&m!==l&&m.important===l.important&&l.prop==="columns"&&m.prop!==l.prop));for(const l of v){l.remove()}m=m.filter((l=>!v.includes(l)));let y=m.filter((m=>!_.detect(l)&&!_.detect(m)&&m!==l&&m.important===l.important&&m.prop===l.prop&&!(!P(m)&&P(l))));for(const l of y){l.remove()}m=m.filter((m=>m!==l&&!y.includes(m)))}}function merge(l){C(l,T,((l,m)=>{if(k(l)&&!l.some(_.detect)){O(m.parent,m,{prop:"columns",value:normalize(l.map(E))});for(const m of l){m.remove()}return true}return false}));cleanup(l)}l.exports={explode:explode,merge:merge}},19:(l,m,v)=>{"use strict";const y=v(1152);const w=v(5200);const _=v(3118);const k=v(5757);l.exports=[y,w,_,k]},3118:(l,m,v)=>{"use strict";const y=v(7269);l.exports=y("margin")},5757:(l,m,v)=>{"use strict";const y=v(7269);l.exports=y("padding")},5104:l=>{"use strict";l.exports=function getDecls(l,m){return l.nodes.filter((l=>l.type==="decl"&&m.includes(l.prop.toLowerCase())))}},3899:l=>{"use strict";l.exports=(l,m)=>l.filter((l=>l.type==="decl"&&l.prop.toLowerCase()===m)).pop()},6689:(l,m,v)=>{"use strict";const y=v(3899);l.exports=function getRules(l,m){return m.map((m=>y(l,m))).filter(Boolean)}},2610:l=>{"use strict";l.exports=function getValue({value:l}){return l}},7605:l=>{"use strict";l.exports=(l,...m)=>m.every((m=>l.some((l=>l.prop&&l.prop.toLowerCase().includes(m)))))},3049:l=>{"use strict";l.exports=function insertCloned(l,m,v){const y=Object.assign(m.clone(),v);l.insertAfter(m,y);return y}},9814:l=>{"use strict";l.exports=l=>l.value.search(/var\s*\(\s*--/i)!==-1},634:(l,m,v)=>{"use strict";const y=v(7605);const w=v(5104);const _=v(6689);function isConflictingProp(l,m){if(!m.prop||m.important!==l.important||l.prop===m.prop){return false}const v=l.prop.split("-");const y=m.prop.split("-");if(v[0]!==y[0]){return false}const w=new Set(v);return y.every((l=>w.has(l)))}function hasConflicts(l,m){const v=Math.min(...l.map((l=>m.indexOf(l))));const y=Math.max(...l.map((l=>m.indexOf(l))));const w=m.slice(v+1,y);return l.some((l=>w.some((m=>isConflictingProp(l,m)))))}l.exports=function mergeRules(l,m,v){let k=w(l,m);while(k.length){const w=k[k.length-1];const S=k.filter((l=>l.important===w.important));const E=_(S,m);if(y(E,...m)&&!hasConflicts(E,l.nodes)){if(v(E,w,S)){k=k.filter((l=>!E.includes(l)))}}k=k.filter((l=>l!==w))}}},2420:(l,m,v)=>{"use strict";const y=v(2610);l.exports=(...l)=>l.map(y).join(" ")},2861:(l,m,v)=>{"use strict";const y=v(5178);l.exports=l=>{const m=y(l);if(m[3]===m[1]){m.pop();if(m[2]===m[0]){m.pop();if(m[0]===m[1]){m.pop()}}}return m.join(" ")}},5249:(l,m,v)=>{"use strict";const y=v(9976);const w=v(2861);const{isValidWsc:_}=v(1698);const k=["medium","none","currentcolor"];l.exports=l=>{const m=y(l);if(!_(m)){return w(l)}const v=[...m,""].reduceRight(((l,m,v,y)=>{if(m===undefined||m.toLowerCase()===k[v]&&(!v||(y[v-1]||"").toLowerCase()!==m.toLowerCase())){return l}return m+" "+l})).trim();return w(v||"none")}},5178:(l,m,v)=>{"use strict";const{list:y}=v(977);l.exports=l=>{const m=typeof l==="string"?y.space(l):l;return[m[0],m[1]||m[0],m[2]||m[0],m[3]||m[1]||m[0]]}},9976:(l,m,v)=>{"use strict";const{list:y}=v(977);const{isWidth:w,isStyle:_,isColor:k}=v(1698);const S=/^\s*(none|medium)(\s+none(\s+(none|currentcolor))?)?\s*$/i;const E=/--(\w|-|[^\x00-\x7F])+/g;const toLower=l=>{let m;let v=0;let y="";E.lastIndex=0;while((m=E.exec(l))!==null){if(m.index>v){y+=l.substring(v,m.index).toLowerCase()}y+=m[0];v=m.index+m[0].length}if(v<l.length){y+=l.substring(v).toLowerCase()}if(y===""){return l}return y};l.exports=function parseWsc(l){if(S.test(l)){return["medium","none","currentcolor"]}let m,v,E;const C=y.space(l);if(C.length>1&&_(C[1])&&C[0].toLowerCase()==="none"){C.unshift();m="0"}const O=[];C.forEach((l=>{if(_(l)){v=toLower(l)}else if(w(l)){m=toLower(l)}else if(k(l)){E=toLower(l)}else{O.push(l)}}));if(O.length){if(!m&&v&&E){m=O.pop()}if(m&&!v&&E){v=O.pop()}if(m&&v&&!E){E=O.pop()}}return[m,v,E]}},8658:l=>{"use strict";l.exports=["top","right","bottom","left"]},1698:(l,m,v)=>{"use strict";const y=v(2877);const w=new Set(["thin","medium","thick"]);const _=new Set(["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"]);function isStyle(l){return l!==undefined&&_.has(l.toLowerCase())}function isWidth(l){return l&&w.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 m=isWidth(l[0]);const v=isStyle(l[1]);const y=isColor(l[2]);return m&&v||m&&y||v&&y}l.exports={isStyle:isStyle,isWidth:isWidth,isColor:isColor,isValidWsc:isValidWsc}},579:(l,m,v)=>{"use strict";const y=v(4907);const{sameParent:w}=v(7979);const{ensureCompatibility:_,sameVendor:k,noVendor:S}=v(5434);function declarationIsEqual(l,m){return l.important===m.important&&l.prop===m.prop&&l.value===m.value}function indexOfDeclaration(l,m){return l.findIndex((l=>declarationIsEqual(l,m)))}function intersect(l,m,v){return l.filter((l=>{const y=indexOfDeclaration(m,l)!==-1;return v?!y:y}))}function sameDeclarationsAndOrder(l,m){if(l.length!==m.length){return false}return l.every(((l,v)=>declarationIsEqual(l,m[v])))}function canMerge(l,m,v,y){const E=l.selectors;const C=m.selectors;const O=E.concat(C);if(!_(O,v,y)){return false}const P=w(l,m);if(P&&l.parent&&l.parent.type==="atrule"&&l.parent.name.includes("keyframes")){return false}return P&&(O.every(S)||k(E,C))}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 m=l.split("-");if(l[0]!=="-"){return{prefix:"",base:m[0],rest:m.slice(1)}}if(l[1]==="-"){return{prefix:null,base:null,rest:[l]}}return{prefix:m[1],base:m[2],rest:m.slice(3)}}function isConflictingProp(l,m){if(l===m){return true}const v=splitProp(l);const y=splitProp(m);if(!v.base&&!y.base){return true}if(v.base!==y.base&&v.base!=="place"&&y.base!=="place"){return false}if(v.rest.length!==y.rest.length){return true}if(v.base==="border"){const l=new Set([...v.rest,...y.rest]);if(l.has("image")||l.has("width")||l.has("color")||l.has("style")){return true}}return v.rest.every(((l,m)=>y.rest[m]===l))}function mergeParents(l,m){if(!l.parent||!m.parent){return false}if(l.parent===m.parent){return false}m.remove();l.parent.append(m);return true}function partialMerge(l,m){let v=intersect(getDecls(l),getDecls(m));if(v.length===0){return m}let y=m.next();if(!y){const l=m.parent.next();y=l&&l.nodes&&l.nodes[0]}if(y&&y.type==="rule"&&canMerge(m,y)){let w=intersect(getDecls(m),getDecls(y));if(w.length>v.length){mergeParents(m,y);l=m;m=y;v=w}}const w=getDecls(l);v=v.filter(((l,m)=>{const y=indexOfDeclaration(w,l);const _=w.slice(y+1).filter((m=>isConflictingProp(m.prop,l.prop)));if(_.length===0){return true}const k=v.slice(m+1).filter((m=>isConflictingProp(m.prop,l.prop)));if(_.length!==k.length){return false}return _.every(((l,m)=>declarationIsEqual(l,k[m])))}));const _=getDecls(m);v=v.filter((l=>{const m=_.findIndex((m=>isConflictingProp(m.prop,l.prop)));if(m===-1){return false}if(!declarationIsEqual(_[m],l)){return false}if(l.prop.toLowerCase()!=="direction"&&l.prop.toLowerCase()!=="unicode-bidi"&&_.some((l=>l.prop.toLowerCase()==="all"))){return false}_.splice(m,1);return true}));if(v.length===0){return m}const k=m.clone();k.selector=joinSelectors(l,m);k.nodes=[];m.parent.insertBefore(m,k);const S=l.clone();const E=m.clone();function moveDecl(l){return m=>{if(indexOfDeclaration(v,m)!==-1){l.call(this,m)}}}S.walkDecls(moveDecl((l=>{l.remove();k.append(l)})));E.walkDecls(moveDecl((l=>l.remove())));const C=ruleLength(S,k,E);const O=ruleLength(l,m);if(C<O){l.replaceWith(S);m.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 m}}function selectorMerger(l,m){let v=null;return function(y){if(!v||!canMerge(y,v,l,m)){v=y;return}if(v===y){v=y;return}mergeParents(v,y);if(sameDeclarationsAndOrder(getDecls(y),getDecls(v))){y.selector=joinSelectors(v,y);v.remove();v=y;return}if(v.selector===y.selector){const l=getDecls(v);y.walk((m=>{if(m.type==="decl"&&indexOfDeclaration(l,m)!==-1){m.remove();return}v.append(m)}));y.remove();return}v=partialMerge(v,y)}}function pluginCreator(){return{postcssPlugin:"postcss-merge-rules",prepare(l){const m=l.opts||{};const v=y(null,{stats:m.stats,path:__dirname,env:m.env});const w=new Map;return{OnceExit(l){l.walkRules(selectorMerger(v,w))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},5434:(l,m,v)=>{"use strict";const{isSupported:y}=v(6615);const w=v(8235);const _=/^#?[-._a-z0-9 ]+$/i;const k="css-sel2";const S="css-sel3";const E="css-gencontent";const C="css-first-letter";const O="css-first-line";const P="css-in-out-of-range";const L="form-validation";const T=/-(ah|apple|atsc|epub|hp|khtml|moz|ms|o|rim|ro|tc|wap|webkit|xv)-/;const R=new Set(["=","~=","|="]);const D=new Set(["^=","$=","*="]);function filterPrefixes(l){return l.match(T)}const findMsInputPlaceholder=l=>~l.search(/-ms-input-placeholder/i);function sameVendor(l,m){let same=l=>l.map(filterPrefixes).join();let findMsVendor=l=>l.find(findMsInputPlaceholder);return same(l)===same(m)&&!(findMsVendor(l)&&findMsVendor(m))}function noVendor(l){return!T.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":C,":first-line":O,":first-of-type":S,":focus":k,":focus-within":"css-focus-within",":focus-visible":"css-focus-visible",":has":"css-has",":hover":k,":in-range":P,":indeterminate":"css-indeterminate-pseudo",":invalid":L,":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":P,":placeholder-shown":"css-placeholder-shown",":required":L,":root":S,":target":S,"::after":E,"::backdrop":"dialog","::before":E,"::first-letter":C,"::first-line":O,"::marker":"css-marker-pseudo","::placeholder":"css-placeholder","::selection":"css-selection",":valid":L,":visited":k};function isCssMixin(l){return l[l.length-1]===":"}function isHostPseudoClass(l){return l.includes(":host")}const q=new Map;function isSupportedCached(l,m){const v=JSON.stringify({feature:l,browsers:m});let w=q.get(v);if(!w){w=y(l,m);q.set(v,w)}return w}function ensureCompatibility(l,m,v){if(l.some(isCssMixin)){return false}if(l.some(isHostPseudoClass)){return false}return l.every((l=>{if(_.test(l)){return true}if(v&&v.has(l)){return v.get(l)}let y=true;w((l=>{l.walk((l=>{const{type:v,value:w}=l;if(v==="pseudo"){const l=A[w];if(!l&&noVendor(w)){y=false}if(l&&y){y=isSupportedCached(l,m)}}if(v==="combinator"){if(w.includes("~")){y=isSupportedCached(S,m)}if(w.includes(">")||w.includes("+")){y=isSupportedCached(k,m)}}if(v==="attribute"&&l.attribute){if(!l.operator){y=isSupportedCached(k,m)}if(w){if(R.has(l.operator)){y=isSupportedCached(k,m)}if(D.has(l.operator)){y=isSupportedCached(S,m)}}if(l.insensitive){y=isSupportedCached("css-case-insensitive",m)}}if(!y){return false}}))})).processSync(l);if(v){v.set(l,y)}return y}))}l.exports={sameVendor:sameVendor,noVendor:noVendor,pseudoElements:A,ensureCompatibility:ensureCompatibility}},2142:(l,m,v)=>{"use strict";const y=v(2045);const w=v(3270);const _=v(1699);const k=v(7632);function hasVariableFunction(l){const m=l.toLowerCase();return m.includes("var(")||m.includes("env(")}function transform(l,m,v){let S=l.toLowerCase();if(S==="font-weight"&&!hasVariableFunction(m)){return w(m)}else if(S==="font-family"&&!hasVariableFunction(m)){const l=y(m);l.nodes=_(l.nodes,v);return l.toString()}else if(S==="font"){const l=y(m);l.nodes=k(l.nodes,v);return l.toString()}return m}function pluginCreator(l){l=Object.assign({},{removeAfterKeyword:false,removeDuplicates:true,removeQuotes:true},l);return{postcssPlugin:"postcss-minify-font-values",prepare(){const m=new Map;return{OnceExit(v){v.walkDecls(/font/i,(v=>{const y=v.value;if(!y){return}const w=v.prop;const _=`${w}|${y}`;if(m.has(_)){v.value=m.get(_);return}const k=transform(w,y,l);v.value=k;m.set(_,k)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},6493: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"])}},1699:(l,m,v)=>{"use strict";const{stringify:y}=v(2045);function uniqueFontFamilies(l){return l.filter(((m,v)=>{if(m.toLowerCase()==="monospace"){return true}return v===l.indexOf(m)}))}const w=["inherit","initial","unset"];const _=new Set(["sans-serif","serif","fantasy","cursive","monospace","system-ui"]);function makeArray(l,m){let v=[];while(m--){v[m]=l}return v}const k=/[ !"#$%&'()*+,.\/;<=>?@\[\\\]^`{|}~]/;function escape(l,m){let v=0;let y;let w;let _;let S="";while(v<l.length){y=l.charAt(v++);w=y.charCodeAt(0);if(!m&&/[\t\n\v\f:]/.test(y)){_="\\"+w.toString(16)+" "}else if(!m&&k.test(y)){_="\\"+y}else{_=y}S+=_}if(!m){if(/^-[-\d]/.test(S)){S="\\-"+S.slice(1)}const m=l.charAt(0);if(/\d/.test(m)){S="\\3"+m+" "+S.slice(1)}}return S}const S=new RegExp([..._].concat(w).join("|"),"i");const E=/^(-?\d|--)/;const C=/^\x20/;const O=/[\t\n\f\r\x20]/g;const P=/^[a-zA-Z\d\xa0-\uffff_-]+$/;const L=/(\\(?:[a-fA-F0-9]{1,6}\x20|\x20))?(\x20{2,})/g;const T=/\\[a-fA-F0-9]{0,6}\x20$/;const R=/\x20$/;function escapeIdentifierSequence(l){let m=l.split(O);let v=0;let y=[];let w;while(v<m.length){let l=m[v++];if(l===""){y.push(l);continue}w=escape(l,false);if(P.test(l)){if(E.test(l)){if(v===1){y.push(w)}else{y[v-2]+="\\";y.push(escape(l,true))}}else{y.push(w)}}else{y.push(w)}}y=y.join(" ").replace(L,((l,m,v)=>{const y=v.length;const w=Math.floor(y/2);const _=makeArray("\\ ",w);if(y%2){_[w-1]+="\\ "}return(m||"")+" "+_.join(" ")}));if(R.test(y)&&!T.test(y)){y=y.replace(R,"\\ ")}if(C.test(y)){y="\\ "+y.slice(1)}return y}l.exports=function(l,m){const v=[];let w=null;let k,E;l.forEach(((l,m,y)=>{if(l.type==="string"||l.type==="function"){v.push(l)}else if(l.type==="word"){if(!w){w={type:"word",value:""};v.push(w)}w.value+=l.value}else if(l.type==="space"){if(w&&m!==y.length-1){w.value+=" "}}else{w=null}}));let C=v.map((l=>{if(l.type==="string"){const v=S.test(l.value);if(!m.removeQuotes||v||/[0-9]/.test(l.value.slice(0,1))){return y(l)}let w=escapeIdentifierSequence(l.value);if(w.length<l.value.length+2){return w}}return y(l)}));if(m.removeAfterKeyword){for(k=0,E=C.length;k<E;k+=1){if(_.has(C[k].toLowerCase())){C=C.slice(0,k+1);break}}}if(m.removeDuplicates){C=uniqueFontFamilies(C)}return[{type:"word",value:C.join()}]}},7632:(l,m,v)=>{"use strict";const{unit:y}=v(2045);const w=v(6493);const _=v(1699);const k=v(3270);l.exports=function(l,m){let v,S,E,C;let O=NaN;let P=false;for(v=0,S=l.length;v<S;v+=1){E=l[v];if(E.type==="word"){if(P){continue}const l=E.value.toLowerCase();if(l==="normal"||l==="inherit"||l==="initial"||l==="unset"){O=v}else if(w.style.has(l)||y(l)){O=v}else if(w.variant.has(l)){O=v}else if(w.weight.has(l)){E.value=k(l);O=v}else if(w.stretch.has(l)){O=v}else if(w.size.has(l)||y(l)){O=v;P=true}}else if(E.type==="function"&&l[v+1]&&l[v+1].type==="space"){O=v}else if(E.type==="div"&&E.value==="/"){O=v+1;break}}O+=2;C=_(l.slice(O),m);return l.slice(0,O).concat(C)}},3270:l=>{"use strict";l.exports=function(l){const m=l.toLowerCase();return m==="normal"?"400":m==="bold"?"700":l}},6349:(l,m,v)=>{"use strict";const y=v(2045);const{getArguments:w}=v(7979);const _=v(7571);const k={top:"0deg",right:"90deg",bottom:"180deg",left:"270deg"};function isLessThan(l,m){return l.unit.toLowerCase()===m.unit.toLowerCase()&&parseFloat(l.number)>=parseFloat(m.number)}function optimise(l){const m=l.value;if(!m){return}const v=m.toLowerCase();if(v.includes("var(")||v.includes("env(")){return}if(!v.includes("gradient")){return}l.value=y(m).walk((l=>{if(l.type!=="function"||!l.nodes.length){return false}const m=l.value.toLowerCase();if(m==="linear-gradient"||m==="repeating-linear-gradient"||m==="-webkit-linear-gradient"||m==="-webkit-repeating-linear-gradient"){let m=w(l);if(l.nodes[0].value.toLowerCase()==="to"&&m[0].length===3){l.nodes=l.nodes.slice(2);l.nodes[0].value=k[l.nodes[0].value.toLowerCase()]}let v;m.forEach(((l,w)=>{if(l.length!==3){return}let _=w===m.length-1;let k=y.unit(l[2].value);if(v===undefined){v=k;if(!_&&v&&v.number==="0"&&v.unit.toLowerCase()!=="deg"){l[1].value=l[2].value=""}return}if(v&&k&&isLessThan(v,k)){l[2].value="0"}v=k;if(_&&l[2].value==="100%"){l[1].value=l[2].value=""}}));return false}if(m==="radial-gradient"||m==="repeating-radial-gradient"){let m=w(l);let v;const _=m[0].find((l=>l.value.toLowerCase()==="at"));m.forEach(((l,m)=>{if(!l[2]||!m&&_){return}let w=y.unit(l[2].value);if(!v){v=w;return}if(v&&w&&isLessThan(v,w)){l[2].value="0"}v=w}));return false}if(m==="-webkit-radial-gradient"||m==="-webkit-repeating-radial-gradient"){let m=w(l);let v;m.forEach((l=>{let m;let w;if(l[2]!==undefined){if(l[0].type==="function"){m=`${l[0].value}(${y.stringify(l[0].nodes)})`}else{m=l[0].value}if(l[2].type==="function"){w=`${l[2].value}(${y.stringify(l[2].nodes)})`}else{w=l[2].value}}else{if(l[0].type==="function"){m=`${l[0].value}(${y.stringify(l[0].nodes)})`}m=l[0].value}m=m.toLowerCase();const k=w!==undefined?_(m,w.toLowerCase()):_(m);if(!k||!l[2]){return}let S=y.unit(l[2].value);if(!v){v=S;return}if(v&&S&&isLessThan(v,S)){l[2].value="0"}v=S}));return false}})).toString()}function pluginCreator(){return{postcssPlugin:"postcss-minify-gradients",OnceExit(l){l.walkDecls(optimise)}}}pluginCreator.postcss=true;l.exports=pluginCreator},7571:(l,m,v)=>{"use strict";const{unit:y}=v(2045);const{colord:w,extend:_}=v(3251);const k=v(2338);_([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 m=false;const v=y(l);if(v){const l=Number(v.number);if(l===0||!isNaN(l)&&isCSSLengthUnit(v.unit)){m=true}}else{m=/^calc\(\S+\)$/g.test(l)}return m}return true}l.exports=function isColorStop(l,m){return w(l).isValid()&&isStop(m)}},810:(l,m,v)=>{"use strict";const y=v(4907);const w=v(2045);const{getArguments:_}=v(7979);function gcd(l,m){return m?gcd(m,l%m):l}function aspectRatio(l,m){const v=gcd(l,m);return[l/v,m/v]}function split(l){return l.map((l=>w.stringify(l))).join("")}function removeNode(l){l.value="";l.type="word"}function sortAndDedupe(l){const m=[...new Set(l)];m.sort();return m.join()}function transform(l,m){const v=m.name.toLowerCase();if(!m.params||!["media","supports"].includes(v)){return}const y=w(m.params);y.walk(((v,w)=>{if(v.type==="div"){v.before=v.after=""}else if(v.type==="function"){v.before="";if(v.nodes[0]&&v.nodes[0].type==="word"&&v.nodes[0].value.startsWith("--")&&v.nodes[2]===undefined){v.after=" "}else{v.after=""}if(v.nodes[4]&&v.nodes[0].value.toLowerCase().indexOf("-aspect-ratio")===3){const[l,m]=aspectRatio(Number(v.nodes[2].value),Number(v.nodes[4].value));v.nodes[2].value=l.toString();v.nodes[4].value=m.toString()}}else if(v.type==="space"){v.value=" "}else{const _=y.nodes[w-2];if(v.value.toLowerCase()==="all"&&m.name.toLowerCase()==="media"&&!_){const m=y.nodes[w+2];if(!l||m){removeNode(v)}if(m&&m.value.toLowerCase()==="and"){const l=y.nodes[w+1];const v=y.nodes[w+3];removeNode(m);removeNode(l);removeNode(v)}}}}),true);m.params=sortAndDedupe(_(y).map(split));if(!m.params.length){m.raws.afterName=""}}const k=new Set(["ie 10","ie 11"]);function pluginCreator(l={}){const m=y(null,{stats:l.stats,path:__dirname,env:l.env});const v=m.some((l=>k.has(l)));return{postcssPlugin:"postcss-minify-params",OnceExit(l){l.walkAtRules((l=>transform(v,l)))}}}pluginCreator.postcss=true;l.exports=pluginCreator},6032:(l,m,v)=>{"use strict";const y=v(8235);const w=v(7305);const _=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(w(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 m=l.value.trim();l.spaces.before="";l.spaces.after="";l.rawSpaceBefore="";l.rawSpaceAfter="";l.value=m.length?m:" "}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 m=l.value.toLowerCase();if(l.nodes.length===1&&k.has(m)){const v=l.at(0);const w=v.at(0);if(v.length===1){if(w.value==="1"){l.replaceWith(y.pseudo({value:k.get(m)}))}if(w.value&&w.value.toLowerCase()==="even"){w.value="2n"}}if(v.length===3){const l=v.at(1);const m=v.at(2);if(w.value&&w.value.toLowerCase()==="2n"&&l.value==="+"&&m.value==="1"){w.value="odd";l.remove();m.remove()}}return}l.walk((l=>{if(l.type==="selector"&&l.parent){const m=new Set;l.parent.each((l=>{const v=String(l);if(!m.has(v)){m.add(v)}else{l.remove()}}))}}));if(_.has(m)){l.value=l.value.slice(1)}}const S=new Map([["from","0%"],["100%","to"]]);function tag(l){const m=l.value.toLowerCase();if(S.has(m)){l.value=S.get(m)}}function universal(l){const m=l.next();if(m&&m.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 m=new Map;const v=y((l=>{const m=new Set;l.walk((l=>{l.spaces.before=l.spaces.after="";const v=E.get(l.type);if(v!==undefined){v(l);return}const y=String(l);if(l.type==="selector"&&l.parent&&l.parent.type!=="pseudo"){if(!m.has(y)){m.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(m.has(y)){l.selector=m.get(y);return}const w=v.processSync(y);l.selector=w;m.set(y,w)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},7305:l=>{"use strict";const m=/\\([0-9A-Fa-f]{1,6})[ \t\n\f\r]?/g;const v=/[\u0000-\u002c\u002e\u002f\u003A-\u0040\u005B-\u005E\u0060\u007B-\u009f]/;l.exports=function canUnquote(l){if(l==="-"||l===""){return false}l=l.replace(m,"a").replace(/\\./g,"a");return!(v.test(l)||/^(?:-?\d|--)/.test(l))}},3468:l=>{"use strict";const m="charset";const v=/[^\x00-\x7F]/;function pluginCreator(l={}){return{postcssPlugin:"postcss-normalize-"+m,OnceExit(y,{AtRule:w}){let _;let k;y.walk((l=>{if(l.type==="atrule"&&l.name===m){if(!_){_=l}l.remove()}else if(!k&&l.parent===y&&v.test(l.toString())){k=l}}));if(k){if(!_&&l.add!==false){_=new w({name:m,params:'"utf-8"'})}if(_){_.source=k.source;y.prepend(_)}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},8905:(l,m,v)=>{"use strict";const y=v(2045);const w=v(9622);function transform(l){const{nodes:m}=y(l);if(m.length===1){return l}const v=m.filter(((l,m)=>m%2===0)).filter((l=>l.type==="word")).map((l=>l.value.toLowerCase()));if(v.length===0){return l}const _=w.get(v.toString());if(!_){return l}return _}function pluginCreator(){return{postcssPlugin:"postcss-normalize-display-values",prepare(){const l=new Map;return{OnceExit(m){m.walkDecls(/^display$/i,(m=>{const v=m.value;if(!v){return}if(l.has(v)){m.value=l.get(v);return}const y=transform(v);m.value=y;l.set(v,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},9622:l=>{"use strict";const m="block";const v="flex";const y="flow";const w="flow-root";const _="grid";const k="inline";const S="inline-block";const E="inline-flex";const C="inline-grid";const O="inline-table";const P="list-item";const L="ruby";const T="ruby-base";const R="ruby-text";const D="run-in";const A="table";const q="table-cell";const F="table-caption";l.exports=new Map([[[m,y].toString(),m],[[m,w].toString(),w],[[k,y].toString(),k],[[k,w].toString(),S],[[D,y].toString(),D],[[P,m,y].toString(),P],[[k,y,P].toString(),k+" "+P],[[m,v].toString(),v],[[k,v].toString(),E],[[m,_].toString(),_],[[k,_].toString(),C],[[k,L].toString(),L],[[m,A].toString(),A],[[k,A].toString(),O],[[q,y].toString(),q],[[F,y].toString(),F],[[T,y].toString(),T],[[R,y].toString(),R]])},469:(l,m,v)=>{"use strict";const y=v(2045);const w=new Set(["top","right","bottom","left","center"]);const _="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 C=new Set(["var","env","constant"]);function isCommaNode(l){return l.type==="div"&&l.value===","}function isVariableFunctionNode(l){if(l.type!=="function"){return false}return C.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 m=parseFloat(l.value);return!isNaN(m)}function isDimensionNode(l){if(l.type!=="word"){return false}const m=y.unit(l.value);if(!m){return false}return m.unit!==""}function transform(l){const m=y(l);const v=[];let E=0;let C=true;m.nodes.forEach(((l,m)=>{if(isCommaNode(l)){E+=1;C=true;return}if(!C){return}if(l.type==="div"&&l.value==="/"){C=false;return}if(!v[E]){v[E]={start:null,end:null}}if(isVariableFunctionNode(l)){C=false;v[E].start=null;v[E].end=null;return}const y=l.type==="word"&&w.has(l.value.toLowerCase())||isDimensionNode(l)||isNumberNode(l)||isMathFunctionNode(l);if(v[E].start===null&&y){v[E].start=m;v[E].end=m;return}if(v[E].start!==null){if(l.type==="space"){return}else if(y){v[E].end=m;return}return}}));v.forEach((l=>{if(l.start===null){return}const v=m.nodes.slice(l.start,l.end+1);if(v.length>3){return}const y=v[0].value.toLowerCase();const E=v[2]&&v[2].value?v[2].value.toLowerCase():null;if(v.length===1||E==="center"){if(E){v[2].value=v[1].value=""}const l=new Map([...k,["center",_]]);if(l.has(y)){v[0].value=l.get(y)}return}if(E!==null){if(y==="center"&&w.has(E)){v[0].value=v[1].value="";if(k.has(E)){v[2].value=k.get(E)}return}if(k.has(y)&&S.has(E)){v[0].value=k.get(y);v[2].value=S.get(E);return}else if(S.has(y)&&k.has(E)){v[0].value=k.get(E);v[2].value=S.get(y);return}}}));return m.toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-positions",OnceExit(l){const m=new Map;l.walkDecls(/^(background(-position)?|(-\w+-)?perspective-origin)$/i,(l=>{const v=l.value;if(!v){return}if(m.has(v)){l.value=m.get(v);return}const y=transform(v);l.value=y;m.set(v,y)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},968:(l,m,v)=>{"use strict";const y=v(2045);const w=v(4971);function evenValues(l,m){return m%2===0}const _=new Set(w.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 m=y(l);if(m.nodes.length===1){return l}const v=[];let k=0;let S=true;m.nodes.forEach(((l,m)=>{if(isCommaNode(l)){k+=1;S=true;return}if(!S){return}if(l.type==="div"&&l.value==="/"){S=false;return}if(!v[k]){v[k]={start:null,end:null}}if(isVariableFunctionNode(l)){S=false;v[k].start=null;v[k].end=null;return}const y=l.type==="word"&&_.has(l.value.toLowerCase());if(v[k].start===null&&y){v[k].start=m;v[k].end=m;return}if(v[k].start!==null){if(l.type==="space"){return}else if(y){v[k].end=m;return}return}}));v.forEach((l=>{if(l.start===null){return}const v=m.nodes.slice(l.start,l.end+1);if(v.length!==3){return}const y=v.filter(evenValues).map((l=>l.value.toLowerCase())).toString();const _=w.get(y);if(_){v[0].value=_;v[1].value=v[2].value=""}}));return m.toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-repeat-style",prepare(){const l=new Map;return{OnceExit(m){m.walkDecls(/^(background(-repeat)?|(-\w+-)?mask-repeat)$/i,(m=>{const v=m.value;if(!v){return}if(l.has(v)){m.value=l.get(v);return}const y=transform(v);m.value=y;l.set(v,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},4971: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"]])},9225:(l,m,v)=>{"use strict";const y=v(2045);const w="'".charCodeAt(0);const _='"'.charCodeAt(0);const k="\\".charCodeAt(0);const S="\n".charCodeAt(0);const E=" ".charCodeAt(0);const C="\f".charCodeAt(0);const O="\t".charCodeAt(0);const P="\r".charCodeAt(0);const L=/[ \n\t\r\f'"\\]/g;const T="string";const R="escapedSingleQuote";const D="escapedDoubleQuote";const A="singleQuote";const q="doubleQuote";const F="newline";const $="single";const z=`'`;const V=`"`;const U=`\\\n`;const W={type:R,value:`\\'`};const B={type:D,value:`\\"`};const Q={type:A,value:z};const Y={type:q,value:V};const G={type:F,value:U};function stringify(l){return l.nodes.reduce(((l,{value:m})=>{if(m===U){return l}return l+m}),"")}function parse(l){let m,v,y;let F=0;let $=l.length;const z={nodes:[],types:{escapedSingleQuote:0,escapedDoubleQuote:0,singleQuote:0,doubleQuote:0},quotes:false};while(F<$){m=l.charCodeAt(F);switch(m){case E:case O:case P:case C:v=F;do{v+=1;m=l.charCodeAt(v)}while(m===E||m===S||m===O||m===P||m===C);z.nodes.push({type:"space",value:l.slice(F,v)});F=v-1;break;case w:z.nodes.push(Q);z.types[A]++;z.quotes=true;break;case _:z.nodes.push(Y);z.types[q]++;z.quotes=true;break;case k:v=F+1;if(l.charCodeAt(v)===w){z.nodes.push(W);z.types[R]++;z.quotes=true;F=v;break}else if(l.charCodeAt(v)===_){z.nodes.push(B);z.types[D]++;z.quotes=true;F=v;break}else if(l.charCodeAt(v)===S){z.nodes.push(G);F=v;break}default:L.lastIndex=F+1;L.test(l);if(L.lastIndex===0){v=$-1}else{v=L.lastIndex-2}y=l.slice(F,v+1);z.nodes.push({type:T,value:y});F=v}F++}return z}function changeWrappingQuotes(l,m){const{types:v}=m;if(v[A]||v[q]){return}if(l.quote===z&&v[R]>0&&!v[D]){l.quote=V}if(l.quote===V&&v[D]>0&&!v[R]){l.quote=z}m.nodes=changeChildQuotes(m.nodes,l.quote)}function changeChildQuotes(l,m){const v=[];for(const y of l){if(y.type===D&&m===z){v.push(Y)}else if(y.type===R&&m===V){v.push(Q)}else{v.push(y)}}return v}function normalize(l,m){if(!l||!l.length){return l}return y(l).walk((l=>{if(l.type!==T){return}const v=parse(l.value);if(v.quotes){changeWrappingQuotes(l,v)}else if(m===$){l.quote=z}else{l.quote=V}l.value=stringify(v)})).toString()}function minify(l,m,v){const y=l+"|"+v;if(m.has(y)){return m.get(y)}const w=normalize(l,v);m.set(y,w);return w}function pluginCreator(l){const{preferredQuote:m}=Object.assign({},{preferredQuote:"double"},l);return{postcssPlugin:"postcss-normalize-string",OnceExit(l){const v=new Map;l.walk((l=>{switch(l.type){case"rule":l.selector=minify(l.selector,v,m);break;case"decl":l.value=minify(l.value,v,m);break;case"atrule":l.params=minify(l.params,v,m);break}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},2379:(l,m,v)=>{"use strict";const y=v(2045);const getValue=l=>parseFloat(l.value);const w=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 m=l.value.toLowerCase();if(m==="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(m==="cubic-bezier"){const m=l.nodes.filter(((l,m)=>m%2===0)).map(getValue);if(m.length!==4){return}const v=w.get(m.toString());if(v){l.type="word";l.value=v;delete l.nodes;return}}}function transform(l){return y(l).walk(reduce).toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-timing-functions",OnceExit(l){const m=new Map;l.walkDecls(/^(-\w+-)?(animation|transition)(-timing-function)?$/i,(l=>{const v=l.value;if(m.has(v)){l.value=m.get(v);return}const y=transform(v);l.value=y;m.set(v,y)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},7739:(l,m,v)=>{"use strict";const y=v(4907);const w=v(2045);const _=/^u(?=\+)/;function unicode(l){const m=l.slice(2).split("-");if(m.length<2){return l}const v=m[0].split("");const y=m[1].split("");if(v.length!==y.length){return l}const w=mergeRangeBounds(v,y);if(w){return w}return l}function mergeRangeBounds(l,m){let v=0;let y="u+";for(const[w,_]of l.entries()){if(_===m[w]&&v===0){y=y+_}else if(_==="0"&&m[w]==="f"){v++;y=y+"?"}else{return false}}if(v<6){return y}else{return false}}function hasLowerCaseUPrefixBug(l){return y("ie <=11, edge <= 15").includes(l)}function transform(l,m=false){return w(l).walk((l=>{if(l.type==="unicode-range"){const v=unicode(l.value.toLowerCase());l.value=m?v.replace(_,"U"):v}return false})).toString()}function pluginCreator(){return{postcssPlugin:"postcss-normalize-unicode",prepare(l){const m=new Map;const v=l.opts||{};const w=y(null,{stats:v.stats,path:__dirname,env:v.env});const _=w.some(hasLowerCaseUPrefixBug);return{OnceExit(l){l.walkDecls(/^unicode-range$/i,(l=>{const v=l.value;if(m.has(v)){l.value=m.get(v);return}const y=transform(v,_);l.value=y;m.set(v,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},3710:(l,m,v)=>{"use strict";const y=v(1017);const w=v(2045);const _=v(5299);const k=/\\[\r\n]/;const S=/([\s\(\)"'])/g;const E=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/;const C=/^[a-zA-Z]:\\/;function isAbsolute(l){if(C.test(l)){return false}return E.test(l)}function convert(l,m){if(isAbsolute(l)||l.startsWith("//")){let v;try{v=_(l,m)}catch(m){v=l}return v}return y.normalize(l).replace(new RegExp("\\"+y.sep,"g"),"/")}function transformNamespace(l){l.params=w(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,m){l.value=w(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 v=l.nodes[0];let y;v.value=v.value.trim().replace(k,"");if(v.value.length===0){v.quote="";return false}if(/^data:(.*)?,/i.test(v.value)){return false}if(!/^.+-extension:\//i.test(v.value)){v.value=convert(v.value,m)}if(S.test(v.value)&&v.type==="string"){y=v.value.replace(S,"\\$1");if(y.length<v.value.length+2){v.value=y;v.type="word"}}else{v.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(m){m.walk((m=>{if(m.type==="decl"){return transformDecl(m,l)}else if(m.type==="atrule"&&m.name.toLowerCase()==="namespace"){return transformNamespace(m)}}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},8259:(l,m,v)=>{"use strict";const y=v(2045);const w="atrule";const _="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 m=new Map;l.walk((l=>{const{type:v}=l;if([_,k,w].includes(v)&&l.raws.before){l.raws.before=l.raws.before.replace(/\s/g,"")}if(v===_){if(l.important){l.raws.important="!important"}l.value=l.value.replace(/\s*(\\9)\s*/,"$1");const v=l.value;if(m.has(v)){l.value=m.get(v)}else{const w=y(l.value);const _=w.walk(reduceWhitespaces).toString();l.value=_;m.set(v,_)}if(l.prop.startsWith("--")&&l.value===""){l.value=" "}if(l.raws.before){const m=l.prev();if(m&&m.type!==k){l.raws.before=l.raws.before.replace(/;/g,"")}}l.raws.between=":";l.raws.semicolon=false}else if(v===k||v===w){l.raws.between=l.raws.after="";l.raws.semicolon=false}}));l.raws.after=""}}}pluginCreator.postcss=true;l.exports=pluginCreator},3716:(l,m,v)=>{"use strict";const y=v(2045);const{normalizeGridAutoFlow:w,normalizeGridColumnRowGap:_,normalizeGridColumnRow:k}=v(9551);const S=v(1960);const E=v(8182);const C=v(6773);const O=v(1933);const P=v(6946);const L=v(4552);const T=v(4322);const R=v(2473);const D=[["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",w],["grid-column-gap",_],["grid-row-gap",_],["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",T]];const F=new Map([["animation",S],["outline",E],["box-shadow",C],["flex-flow",O],["list-style",L],["transition",P],...D,...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 m=false;l.walk((l=>{if(l.type==="comment"||isVariableFunctionNode(l)||l.type==="word"&&l.value.includes(`___CSS_LOADER_IMPORT___`)){m=true;return false}}));return m}function getValue(l){let{value:m,raws:v}=l;if(v&&v.value&&v.value.raw){m=v.value.raw}return m}function pluginCreator(){return{postcssPlugin:"postcss-ordered-values",prepare(){const l=new Map;return{OnceExit(m){m.walkDecls((m=>{const v=m.prop.toLowerCase();const w=R(v);const _=F.get(w);if(!_){return}const k=getValue(m);if(l.has(k)){m.value=l.get(k);return}const S=y(k);if(S.nodes.length<2||shouldAbort(S)){l.set(k,k);return}const E=_(S);m.value=E.toString();l.set(k,E.toString())}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},8480:l=>{"use strict";l.exports=function addSpace(){return{type:"space",value:" "}}},7235:(l,m,v)=>{"use strict";const{stringify:y}=v(2045);l.exports=function getValue(l){return y(flatten(l))};function flatten(l){const m=[];for(const[v,y]of l.entries()){y.forEach(((w,_)=>{if(_===y.length-1&&v===l.length-1&&w.type==="space"){return}m.push(w)}));if(v!==l.length-1){m[m.length-1].type="div";m[m.length-1].value=","}}return m}},4851:l=>{"use strict";l.exports=function joinGridVal(l){return l.join(" / ").trim()}},2110:l=>{"use strict";l.exports=new Set(["calc","clamp","max","min"])},2473:l=>{"use strict";function vendorUnprefixed(l){return l.replace(/^-\w+-/,"")}l.exports=vendorUnprefixed},1960:(l,m,v)=>{"use strict";const{unit:y}=v(2045);const{getArguments:w}=v(7979);const _=v(8480);const k=v(7235);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 C=new Set(["normal","reverse","alternate","alternate-reverse"]);const O=new Set(["none","forwards","backwards","both"]);const P=new Set(["running","paused"]);const L=new Set(["ms","s"]);const isTimingFunction=(l,m)=>m==="function"&&S.has(l)||E.has(l);const isDirection=l=>C.has(l);const isFillMode=l=>O.has(l);const isPlayState=l=>P.has(l);const isTime=l=>{const m=y(l);return m&&L.has(m.unit)};const isIterationCount=l=>{const m=y(l);return l==="infinite"||m&&!m.unit};const T=[{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 m=[];for(const v of l){const l={name:[],duration:[],timingFunction:[],delay:[],iterationCount:[],direction:[],fillMode:[],playState:[]};v.forEach((m=>{let{type:v,value:y}=m;if(v==="space"){return}y=y.toLowerCase();const w=T.some((({property:w,delegate:k})=>{if(k(y,v)&&!l[w].length){l[w]=[m,_()];return true}}));if(!w){l.name=[...l.name,m,_()]}}));m.push([...l.name,...l.duration,...l.timingFunction,...l.delay,...l.iterationCount,...l.direction,...l.fillMode,...l.playState])}return m}l.exports=function normalizeAnimation(l){const m=normalize(w(l));return k(m)}},8182:(l,m,v)=>{"use strict";const{unit:y,stringify:w}=v(2045);const _=v(2110);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 m={width:"",style:"",color:""};l.walk((l=>{const{type:v,value:E}=l;if(v==="word"){if(S.has(E.toLowerCase())){m.style=E;return false}if(k.has(E.toLowerCase())||y(E.toLowerCase())){if(m.width!==""){m.width=`${m.width} ${E}`;return false}m.width=E;return false}m.color=E;return false}if(v==="function"){if(_.has(E.toLowerCase())){m.width=w(l)}else{m.color=w(l)}return false}}));return`${m.width} ${m.style} ${m.color}`.trim()}},6773:(l,m,v)=>{"use strict";const{unit:y}=v(2045);const{getArguments:w}=v(7979);const _=v(8480);const k=v(7235);const S=v(2110);const E=v(2473);l.exports=function normalizeBoxShadow(l){let m=w(l);const v=normalize(m);if(v===false){return l.toString()}return k(v)};function normalize(l){const m=[];let v=false;for(const w of l){let l=[];let k={inset:[],color:[]};w.forEach((m=>{const{type:w,value:C}=m;if(w==="function"&&S.has(E(C.toLowerCase()))){v=true;return}if(w==="space"){return}if(y(C)){l=[...l,m,_()]}else if(C.toLowerCase()==="inset"){k.inset=[...k.inset,m,_()]}else{k.color=[...k.color,m,_()]}}));if(v){return false}m.push([...k.inset,...l,...k.color])}return m}},4322:(l,m,v)=>{"use strict";const{unit:y}=v(2045);function hasUnit(l){const m=y(l);return m&&m.unit!==""}l.exports=l=>{const m=[];const v=[];l.walk((l=>{const{type:y,value:w}=l;if(y==="word"){if(hasUnit(w)){m.push(w)}else{v.push(w)}}}));if(v.length===1&&m.length===1){return`${m[0].trimStart()} ${v[0].trimStart()}`}return l}},1933:l=>{"use strict";const m=new Set(["row","row-reverse","column","column-reverse"]);const v=new Set(["nowrap","wrap","wrap-reverse"]);l.exports=function normalizeFlexFlow(l){let y={direction:"",wrap:""};l.walk((({value:l})=>{if(m.has(l.toLowerCase())){y.direction=l;return}if(v.has(l.toLowerCase())){y.wrap=l;return}}));return`${y.direction} ${y.wrap}`.trim()}},9551:(l,m,v)=>{"use strict";const y=v(4851);const normalizeGridAutoFlow=l=>{let m={front:"",back:""};let v=false;l.walk((l=>{if(l.value==="dense"){v=true;m.back=l.value}else if(["row","column"].includes(l.value.trim().toLowerCase())){v=true;m.front=l.value}else{v=false}}));if(v){return`${m.front.trim()} ${m.back.trim()}`}return l};const normalizeGridColumnRowGap=l=>{let m={front:"",back:""};let v=false;l.walk((l=>{if(l.value==="normal"){v=true;m.front=l.value}else{m.back=`${m.back} ${l.value}`}}));if(v){return`${m.front.trim()} ${m.back.trim()}`}return l};const normalizeGridColumnRow=l=>{let m=l.toString().split("/");if(m.length>1){return y(m.map((l=>{let m={front:"",back:""};l=l.trim();l.split(" ").forEach((l=>{if(l==="span"){m.front=l}else{m.back=`${m.back} ${l}`}}));return`${m.front.trim()} ${m.back.trim()}`})))}return m.map((l=>{let m={front:"",back:""};l=l.trim();l.split(" ").forEach((l=>{if(l==="span"){m.front=l}else{m.back=`${m.back} ${l}`}}));return`${m.front.trim()} ${m.back.trim()}`}))};l.exports={normalizeGridAutoFlow:normalizeGridAutoFlow,normalizeGridColumnRowGap:normalizeGridColumnRowGap,normalizeGridColumnRow:normalizeGridColumnRow}},4552:(l,m,v)=>{"use strict";const y=v(2045);const w=v(2202);const _=new Set(w["list-style-type"]);const k=new Set(["inside","outside"]);l.exports=function listStyleNormalizer(l){const m={type:"",position:"",image:""};l.walk((l=>{if(l.type==="word"){if(_.has(l.value)){m.type=`${m.type} ${l.value}`}else if(k.has(l.value)){m.position=`${m.position} ${l.value}`}else if(l.value==="none"){if(m.type.split(" ").filter((l=>l!==""&&l!==" ")).includes("none")){m.image=`${m.image} ${l.value}`}else{m.type=`${m.type} ${l.value}`}}else{m.type=`${m.type} ${l.value}`}}if(l.type==="function"){m.image=`${m.image} ${y.stringify(l)}`}}));return`${m.type.trim()} ${m.position.trim()} ${m.image.trim()}`.trim()}},6946:(l,m,v)=>{"use strict";const{unit:y}=v(2045);const{getArguments:w}=v(7979);const _=v(8480);const k=v(7235);const S=new Set(["ease","linear","ease-in","ease-out","ease-in-out","step-start","step-end"]);function normalize(l){const m=[];for(const v of l){let l={timingFunction:[],property:[],time1:[],time2:[]};v.forEach((m=>{const{type:v,value:w}=m;if(v==="space"){return}if(v==="function"&&new Set(["steps","cubic-bezier"]).has(w.toLowerCase())){l.timingFunction=[...l.timingFunction,m,_()]}else if(y(w)){if(!l.time1.length){l.time1=[...l.time1,m,_()]}else{l.time2=[...l.time2,m,_()]}}else if(S.has(w.toLowerCase())){l.timingFunction=[...l.timingFunction,m,_()]}else{l.property=[...l.property,m,_()]}}));m.push([...l.property,...l.time1,...l.timingFunction,...l.time2])}return m}l.exports=function normalizeTransition(l){const m=normalize(w(l));return k(m)}},9871:(l,m,v)=>{"use strict";const y=v(4907);const{isSupported:w}=v(6615);const _=v(9270);const k=v(9309);const S="initial";const E=["writing-mode","transform-box"];function pluginCreator(){return{postcssPlugin:"postcss-reduce-initial",prepare(l){const m=l.opts||{};const v=y(null,{stats:m.stats,path:__dirname,env:m.env});const C=w("css-initial-value",v);return{OnceExit(l){l.walkDecls((l=>{const v=l.prop.toLowerCase();const y=new Set(E.concat(m.ignore||[]));if(y.has(v)){return}if(C&&Object.prototype.hasOwnProperty.call(k,v)&&l.value.toLowerCase()===k[v]){l.value=S;return}if(l.value.toLowerCase()!==S||!_[v]){return}l.value=_[v]}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},2018:(l,m,v)=>{"use strict";const y=v(2045);function getValues(l,m,v){if(v%2===0){let v=NaN;if(m.type==="function"&&(m.value==="var"||m.value==="env")&&m.nodes.length===1){v=y.stringify(m.nodes)}else if(m.type==="word"){v=parseFloat(m.value)}return[...l,v]}return l}function matrix3d(l,m){if(m.length!==16){return}if(m[15]&&m[2]===0&&m[3]===0&&m[6]===0&&m[7]===0&&m[8]===0&&m[9]===0&&m[10]===1&&m[11]===0&&m[14]===0&&m[15]===1){const{nodes:m}=l;l.value="matrix";l.nodes=[m[0],m[1],m[2],m[3],m[8],m[9],m[10],m[11],m[24],m[25],m[26]]}}const w=new Map([[[1,0,0].toString(),"rotateX"],[[0,1,0].toString(),"rotateY"],[[0,0,1].toString(),"rotate"]]);function rotate3d(l,m){if(m.length!==4){return}const{nodes:v}=l;const y=w.get(m.slice(0,3).toString());if(y){l.value=y;l.nodes=[v[6]]}}function rotateZ(l,m){if(m.length!==1){return}l.value="rotate"}function scale(l,m){if(m.length!==2){return}const{nodes:v}=l;const[y,w]=m;if(y===w){l.nodes=[v[0]];return}if(w===1){l.value="scaleX";l.nodes=[v[0]];return}if(y===1){l.value="scaleY";l.nodes=[v[2]];return}}function scale3d(l,m){if(m.length!==3){return}const{nodes:v}=l;const[y,w,_]=m;if(w===1&&_===1){l.value="scaleX";l.nodes=[v[0]];return}if(y===1&&_===1){l.value="scaleY";l.nodes=[v[2]];return}if(y===1&&w===1){l.value="scaleZ";l.nodes=[v[4]];return}}function translate(l,m){if(m.length!==2){return}const{nodes:v}=l;if(m[1]===0){l.nodes=[v[0]];return}if(m[0]===0){l.value="translateY";l.nodes=[v[2]];return}}function translate3d(l,m){if(m.length!==3){return}const{nodes:v}=l;if(m[0]===0&&m[1]===0){l.value="translateZ";l.nodes=[v[4]]}}const _=new Map([["matrix3d",matrix3d],["rotate3d",rotate3d],["rotateZ",rotateZ],["scale",scale],["scale3d",scale3d],["translate",translate],["translate3d",translate3d]]);function normalizeReducerName(l){const m=l.toLowerCase();if(m==="rotatez"){return"rotateZ"}return m}function reduce(l){if(l.type==="function"){const m=normalizeReducerName(l.value);const v=_.get(m);if(v!==undefined){v(l,l.nodes.reduce(getValues,[]))}}return false}function pluginCreator(){return{postcssPlugin:"postcss-reduce-transforms",prepare(){const l=new Map;return{OnceExit(m){m.walkDecls(/transform$/i,(m=>{const v=m.value;if(!v){return}if(l.has(v)){m.value=l.get(v);return}const w=y(v).walk(reduce).toString();m.value=w;l.set(v,w)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},8235:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6528));var w=_interopRequireWildcard(v(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 m=_getRequireWildcardCache();if(m&&m.has(l)){return m.get(l)}var v={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var w in l){if(Object.prototype.hasOwnProperty.call(l,w)){var _=y?Object.getOwnPropertyDescriptor(l,w):null;if(_&&(_.get||_.set)){Object.defineProperty(v,w,_)}else{v[w]=l[w]}}}v["default"]=l;if(m){m.set(l,v)}return v}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var _=function parser(l){return new y["default"](l)};Object.assign(_,w);delete _.__esModule;var k=_;m["default"]=k;l.exports=m.default},6305:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(422));var w=_interopRequireDefault(v(5013));var _=_interopRequireDefault(v(6870));var k=_interopRequireDefault(v(5047));var S=_interopRequireDefault(v(8393));var E=_interopRequireDefault(v(9443));var C=_interopRequireDefault(v(435));var O=_interopRequireDefault(v(5326));var P=_interopRequireWildcard(v(9248));var L=_interopRequireDefault(v(1165));var T=_interopRequireDefault(v(2537));var R=_interopRequireDefault(v(6060));var D=_interopRequireDefault(v(2173));var A=_interopRequireWildcard(v(2133));var q=_interopRequireWildcard(v(8553));var F=_interopRequireWildcard(v(8600));var $=v(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 m=_getRequireWildcardCache();if(m&&m.has(l)){return m.get(l)}var v={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var w in l){if(Object.prototype.hasOwnProperty.call(l,w)){var _=y?Object.getOwnPropertyDescriptor(l,w):null;if(_&&(_.get||_.set)){Object.defineProperty(v,w,_)}else{v[w]=l[w]}}}v["default"]=l;if(m){m.set(l,v)}return v}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}var U=(z={},z[q.space]=true,z[q.cr]=true,z[q.feed]=true,z[q.newline]=true,z[q.tab]=true,z);var W=Object.assign({},U,(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,m,v,y){return{start:{line:l,column:m},end:{line:v,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,m){if(!l){return undefined}return getSource(l[A.FIELDS.START_LINE],l[A.FIELDS.START_COL],m[A.FIELDS.END_LINE],m[A.FIELDS.END_COL])}function unescapeProp(l,m){var v=l[m];if(typeof v!=="string"){return}if(v.indexOf("\\")!==-1){(0,$.ensureObject)(l,"raws");l[m]=(0,$.unesc)(v);if(l.raws[m]===undefined){l.raws[m]=v}}return l}function indexesOf(l,m){var v=-1;var y=[];while((v=l.indexOf(m,v+1))!==-1){y.push(v)}return y}function uniqs(){var l=Array.prototype.concat.apply([],arguments);return l.filter((function(m,v){return v===l.indexOf(m)}))}var B=function(){function Parser(l,m){if(m===void 0){m={}}this.rule=l;this.options=Object.assign({lossy:false,safe:false},m);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 v=getTokenSourceSpan(this.tokens[0],this.tokens[this.tokens.length-1]);this.root=new y["default"]({source:v});this.root.errorGenerator=this._errorGenerator();var _=new w["default"]({source:{start:{line:1,column:1}}});this.root.append(_);this.current=_;this.loop()}var l=Parser.prototype;l._errorGenerator=function _errorGenerator(){var l=this;return function(m,v){if(typeof l.rule==="string"){return new Error(m)}return l.rule.error(m,v)}};l.attribute=function attribute(){var l=[];var m=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 v=l.length;var y={source:getSource(m[1],m[2],this.currToken[3],this.currToken[4]),sourceIndex:m[A.FIELDS.START_POS]};if(v===1&&!~[q.word].indexOf(l[0][A.FIELDS.TYPE])){return this.expected("attribute",l[0][A.FIELDS.START_POS])}var w=0;var _="";var k="";var S=null;var E=false;while(w<v){var C=l[w];var O=this.content(C);var L=l[w+1];switch(C[A.FIELDS.TYPE]){case q.space:E=true;if(this.options.lossy){break}if(S){(0,$.ensureObject)(y,"spaces",S);var T=y.spaces[S].after||"";y.spaces[S].after=T+O;var R=(0,$.getProp)(y,"raws","spaces",S,"after")||null;if(R){y.raws.spaces[S].after=R+O}}else{_=_+O;k=k+O}break;case q.asterisk:if(L[A.FIELDS.TYPE]===q.equals){y.operator=O;S="operator"}else if((!y.namespace||S==="namespace"&&!E)&&L){if(_){(0,$.ensureObject)(y,"spaces","attribute");y.spaces.attribute.before=_;_=""}if(k){(0,$.ensureObject)(y,"raws","spaces","attribute");y.raws.spaces.attribute.before=_;k=""}y.namespace=(y.namespace||"")+O;var D=(0,$.getProp)(y,"raws","namespace")||null;if(D){y.raws.namespace+=O}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(L[A.FIELDS.TYPE]===q.equals){y.operator=O;S="operator"}E=false;break;case q.combinator:if(O==="~"&&L[A.FIELDS.TYPE]===q.equals){y.operator=O;S="operator"}if(O!=="|"){E=false;break}if(L[A.FIELDS.TYPE]===q.equals){y.operator=O;S="operator"}else if(!y.namespace&&!y.attribute){y.namespace=true}E=false;break;case q.word:if(L&&this.content(L)==="|"&&l[w+2]&&l[w+2][A.FIELDS.TYPE]!==q.equals&&!y.operator&&!y.namespace){y.namespace=O;S="namespace"}else if(!y.attribute||S==="attribute"&&!E){if(_){(0,$.ensureObject)(y,"spaces","attribute");y.spaces.attribute.before=_;_=""}if(k){(0,$.ensureObject)(y,"raws","spaces","attribute");y.raws.spaces.attribute.before=k;k=""}y.attribute=(y.attribute||"")+O;var z=(0,$.getProp)(y,"raws","attribute")||null;if(z){y.raws.attribute+=O}S="attribute"}else if(!y.value&&y.value!==""||S==="value"&&!(E||y.quoteMark)){var V=(0,$.unesc)(O);var U=(0,$.getProp)(y,"raws","value")||"";var W=y.value||"";y.value=W+V;y.quoteMark=null;if(V!==O||U){(0,$.ensureObject)(y,"raws");y.raws.value=(U||W)+O}S="value"}else{var B=O==="i"||O==="I";if((y.value||y.value==="")&&(y.quoteMark||E)){y.insensitive=B;if(!B||O==="I"){(0,$.ensureObject)(y,"raws");y.raws.insensitiveFlag=O}S="insensitive";if(_){(0,$.ensureObject)(y,"spaces","insensitive");y.spaces.insensitive.before=_;_=""}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+=O;if(y.raws.value){y.raws.value+=O}}}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:C[A.FIELDS.START_POS]})}var Q=(0,P.unescapeValue)(O),Y=Q.unescaped,G=Q.quoteMark;y.value=Y;y.quoteMark=G;S="value";(0,$.ensureObject)(y,"raws");y.raws.value=O;E=false;break;case q.equals:if(!y.attribute){return this.expected("attribute",C[A.FIELDS.START_POS],O)}if(y.value){return this.error('Unexpected "=" found; an operator was already defined.',{index:C[A.FIELDS.START_POS]})}y.operator=y.operator?y.operator+O:O;S="operator";E=false;break;case q.comment:if(S){if(E||L&&L[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+O}else{var K=y[S]||"";var X=(0,$.getProp)(y,"raws",S)||K;(0,$.ensureObject)(y,"raws");y.raws[S]=X+O}}else{k=k+O}break;default:return this.error('Unexpected "'+O+'" found.',{index:C[A.FIELDS.START_POS]})}w++}unescapeProp(y,"attribute");unescapeProp(y,"namespace");this.newNode(new P["default"](y));this.position++};l.parseWhitespaceEquivalentTokens=function parseWhitespaceEquivalentTokens(l){if(l<0){l=this.tokens.length}var m=this.position;var v=[];var y="";var w=undefined;do{if(U[this.currToken[A.FIELDS.TYPE]]){if(!this.options.lossy){y+=this.content()}}else if(this.currToken[A.FIELDS.TYPE]===q.comment){var _={};if(y){_.before=y;y=""}w=new k["default"]({value:this.content(),source:getTokenSource(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS],spaces:_});v.push(w)}}while(++this.position<l);if(y){if(w){w.spaces.after=y}else if(!this.options.lossy){var S=this.tokens[m];var E=this.tokens[this.position-1];v.push(new C["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 v};l.convertWhitespaceNodesToSpace=function convertWhitespaceNodesToSpace(l,m){var v=this;if(m===void 0){m=false}var y="";var w="";l.forEach((function(l){var _=v.lossySpace(l.spaces.before,m);var k=v.lossySpace(l.rawSpaceBefore,m);y+=_+v.lossySpace(l.spaces.after,m&&_.length===0);w+=_+l.value+v.lossySpace(l.rawSpaceAfter,m&&k.length===0)}));if(w===y){w=undefined}var _={space:y,rawSpace:w};return _};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 m=(0,$.unesc)(l).toLowerCase();var v={};if(m!==l){v.value="/"+l+"/"}var y=new T["default"]({value:"/"+m+"/",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:v});this.position=this.position+3;return y}else{this.unexpected()}};l.combinator=function combinator(){var l=this;if(this.content()==="|"){return this.namespace()}var m=this.locateNextMeaningfulToken(this.position);if(m<0||this.tokens[m][A.FIELDS.TYPE]===q.comma){var v=this.parseWhitespaceEquivalentTokens(m);if(v.length>0){var y=this.current.last;if(y){var w=this.convertWhitespaceNodesToSpace(v),_=w.space,k=w.rawSpace;if(k!==undefined){y.rawSpaceAfter+=k}y.spaces.after+=_}else{v.forEach((function(m){return l.newNode(m)}))}}return}var S=this.currToken;var E=undefined;if(m>this.position){E=this.parseWhitespaceEquivalentTokens(m)}var C;if(this.isNamedCombinator()){C=this.namedCombinator()}else if(this.currToken[A.FIELDS.TYPE]===q.combinator){C=new T["default"]({value:this.content(),source:getTokenSource(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS]});this.position++}else if(U[this.currToken[A.FIELDS.TYPE]]){}else if(!E){this.unexpected()}if(C){if(E){var O=this.convertWhitespaceNodesToSpace(E),P=O.space,L=O.rawSpace;C.spaces.before=P;C.rawSpaceBefore=L}}else{var R=this.convertWhitespaceNodesToSpace(E,true),D=R.space,F=R.rawSpace;if(!F){F=D}var $={};var z={spaces:{}};if(D.endsWith(" ")&&F.endsWith(" ")){$.before=D.slice(0,D.length-1);z.spaces.before=F.slice(0,F.length-1)}else if(D.startsWith(" ")&&F.startsWith(" ")){$.after=D.slice(1);z.spaces.after=F.slice(1)}else{z.value=F}C=new T["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){C.spaces.after=this.optionalSpace(this.content());this.position++}return this.newNode(C)};l.comma=function comma(){if(this.position===this.tokens.length-1){this.root.trailingComma=true;this.position++;return}this.current._inferEndPosition();var l=new w["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,m){throw this.root.error(l,m)};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 m=this.currToken;this.newNode(new R["default"]({value:this.content(),source:getTokenSource(m),sourceIndex:m[A.FIELDS.START_POS]}));this.position++};l.parentheses=function parentheses(){var l=this.current.last;var m=1;this.position++;if(l&&l.type===F.PSEUDO){var v=new w["default"]({source:{start:tokenStart(this.tokens[this.position-1])}});var y=this.current;l.append(v);this.current=v;while(this.position<this.tokens.length&&m){if(this.currToken[A.FIELDS.TYPE]===q.openParenthesis){m++}if(this.currToken[A.FIELDS.TYPE]===q.closeParenthesis){m--}if(m){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 _=this.currToken;var k="(";var S;while(this.position<this.tokens.length&&m){if(this.currToken[A.FIELDS.TYPE]===q.openParenthesis){m++}if(this.currToken[A.FIELDS.TYPE]===q.closeParenthesis){m--}S=this.currToken;k+=this.parseParenthesisToken(this.currToken);this.position++}if(l){l.appendToPropertyAndEscape("value",k,k)}else{this.newNode(new C["default"]({value:k,source:getSource(_[A.FIELDS.START_LINE],_[A.FIELDS.START_COL],S[A.FIELDS.END_LINE],S[A.FIELDS.END_COL]),sourceIndex:_[A.FIELDS.START_POS]}))}}if(m){return this.expected("closing parenthesis",this.currToken[A.FIELDS.START_POS])}};l.pseudo=function pseudo(){var l=this;var m="";var v=this.currToken;while(this.currToken&&this.currToken[A.FIELDS.TYPE]===q.colon){m+=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,w){m+=y;l.newNode(new O["default"]({value:m,source:getTokenSourceSpan(v,l.currToken),sourceIndex:v[A.FIELDS.START_POS]}));if(w>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 C["default"]({value:this.content(),source:getTokenSource(l),sourceIndex:l[A.FIELDS.START_POS]}));this.position++};l.universal=function universal(l){var m=this.nextToken;if(m&&this.content(m)==="|"){this.position++;return this.namespace()}var v=this.currToken;this.newNode(new L["default"]({value:this.content(),source:getTokenSource(v),sourceIndex:v[A.FIELDS.START_POS]}),l);this.position++};l.splitWord=function splitWord(l,m){var v=this;var y=this.nextToken;var w=this.content();while(y&&~[q.dollar,q.caret,q.equals,q.word].indexOf(y[A.FIELDS.TYPE])){this.position++;var k=this.content();w+=k;if(k.lastIndexOf("\\")===k.length-1){var C=this.nextToken;if(C&&C[A.FIELDS.TYPE]===q.space){w+=this.requiredSpace(this.content(C));this.position++}}y=this.nextToken}var O=indexesOf(w,".").filter((function(l){var m=w[l-1]==="\\";var v=/^\d+\.\d+%$/.test(w);return!m&&!v}));var P=indexesOf(w,"#").filter((function(l){return w[l-1]!=="\\"}));var L=indexesOf(w,"#{");if(L.length){P=P.filter((function(l){return!~L.indexOf(l)}))}var T=(0,D["default"])(uniqs([0].concat(O,P)));T.forEach((function(y,k){var C=T[k+1]||w.length;var L=w.slice(y,C);if(k===0&&m){return m.call(v,L,T.length)}var R;var D=v.currToken;var q=D[A.FIELDS.START_POS]+T[k];var F=getSource(D[1],D[2]+y,D[3],D[2]+(C-1));if(~O.indexOf(y)){var $={value:L.slice(1),source:F,sourceIndex:q};R=new _["default"](unescapeProp($,"value"))}else if(~P.indexOf(y)){var z={value:L.slice(1),source:F,sourceIndex:q};R=new S["default"](unescapeProp(z,"value"))}else{var V={value:L,source:F,sourceIndex:q};unescapeProp(V,"value");R=new E["default"](V)}v.newNode(R,l);l=null}));this.position++};l.word=function word(l){var m=this.nextToken;if(m&&this.content(m)==="|"){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,m,v){if(Array.isArray(l)){var y=l.pop();l=l.join(", ")+" or "+y}var w=/^[aeiou]/.test(l[0])?"an":"a";if(!v){return this.error("Expected "+w+" "+l+".",{index:m})}return this.error("Expected "+w+" "+l+', found "'+v+'" instead.',{index:m})};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,m){if(this.options.lossy){return m?" ":""}else{return l}};l.parseParenthesisToken=function parseParenthesisToken(l){var m=this.content(l);if(l[A.FIELDS.TYPE]===q.space){return this.requiredSpace(m)}else{return m}};l.newNode=function newNode(l,m){if(m){if(/^ +$/.test(m)){if(!this.options.lossy){this.spaces=(this.spaces||"")+m}m=true}l.namespace=m;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 m=l;while(m<this.tokens.length){if(W[this.tokens[m][A.FIELDS.TYPE]]){m++;continue}else{return m}}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}();m["default"]=B;l.exports=m.default},6528:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6305));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var w=function(){function Processor(l,m){this.func=l||function noop(){};this.funcRes=null;this.options=m}var l=Processor.prototype;l._shouldUpdateSelector=function _shouldUpdateSelector(l,m){if(m===void 0){m={}}var v=Object.assign({},this.options,m);if(v.updateSelector===false){return false}else{return typeof l!=="string"}};l._isLossy=function _isLossy(l){if(l===void 0){l={}}var m=Object.assign({},this.options,l);if(m.lossless===false){return true}else{return false}};l._root=function _root(l,m){if(m===void 0){m={}}var v=new y["default"](l,this._parseOptions(m));return v.root};l._parseOptions=function _parseOptions(l){return{lossy:this._isLossy(l)}};l._run=function _run(l,m){var v=this;if(m===void 0){m={}}return new Promise((function(y,w){try{var _=v._root(l,m);Promise.resolve(v.func(_)).then((function(y){var w=undefined;if(v._shouldUpdateSelector(l,m)){w=_.toString();l.selector=w}return{transform:y,root:_,string:w}})).then(y,w)}catch(l){w(l);return}}))};l._runSync=function _runSync(l,m){if(m===void 0){m={}}var v=this._root(l,m);var y=this.func(v);if(y&&typeof y.then==="function"){throw new Error("Selector processor returned a promise to a synchronous call.")}var w=undefined;if(m.updateSelector&&typeof l!=="string"){w=v.toString();l.selector=w}return{transform:y,root:v,string:w}};l.ast=function ast(l,m){return this._run(l,m).then((function(l){return l.root}))};l.astSync=function astSync(l,m){return this._runSync(l,m).root};l.transform=function transform(l,m){return this._run(l,m).then((function(l){return l.transform}))};l.transformSync=function transformSync(l,m){return this._runSync(l,m).transform};l.process=function process(l,m){return this._run(l,m).then((function(l){return l.string||l.root.toString()}))};l.processSync=function processSync(l,m){var v=this._runSync(l,m);return v.string||v.root.toString()};return Processor}();m["default"]=w;l.exports=m.default},9248:(l,m,v)=>{"use strict";m.__esModule=true;m.unescapeValue=unescapeValue;m["default"]=void 0;var y=_interopRequireDefault(v(441));var w=_interopRequireDefault(v(3590));var _=_interopRequireDefault(v(999));var k=v(8600);var S;function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var E=v(6124);var C=/^('|")([^]*)\1$/;var O=E((function(){}),"Assigning an attribute a value containing characters that might need to be escaped is deprecated. "+"Call attribute.setValue() instead.");var P=E((function(){}),"Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead.");var L=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 m=false;var v=null;var y=l;var _=y.match(C);if(_){v=_[1];y=_[2]}y=(0,w["default"])(y);if(y!==l){m=true}return{deprecatedUsage:m,unescaped:y,quoteMark:v}}function handleDeprecatedContructorOpts(l){if(l.quoteMark!==undefined){return l}if(l.value===undefined){return l}L();var m=unescapeValue(l.value),v=m.quoteMark,y=m.unescaped;if(!l.raws){l.raws={}}if(l.raws.value===undefined){l.raws.value=l.value}l.value=y;l.quoteMark=v;return l}var T=function(l){_inheritsLoose(Attribute,l);function Attribute(m){var v;if(m===void 0){m={}}v=l.call(this,handleDeprecatedContructorOpts(m))||this;v.type=k.ATTRIBUTE;v.raws=v.raws||{};Object.defineProperty(v.raws,"unquoted",{get:E((function(){return v.value}),"attr.raws.unquoted is deprecated. Call attr.value instead."),set:E((function(){return v.value}),"Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default now.")});v._constructed=true;return v}var m=Attribute.prototype;m.getQuotedValue=function getQuotedValue(l){if(l===void 0){l={}}var m=this._determineQuoteMark(l);var v=R[m];var w=(0,y["default"])(this._value,v);return w};m._determineQuoteMark=function _determineQuoteMark(l){return l.smart?this.smartQuoteMark(l):this.preferredQuoteMark(l)};m.setValue=function setValue(l,m){if(m===void 0){m={}}this._value=l;this._quoteMark=this._determineQuoteMark(m);this._syncRawValue()};m.smartQuoteMark=function smartQuoteMark(l){var m=this.value;var v=m.replace(/[^']/g,"").length;var w=m.replace(/[^"]/g,"").length;if(v+w===0){var _=(0,y["default"])(m,{isIdentifier:true});if(_===m){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=R[S];var C=(0,y["default"])(m,E);if(C.length<_.length){return S}}return k}}else if(w===v){return this.preferredQuoteMark(l)}else if(w<v){return Attribute.DOUBLE_QUOTE}else{return Attribute.SINGLE_QUOTE}};m.preferredQuoteMark=function preferredQuoteMark(l){var m=l.preferCurrentQuoteMark?this.quoteMark:l.quoteMark;if(m===undefined){m=l.preferCurrentQuoteMark?l.quoteMark:this.quoteMark}if(m===undefined){m=Attribute.DOUBLE_QUOTE}return m};m._syncRawValue=function _syncRawValue(){var l=(0,y["default"])(this._value,R[this.quoteMark]);if(l===this._value){if(this.raws){delete this.raws.value}}else{this.raws.value=l}};m._handleEscapes=function _handleEscapes(l,m){if(this._constructed){var v=(0,y["default"])(m,{isIdentifier:true});if(v!==m){this.raws[l]=v}else{delete this.raws[l]}}};m._spacesFor=function _spacesFor(l){var m={before:"",after:""};var v=this.spaces[l]||{};var y=this.raws.spaces&&this.raws.spaces[l]||{};return Object.assign(m,v,y)};m._stringFor=function _stringFor(l,m,v){if(m===void 0){m=l}if(v===void 0){v=defaultAttrConcat}var y=this._spacesFor(m);return v(this.stringifyProperty(l),y)};m.offsetOf=function offsetOf(l){var m=1;var v=this._spacesFor("attribute");m+=v.before.length;if(l==="namespace"||l==="ns"){return this.namespace?m:-1}if(l==="attributeNS"){return m}m+=this.namespaceString.length;if(this.namespace){m+=1}if(l==="attribute"){return m}m+=this.stringifyProperty("attribute").length;m+=v.after.length;var y=this._spacesFor("operator");m+=y.before.length;var w=this.stringifyProperty("operator");if(l==="operator"){return w?m:-1}m+=w.length;m+=y.after.length;var _=this._spacesFor("value");m+=_.before.length;var k=this.stringifyProperty("value");if(l==="value"){return k?m:-1}m+=k.length;m+=_.after.length;var S=this._spacesFor("insensitive");m+=S.before.length;if(l==="insensitive"){return this.insensitive?m:-1}return-1};m.toString=function toString(){var l=this;var m=[this.rawSpaceBefore,"["];m.push(this._stringFor("qualifiedAttribute","attribute"));if(this.operator&&(this.value||this.value==="")){m.push(this._stringFor("operator"));m.push(this._stringFor("value"));m.push(this._stringFor("insensitiveFlag","insensitive",(function(m,v){if(m.length>0&&!l.quoted&&v.before.length===0&&!(l.spaces.value&&l.spaces.value.after)){v.before=" "}return defaultAttrConcat(m,v)})))}m.push("]");m.push(this.rawSpaceAfter);return m.join("")};_createClass(Attribute,[{key:"quoted",get:function get(){var l=this.quoteMark;return l==="'"||l==='"'},set:function set(l){P()}},{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 m=unescapeValue(l),v=m.deprecatedUsage,y=m.unescaped,w=m.quoteMark;if(v){O()}if(y===this._value&&w===this._quoteMark){return}this._value=y;this._quoteMark=w;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}(_["default"]);m["default"]=T;T.NO_QUOTE=null;T.SINGLE_QUOTE="'";T.DOUBLE_QUOTE='"';var R=(S={"'":{quotes:"single",wrap:true},'"':{quotes:"double",wrap:true}},S[null]={isIdentifier:true},S);function defaultAttrConcat(l,m){return""+m.before+l+m.after}},6870:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(441));var w=v(4513);var _=_interopRequireDefault(v(6373));var k=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var S=function(l){_inheritsLoose(ClassName,l);function ClassName(m){var v;v=l.call(this,m)||this;v.type=k.CLASS;v._constructed=true;return v}var m=ClassName.prototype;m.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 m=(0,y["default"])(l,{isIdentifier:true});if(m!==l){(0,w.ensureObject)(this,"raws");this.raws.value=m}else if(this.raws){delete this.raws.value}}this._value=l}}]);return ClassName}(_["default"]);m["default"]=S;l.exports=m.default},2537:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6373));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Combinator,l);function Combinator(m){var v;v=l.call(this,m)||this;v.type=w.COMBINATOR;return v}return Combinator}(y["default"]);m["default"]=_;l.exports=m.default},5047:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6373));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Comment,l);function Comment(m){var v;v=l.call(this,m)||this;v.type=w.COMMENT;return v}return Comment}(y["default"]);m["default"]=_;l.exports=m.default},6734:(l,m,v)=>{"use strict";m.__esModule=true;m.universal=m.tag=m.string=m.selector=m.root=m.pseudo=m.nesting=m.id=m.comment=m.combinator=m.className=m.attribute=void 0;var y=_interopRequireDefault(v(9248));var w=_interopRequireDefault(v(6870));var _=_interopRequireDefault(v(2537));var k=_interopRequireDefault(v(5047));var S=_interopRequireDefault(v(8393));var E=_interopRequireDefault(v(6060));var C=_interopRequireDefault(v(5326));var O=_interopRequireDefault(v(422));var P=_interopRequireDefault(v(5013));var L=_interopRequireDefault(v(435));var T=_interopRequireDefault(v(9443));var R=_interopRequireDefault(v(1165));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var D=function attribute(l){return new y["default"](l)};m.attribute=D;var A=function className(l){return new w["default"](l)};m.className=A;var q=function combinator(l){return new _["default"](l)};m.combinator=q;var F=function comment(l){return new k["default"](l)};m.comment=F;var $=function id(l){return new S["default"](l)};m.id=$;var z=function nesting(l){return new E["default"](l)};m.nesting=z;var V=function pseudo(l){return new C["default"](l)};m.pseudo=V;var U=function root(l){return new O["default"](l)};m.root=U;var W=function selector(l){return new P["default"](l)};m.selector=W;var B=function string(l){return new L["default"](l)};m.string=B;var Q=function tag(l){return new T["default"](l)};m.tag=Q;var Y=function universal(l){return new R["default"](l)};m.universal=Y},7675:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6373));var w=_interopRequireWildcard(v(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 m=_getRequireWildcardCache();if(m&&m.has(l)){return m.get(l)}var v={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var w in l){if(Object.prototype.hasOwnProperty.call(l,w)){var _=y?Object.getOwnPropertyDescriptor(l,w):null;if(_&&(_.get||_.set)){Object.defineProperty(v,w,_)}else{v[w]=l[w]}}}v["default"]=l;if(m){m.set(l,v)}return v}function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _createForOfIteratorHelperLoose(l,m){var v;if(typeof Symbol==="undefined"||l[Symbol.iterator]==null){if(Array.isArray(l)||(v=_unsupportedIterableToArray(l))||m&&l&&typeof l.length==="number"){if(v)l=v;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.")}v=l[Symbol.iterator]();return v.next.bind(v)}function _unsupportedIterableToArray(l,m){if(!l)return;if(typeof l==="string")return _arrayLikeToArray(l,m);var v=Object.prototype.toString.call(l).slice(8,-1);if(v==="Object"&&l.constructor)v=l.constructor.name;if(v==="Map"||v==="Set")return Array.from(l);if(v==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(v))return _arrayLikeToArray(l,m)}function _arrayLikeToArray(l,m){if(m==null||m>l.length)m=l.length;for(var v=0,y=new Array(m);v<m;v++){y[v]=l[v]}return y}function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Container,l);function Container(m){var v;v=l.call(this,m)||this;if(!v.nodes){v.nodes=[]}return v}var m=Container.prototype;m.append=function append(l){l.parent=this;this.nodes.push(l);return this};m.prepend=function prepend(l){l.parent=this;this.nodes.unshift(l);return this};m.at=function at(l){return this.nodes[l]};m.index=function index(l){if(typeof l==="number"){return l}return this.nodes.indexOf(l)};m.removeChild=function removeChild(l){l=this.index(l);this.at(l).parent=undefined;this.nodes.splice(l,1);var m;for(var v in this.indexes){m=this.indexes[v];if(m>=l){this.indexes[v]=m-1}}return this};m.removeAll=function removeAll(){for(var l=_createForOfIteratorHelperLoose(this.nodes),m;!(m=l()).done;){var v=m.value;v.parent=undefined}this.nodes=[];return this};m.empty=function empty(){return this.removeAll()};m.insertAfter=function insertAfter(l,m){m.parent=this;var v=this.index(l);this.nodes.splice(v+1,0,m);m.parent=this;var y;for(var w in this.indexes){y=this.indexes[w];if(v<=y){this.indexes[w]=y+1}}return this};m.insertBefore=function insertBefore(l,m){m.parent=this;var v=this.index(l);this.nodes.splice(v,0,m);m.parent=this;var y;for(var w in this.indexes){y=this.indexes[w];if(y<=v){this.indexes[w]=y+1}}return this};m._findChildAtPosition=function _findChildAtPosition(l,m){var v=undefined;this.each((function(y){if(y.atPosition){var w=y.atPosition(l,m);if(w){v=w;return false}}else if(y.isAtPosition(l,m)){v=y;return false}}));return v};m.atPosition=function atPosition(l,m){if(this.isAtPosition(l,m)){return this._findChildAtPosition(l,m)||this}else{return undefined}};m._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)}};m.each=function each(l){if(!this.lastEach){this.lastEach=0}if(!this.indexes){this.indexes={}}this.lastEach++;var m=this.lastEach;this.indexes[m]=0;if(!this.length){return undefined}var v,y;while(this.indexes[m]<this.length){v=this.indexes[m];y=l(this.at(v),v);if(y===false){break}this.indexes[m]+=1}delete this.indexes[m];if(y===false){return false}};m.walk=function walk(l){return this.each((function(m,v){var y=l(m,v);if(y!==false&&m.length){y=m.walk(l)}if(y===false){return false}}))};m.walkAttributes=function walkAttributes(l){var m=this;return this.walk((function(v){if(v.type===w.ATTRIBUTE){return l.call(m,v)}}))};m.walkClasses=function walkClasses(l){var m=this;return this.walk((function(v){if(v.type===w.CLASS){return l.call(m,v)}}))};m.walkCombinators=function walkCombinators(l){var m=this;return this.walk((function(v){if(v.type===w.COMBINATOR){return l.call(m,v)}}))};m.walkComments=function walkComments(l){var m=this;return this.walk((function(v){if(v.type===w.COMMENT){return l.call(m,v)}}))};m.walkIds=function walkIds(l){var m=this;return this.walk((function(v){if(v.type===w.ID){return l.call(m,v)}}))};m.walkNesting=function walkNesting(l){var m=this;return this.walk((function(v){if(v.type===w.NESTING){return l.call(m,v)}}))};m.walkPseudos=function walkPseudos(l){var m=this;return this.walk((function(v){if(v.type===w.PSEUDO){return l.call(m,v)}}))};m.walkTags=function walkTags(l){var m=this;return this.walk((function(v){if(v.type===w.TAG){return l.call(m,v)}}))};m.walkUniversals=function walkUniversals(l){var m=this;return this.walk((function(v){if(v.type===w.UNIVERSAL){return l.call(m,v)}}))};m.split=function split(l){var m=this;var v=[];return this.reduce((function(y,w,_){var k=l.call(m,w);v.push(w);if(k){y.push(v);v=[]}else if(_===m.length-1){y.push(v)}return y}),[])};m.map=function map(l){return this.nodes.map(l)};m.reduce=function reduce(l,m){return this.nodes.reduce(l,m)};m.every=function every(l){return this.nodes.every(l)};m.some=function some(l){return this.nodes.some(l)};m.filter=function filter(l){return this.nodes.filter(l)};m.sort=function sort(l){return this.nodes.sort(l)};m.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"]);m["default"]=_;l.exports=m.default},1493:(l,m,v)=>{"use strict";m.__esModule=true;m.isNode=isNode;m.isPseudoElement=isPseudoElement;m.isPseudoClass=isPseudoClass;m.isContainer=isContainer;m.isNamespace=isNamespace;m.isUniversal=m.isTag=m.isString=m.isSelector=m.isRoot=m.isPseudo=m.isNesting=m.isIdentifier=m.isComment=m.isCombinator=m.isClassName=m.isAttribute=void 0;var y=v(8600);var w;var _=(w={},w[y.ATTRIBUTE]=true,w[y.CLASS]=true,w[y.COMBINATOR]=true,w[y.COMMENT]=true,w[y.ID]=true,w[y.NESTING]=true,w[y.PSEUDO]=true,w[y.ROOT]=true,w[y.SELECTOR]=true,w[y.STRING]=true,w[y.TAG]=true,w[y.UNIVERSAL]=true,w);function isNode(l){return typeof l==="object"&&_[l.type]}function isNodeType(l,m){return isNode(m)&&m.type===l}var k=isNodeType.bind(null,y.ATTRIBUTE);m.isAttribute=k;var S=isNodeType.bind(null,y.CLASS);m.isClassName=S;var E=isNodeType.bind(null,y.COMBINATOR);m.isCombinator=E;var C=isNodeType.bind(null,y.COMMENT);m.isComment=C;var O=isNodeType.bind(null,y.ID);m.isIdentifier=O;var P=isNodeType.bind(null,y.NESTING);m.isNesting=P;var L=isNodeType.bind(null,y.PSEUDO);m.isPseudo=L;var T=isNodeType.bind(null,y.ROOT);m.isRoot=T;var R=isNodeType.bind(null,y.SELECTOR);m.isSelector=R;var D=isNodeType.bind(null,y.STRING);m.isString=D;var A=isNodeType.bind(null,y.TAG);m.isTag=A;var q=isNodeType.bind(null,y.UNIVERSAL);m.isUniversal=q;function isPseudoElement(l){return L(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 L(l)&&!isPseudoElement(l)}function isContainer(l){return!!(isNode(l)&&l.walk)}function isNamespace(l){return k(l)||A(l)}},8393:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6373));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(ID,l);function ID(m){var v;v=l.call(this,m)||this;v.type=w.ID;return v}var m=ID.prototype;m.valueToString=function valueToString(){return"#"+l.prototype.valueToString.call(this)};return ID}(y["default"]);m["default"]=_;l.exports=m.default},3110:(l,m,v)=>{"use strict";m.__esModule=true;var y=v(8600);Object.keys(y).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in m&&m[l]===y[l])return;m[l]=y[l]}));var w=v(6734);Object.keys(w).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in m&&m[l]===w[l])return;m[l]=w[l]}));var _=v(1493);Object.keys(_).forEach((function(l){if(l==="default"||l==="__esModule")return;if(l in m&&m[l]===_[l])return;m[l]=_[l]}))},999:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(441));var w=v(4513);var _=_interopRequireDefault(v(6373));function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var k=function(l){_inheritsLoose(Namespace,l);function Namespace(){return l.apply(this,arguments)||this}var m=Namespace.prototype;m.qualifiedName=function qualifiedName(l){if(this.namespace){return this.namespaceString+"|"+l}else{return l}};m.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 m=(0,y["default"])(l,{isIdentifier:true});this._namespace=l;if(m!==l){(0,w.ensureObject)(this,"raws");this.raws.namespace=m}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}(_["default"]);m["default"]=k;l.exports=m.default},6060:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6373));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Nesting,l);function Nesting(m){var v;v=l.call(this,m)||this;v.type=w.NESTING;v.value="&";return v}return Nesting}(y["default"]);m["default"]=_;l.exports=m.default},6373:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=v(4513);function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}var w=function cloneNode(l,m){if(typeof l!=="object"||l===null){return l}var v=new l.constructor;for(var y in l){if(!l.hasOwnProperty(y)){continue}var w=l[y];var _=typeof w;if(y==="parent"&&_==="object"){if(m){v[y]=m}}else if(w instanceof Array){v[y]=w.map((function(l){return cloneNode(l,v)}))}else{v[y]=cloneNode(w,v)}}return v};var _=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 m=w(this);for(var v in l){m[v]=l[v]}return m};l.appendToPropertyAndEscape=function appendToPropertyAndEscape(l,m,v){if(!this.raws){this.raws={}}var y=this[l];var w=this.raws[l];this[l]=y+m;if(w||v!==m){this.raws[l]=(w||y)+v}else{delete this.raws[l]}};l.setPropertyAndEscape=function setPropertyAndEscape(l,m,v){if(!this.raws){this.raws={}}this[l]=m;this.raws[l]=v};l.setPropertyWithoutEscape=function setPropertyWithoutEscape(l,m){this[l]=m;if(this.raws){delete this.raws[l]}};l.isAtPosition=function isAtPosition(l,m){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>m){return false}if(this.source.end.line===l&&this.source.end.column<m){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}();m["default"]=_;l.exports=m.default},5326:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(7675));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Pseudo,l);function Pseudo(m){var v;v=l.call(this,m)||this;v.type=w.PSEUDO;return v}var m=Pseudo.prototype;m.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"]);m["default"]=_;l.exports=m.default},422:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(7675));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _defineProperties(l,m){for(var v=0;v<m.length;v++){var y=m[v];y.enumerable=y.enumerable||false;y.configurable=true;if("value"in y)y.writable=true;Object.defineProperty(l,y.key,y)}}function _createClass(l,m,v){if(m)_defineProperties(l.prototype,m);if(v)_defineProperties(l,v);return l}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Root,l);function Root(m){var v;v=l.call(this,m)||this;v.type=w.ROOT;return v}var m=Root.prototype;m.toString=function toString(){var l=this.reduce((function(l,m){l.push(String(m));return l}),[]).join(",");return this.trailingComma?l+",":l};m.error=function error(l,m){if(this._error){return this._error(l,m)}else{return new Error(l)}};_createClass(Root,[{key:"errorGenerator",set:function set(l){this._error=l}}]);return Root}(y["default"]);m["default"]=_;l.exports=m.default},5013:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(7675));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Selector,l);function Selector(m){var v;v=l.call(this,m)||this;v.type=w.SELECTOR;return v}return Selector}(y["default"]);m["default"]=_;l.exports=m.default},435:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(6373));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(String,l);function String(m){var v;v=l.call(this,m)||this;v.type=w.STRING;return v}return String}(y["default"]);m["default"]=_;l.exports=m.default},9443:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(999));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Tag,l);function Tag(m){var v;v=l.call(this,m)||this;v.type=w.TAG;return v}return Tag}(y["default"]);m["default"]=_;l.exports=m.default},8600:(l,m)=>{"use strict";m.__esModule=true;m.UNIVERSAL=m.ATTRIBUTE=m.CLASS=m.COMBINATOR=m.COMMENT=m.ID=m.NESTING=m.PSEUDO=m.ROOT=m.SELECTOR=m.STRING=m.TAG=void 0;var v="tag";m.TAG=v;var y="string";m.STRING=y;var w="selector";m.SELECTOR=w;var _="root";m.ROOT=_;var k="pseudo";m.PSEUDO=k;var S="nesting";m.NESTING=S;var E="id";m.ID=E;var C="comment";m.COMMENT=C;var O="combinator";m.COMBINATOR=O;var P="class";m.CLASS=P;var L="attribute";m.ATTRIBUTE=L;var T="universal";m.UNIVERSAL=T},1165:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=void 0;var y=_interopRequireDefault(v(999));var w=v(8600);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function _inheritsLoose(l,m){l.prototype=Object.create(m.prototype);l.prototype.constructor=l;_setPrototypeOf(l,m)}function _setPrototypeOf(l,m){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(l,m){l.__proto__=m;return l};return _setPrototypeOf(l,m)}var _=function(l){_inheritsLoose(Universal,l);function Universal(m){var v;v=l.call(this,m)||this;v.type=w.UNIVERSAL;v.value="*";return v}return Universal}(y["default"]);m["default"]=_;l.exports=m.default},2173:(l,m)=>{"use strict";m.__esModule=true;m["default"]=sortAscending;function sortAscending(l){return l.sort((function(l,m){return l-m}))}l.exports=m.default},8553:(l,m)=>{"use strict";m.__esModule=true;m.combinator=m.word=m.comment=m.str=m.tab=m.newline=m.feed=m.cr=m.backslash=m.bang=m.slash=m.doubleQuote=m.singleQuote=m.space=m.greaterThan=m.pipe=m.equals=m.plus=m.caret=m.tilde=m.dollar=m.closeSquare=m.openSquare=m.closeParenthesis=m.openParenthesis=m.semicolon=m.colon=m.comma=m.at=m.asterisk=m.ampersand=void 0;var v=38;m.ampersand=v;var y=42;m.asterisk=y;var w=64;m.at=w;var _=44;m.comma=_;var k=58;m.colon=k;var S=59;m.semicolon=S;var E=40;m.openParenthesis=E;var C=41;m.closeParenthesis=C;var O=91;m.openSquare=O;var P=93;m.closeSquare=P;var L=36;m.dollar=L;var T=126;m.tilde=T;var R=94;m.caret=R;var D=43;m.plus=D;var A=61;m.equals=A;var q=124;m.pipe=q;var F=62;m.greaterThan=F;var $=32;m.space=$;var z=39;m.singleQuote=z;var V=34;m.doubleQuote=V;var U=47;m.slash=U;var W=33;m.bang=W;var B=92;m.backslash=B;var Q=13;m.cr=Q;var Y=12;m.feed=Y;var G=10;m.newline=G;var J=9;m.tab=J;var Z=z;m.str=Z;var K=-1;m.comment=K;var X=-2;m.word=X;var ee=-3;m.combinator=ee},2133:(l,m,v)=>{"use strict";m.__esModule=true;m["default"]=tokenize;m.FIELDS=void 0;var y=_interopRequireWildcard(v(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 m=_getRequireWildcardCache();if(m&&m.has(l)){return m.get(l)}var v={};var y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var w in l){if(Object.prototype.hasOwnProperty.call(l,w)){var _=y?Object.getOwnPropertyDescriptor(l,w):null;if(_&&(_.get||_.set)){Object.defineProperty(v,w,_)}else{v[w]=l[w]}}}v["default"]=l;if(m){m.set(l,v)}return v}var k=(w={},w[y.tab]=true,w[y.newline]=true,w[y.cr]=true,w[y.feed]=true,w);var S=(_={},_[y.space]=true,_[y.tab]=true,_[y.newline]=true,_[y.cr]=true,_[y.feed]=true,_[y.ampersand]=true,_[y.asterisk]=true,_[y.bang]=true,_[y.comma]=true,_[y.colon]=true,_[y.semicolon]=true,_[y.openParenthesis]=true,_[y.closeParenthesis]=true,_[y.openSquare]=true,_[y.closeSquare]=true,_[y.singleQuote]=true,_[y.doubleQuote]=true,_[y.plus]=true,_[y.pipe]=true,_[y.tilde]=true,_[y.greaterThan]=true,_[y.equals]=true,_[y.dollar]=true,_[y.caret]=true,_[y.slash]=true,_);var E={};var C="0123456789abcdefABCDEF";for(var O=0;O<C.length;O++){E[C.charCodeAt(O)]=true}function consumeWord(l,m){var v=m;var w;do{w=l.charCodeAt(v);if(S[w]){return v-1}else if(w===y.backslash){v=consumeEscape(l,v)+1}else{v++}}while(v<l.length);return v-1}function consumeEscape(l,m){var v=m;var w=l.charCodeAt(v+1);if(k[w]){}else if(E[w]){var _=0;do{v++;_++;w=l.charCodeAt(v+1)}while(E[w]&&_<6);if(_<6&&w===y.space){v++}}else{v++}return v}var P={TYPE:0,START_LINE:1,START_COL:2,END_LINE:3,END_COL:4,START_POS:5,END_POS:6};m.FIELDS=P;function tokenize(l){var m=[];var v=l.css.valueOf();var w=v,_=w.length;var k=-1;var S=1;var E=0;var C=0;var O,P,L,T,R,D,A,q,F,$,z,V,U;function unclosed(m,y){if(l.safe){v+=y;F=v.length-1}else{throw l.error("Unclosed "+m,S,E-k,E)}}while(E<_){O=v.charCodeAt(E);if(O===y.newline){k=E;S+=1}switch(O){case y.space:case y.tab:case y.newline:case y.cr:case y.feed:F=E;do{F+=1;O=v.charCodeAt(F);if(O===y.newline){k=F;S+=1}}while(O===y.space||O===y.newline||O===y.tab||O===y.cr||O===y.feed);U=y.space;T=S;L=F-k-1;C=F;break;case y.plus:case y.greaterThan:case y.tilde:case y.pipe:F=E;do{F+=1;O=v.charCodeAt(F)}while(O===y.plus||O===y.greaterThan||O===y.tilde||O===y.pipe);U=y.combinator;T=S;L=E-k;C=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;U=O;T=S;L=E-k;C=F+1;break;case y.singleQuote:case y.doubleQuote:V=O===y.singleQuote?"'":'"';F=E;do{R=false;F=v.indexOf(V,F+1);if(F===-1){unclosed("quote",V)}D=F;while(v.charCodeAt(D-1)===y.backslash){D-=1;R=!R}}while(R);U=y.str;T=S;L=E-k;C=F+1;break;default:if(O===y.slash&&v.charCodeAt(E+1)===y.asterisk){F=v.indexOf("*/",E+2)+1;if(F===0){unclosed("comment","*/")}P=v.slice(E,F+1);q=P.split("\n");A=q.length-1;if(A>0){$=S+A;z=F-q[A].length}else{$=S;z=k}U=y.comment;S=$;T=$;L=F-z}else if(O===y.slash){F=E;U=O;T=S;L=E-k;C=F+1}else{F=consumeWord(v,E);U=y.word;T=S;L=F-k}C=F+1;break}m.push([U,S,E-k,T,L,E,C]);if(z){k=z;z=null}E=C}return m}},2684:(l,m)=>{"use strict";m.__esModule=true;m["default"]=ensureObject;function ensureObject(l){for(var m=arguments.length,v=new Array(m>1?m-1:0),y=1;y<m;y++){v[y-1]=arguments[y]}while(v.length>0){var w=v.shift();if(!l[w]){l[w]={}}l=l[w]}}l.exports=m.default},2976:(l,m)=>{"use strict";m.__esModule=true;m["default"]=getProp;function getProp(l){for(var m=arguments.length,v=new Array(m>1?m-1:0),y=1;y<m;y++){v[y-1]=arguments[y]}while(v.length>0){var w=v.shift();if(!l[w]){return undefined}l=l[w]}return l}l.exports=m.default},4513:(l,m,v)=>{"use strict";m.__esModule=true;m.stripComments=m.ensureObject=m.getProp=m.unesc=void 0;var y=_interopRequireDefault(v(3590));m.unesc=y["default"];var w=_interopRequireDefault(v(2976));m.getProp=w["default"];var _=_interopRequireDefault(v(2684));m.ensureObject=_["default"];var k=_interopRequireDefault(v(6453));m.stripComments=k["default"];function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}},6453:(l,m)=>{"use strict";m.__esModule=true;m["default"]=stripComments;function stripComments(l){var m="";var v=l.indexOf("/*");var y=0;while(v>=0){m=m+l.slice(y,v);var w=l.indexOf("*/",v+2);if(w<0){return m}y=w+2;v=l.indexOf("/*",y)}m=m+l.slice(y);return m}l.exports=m.default},3590:(l,m)=>{"use strict";m.__esModule=true;m["default"]=unesc;function gobbleHex(l){var m=l.toLowerCase();var v="";var y=false;for(var w=0;w<6&&m[w]!==undefined;w++){var _=m.charCodeAt(w);var k=_>=97&&_<=102||_>=48&&_<=57;y=_===32;if(!k){break}v+=m[w]}if(v.length===0){return undefined}var S=parseInt(v,16);var E=S>=55296&&S<=57343;if(E||S===0||S>1114111){return["<22>",v.length+(y?1:0)]}return[String.fromCodePoint(S),v.length+(y?1:0)]}var v=/\\/;function unesc(l){var m=v.test(l);if(!m){return l}var y="";for(var w=0;w<l.length;w++){if(l[w]==="\\"){var _=gobbleHex(l.slice(w+1,w+7));if(_!==undefined){y+=_[0];w+=_[1];continue}if(l[w+1]==="\\"){y+="\\";w++;continue}if(l.length===w+1){y+=l[w]}continue}y+=l[w]}return y}l.exports=m.default},5034:(l,m,v)=>{"use strict";const y=v(8235);function parseSelectors(l,m){return y(m).processSync(l)}function unique(l){const m=[...new Set(l.selectors)];m.sort();return m.join()}function pluginCreator(){return{postcssPlugin:"postcss-unique-selectors",OnceExit(l){l.walkRules((l=>{let m=[];const removeAndSaveComments=l=>{l.walk((l=>{if(l.type==="comment"){m.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(m)}))}}}pluginCreator.postcss=true;l.exports=pluginCreator},9379:l=>{"use strict";const m="firefox 2";const v="ie 5.5";const y="ie 6";const w="ie 7";const _="ie 8";const k="opera 9";l.exports={FF_2:m,IE_5_5:v,IE_6:y,IE_7:w,IE_8:_,OP_9:k}},3081:l=>{"use strict";const m="media query";const v="property";const y="selector";const w="value";l.exports={MEDIA_QUERY:m,PROPERTY:v,SELECTOR:y,VALUE:w}},9167:l=>{"use strict";const m="atrule";const v="decl";const y="rule";l.exports={ATRULE:m,DECL:v,RULE:y}},1482:l=>{"use strict";const m="body";const v="html";l.exports={BODY:m,HTML:v}},9175:l=>{"use strict";l.exports=function exists(l,m,v){const y=l.at(m);return y&&y.value&&y.value.toLowerCase()===v}},6241:(l,m,v)=>{"use strict";const y=v(4907);const w=v(1449);function pluginCreator(l={}){return{postcssPlugin:"stylehacks",OnceExit(m,{result:v}){const _=v.opts||{};const k=y(null,{stats:_.stats,path:__dirname,env:_.env});const S=[];for(const l of w){const m=new l(v);if(!k.some((l=>m.targets.has(l)))){S.push(m)}}m.walk((m=>{S.forEach((v=>{if(!v.nodeTypes.has(m.type)){return}if(l.lint){return v.detectAndWarn(m)}return v.detectAndResolve(m)}))}))}}}pluginCreator.detect=l=>w.some((m=>{const v=new m;return v.any(l)}));pluginCreator.postcss=true;l.exports=pluginCreator},5500:l=>{"use strict";l.exports=function isMixin(l){const{selector:m}=l;if(!m||m[m.length-1]===":"){return true}return false}},4492:l=>{"use strict";l.exports=class BasePlugin{constructor(l,m,v){this.nodes=[];this.targets=new Set(l);this.nodeTypes=new Set(m);this.result=v}push(l,m){l._stylehacks=Object.assign({},m,{message:`Bad ${m.identifier}: ${m.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:m,browsers:v,identifier:y,hack:w}=l._stylehacks;return l.warn(this.result,m+JSON.stringify({browsers:v,identifier:y,hack:w}))}))}}},8183:(l,m,v)=>{"use strict";const y=v(8235);const w=v(9175);const _=v(5500);const k=v(4492);const{FF_2:S}=v(9379);const{SELECTOR:E}=v(3081);const{RULE:C}=v(9167);const{BODY:O}=v(1482);l.exports=class BodyEmpty extends k{constructor(l){super([S],[C],l)}detect(l){if(_(l)){return}y(this.analyse(l)).processSync(l.selector)}analyse(l){return m=>{m.each((m=>{if(w(m,0,O)&&w(m,1,":empty")&&w(m,2," ")&&m.at(3)){this.push(l,{identifier:E,hack:m.toString()})}}))}}}},7131:(l,m,v)=>{"use strict";const y=v(8235);const w=v(9175);const _=v(5500);const k=v(4492);const{IE_5_5:S,IE_6:E,IE_7:C}=v(9379);const{SELECTOR:O}=v(3081);const{RULE:P}=v(9167);const{BODY:L,HTML:T}=v(1482);l.exports=class HtmlCombinatorCommentBody extends k{constructor(l){super([S,E,C],[P],l)}detect(l){if(_(l)){return}if(l.raws.selector&&l.raws.selector.raw){y(this.analyse(l)).processSync(l.raws.selector.raw)}}analyse(l){return m=>{m.each((m=>{if(w(m,0,T)&&(w(m,1,">")||w(m,1,"~"))&&m.at(2)&&m.at(2).type==="comment"&&w(m,3," ")&&w(m,4,L)&&w(m,5," ")&&m.at(6)){this.push(l,{identifier:O,hack:m.toString()})}}))}}}},1726:(l,m,v)=>{"use strict";const y=v(8235);const w=v(9175);const _=v(5500);const k=v(4492);const{OP_9:S}=v(9379);const{SELECTOR:E}=v(3081);const{RULE:C}=v(9167);const{HTML:O}=v(1482);l.exports=class HtmlFirstChild extends k{constructor(l){super([S],[C],l)}detect(l){if(_(l)){return}y(this.analyse(l)).processSync(l.selector)}analyse(l){return m=>{m.each((m=>{if(w(m,0,O)&&w(m,1,":first-child")&&w(m,2," ")&&m.at(3)){this.push(l,{identifier:E,hack:m.toString()})}}))}}}},4896:(l,m,v)=>{"use strict";const y=v(4492);const{IE_5_5:w,IE_6:_,IE_7:k}=v(9379);const{DECL:S}=v(9167);l.exports=class Important extends y{constructor(l){super([w,_,k],[S],l)}detect(l){const m=l.value.match(/!\w/);if(m&&m.index){const v=l.value.substr(m.index,l.value.length-1);this.push(l,{identifier:"!important",hack:v})}}}},1449:(l,m,v)=>{"use strict";const y=v(8183);const w=v(7131);const _=v(1726);const k=v(4896);const S=v(5193);const E=v(52);const C=v(8844);const O=v(7041);const P=v(8076);const L=v(8724);const T=v(1537);const R=v(9841);l.exports=[y,w,_,k,S,E,C,O,P,L,T,R]},5193:(l,m,v)=>{"use strict";const y=v(4492);const{IE_5_5:w,IE_6:_,IE_7:k}=v(9379);const{PROPERTY:S}=v(3081);const{ATRULE:E,DECL:C}=v(9167);const O="!_$_&_*_)_=_%_+_,_._/_`_]_#_~_?_:_|".split("_");l.exports=class LeadingStar extends y{constructor(l){super([w,_,k],[E,C],l)}detect(l){if(l.type===C){O.forEach((m=>{if(!l.prop.indexOf(m)){this.push(l,{identifier:S,hack:l.prop})}}));const{before:m}=l.raws;if(!m){return}O.forEach((v=>{if(m.includes(v)){this.push(l,{identifier:S,hack:`${m.trim()}${l.prop}`})}}))}else{const{name:m}=l;const v=m.length-1;if(m.lastIndexOf(":")===v){this.push(l,{identifier:S,hack:`@${m.substr(0,v)}`})}}}}},52:(l,m,v)=>{"use strict";const y=v(4492);const{IE_6:w}=v(9379);const{PROPERTY:_}=v(3081);const{DECL:k}=v(9167);function vendorPrefix(l){let m=l.match(/^(-\w+-)/);if(m){return m[0]}return""}l.exports=class LeadingUnderscore extends y{constructor(l){super([w],[k],l)}detect(l){const{before:m}=l.raws;if(m&&m.includes("_")){this.push(l,{identifier:_,hack:`${m.trim()}${l.prop}`})}if(l.prop[0]==="-"&&l.prop[1]!=="-"&&vendorPrefix(l.prop)===""){this.push(l,{identifier:_,hack:l.prop})}}}},8844:(l,m,v)=>{"use strict";const y=v(4492);const{IE_8:w}=v(9379);const{MEDIA_QUERY:_}=v(3081);const{ATRULE:k}=v(9167);l.exports=class MediaSlash0 extends y{constructor(l){super([w],[k],l)}detect(l){const m=l.params.trim();if(m.toLowerCase()==="\\0screen"){this.push(l,{identifier:_,hack:m})}}}},7041:(l,m,v)=>{"use strict";const y=v(4492);const{IE_5_5:w,IE_6:_,IE_7:k,IE_8:S}=v(9379);const{MEDIA_QUERY:E}=v(3081);const{ATRULE:C}=v(9167);l.exports=class MediaSlash0Slash9 extends y{constructor(l){super([w,_,k,S],[C],l)}detect(l){const m=l.params.trim();if(m.toLowerCase()==="\\0screen\\,screen\\9"){this.push(l,{identifier:E,hack:m})}}}},8076:(l,m,v)=>{"use strict";const y=v(4492);const{IE_5_5:w,IE_6:_,IE_7:k}=v(9379);const{MEDIA_QUERY:S}=v(3081);const{ATRULE:E}=v(9167);l.exports=class MediaSlash9 extends y{constructor(l){super([w,_,k],[E],l)}detect(l){const m=l.params.trim();if(m.toLowerCase()==="screen\\9"){this.push(l,{identifier:S,hack:m})}}}},8724:(l,m,v)=>{"use strict";const y=v(4492);const{IE_6:w,IE_7:_,IE_8:k}=v(9379);const{VALUE:S}=v(3081);const{DECL:E}=v(9167);l.exports=class Slash9 extends y{constructor(l){super([w,_,k],[E],l)}detect(l){let m=l.value;if(m&&m.length>2&&m.indexOf("\\9")===m.length-2){this.push(l,{identifier:S,hack:m})}}}},1537:(l,m,v)=>{"use strict";const y=v(8235);const w=v(9175);const _=v(5500);const k=v(4492);const{IE_5_5:S,IE_6:E}=v(9379);const{SELECTOR:C}=v(3081);const{RULE:O}=v(9167);const{HTML:P}=v(1482);l.exports=class StarHtml extends k{constructor(l){super([S,E],[O],l)}detect(l){if(_(l)){return}y(this.analyse(l)).processSync(l.selector)}analyse(l){return m=>{m.each((m=>{if(w(m,0,"*")&&w(m,1," ")&&w(m,2,P)&&w(m,3," ")&&m.at(4)){this.push(l,{identifier:C,hack:m.toString()})}}))}}}},9841:(l,m,v)=>{"use strict";const y=v(4492);const w=v(5500);const{IE_5_5:_,IE_6:k,IE_7:S}=v(9379);const{SELECTOR:E}=v(3081);const{RULE:C}=v(9167);l.exports=class TrailingSlashComma extends y{constructor(l){super([_,k,S],[C],l)}detect(l){if(w(l)){return}const{selector:m}=l;const v=m.trim();if(v.lastIndexOf(",")===m.length-1||v.lastIndexOf("\\")===m.length-1){this.push(l,{identifier:E,hack:m})}}}},6124:(l,m,v)=>{l.exports=v(3837).deprecate},740:(l,m,v)=>{l.exports=function(l={}){const m=Object.assign({},{cssDeclarationSorter:{exclude:true},calc:{exclude:true}},l);return v(8721)(m)}},9536:(l,m,v)=>{const y=v(740);l.exports=(l={},m=v(977))=>{const w=Boolean(l&&l.excludeAll);const _=Object.assign({},l);if(w){for(const l in _){if(!_.hasOwnProperty(l))continue;const m=_[l];if(!Boolean(m)){continue}if(Object.prototype.toString.call(m)==="[object Object]"){_[l]=Object.assign({},{exclude:false},m)}}}const k=Object.assign({},w?{rawCache:true}:undefined,_);const S=[];y(k).plugins.forEach((l=>{if(Array.isArray(l)){let[m,v]=l;m=m.default||m;const y=!w&&typeof v==="undefined"||typeof v==="boolean"&&v||!w&&v&&typeof v==="object"&&!v.exclude||w&&v&&typeof v==="object"&&v.exclude===false;if(y){S.push(m(v))}}else{S.push(l)}}));return m(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")},7098:(l,m,v)=>{"use strict";const y=v(6999);Object.defineProperty(m,"__esModule",{value:true});const w={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 C}));case"../orders/smacss.mjs":return Promise.resolve().then((function(){return P}));default:return new Promise((function(m,v){(typeof queueMicrotask==="function"?queueMicrotask:setTimeout)(v.bind(null,new Error("Unknown variable dynamic import: "+l)))}))}}const _=["alphabetical","concentric-css","smacss"];const cssDeclarationSorter=({order:l="alphabetical",keepOverrides:m=false}={})=>({postcssPlugin:"css-declaration-sorter",OnceExit(v){let withKeepOverrides=l=>l;if(m){withKeepOverrides=withOverridesComparator(w)}if(typeof l==="function"){return processCss({css:v,comparator:withKeepOverrides(l)})}if(!_.includes(l))return Promise.reject(Error([`Invalid built-in order '${l}' provided.`,`Available built-in orders are: ${_}`].join("\n")));return __variableDynamicImportRuntime0__(`../orders/${l}.mjs`).then((({properties:l})=>processCss({css:v,comparator:withKeepOverrides(orderComparator(l))})))}});cssDeclarationSorter.postcss=true;function processCss({css:l,comparator:m}){const v=[];const y=[];l.walk((l=>{const m=l.nodes;const w=l.type;if(w==="comment"){const m=l.raws.before&&l.raws.before.includes("\n");const y=m&&!l.next();const w=!l.prev()&&!l.next()||!l.parent;if(y||w||l.parent.type==="root"){return}if(m){const m=l.next()||l.prev();if(m){v.unshift({comment:l,pairedNode:m,insertPosition:l.next()?"Before":"After"});l.remove()}}else{const m=l.prev()||l.next();if(m){v.push({comment:l,pairedNode:m,insertPosition:"After"});l.remove()}}return}const _=w==="rule"||w==="atrule";if(_&&m&&m.length>1){y.push(m)}}));y.forEach((l=>{sortCssDeclarations({nodes:l,comparator:m})}));v.forEach((l=>{const m=l.pairedNode;l.comment.remove();m.parent&&m.parent["insert"+l.insertPosition](m,l.comment)}))}function sortCssDeclarations({nodes:l,comparator:m}){y(l,((l,v)=>{if(l.type==="decl"&&v.type==="decl"){return m(l.prop,v.prop)}else{return compareDifferentType(l,v)}}))}function withOverridesComparator(l){return function(m){return function(v,y){v=removeVendorPrefix(v);y=removeVendorPrefix(y);if(l[v]&&l[v].includes(y))return 0;if(l[y]&&l[y].includes(v))return 0;return m(v,y)}}}function orderComparator(l){return function(m,v){return l.indexOf(m)-l.indexOf(v)}}function compareDifferentType(l,m){if(m.type==="atrule"){return 0}return l.type==="decl"?-1:m.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 C=Object.freeze({__proto__:null,properties:E});const O=["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 P=Object.freeze({__proto__:null,properties:O});m.cssDeclarationSorter=cssDeclarationSorter;m["default"]=cssDeclarationSorter;l.exports=cssDeclarationSorter},6999:l=>{"use strict";l.exports=function(l,m){m=m?m:(l,m)=>{if(l<m)return-1;if(l>m)return 1;return 0};let v=l.map(((l,m)=>[l,m]));const stableComparator=(l,v)=>{let y=m(l[0],v[0]);if(y!=0)return y;return l[1]-v[1]};v.sort(stableComparator);for(let m=0;m<l.length;m++){l[m]=v[m][0]}return l}},2202: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"]}')},9270: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"}')},9309: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 m={};function __nccwpck_require__(v){var y=m[v];if(y!==undefined){return y.exports}var w=m[v]={exports:{}};var _=true;try{l[v](w,w.exports,__nccwpck_require__);_=false}finally{if(_)delete m[v]}return w.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var v=__nccwpck_require__(9536);module.exports=v})(); |