"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2136],{62136:function(e,t,r){function o(e){var t,r,o=(e={...q,...e}).inline,i=e.tokenHooks,a=e.documentTypes||{},n=e.mediaTypes||{},l=e.mediaFeatures||{},s=e.mediaValueKeywords||{},c=e.propertyKeywords||{},d=e.nonStandardPropertyKeywords||{},p=e.fontProperties||{},u=e.counterDescriptors||{},m=e.colorKeywords||{},g=e.valueKeywords||{},h=e.allowNested,b=e.lineComment,f=!0===e.supportsAtComponent,k=!1!==e.highlightNonStandardPropertyKeywords;function y(e,r){var o=e.next();if(i[o]){var a=i[o](e,r);if(!1!==a)return a}if("@"==o)return e.eatWhile(/[\w\\\-]/),t=e.current(),"def";if("="==o||("~"==o||"|"==o)&&e.eat("="))return t="compare",null;if('"'==o||"'"==o)return r.tokenize=w(o),r.tokenize(e,r);if("#"==o)return e.eatWhile(/[\w\\\-]/),t="hash","atom";if("!"==o)return e.match(/^\s*\w*/),t="important","keyword";if(/\d/.test(o)||"."==o&&e.eat(/\d/))return e.eatWhile(/[\w.%]/),t="unit","number";if("-"===o){if(/[\d.]/.test(e.peek()))return e.eatWhile(/[\w.%]/),t="unit","number";if(e.match(/^-[\w\\\-]*/))return(e.eatWhile(/[\w\\\-]/),e.match(/^\s*:/,!1))?(t="variable-definition","def"):(t="variable","variableName");if(e.match(/^\w+-/))return t="meta","meta"}else if(/[,+>*\/]/.test(o))return t="select-op",null;else if("."==o&&e.match(/^-?[_a-z][_a-z0-9-]*/i))return t="qualifier","qualifier";else if(/[:;{}\[\]\(\)]/.test(o))return t=o,null;else return e.match(/^[\w-.]+(?=\()/)?(/^(url(-prefix)?|domain|regexp)$/i.test(e.current())&&(r.tokenize=v),t="variable","variableName.function"):/[\w\\\-]/.test(o)?(e.eatWhile(/[\w\\\-]/),t="word","property"):(t=null,null)}function w(e){return function(r,o){for(var i,a=!1;null!=(i=r.next());){if(i==e&&!a){")"==e&&r.backUp(1);break}a=!a&&"\\"==i}return i!=e&&(a||")"==e)||(o.tokenize=null),t="string","string"}}function v(e,r){return e.next(),e.match(/^\s*[\"\')]/,!1)?r.tokenize=null:r.tokenize=w(")"),t="(",null}function x(e,t,r){this.type=e,this.indent=t,this.prev=r}function z(e,t,r,o){return e.context=new x(r,t.indentation()+(!1===o?0:t.indentUnit),e.context),r}function j(e){return e.context.prev&&(e.context=e.context.prev),e.context.type}function K(e,t,r){return C[r.context.type](e,t,r)}function _(e,t,r,o){for(var i=o||1;i>0;i--)r.context=r.context.prev;return K(e,t,r)}function B(e){var t=e.current().toLowerCase();r=g.hasOwnProperty(t)?"atom":m.hasOwnProperty(t)?"keyword":"variable"}var C={};return C.top=function(e,t,o){if("{"==e)return z(o,t,"block");if("}"==e&&o.context.prev)return j(o);if(f&&/@component/i.test(e))return z(o,t,"atComponentBlock");if(/^@(-moz-)?document$/i.test(e))return z(o,t,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(e))return z(o,t,"atBlock");if(/^@(font-face|counter-style)/i.test(e))return o.stateArg=e,"restricted_atBlock_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(e))return"keyframes";else if(e&&"@"==e.charAt(0))return z(o,t,"at");else if("hash"==e)r="builtin";else if("word"==e)r="tag";else if("variable-definition"==e)return"maybeprop";else if("interpolation"==e)return z(o,t,"interpolation");else if(":"==e)return"pseudo";else if(h&&"("==e)return z(o,t,"parens");return o.context.type},C.block=function(e,t,o){if("word"==e){var i=t.current().toLowerCase();return c.hasOwnProperty(i)?(r="property","maybeprop"):d.hasOwnProperty(i)?(r=k?"string.special":"property","maybeprop"):h?(r=t.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(r="error","maybeprop")}return"meta"==e?"block":h||"hash"!=e&&"qualifier"!=e?C.top(e,t,o):(r="error","block")},C.maybeprop=function(e,t,r){return":"==e?z(r,t,"prop"):K(e,t,r)},C.prop=function(e,t,o){if(";"==e)return j(o);if("{"==e&&h)return z(o,t,"propBlock");if("}"==e||"{"==e)return _(e,t,o);if("("==e)return z(o,t,"parens");if("hash"!=e||/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(t.current())){if("word"==e)B(t);else if("interpolation"==e)return z(o,t,"interpolation")}else r="error";return"prop"},C.propBlock=function(e,t,o){return"}"==e?j(o):"word"==e?(r="property","maybeprop"):o.context.type},C.parens=function(e,t,r){return"{"==e||"}"==e?_(e,t,r):")"==e?j(r):"("==e?z(r,t,"parens"):"interpolation"==e?z(r,t,"interpolation"):("word"==e&&B(t),"parens")},C.pseudo=function(e,t,o){return"meta"==e?"pseudo":"word"==e?(r="variableName.constant",o.context.type):K(e,t,o)},C.documentTypes=function(e,t,o){return"word"==e&&a.hasOwnProperty(t.current())?(r="tag",o.context.type):C.atBlock(e,t,o)},C.atBlock=function(e,t,o){if("("==e)return z(o,t,"atBlock_parens");if("}"==e||";"==e)return _(e,t,o);if("{"==e)return j(o)&&z(o,t,h?"block":"top");if("interpolation"==e)return z(o,t,"interpolation");if("word"==e){var i=t.current().toLowerCase();r="only"==i||"not"==i||"and"==i||"or"==i?"keyword":n.hasOwnProperty(i)?"attribute":l.hasOwnProperty(i)?"property":s.hasOwnProperty(i)?"keyword":c.hasOwnProperty(i)?"property":d.hasOwnProperty(i)?k?"string.special":"property":g.hasOwnProperty(i)?"atom":m.hasOwnProperty(i)?"keyword":"error"}return o.context.type},C.atComponentBlock=function(e,t,o){return"}"==e?_(e,t,o):"{"==e?j(o)&&z(o,t,h?"block":"top",!1):("word"==e&&(r="error"),o.context.type)},C.atBlock_parens=function(e,t,r){return")"==e?j(r):"{"==e||"}"==e?_(e,t,r,2):C.atBlock(e,t,r)},C.restricted_atBlock_before=function(e,t,o){return"{"==e?z(o,t,"restricted_atBlock"):"word"==e&&"@counter-style"==o.stateArg?(r="variable","restricted_atBlock_before"):K(e,t,o)},C.restricted_atBlock=function(e,t,o){return"}"==e?(o.stateArg=null,j(o)):"word"==e?(r=("@font-face"!=o.stateArg||p.hasOwnProperty(t.current().toLowerCase()))&&("@counter-style"!=o.stateArg||u.hasOwnProperty(t.current().toLowerCase()))?"property":"error","maybeprop"):"restricted_atBlock"},C.keyframes=function(e,t,o){return"word"==e?(r="variable","keyframes"):"{"==e?z(o,t,"top"):K(e,t,o)},C.at=function(e,t,o){return";"==e?j(o):"{"==e||"}"==e?_(e,t,o):("word"==e?r="tag":"hash"==e&&(r="builtin"),"at")},C.interpolation=function(e,t,o){return"}"==e?j(o):"{"==e||";"==e?_(e,t,o):("word"==e?r="variable":"variable"!=e&&"("!=e&&")"!=e&&(r="error"),"interpolation")},{name:e.name,startState:function(){return{tokenize:null,state:o?"block":"top",stateArg:null,context:new x(o?"block":"top",0,null)}},token:function(e,o){if(!o.tokenize&&e.eatSpace())return null;var i=(o.tokenize||y)(e,o);return i&&"object"==typeof i&&(t=i[1],i=i[0]),r=i,"comment"!=t&&(o.state=C[o.state](t,e,o)),r},indent:function(e,t,r){var o=e.context,i=t&&t.charAt(0),a=o.indent;return"prop"==o.type&&("}"==i||")"==i)&&(o=o.prev),o.prev&&("}"==i&&("block"==o.type||"top"==o.type||"interpolation"==o.type||"restricted_atBlock"==o.type)?a=(o=o.prev).indent:(")"==i&&("parens"==o.type||"atBlock_parens"==o.type)||"{"==i&&("at"==o.type||"atBlock"==o.type))&&(a=Math.max(0,o.indent-r.unit))),a},languageData:{indentOnInput:/^\s*\}$/,commentTokens:{line:b,block:{open:"/*",close:"*/"}},autocomplete:P}}}function i(e){for(var t={},r=0;r