@digimakers/cli 0.3.22 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,14 @@
1
- var Jk=Object.create;var Pc=Object.defineProperty,eM=Object.defineProperties,tM=Object.getOwnPropertyDescriptor,nM=Object.getOwnPropertyDescriptors,rM=Object.getOwnPropertyNames,Bg=Object.getOwnPropertySymbols,iM=Object.getPrototypeOf,zg=Object.prototype.hasOwnProperty,oM=Object.prototype.propertyIsEnumerable;var sM=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e);var Vg=(e,t,n)=>t in e?Pc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,E=(e,t)=>{for(var n in t||={})zg.call(t,n)&&Vg(e,n,t[n]);if(Bg)for(var n of Bg(t))oM.call(t,n)&&Vg(e,n,t[n]);return e},ee=(e,t)=>eM(e,nM(t));var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var aM=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of rM(t))!zg.call(e,i)&&i!==n&&Pc(e,i,{get:()=>t[i],enumerable:!(r=tM(t,i))||r.enumerable});return e};var ge=(e,t,n)=>(n=e!=null?Jk(iM(e)):{},aM(t||!e||!e.__esModule?Pc(n,"default",{value:e,enumerable:!0}):n,e));var de=(e,t,n)=>new Promise((r,i)=>{var o=l=>{try{a(n.next(l))}catch(u){i(u)}},s=l=>{try{a(n.throw(l))}catch(u){i(u)}},a=l=>l.done?r(l.value):Promise.resolve(l.value).then(o,s);a((n=n.apply(e,t)).next())}),_n=function(e,t){this[0]=e,this[1]=t},Wg=(e,t,n)=>{var r=(s,a,l,u)=>{try{var c=n[s](a),p=(a=c.value)instanceof _n,d=c.done;Promise.resolve(p?a[0]:a).then(f=>p?r(s==="return"?s:"next",a[1]?{done:f.done,value:f.value}:f,l,u):l({value:f,done:d})).catch(f=>r("throw",f,l,u))}catch(f){u(f)}},i=s=>o[s]=a=>new Promise((l,u)=>r(s,a,l,u)),o={};return n=n.apply(e,t),o[sM("asyncIterator")]=()=>o,i("next"),i("throw"),i("return"),o};var KC=b((W9,Xl)=>{"use strict";var Vj=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};var M=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},i={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function h(y){return y instanceof o?new o(y.type,h(y.content),y.alias):Array.isArray(y)?y.map(h):y.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(h){return Object.prototype.toString.call(h).slice(8,-1)},objId:function(h){return h.__id||Object.defineProperty(h,"__id",{value:++n}),h.__id},clone:function h(y,m){m=m||{};var v,S;switch(i.util.type(y)){case"Object":if(S=i.util.objId(y),m[S])return m[S];v={},m[S]=v;for(var C in y)y.hasOwnProperty(C)&&(v[C]=h(y[C],m));return v;case"Array":return S=i.util.objId(y),m[S]?m[S]:(v=[],m[S]=v,y.forEach(function(w,x){v[x]=h(w,m)}),v);default:return y}},getLanguage:function(h){for(;h;){var y=t.exec(h.className);if(y)return y[1].toLowerCase();h=h.parentElement}return"none"},setLanguage:function(h,y){h.className=h.className.replace(RegExp(t,"gi"),""),h.classList.add("language-"+y)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(v){var h=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(v.stack)||[])[1];if(h){var y=document.getElementsByTagName("script");for(var m in y)if(y[m].src==h)return y[m]}return null}},isActive:function(h,y,m){for(var v="no-"+y;h;){var S=h.classList;if(S.contains(y))return!0;if(S.contains(v))return!1;h=h.parentElement}return!!m}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(h,y){var m=i.util.clone(i.languages[h]);for(var v in y)m[v]=y[v];return m},insertBefore:function(h,y,m,v){v=v||i.languages;var S=v[h],C={};for(var w in S)if(S.hasOwnProperty(w)){if(w==y)for(var x in m)m.hasOwnProperty(x)&&(C[x]=m[x]);m.hasOwnProperty(w)||(C[w]=S[w])}var q=v[h];return v[h]=C,i.languages.DFS(i.languages,function(U,ae){ae===q&&U!=h&&(this[U]=C)}),C},DFS:function h(y,m,v,S){S=S||{};var C=i.util.objId;for(var w in y)if(y.hasOwnProperty(w)){m.call(y,w,y[w],v||w);var x=y[w],q=i.util.type(x);q==="Object"&&!S[C(x)]?(S[C(x)]=!0,h(x,m,null,S)):q==="Array"&&!S[C(x)]&&(S[C(x)]=!0,h(x,m,w,S))}}},plugins:{},highlightAll:function(h,y){i.highlightAllUnder(document,h,y)},highlightAllUnder:function(h,y,m){var v={callback:m,container:h,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",v),v.elements=Array.prototype.slice.apply(v.container.querySelectorAll(v.selector)),i.hooks.run("before-all-elements-highlight",v);for(var S=0,C;C=v.elements[S++];)i.highlightElement(C,y===!0,v.callback)},highlightElement:function(h,y,m){var v=i.util.getLanguage(h),S=i.languages[v];i.util.setLanguage(h,v);var C=h.parentElement;C&&C.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(C,v);var w=h.textContent,x={element:h,language:v,grammar:S,code:w};function q(ae){x.highlightedCode=ae,i.hooks.run("before-insert",x),x.element.innerHTML=x.highlightedCode,i.hooks.run("after-highlight",x),i.hooks.run("complete",x),m&&m.call(x.element)}if(i.hooks.run("before-sanity-check",x),C=x.element.parentElement,C&&C.nodeName.toLowerCase()==="pre"&&!C.hasAttribute("tabindex")&&C.setAttribute("tabindex","0"),!x.code){i.hooks.run("complete",x),m&&m.call(x.element);return}if(i.hooks.run("before-highlight",x),!x.grammar){q(i.util.encode(x.code));return}if(y&&e.Worker){var U=new Worker(i.filename);U.onmessage=function(ae){q(ae.data)},U.postMessage(JSON.stringify({language:x.language,code:x.code,immediateClose:!0}))}else q(i.highlight(x.code,x.grammar,x.language))},highlight:function(h,y,m){var v={code:h,grammar:y,language:m};if(i.hooks.run("before-tokenize",v),!v.grammar)throw new Error('The language "'+v.language+'" has no grammar.');return v.tokens=i.tokenize(v.code,v.grammar),i.hooks.run("after-tokenize",v),o.stringify(i.util.encode(v.tokens),v.language)},tokenize:function(h,y){var m=y.rest;if(m){for(var v in m)y[v]=m[v];delete y.rest}var S=new l;return u(S,S.head,h),a(h,S,y,S.head,0),p(S)},hooks:{all:{},add:function(h,y){var m=i.hooks.all;m[h]=m[h]||[],m[h].push(y)},run:function(h,y){var m=i.hooks.all[h];if(!(!m||!m.length))for(var v=0,S;S=m[v++];)S(y)}},Token:o};e.Prism=i;function o(h,y,m,v){this.type=h,this.content=y,this.alias=m,this.length=(v||"").length|0}o.stringify=function h(y,m){if(typeof y=="string")return y;if(Array.isArray(y)){var v="";return y.forEach(function(q){v+=h(q,m)}),v}var S={type:y.type,content:h(y.content,m),tag:"span",classes:["token",y.type],attributes:{},language:m},C=y.alias;C&&(Array.isArray(C)?Array.prototype.push.apply(S.classes,C):S.classes.push(C)),i.hooks.run("wrap",S);var w="";for(var x in S.attributes)w+=" "+x+'="'+(S.attributes[x]||"").replace(/"/g,"&quot;")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+w+">"+S.content+"</"+S.tag+">"};function s(h,y,m,v){h.lastIndex=y;var S=h.exec(m);if(S&&v&&S[1]){var C=S[1].length;S.index+=C,S[0]=S[0].slice(C)}return S}function a(h,y,m,v,S,C){for(var w in m)if(!(!m.hasOwnProperty(w)||!m[w])){var x=m[w];x=Array.isArray(x)?x:[x];for(var q=0;q<x.length;++q){if(C&&C.cause==w+","+q)return;var U=x[q],ae=U.inside,Fe=!!U.lookbehind,Me=!!U.greedy,De=U.alias;if(Me&&!U.pattern.global){var Ue=U.pattern.toString().match(/[imsuy]*$/)[0];U.pattern=RegExp(U.pattern.source,Ue+"g")}for(var Le=U.pattern||U,re=v.next,ye=S;re!==y.tail&&!(C&&ye>=C.reach);ye+=re.value.length,re=re.next){var Rt=re.value;if(y.length>h.length)return;if(!(Rt instanceof o)){var tr=1,rt;if(Me){if(rt=s(Le,ye,h,Fe),!rt||rt.index>=h.length)break;var zs=rt.index,Mc=rt.index+rt[0].length,$t=ye;for($t+=re.value.length;zs>=$t;)re=re.next,$t+=re.value.length;if($t-=re.value.length,ye=$t,re.value instanceof o)continue;for(var oo=re;oo!==y.tail&&($t<Mc||typeof oo.value=="string");oo=oo.next)tr++,$t+=oo.value.length;tr--,Rt=h.slice(ye,$t),rt.index-=ye}else if(rt=s(Le,0,Rt,Fe),!rt)continue;var zs=rt.index,Ws=rt[0],Oc=Rt.slice(0,zs),jg=Rt.slice(zs+Ws.length),Nc=ye+Rt.length;C&&Nc>C.reach&&(C.reach=Nc);var qs=re.prev;Oc&&(qs=u(y,qs,Oc),ye+=Oc.length),c(y,qs,tr);var Xk=new o(w,ae?i.tokenize(Ws,ae):Ws,De,Ws);if(re=u(y,qs,Xk),jg&&u(y,re,jg),tr>1){var Rc={cause:w+","+q,reach:Nc};a(h,y,m,re.prev,ye,Rc),C&&Rc.reach>C.reach&&(C.reach=Rc.reach)}}}}}}function l(){var h={value:null,prev:null,next:null},y={value:null,prev:h,next:null};h.next=y,this.head=h,this.tail=y,this.length=0}function u(h,y,m){var v=y.next,S={value:m,prev:y,next:v};return y.next=S,v.prev=S,h.length++,S}function c(h,y,m){for(var v=y.next,S=0;S<m&&v!==h.tail;S++)v=v.next;y.next=v,v.prev=y,h.length-=S}function p(h){for(var y=[],m=h.head.next;m!==h.tail;)y.push(m.value),m=m.next;return y}if(!e.document)return e.addEventListener&&(i.disableWorkerMessageHandler||e.addEventListener("message",function(h){var y=JSON.parse(h.data),m=y.language,v=y.code,S=y.immediateClose;e.postMessage(i.highlight(v,i.languages[m],m)),S&&e.close()},!1)),i;var d=i.util.currentScript();d&&(i.filename=d.src,d.hasAttribute("data-manual")&&(i.manual=!0));function f(){i.manual||i.highlightAll()}if(!i.manual){var g=document.readyState;g==="loading"||g==="interactive"&&d&&d.defer?document.addEventListener("DOMContentLoaded",f):window.requestAnimationFrame?window.requestAnimationFrame(f):window.setTimeout(f,16)}return i}(Vj);typeof Xl<"u"&&Xl.exports&&(Xl.exports=M);typeof global<"u"&&(global.Prism=M);M.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};M.languages.markup.tag.inside["attr-value"].inside.entity=M.languages.markup.entity;M.languages.markup.doctype.inside["internal-subset"].inside=M.languages.markup;M.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))});Object.defineProperty(M.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:M.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};i["language-"+n]={pattern:/[\s\S]+/,inside:M.languages[n]};var o={};o[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:i},M.languages.insertBefore("markup","cdata",o)}});Object.defineProperty(M.languages.markup.tag,"addAttribute",{value:function(e,t){M.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:M.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});M.languages.html=M.languages.markup;M.languages.mathml=M.languages.markup;M.languages.svg=M.languages.markup;M.languages.xml=M.languages.extend("markup",{});M.languages.ssml=M.languages.xml;M.languages.atom=M.languages.xml;M.languages.rss=M.languages.xml;(function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))})(M);M.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};M.languages.javascript=M.languages.extend("clike",{"class-name":[M.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});M.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;M.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:M.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:M.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:M.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:M.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:M.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});M.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:M.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});M.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});M.languages.markup&&(M.languages.markup.tag.addInlined("script","javascript"),M.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));M.languages.js=M.languages.javascript;(function(){if(typeof M>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e="Loading\u2026",t=function(d,f){return"\u2716 Error "+d+" while fetching file: "+f},n="\u2716 Error: File does not exist or is empty",r={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},i="data-src-status",o="loading",s="loaded",a="failed",l="pre[data-src]:not(["+i+'="'+s+'"]):not(['+i+'="'+o+'"])';function u(d,f,g){var h=new XMLHttpRequest;h.open("GET",d,!0),h.onreadystatechange=function(){h.readyState==4&&(h.status<400&&h.responseText?f(h.responseText):h.status>=400?g(t(h.status,h.statusText)):g(n))},h.send(null)}function c(d){var f=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(d||"");if(f){var g=Number(f[1]),h=f[2],y=f[3];return h?y?[g,Number(y)]:[g,void 0]:[g,g]}}M.hooks.add("before-highlightall",function(d){d.selector+=", "+l}),M.hooks.add("before-sanity-check",function(d){var f=d.element;if(f.matches(l)){d.code="",f.setAttribute(i,o);var g=f.appendChild(document.createElement("CODE"));g.textContent=e;var h=f.getAttribute("data-src"),y=d.language;if(y==="none"){var m=(/\.(\w+)$/.exec(h)||[,"none"])[1];y=r[m]||m}M.util.setLanguage(g,y),M.util.setLanguage(f,y);var v=M.plugins.autoloader;v&&v.loadLanguages(y),u(h,function(S){f.setAttribute(i,s);var C=c(f.getAttribute("data-range"));if(C){var w=S.split(/\r\n?|\n/g),x=C[0],q=C[1]==null?w.length:C[1];x<0&&(x+=w.length),x=Math.max(0,Math.min(x-1,w.length)),q<0&&(q+=w.length),q=Math.max(0,Math.min(q,w.length)),S=w.slice(x,q).join(`
2
- `),f.hasAttribute("data-start")||f.setAttribute("data-start",String(x+1))}g.textContent=S,M.highlightElement(g)},function(S){f.setAttribute(i,a),g.textContent=S})}}),M.plugins.fileHighlight={highlight:function(f){for(var g=(f||document).querySelectorAll(l),h=0,y;y=g[h++];)M.highlightElement(y)}};var p=!1;M.fileHighlight=function(){p||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),p=!0),M.plugins.fileHighlight.highlight.apply(this,arguments)}})()});var mh=b((n7,ux)=>{"use strict";var Jj=void 0;ux.exports=function(e){return e!==Jj&&e!==null}});var dx=b((r7,cx)=>{"use strict";var eB=mh(),tB={object:!0,function:!0,undefined:!0};cx.exports=function(e){return eB(e)?hasOwnProperty.call(tB,typeof e):!1}});var fx=b((i7,px)=>{"use strict";var nB=dx();px.exports=function(e){if(!nB(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch{return!1}}});var mx=b((o7,hx)=>{"use strict";var rB=fx();hx.exports=function(e){if(typeof e!="function"||!hasOwnProperty.call(e,"length"))return!1;try{if(typeof e.length!="number"||typeof e.call!="function"||typeof e.apply!="function")return!1}catch{return!1}return!rB(e)}});var yx=b((s7,gx)=>{"use strict";var iB=mx(),oB=/^\s*class[\s{/}]/,sB=Function.prototype.toString;gx.exports=function(e){return!(!iB(e)||oB.test(sB.call(e)))}});var bx=b((a7,vx)=>{"use strict";vx.exports=function(){var e=Object.assign,t;return typeof e!="function"?!1:(t={foo:"raz"},e(t,{bar:"dwa"},{trzy:"trzy"}),t.foo+t.bar+t.trzy==="razdwatrzy")}});var Cx=b((l7,Sx)=>{"use strict";Sx.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}});var wx=b((u7,xx)=>{"use strict";xx.exports=function(){}});var Ri=b((c7,Ex)=>{"use strict";var aB=wx()();Ex.exports=function(e){return e!==aB&&e!==null}});var Tx=b((d7,Dx)=>{"use strict";var lB=Ri(),uB=Object.keys;Dx.exports=function(e){return uB(lB(e)?Object(e):e)}});var Ix=b((p7,Ax)=>{"use strict";Ax.exports=Cx()()?Object.keys:Tx()});var mu=b((f7,_x)=>{"use strict";var cB=Ri();_x.exports=function(e){if(!cB(e))throw new TypeError("Cannot use null or undefined");return e}});var Mx=b((h7,kx)=>{"use strict";var dB=Ix(),pB=mu(),fB=Math.max;kx.exports=function(e,t){var n,r,i=fB(arguments.length,2),o;for(e=Object(pB(e)),o=function(s){try{e[s]=t[s]}catch(a){n||(n=a)}},r=1;r<i;++r)t=arguments[r],dB(t).forEach(o);if(n!==void 0)throw n;return e}});var Nx=b((m7,Ox)=>{"use strict";Ox.exports=bx()()?Object.assign:Mx()});var Px=b((g7,Rx)=>{"use strict";var hB=Ri(),mB=Array.prototype.forEach,gB=Object.create,yB=function(e,t){var n;for(n in e)t[n]=e[n]};Rx.exports=function(e){var t=gB(null);return mB.call(arguments,function(n){hB(n)&&yB(Object(n),t)}),t}});var Lx=b((y7,Fx)=>{"use strict";var gh="razdwatrzy";Fx.exports=function(){return typeof gh.contains!="function"?!1:gh.contains("dwa")===!0&&gh.contains("foo")===!1}});var Bx=b((v7,jx)=>{"use strict";var vB=String.prototype.indexOf;jx.exports=function(e){return vB.call(this,e,arguments[1])>-1}});var zx=b((b7,Vx)=>{"use strict";Vx.exports=Lx()()?String.prototype.contains:Bx()});var Tr=b((S7,Hx)=>{"use strict";var gu=mh(),Wx=yx(),qx=Nx(),Ux=Px(),cs=zx(),bB=Hx.exports=function(e,t){var n,r,i,o,s;return arguments.length<2||typeof e!="string"?(o=t,t=e,e=null):o=arguments[2],gu(e)?(n=cs.call(e,"c"),r=cs.call(e,"e"),i=cs.call(e,"w")):(n=i=!0,r=!1),s={value:t,configurable:n,enumerable:r,writable:i},o?qx(Ux(o),s):s};bB.gs=function(e,t,n){var r,i,o,s;return typeof e!="string"?(o=n,n=t,t=e,e=null):o=arguments[3],gu(t)?Wx(t)?gu(n)?Wx(n)||(o=n,n=void 0):n=void 0:(o=t,t=n=void 0):t=void 0,gu(e)?(r=cs.call(e,"c"),i=cs.call(e,"e")):(r=!0,i=!1),s={get:t,set:n,configurable:r,enumerable:i},o?qx(Ux(o),s):s}});var yh=b((C7,Gx)=>{"use strict";Gx.exports=function(e){if(typeof e!="function")throw new TypeError(e+" is not a function");return e}});var Yn=b((Th,Qx)=>{"use strict";var yu=Tr(),Ch=yh(),Sh=Function.prototype.apply,vh=Function.prototype.call,Yx=Object.create,SB=Object.defineProperty,$x=Object.defineProperties,xh=Object.prototype.hasOwnProperty,bh={configurable:!0,enumerable:!1,writable:!0},vu,wh,bu,Eh,Kx,Dh,Zx;vu=function(e,t){var n;return Ch(t),xh.call(this,"__ee__")?n=this.__ee__:(n=bh.value=Yx(null),SB(this,"__ee__",bh),bh.value=null),n[e]?typeof n[e]=="object"?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this};wh=function(e,t){var n,r;return Ch(t),r=this,vu.call(this,e,n=function(){bu.call(r,e,n),Sh.call(t,this,arguments)}),n.__eeOnceListener__=t,this};bu=function(e,t){var n,r,i,o;if(Ch(t),!xh.call(this,"__ee__"))return this;if(n=this.__ee__,!n[e])return this;if(r=n[e],typeof r=="object")for(o=0;i=r[o];++o)(i===t||i.__eeOnceListener__===t)&&(r.length===2?n[e]=r[o?0:1]:r.splice(o,1));else(r===t||r.__eeOnceListener__===t)&&delete n[e];return this};Eh=function(e){var t,n,r,i,o;if(xh.call(this,"__ee__")&&(i=this.__ee__[e],!!i))if(typeof i=="object"){for(n=arguments.length,o=new Array(n-1),t=1;t<n;++t)o[t-1]=arguments[t];for(i=i.slice(),t=0;r=i[t];++t)Sh.call(r,this,o)}else switch(arguments.length){case 1:vh.call(i,this);break;case 2:vh.call(i,this,arguments[1]);break;case 3:vh.call(i,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,o=new Array(n-1),t=1;t<n;++t)o[t-1]=arguments[t];Sh.call(i,this,o)}};Kx={on:vu,once:wh,off:bu,emit:Eh};Dh={on:yu(vu),once:yu(wh),off:yu(bu),emit:yu(Eh)};Zx=$x({},Dh);Qx.exports=Th=function(e){return e==null?Yx(Zx):$x(Object(e),Dh)};Th.methods=Kx});var Ar=b((H7,ow)=>{"use strict";function xn(e){return{prev:null,next:null,data:e}}function Fi(e,t,n){var r;return Pi!==null?(r=Pi,Pi=Pi.cursor,r.prev=t,r.next=n,r.cursor=e.cursor):r={prev:t,next:n,cursor:e.cursor},e.cursor=r,r}function Li(e){var t=e.cursor;e.cursor=t.cursor,t.prev=null,t.next=null,t.cursor=Pi,Pi=t}var Pi=null,V=function(){this.cursor=null,this.head=null,this.tail=null};V.createItem=xn;V.prototype.createItem=xn;V.prototype.updateCursors=function(e,t,n,r){for(var i=this.cursor;i!==null;)i.prev===e&&(i.prev=t),i.next===n&&(i.next=r),i=i.cursor};V.prototype.getSize=function(){for(var e=0,t=this.head;t;)e++,t=t.next;return e};V.prototype.fromArray=function(e){var t=null;this.head=null;for(var n=0;n<e.length;n++){var r=xn(e[n]);t!==null?t.next=r:this.head=r,r.prev=t,t=r}return this.tail=t,this};V.prototype.toArray=function(){for(var e=this.head,t=[];e;)t.push(e.data),e=e.next;return t};V.prototype.toJSON=V.prototype.toArray;V.prototype.isEmpty=function(){return this.head===null};V.prototype.first=function(){return this.head&&this.head.data};V.prototype.last=function(){return this.tail&&this.tail.data};V.prototype.each=function(e,t){var n;t===void 0&&(t=this);for(var r=Fi(this,null,this.head);r.next!==null;)n=r.next,r.next=n.next,e.call(t,n.data,n,this);Li(this)};V.prototype.forEach=V.prototype.each;V.prototype.eachRight=function(e,t){var n;t===void 0&&(t=this);for(var r=Fi(this,this.tail,null);r.prev!==null;)n=r.prev,r.prev=n.prev,e.call(t,n.data,n,this);Li(this)};V.prototype.forEachRight=V.prototype.eachRight;V.prototype.reduce=function(e,t,n){var r;n===void 0&&(n=this);for(var i=Fi(this,null,this.head),o=t;i.next!==null;)r=i.next,i.next=r.next,o=e.call(n,o,r.data,r,this);return Li(this),o};V.prototype.reduceRight=function(e,t,n){var r;n===void 0&&(n=this);for(var i=Fi(this,this.tail,null),o=t;i.prev!==null;)r=i.prev,i.prev=r.prev,o=e.call(n,o,r.data,r,this);return Li(this),o};V.prototype.nextUntil=function(e,t,n){if(e!==null){var r;n===void 0&&(n=this);for(var i=Fi(this,null,e);i.next!==null&&(r=i.next,i.next=r.next,!t.call(n,r.data,r,this)););Li(this)}};V.prototype.prevUntil=function(e,t,n){if(e!==null){var r;n===void 0&&(n=this);for(var i=Fi(this,e,null);i.prev!==null&&(r=i.prev,i.prev=r.prev,!t.call(n,r.data,r,this)););Li(this)}};V.prototype.some=function(e,t){var n=this.head;for(t===void 0&&(t=this);n!==null;){if(e.call(t,n.data,n,this))return!0;n=n.next}return!1};V.prototype.map=function(e,t){var n=new V,r=this.head;for(t===void 0&&(t=this);r!==null;)n.appendData(e.call(t,r.data,r,this)),r=r.next;return n};V.prototype.filter=function(e,t){var n=new V,r=this.head;for(t===void 0&&(t=this);r!==null;)e.call(t,r.data,r,this)&&n.appendData(r.data),r=r.next;return n};V.prototype.clear=function(){this.head=null,this.tail=null};V.prototype.copy=function(){for(var e=new V,t=this.head;t!==null;)e.insert(xn(t.data)),t=t.next;return e};V.prototype.prepend=function(e){return this.updateCursors(null,e,this.head,e),this.head!==null?(this.head.prev=e,e.next=this.head):this.tail=e,this.head=e,this};V.prototype.prependData=function(e){return this.prepend(xn(e))};V.prototype.append=function(e){return this.insert(e)};V.prototype.appendData=function(e){return this.insert(xn(e))};V.prototype.insert=function(e,t){if(t!=null)if(this.updateCursors(t.prev,e,t,e),t.prev===null){if(this.head!==t)throw new Error("before doesn't belong to list");this.head=e,t.prev=e,e.next=t,this.updateCursors(null,e)}else t.prev.next=e,e.prev=t.prev,t.prev=e,e.next=t;else this.updateCursors(this.tail,e,null,e),this.tail!==null?(this.tail.next=e,e.prev=this.tail):this.head=e,this.tail=e;return this};V.prototype.insertData=function(e,t){return this.insert(xn(e),t)};V.prototype.remove=function(e){if(this.updateCursors(e,e.prev,e,e.next),e.prev!==null)e.prev.next=e.next;else{if(this.head!==e)throw new Error("item doesn't belong to list");this.head=e.next}if(e.next!==null)e.next.prev=e.prev;else{if(this.tail!==e)throw new Error("item doesn't belong to list");this.tail=e.prev}return e.prev=null,e.next=null,e};V.prototype.push=function(e){this.insert(xn(e))};V.prototype.pop=function(){if(this.tail!==null)return this.remove(this.tail)};V.prototype.unshift=function(e){this.prepend(xn(e))};V.prototype.shift=function(){if(this.head!==null)return this.remove(this.head)};V.prototype.prependList=function(e){return this.insertList(e,this.head)};V.prototype.appendList=function(e){return this.insertList(e)};V.prototype.insertList=function(e,t){return e.head===null?this:(t!=null?(this.updateCursors(t.prev,e.tail,t,e.head),t.prev!==null?(t.prev.next=e.head,e.head.prev=t.prev):this.head=e.head,t.prev=e.tail,e.tail.next=t):(this.updateCursors(this.tail,e.tail,null,e.head),this.tail!==null?(this.tail.next=e.head,e.head.prev=this.tail):this.head=e.head,this.tail=e.tail),e.head=null,e.tail=null,this)};V.prototype.replace=function(e,t){"head"in t?this.insertList(t,e):this.insert(t,e),this.remove(e)};ow.exports=V});var Eu=b((G7,sw)=>{"use strict";sw.exports=function(t,n){var r=Object.create(SyntaxError.prototype),i=new Error;return r.name=t,r.message=n,Object.defineProperty(r,"stack",{get:function(){return(i.stack||"").replace(/^(.+\n){1,3}/,t+": "+n+`
3
- `)}}),r}});var Nh=b((Y7,cw)=>{"use strict";var wB=Eu(),Oh=100,aw=60,lw=" ";function uw(e,t){function n(p,d){return r.slice(p,d).map(function(f,g){for(var h=String(p+g+1);h.length<l;)h=" "+h;return h+" |"+f}).join(`
1
+ var XA=Object.create;var Pc=Object.defineProperty,eM=Object.defineProperties,tM=Object.getOwnPropertyDescriptor,nM=Object.getOwnPropertyDescriptors,rM=Object.getOwnPropertyNames,Bg=Object.getOwnPropertySymbols,iM=Object.getPrototypeOf,Vg=Object.prototype.hasOwnProperty,oM=Object.prototype.propertyIsEnumerable;var sM=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e);var zg=(e,t,n)=>t in e?Pc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,E=(e,t)=>{for(var n in t||={})Vg.call(t,n)&&zg(e,n,t[n]);if(Bg)for(var n of Bg(t))oM.call(t,n)&&zg(e,n,t[n]);return e},ee=(e,t)=>eM(e,nM(t));var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var aM=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of rM(t))!Vg.call(e,i)&&i!==n&&Pc(e,i,{get:()=>t[i],enumerable:!(r=tM(t,i))||r.enumerable});return e};var ge=(e,t,n)=>(n=e!=null?XA(iM(e)):{},aM(t||!e||!e.__esModule?Pc(n,"default",{value:e,enumerable:!0}):n,e));var de=(e,t,n)=>new Promise((r,i)=>{var o=l=>{try{a(n.next(l))}catch(u){i(u)}},s=l=>{try{a(n.throw(l))}catch(u){i(u)}},a=l=>l.done?r(l.value):Promise.resolve(l.value).then(o,s);a((n=n.apply(e,t)).next())}),kn=function(e,t){this[0]=e,this[1]=t},qg=(e,t,n)=>{var r=(s,a,l,u)=>{try{var c=n[s](a),p=(a=c.value)instanceof kn,d=c.done;Promise.resolve(p?a[0]:a).then(f=>p?r(s==="return"?s:"next",a[1]?{done:f.done,value:f.value}:f,l,u):l({value:f,done:d})).catch(f=>r("throw",f,l,u))}catch(f){u(f)}},i=s=>o[s]=a=>new Promise((l,u)=>r(s,a,l,u)),o={};return n=n.apply(e,t),o[sM("asyncIterator")]=()=>o,i("next"),i("throw"),i("return"),o};var ZC=b((qY,Jl)=>{"use strict";var zj=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};var M=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},i={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function h(y){return y instanceof o?new o(y.type,h(y.content),y.alias):Array.isArray(y)?y.map(h):y.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(h){return Object.prototype.toString.call(h).slice(8,-1)},objId:function(h){return h.__id||Object.defineProperty(h,"__id",{value:++n}),h.__id},clone:function h(y,m){m=m||{};var v,S;switch(i.util.type(y)){case"Object":if(S=i.util.objId(y),m[S])return m[S];v={},m[S]=v;for(var C in y)y.hasOwnProperty(C)&&(v[C]=h(y[C],m));return v;case"Array":return S=i.util.objId(y),m[S]?m[S]:(v=[],m[S]=v,y.forEach(function(w,x){v[x]=h(w,m)}),v);default:return y}},getLanguage:function(h){for(;h;){var y=t.exec(h.className);if(y)return y[1].toLowerCase();h=h.parentElement}return"none"},setLanguage:function(h,y){h.className=h.className.replace(RegExp(t,"gi"),""),h.classList.add("language-"+y)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(v){var h=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(v.stack)||[])[1];if(h){var y=document.getElementsByTagName("script");for(var m in y)if(y[m].src==h)return y[m]}return null}},isActive:function(h,y,m){for(var v="no-"+y;h;){var S=h.classList;if(S.contains(y))return!0;if(S.contains(v))return!1;h=h.parentElement}return!!m}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(h,y){var m=i.util.clone(i.languages[h]);for(var v in y)m[v]=y[v];return m},insertBefore:function(h,y,m,v){v=v||i.languages;var S=v[h],C={};for(var w in S)if(S.hasOwnProperty(w)){if(w==y)for(var x in m)m.hasOwnProperty(x)&&(C[x]=m[x]);m.hasOwnProperty(w)||(C[w]=S[w])}var W=v[h];return v[h]=C,i.languages.DFS(i.languages,function(U,ae){ae===W&&U!=h&&(this[U]=C)}),C},DFS:function h(y,m,v,S){S=S||{};var C=i.util.objId;for(var w in y)if(y.hasOwnProperty(w)){m.call(y,w,y[w],v||w);var x=y[w],W=i.util.type(x);W==="Object"&&!S[C(x)]?(S[C(x)]=!0,h(x,m,null,S)):W==="Array"&&!S[C(x)]&&(S[C(x)]=!0,h(x,m,w,S))}}},plugins:{},highlightAll:function(h,y){i.highlightAllUnder(document,h,y)},highlightAllUnder:function(h,y,m){var v={callback:m,container:h,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",v),v.elements=Array.prototype.slice.apply(v.container.querySelectorAll(v.selector)),i.hooks.run("before-all-elements-highlight",v);for(var S=0,C;C=v.elements[S++];)i.highlightElement(C,y===!0,v.callback)},highlightElement:function(h,y,m){var v=i.util.getLanguage(h),S=i.languages[v];i.util.setLanguage(h,v);var C=h.parentElement;C&&C.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(C,v);var w=h.textContent,x={element:h,language:v,grammar:S,code:w};function W(ae){x.highlightedCode=ae,i.hooks.run("before-insert",x),x.element.innerHTML=x.highlightedCode,i.hooks.run("after-highlight",x),i.hooks.run("complete",x),m&&m.call(x.element)}if(i.hooks.run("before-sanity-check",x),C=x.element.parentElement,C&&C.nodeName.toLowerCase()==="pre"&&!C.hasAttribute("tabindex")&&C.setAttribute("tabindex","0"),!x.code){i.hooks.run("complete",x),m&&m.call(x.element);return}if(i.hooks.run("before-highlight",x),!x.grammar){W(i.util.encode(x.code));return}if(y&&e.Worker){var U=new Worker(i.filename);U.onmessage=function(ae){W(ae.data)},U.postMessage(JSON.stringify({language:x.language,code:x.code,immediateClose:!0}))}else W(i.highlight(x.code,x.grammar,x.language))},highlight:function(h,y,m){var v={code:h,grammar:y,language:m};if(i.hooks.run("before-tokenize",v),!v.grammar)throw new Error('The language "'+v.language+'" has no grammar.');return v.tokens=i.tokenize(v.code,v.grammar),i.hooks.run("after-tokenize",v),o.stringify(i.util.encode(v.tokens),v.language)},tokenize:function(h,y){var m=y.rest;if(m){for(var v in m)y[v]=m[v];delete y.rest}var S=new l;return u(S,S.head,h),a(h,S,y,S.head,0),p(S)},hooks:{all:{},add:function(h,y){var m=i.hooks.all;m[h]=m[h]||[],m[h].push(y)},run:function(h,y){var m=i.hooks.all[h];if(!(!m||!m.length))for(var v=0,S;S=m[v++];)S(y)}},Token:o};e.Prism=i;function o(h,y,m,v){this.type=h,this.content=y,this.alias=m,this.length=(v||"").length|0}o.stringify=function h(y,m){if(typeof y=="string")return y;if(Array.isArray(y)){var v="";return y.forEach(function(W){v+=h(W,m)}),v}var S={type:y.type,content:h(y.content,m),tag:"span",classes:["token",y.type],attributes:{},language:m},C=y.alias;C&&(Array.isArray(C)?Array.prototype.push.apply(S.classes,C):S.classes.push(C)),i.hooks.run("wrap",S);var w="";for(var x in S.attributes)w+=" "+x+'="'+(S.attributes[x]||"").replace(/"/g,"&quot;")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+w+">"+S.content+"</"+S.tag+">"};function s(h,y,m,v){h.lastIndex=y;var S=h.exec(m);if(S&&v&&S[1]){var C=S[1].length;S.index+=C,S[0]=S[0].slice(C)}return S}function a(h,y,m,v,S,C){for(var w in m)if(!(!m.hasOwnProperty(w)||!m[w])){var x=m[w];x=Array.isArray(x)?x:[x];for(var W=0;W<x.length;++W){if(C&&C.cause==w+","+W)return;var U=x[W],ae=U.inside,Le=!!U.lookbehind,Me=!!U.greedy,De=U.alias;if(Me&&!U.pattern.global){var Ue=U.pattern.toString().match(/[imsuy]*$/)[0];U.pattern=RegExp(U.pattern.source,Ue+"g")}for(var Fe=U.pattern||U,re=v.next,ye=S;re!==y.tail&&!(C&&ye>=C.reach);ye+=re.value.length,re=re.next){var Rt=re.value;if(y.length>h.length)return;if(!(Rt instanceof o)){var tr=1,rt;if(Me){if(rt=s(Fe,ye,h,Le),!rt||rt.index>=h.length)break;var Vs=rt.index,Mc=rt.index+rt[0].length,Yt=ye;for(Yt+=re.value.length;Vs>=Yt;)re=re.next,Yt+=re.value.length;if(Yt-=re.value.length,ye=Yt,re.value instanceof o)continue;for(var oo=re;oo!==y.tail&&(Yt<Mc||typeof oo.value=="string");oo=oo.next)tr++,Yt+=oo.value.length;tr--,Rt=h.slice(ye,Yt),rt.index-=ye}else if(rt=s(Fe,0,Rt,Le),!rt)continue;var Vs=rt.index,qs=rt[0],Oc=Rt.slice(0,Vs),jg=Rt.slice(Vs+qs.length),Nc=ye+Rt.length;C&&Nc>C.reach&&(C.reach=Nc);var Ws=re.prev;Oc&&(Ws=u(y,Ws,Oc),ye+=Oc.length),c(y,Ws,tr);var JA=new o(w,ae?i.tokenize(qs,ae):qs,De,qs);if(re=u(y,Ws,JA),jg&&u(y,re,jg),tr>1){var Rc={cause:w+","+W,reach:Nc};a(h,y,m,re.prev,ye,Rc),C&&Rc.reach>C.reach&&(C.reach=Rc.reach)}}}}}}function l(){var h={value:null,prev:null,next:null},y={value:null,prev:h,next:null};h.next=y,this.head=h,this.tail=y,this.length=0}function u(h,y,m){var v=y.next,S={value:m,prev:y,next:v};return y.next=S,v.prev=S,h.length++,S}function c(h,y,m){for(var v=y.next,S=0;S<m&&v!==h.tail;S++)v=v.next;y.next=v,v.prev=y,h.length-=S}function p(h){for(var y=[],m=h.head.next;m!==h.tail;)y.push(m.value),m=m.next;return y}if(!e.document)return e.addEventListener&&(i.disableWorkerMessageHandler||e.addEventListener("message",function(h){var y=JSON.parse(h.data),m=y.language,v=y.code,S=y.immediateClose;e.postMessage(i.highlight(v,i.languages[m],m)),S&&e.close()},!1)),i;var d=i.util.currentScript();d&&(i.filename=d.src,d.hasAttribute("data-manual")&&(i.manual=!0));function f(){i.manual||i.highlightAll()}if(!i.manual){var g=document.readyState;g==="loading"||g==="interactive"&&d&&d.defer?document.addEventListener("DOMContentLoaded",f):window.requestAnimationFrame?window.requestAnimationFrame(f):window.setTimeout(f,16)}return i}(zj);typeof Jl<"u"&&Jl.exports&&(Jl.exports=M);typeof global<"u"&&(global.Prism=M);M.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};M.languages.markup.tag.inside["attr-value"].inside.entity=M.languages.markup.entity;M.languages.markup.doctype.inside["internal-subset"].inside=M.languages.markup;M.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))});Object.defineProperty(M.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:M.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};i["language-"+n]={pattern:/[\s\S]+/,inside:M.languages[n]};var o={};o[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:i},M.languages.insertBefore("markup","cdata",o)}});Object.defineProperty(M.languages.markup.tag,"addAttribute",{value:function(e,t){M.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:M.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});M.languages.html=M.languages.markup;M.languages.mathml=M.languages.markup;M.languages.svg=M.languages.markup;M.languages.xml=M.languages.extend("markup",{});M.languages.ssml=M.languages.xml;M.languages.atom=M.languages.xml;M.languages.rss=M.languages.xml;(function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))})(M);M.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};M.languages.javascript=M.languages.extend("clike",{"class-name":[M.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});M.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;M.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:M.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:M.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:M.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:M.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:M.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});M.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:M.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});M.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});M.languages.markup&&(M.languages.markup.tag.addInlined("script","javascript"),M.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));M.languages.js=M.languages.javascript;(function(){if(typeof M>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e="Loading\u2026",t=function(d,f){return"\u2716 Error "+d+" while fetching file: "+f},n="\u2716 Error: File does not exist or is empty",r={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},i="data-src-status",o="loading",s="loaded",a="failed",l="pre[data-src]:not(["+i+'="'+s+'"]):not(['+i+'="'+o+'"])';function u(d,f,g){var h=new XMLHttpRequest;h.open("GET",d,!0),h.onreadystatechange=function(){h.readyState==4&&(h.status<400&&h.responseText?f(h.responseText):h.status>=400?g(t(h.status,h.statusText)):g(n))},h.send(null)}function c(d){var f=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(d||"");if(f){var g=Number(f[1]),h=f[2],y=f[3];return h?y?[g,Number(y)]:[g,void 0]:[g,g]}}M.hooks.add("before-highlightall",function(d){d.selector+=", "+l}),M.hooks.add("before-sanity-check",function(d){var f=d.element;if(f.matches(l)){d.code="",f.setAttribute(i,o);var g=f.appendChild(document.createElement("CODE"));g.textContent=e;var h=f.getAttribute("data-src"),y=d.language;if(y==="none"){var m=(/\.(\w+)$/.exec(h)||[,"none"])[1];y=r[m]||m}M.util.setLanguage(g,y),M.util.setLanguage(f,y);var v=M.plugins.autoloader;v&&v.loadLanguages(y),u(h,function(S){f.setAttribute(i,s);var C=c(f.getAttribute("data-range"));if(C){var w=S.split(/\r\n?|\n/g),x=C[0],W=C[1]==null?w.length:C[1];x<0&&(x+=w.length),x=Math.max(0,Math.min(x-1,w.length)),W<0&&(W+=w.length),W=Math.max(0,Math.min(W,w.length)),S=w.slice(x,W).join(`
2
+ `),f.hasAttribute("data-start")||f.setAttribute("data-start",String(x+1))}g.textContent=S,M.highlightElement(g)},function(S){f.setAttribute(i,a),g.textContent=S})}}),M.plugins.fileHighlight={highlight:function(f){for(var g=(f||document).querySelectorAll(l),h=0,y;y=g[h++];)M.highlightElement(y)}};var p=!1;M.fileHighlight=function(){p||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),p=!0),M.plugins.fileHighlight.highlight.apply(this,arguments)}})()});var mh=b((n7,ux)=>{"use strict";var Xj=void 0;ux.exports=function(e){return e!==Xj&&e!==null}});var dx=b((r7,cx)=>{"use strict";var eB=mh(),tB={object:!0,function:!0,undefined:!0};cx.exports=function(e){return eB(e)?hasOwnProperty.call(tB,typeof e):!1}});var fx=b((i7,px)=>{"use strict";var nB=dx();px.exports=function(e){if(!nB(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch{return!1}}});var mx=b((o7,hx)=>{"use strict";var rB=fx();hx.exports=function(e){if(typeof e!="function"||!hasOwnProperty.call(e,"length"))return!1;try{if(typeof e.length!="number"||typeof e.call!="function"||typeof e.apply!="function")return!1}catch{return!1}return!rB(e)}});var yx=b((s7,gx)=>{"use strict";var iB=mx(),oB=/^\s*class[\s{/}]/,sB=Function.prototype.toString;gx.exports=function(e){return!(!iB(e)||oB.test(sB.call(e)))}});var bx=b((a7,vx)=>{"use strict";vx.exports=function(){var e=Object.assign,t;return typeof e!="function"?!1:(t={foo:"raz"},e(t,{bar:"dwa"},{trzy:"trzy"}),t.foo+t.bar+t.trzy==="razdwatrzy")}});var Cx=b((l7,Sx)=>{"use strict";Sx.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}});var wx=b((u7,xx)=>{"use strict";xx.exports=function(){}});var Ri=b((c7,Ex)=>{"use strict";var aB=wx()();Ex.exports=function(e){return e!==aB&&e!==null}});var _x=b((d7,Dx)=>{"use strict";var lB=Ri(),uB=Object.keys;Dx.exports=function(e){return uB(lB(e)?Object(e):e)}});var Tx=b((p7,Ix)=>{"use strict";Ix.exports=Cx()()?Object.keys:_x()});var mu=b((f7,kx)=>{"use strict";var cB=Ri();kx.exports=function(e){if(!cB(e))throw new TypeError("Cannot use null or undefined");return e}});var Mx=b((h7,Ax)=>{"use strict";var dB=Tx(),pB=mu(),fB=Math.max;Ax.exports=function(e,t){var n,r,i=fB(arguments.length,2),o;for(e=Object(pB(e)),o=function(s){try{e[s]=t[s]}catch(a){n||(n=a)}},r=1;r<i;++r)t=arguments[r],dB(t).forEach(o);if(n!==void 0)throw n;return e}});var Nx=b((m7,Ox)=>{"use strict";Ox.exports=bx()()?Object.assign:Mx()});var Px=b((g7,Rx)=>{"use strict";var hB=Ri(),mB=Array.prototype.forEach,gB=Object.create,yB=function(e,t){var n;for(n in e)t[n]=e[n]};Rx.exports=function(e){var t=gB(null);return mB.call(arguments,function(n){hB(n)&&yB(Object(n),t)}),t}});var Fx=b((y7,Lx)=>{"use strict";var gh="razdwatrzy";Lx.exports=function(){return typeof gh.contains!="function"?!1:gh.contains("dwa")===!0&&gh.contains("foo")===!1}});var Bx=b((v7,jx)=>{"use strict";var vB=String.prototype.indexOf;jx.exports=function(e){return vB.call(this,e,arguments[1])>-1}});var Vx=b((b7,zx)=>{"use strict";zx.exports=Fx()()?String.prototype.contains:Bx()});var _r=b((S7,Hx)=>{"use strict";var gu=mh(),qx=yx(),Wx=Nx(),Ux=Px(),cs=Vx(),bB=Hx.exports=function(e,t){var n,r,i,o,s;return arguments.length<2||typeof e!="string"?(o=t,t=e,e=null):o=arguments[2],gu(e)?(n=cs.call(e,"c"),r=cs.call(e,"e"),i=cs.call(e,"w")):(n=i=!0,r=!1),s={value:t,configurable:n,enumerable:r,writable:i},o?Wx(Ux(o),s):s};bB.gs=function(e,t,n){var r,i,o,s;return typeof e!="string"?(o=n,n=t,t=e,e=null):o=arguments[3],gu(t)?qx(t)?gu(n)?qx(n)||(o=n,n=void 0):n=void 0:(o=t,t=n=void 0):t=void 0,gu(e)?(r=cs.call(e,"c"),i=cs.call(e,"e")):(r=!0,i=!1),s={get:t,set:n,configurable:r,enumerable:i},o?Wx(Ux(o),s):s}});var yh=b((C7,$x)=>{"use strict";$x.exports=function(e){if(typeof e!="function")throw new TypeError(e+" is not a function");return e}});var Gn=b((_h,Kx)=>{"use strict";var yu=_r(),Ch=yh(),Sh=Function.prototype.apply,vh=Function.prototype.call,Gx=Object.create,SB=Object.defineProperty,Yx=Object.defineProperties,xh=Object.prototype.hasOwnProperty,bh={configurable:!0,enumerable:!1,writable:!0},vu,wh,bu,Eh,Zx,Dh,Qx;vu=function(e,t){var n;return Ch(t),xh.call(this,"__ee__")?n=this.__ee__:(n=bh.value=Gx(null),SB(this,"__ee__",bh),bh.value=null),n[e]?typeof n[e]=="object"?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this};wh=function(e,t){var n,r;return Ch(t),r=this,vu.call(this,e,n=function(){bu.call(r,e,n),Sh.call(t,this,arguments)}),n.__eeOnceListener__=t,this};bu=function(e,t){var n,r,i,o;if(Ch(t),!xh.call(this,"__ee__"))return this;if(n=this.__ee__,!n[e])return this;if(r=n[e],typeof r=="object")for(o=0;i=r[o];++o)(i===t||i.__eeOnceListener__===t)&&(r.length===2?n[e]=r[o?0:1]:r.splice(o,1));else(r===t||r.__eeOnceListener__===t)&&delete n[e];return this};Eh=function(e){var t,n,r,i,o;if(xh.call(this,"__ee__")&&(i=this.__ee__[e],!!i))if(typeof i=="object"){for(n=arguments.length,o=new Array(n-1),t=1;t<n;++t)o[t-1]=arguments[t];for(i=i.slice(),t=0;r=i[t];++t)Sh.call(r,this,o)}else switch(arguments.length){case 1:vh.call(i,this);break;case 2:vh.call(i,this,arguments[1]);break;case 3:vh.call(i,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,o=new Array(n-1),t=1;t<n;++t)o[t-1]=arguments[t];Sh.call(i,this,o)}};Zx={on:vu,once:wh,off:bu,emit:Eh};Dh={on:yu(vu),once:yu(wh),off:yu(bu),emit:yu(Eh)};Qx=Yx({},Dh);Kx.exports=_h=function(e){return e==null?Gx(Qx):Yx(Object(e),Dh)};_h.methods=Zx});var Ir=b((H7,ow)=>{"use strict";function xn(e){return{prev:null,next:null,data:e}}function Li(e,t,n){var r;return Pi!==null?(r=Pi,Pi=Pi.cursor,r.prev=t,r.next=n,r.cursor=e.cursor):r={prev:t,next:n,cursor:e.cursor},e.cursor=r,r}function Fi(e){var t=e.cursor;e.cursor=t.cursor,t.prev=null,t.next=null,t.cursor=Pi,Pi=t}var Pi=null,z=function(){this.cursor=null,this.head=null,this.tail=null};z.createItem=xn;z.prototype.createItem=xn;z.prototype.updateCursors=function(e,t,n,r){for(var i=this.cursor;i!==null;)i.prev===e&&(i.prev=t),i.next===n&&(i.next=r),i=i.cursor};z.prototype.getSize=function(){for(var e=0,t=this.head;t;)e++,t=t.next;return e};z.prototype.fromArray=function(e){var t=null;this.head=null;for(var n=0;n<e.length;n++){var r=xn(e[n]);t!==null?t.next=r:this.head=r,r.prev=t,t=r}return this.tail=t,this};z.prototype.toArray=function(){for(var e=this.head,t=[];e;)t.push(e.data),e=e.next;return t};z.prototype.toJSON=z.prototype.toArray;z.prototype.isEmpty=function(){return this.head===null};z.prototype.first=function(){return this.head&&this.head.data};z.prototype.last=function(){return this.tail&&this.tail.data};z.prototype.each=function(e,t){var n;t===void 0&&(t=this);for(var r=Li(this,null,this.head);r.next!==null;)n=r.next,r.next=n.next,e.call(t,n.data,n,this);Fi(this)};z.prototype.forEach=z.prototype.each;z.prototype.eachRight=function(e,t){var n;t===void 0&&(t=this);for(var r=Li(this,this.tail,null);r.prev!==null;)n=r.prev,r.prev=n.prev,e.call(t,n.data,n,this);Fi(this)};z.prototype.forEachRight=z.prototype.eachRight;z.prototype.reduce=function(e,t,n){var r;n===void 0&&(n=this);for(var i=Li(this,null,this.head),o=t;i.next!==null;)r=i.next,i.next=r.next,o=e.call(n,o,r.data,r,this);return Fi(this),o};z.prototype.reduceRight=function(e,t,n){var r;n===void 0&&(n=this);for(var i=Li(this,this.tail,null),o=t;i.prev!==null;)r=i.prev,i.prev=r.prev,o=e.call(n,o,r.data,r,this);return Fi(this),o};z.prototype.nextUntil=function(e,t,n){if(e!==null){var r;n===void 0&&(n=this);for(var i=Li(this,null,e);i.next!==null&&(r=i.next,i.next=r.next,!t.call(n,r.data,r,this)););Fi(this)}};z.prototype.prevUntil=function(e,t,n){if(e!==null){var r;n===void 0&&(n=this);for(var i=Li(this,e,null);i.prev!==null&&(r=i.prev,i.prev=r.prev,!t.call(n,r.data,r,this)););Fi(this)}};z.prototype.some=function(e,t){var n=this.head;for(t===void 0&&(t=this);n!==null;){if(e.call(t,n.data,n,this))return!0;n=n.next}return!1};z.prototype.map=function(e,t){var n=new z,r=this.head;for(t===void 0&&(t=this);r!==null;)n.appendData(e.call(t,r.data,r,this)),r=r.next;return n};z.prototype.filter=function(e,t){var n=new z,r=this.head;for(t===void 0&&(t=this);r!==null;)e.call(t,r.data,r,this)&&n.appendData(r.data),r=r.next;return n};z.prototype.clear=function(){this.head=null,this.tail=null};z.prototype.copy=function(){for(var e=new z,t=this.head;t!==null;)e.insert(xn(t.data)),t=t.next;return e};z.prototype.prepend=function(e){return this.updateCursors(null,e,this.head,e),this.head!==null?(this.head.prev=e,e.next=this.head):this.tail=e,this.head=e,this};z.prototype.prependData=function(e){return this.prepend(xn(e))};z.prototype.append=function(e){return this.insert(e)};z.prototype.appendData=function(e){return this.insert(xn(e))};z.prototype.insert=function(e,t){if(t!=null)if(this.updateCursors(t.prev,e,t,e),t.prev===null){if(this.head!==t)throw new Error("before doesn't belong to list");this.head=e,t.prev=e,e.next=t,this.updateCursors(null,e)}else t.prev.next=e,e.prev=t.prev,t.prev=e,e.next=t;else this.updateCursors(this.tail,e,null,e),this.tail!==null?(this.tail.next=e,e.prev=this.tail):this.head=e,this.tail=e;return this};z.prototype.insertData=function(e,t){return this.insert(xn(e),t)};z.prototype.remove=function(e){if(this.updateCursors(e,e.prev,e,e.next),e.prev!==null)e.prev.next=e.next;else{if(this.head!==e)throw new Error("item doesn't belong to list");this.head=e.next}if(e.next!==null)e.next.prev=e.prev;else{if(this.tail!==e)throw new Error("item doesn't belong to list");this.tail=e.prev}return e.prev=null,e.next=null,e};z.prototype.push=function(e){this.insert(xn(e))};z.prototype.pop=function(){if(this.tail!==null)return this.remove(this.tail)};z.prototype.unshift=function(e){this.prepend(xn(e))};z.prototype.shift=function(){if(this.head!==null)return this.remove(this.head)};z.prototype.prependList=function(e){return this.insertList(e,this.head)};z.prototype.appendList=function(e){return this.insertList(e)};z.prototype.insertList=function(e,t){return e.head===null?this:(t!=null?(this.updateCursors(t.prev,e.tail,t,e.head),t.prev!==null?(t.prev.next=e.head,e.head.prev=t.prev):this.head=e.head,t.prev=e.tail,e.tail.next=t):(this.updateCursors(this.tail,e.tail,null,e.head),this.tail!==null?(this.tail.next=e.head,e.head.prev=this.tail):this.head=e.head,this.tail=e.tail),e.head=null,e.tail=null,this)};z.prototype.replace=function(e,t){"head"in t?this.insertList(t,e):this.insert(t,e),this.remove(e)};ow.exports=z});var Eu=b(($7,sw)=>{"use strict";sw.exports=function(t,n){var r=Object.create(SyntaxError.prototype),i=new Error;return r.name=t,r.message=n,Object.defineProperty(r,"stack",{get:function(){return(i.stack||"").replace(/^(.+\n){1,3}/,t+": "+n+`
3
+ `)}}),r}});var Nh=b((G7,cw)=>{"use strict";var wB=Eu(),Oh=100,aw=60,lw=" ";function uw(e,t){function n(p,d){return r.slice(p,d).map(function(f,g){for(var h=String(p+g+1);h.length<l;)h=" "+h;return h+" |"+f}).join(`
4
4
  `)}var r=e.source.split(/\r\n?|\n|\f/),i=e.line,o=e.column,s=Math.max(1,i-t)-1,a=Math.min(i+t,r.length+1),l=Math.max(4,String(a).length)+1,u=0;o+=(lw.length-1)*(r[i-1].substr(0,o-1).match(/\t/g)||[]).length,o>Oh&&(u=o-aw+3,o=aw-2);for(var c=s;c<=a;c++)c>=0&&c<r.length&&(r[c]=r[c].replace(/\t/g,lw),r[c]=(u>0&&r[c].length>u?"\u2026":"")+r[c].substr(u,Oh-2)+(r[c].length>u+Oh-1?"\u2026":""));return[n(s,i),new Array(o+l+2).join("-")+"^",n(i,a)].filter(Boolean).join(`
5
5
  `)}var EB=function(e,t,n,r,i){var o=wB("SyntaxError",e);return o.source=t,o.offset=n,o.line=r,o.column=i,o.sourceFragment=function(s){return uw(o,isNaN(s)?0:s)},Object.defineProperty(o,"formattedMessage",{get:function(){return"Parse error: "+o.message+`
6
- `+uw(o,2)}}),o.parseError={offset:n,line:r,column:i},o};cw.exports=EB});var ds=b(($7,dw)=>{"use strict";var Rh={EOF:0,Ident:1,Function:2,AtKeyword:3,Hash:4,String:5,BadString:6,Url:7,BadUrl:8,Delim:9,Number:10,Percentage:11,Dimension:12,WhiteSpace:13,CDO:14,CDC:15,Colon:16,Semicolon:17,Comma:18,LeftSquareBracket:19,RightSquareBracket:20,LeftParenthesis:21,RightParenthesis:22,LeftCurlyBracket:23,RightCurlyBracket:24,Comment:25},DB=Object.keys(Rh).reduce(function(e,t){return e[Rh[t]]=t,e},{});dw.exports={TYPE:Rh,NAME:DB}});var Lh=b((K7,vw)=>{"use strict";var TB=0;function $n(e){return e>=48&&e<=57}function AB(e){return $n(e)||e>=65&&e<=70||e>=97&&e<=102}function pw(e){return e>=65&&e<=90}function fw(e){return e>=97&&e<=122}function hw(e){return pw(e)||fw(e)}function mw(e){return e>=128}function ps(e){return hw(e)||mw(e)||e===95}function IB(e){return ps(e)||$n(e)||e===45}function gw(e){return e>=0&&e<=8||e===11||e>=14&&e<=31||e===127}function Fh(e){return e===10||e===13||e===12}function yw(e){return Fh(e)||e===32||e===9}function Ph(e,t){return!(e!==92||Fh(t)||t===TB)}function _B(e,t,n){return e===45?ps(t)||t===45||Ph(t,n):ps(e)?!0:e===92?Ph(e,t):!1}function kB(e,t,n){return e===43||e===45?$n(t)?2:t===46&&$n(n)?3:0:e===46?$n(t)?2:0:$n(e)?1:0}function MB(e){return e===65279||e===65534?1:0}var Ir=new Array(128);_t.Eof=128;_t.WhiteSpace=130;_t.Digit=131;_t.NameStart=132;_t.NonPrintable=133;for(yt=0;yt<Ir.length;yt++)switch(!0){case yw(yt):Ir[yt]=_t.WhiteSpace;break;case $n(yt):Ir[yt]=_t.Digit;break;case ps(yt):Ir[yt]=_t.NameStart;break;case gw(yt):Ir[yt]=_t.NonPrintable;break;default:Ir[yt]=yt||_t.Eof}var yt;function _t(e){return e<128?Ir[e]:_t.NameStart}vw.exports={isDigit:$n,isHexDigit:AB,isUppercaseLetter:pw,isLowercaseLetter:fw,isLetter:hw,isNonAscii:mw,isNameStart:ps,isName:IB,isNonPrintable:gw,isNewline:Fh,isWhiteSpace:yw,isValidEscape:Ph,isIdentifierStart:_B,isNumberStart:kB,isBOM:MB,charCodeCategory:_t}});var Vi=b((Z7,Ew)=>{"use strict";var Bi=Lh(),Du=Bi.isDigit,bw=Bi.isHexDigit,Sw=Bi.isUppercaseLetter,OB=Bi.isName,Bh=Bi.isWhiteSpace,Cw=Bi.isValidEscape;function ji(e,t){return t<e.length?e.charCodeAt(t):0}function xw(e,t,n){return n===13&&ji(e,t+1)===10?2:1}function ww(e,t,n){var r=e.charCodeAt(t);return Sw(r)&&(r=r|32),r===n}function NB(e,t,n,r){if(n-t!==r.length||t<0||n>e.length)return!1;for(var i=t;i<n;i++){var o=e.charCodeAt(i),s=r.charCodeAt(i-t);if(Sw(o)&&(o=o|32),o!==s)return!1}return!0}function RB(e,t){for(;t>=0&&Bh(e.charCodeAt(t));t--);return t+1}function PB(e,t){for(;t<e.length&&Bh(e.charCodeAt(t));t++);return t}function jh(e,t){for(;t<e.length&&Du(e.charCodeAt(t));t++);return t}function Vh(e,t){if(t+=2,bw(ji(e,t-1))){for(var n=Math.min(e.length,t+5);t<n&&bw(ji(e,t));t++);var r=ji(e,t);Bh(r)&&(t+=xw(e,t,r))}return t}function FB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(!OB(n)){if(Cw(n,ji(e,t+1))){t=Vh(e,t)-1;continue}break}}return t}function LB(e,t){var n=e.charCodeAt(t);if((n===43||n===45)&&(n=e.charCodeAt(t+=1)),Du(n)&&(t=jh(e,t+1),n=e.charCodeAt(t)),n===46&&Du(e.charCodeAt(t+1))&&(n=e.charCodeAt(t+=2),t=jh(e,t)),ww(e,t,101)){var r=0;n=e.charCodeAt(t+1),(n===45||n===43)&&(r=1,n=e.charCodeAt(t+2)),Du(n)&&(t=jh(e,t+1+r+1))}return t}function jB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(n===41){t++;break}Cw(n,ji(e,t+1))&&(t=Vh(e,t))}return t}Ew.exports={consumeEscaped:Vh,consumeName:FB,consumeNumber:LB,consumeBadUrlRemnants:jB,cmpChar:ww,cmpStr:NB,getNewlineLength:xw,findWhiteSpaceStart:RB,findWhiteSpaceEnd:PB}});var hs=b((Q7,_w)=>{"use strict";var Aw=ds(),fs=Aw.TYPE,BB=Aw.NAME,VB=Vi(),zB=VB.cmpStr,Dw=fs.EOF,Tw=fs.WhiteSpace,WB=fs.Comment,Ht=16777215,zi=24,Iw=function(){this.offsetAndType=null,this.balance=null,this.reset()};Iw.prototype={reset:function(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset},lookupType:function(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e]>>zi:Dw},lookupOffset:function(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e-1]&Ht:this.source.length},lookupValue:function(e,t){return e+=this.tokenIndex,e<this.tokenCount?zB(this.source,this.offsetAndType[e-1]&Ht,this.offsetAndType[e]&Ht,t):!1},getTokenStart:function(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this.tokenCount?this.offsetAndType[e-1]&Ht:this.offsetAndType[this.tokenCount]&Ht:this.firstCharOffset},getRawLength:function(e,t){var n=e,r,i=this.offsetAndType[Math.max(n-1,0)]&Ht,o;e:for(;n<this.tokenCount;n++){if(r=this.balance[n],r<e)break e;switch(o=this.offsetAndType[n]>>zi,t(o,this.source,i)){case 1:break e;case 2:n++;break e;default:this.balance[r]===n&&(n=r),i=this.offsetAndType[n]&Ht}}return n-this.tokenIndex},isBalanceEdge:function(e){return this.balance[this.tokenIndex]<e},isDelim:function(e,t){return t?this.lookupType(t)===fs.Delim&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===fs.Delim&&this.source.charCodeAt(this.tokenStart)===e},getTokenValue:function(){return this.source.substring(this.tokenStart,this.tokenEnd)},getTokenLength:function(){return this.tokenEnd-this.tokenStart},substrToCursor:function(e){return this.source.substring(e,this.tokenStart)},skipWS:function(){for(var e=this.tokenIndex,t=0;e<this.tokenCount&&this.offsetAndType[e]>>zi===Tw;e++,t++);t>0&&this.skip(t)},skipSC:function(){for(;this.tokenType===Tw||this.tokenType===WB;)this.next()},skip:function(e){var t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,this.tokenStart=this.offsetAndType[t-1]&Ht,t=this.offsetAndType[t],this.tokenType=t>>zi,this.tokenEnd=t&Ht):(this.tokenIndex=this.tokenCount,this.next())},next:function(){var e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,this.tokenStart=this.tokenEnd,e=this.offsetAndType[e],this.tokenType=e>>zi,this.tokenEnd=e&Ht):(this.tokenIndex=this.tokenCount,this.eof=!0,this.tokenType=Dw,this.tokenStart=this.tokenEnd=this.source.length)},forEachToken(e){for(var t=0,n=this.firstCharOffset;t<this.tokenCount;t++){var r=n,i=this.offsetAndType[t],o=i&Ht,s=i>>zi;n=o,e(s,r,o,t)}},dump(){var e=new Array(this.tokenCount);return this.forEachToken((t,n,r,i)=>{e[i]={idx:i,type:BB[t],chunk:this.source.substring(n,r),balance:this.balance[i]}}),e}};_w.exports=Iw});var Tu=b((X7,kw)=>{"use strict";function qB(e){return e}function UB(e){return e.min===0&&e.max===0?"*":e.min===0&&e.max===1?"?":e.min===1&&e.max===0?e.comma?"#":"+":e.min===1&&e.max===1?"":(e.comma?"#":"")+(e.min===e.max?"{"+e.min+"}":"{"+e.min+","+(e.max!==0?e.max:"")+"}")}function HB(e){switch(e.type){case"Range":return" ["+(e.min===null?"-\u221E":e.min)+","+(e.max===null?"\u221E":e.max)+"]";default:throw new Error("Unknown node type `"+e.type+"`")}}function GB(e,t,n,r){var i=e.combinator===" "||r?e.combinator:" "+e.combinator+" ",o=e.terms.map(function(s){return zh(s,t,n,r)}).join(i);return(e.explicit||n)&&(o=(r||o[0]===","?"[":"[ ")+o+(r?"]":" ]")),o}function zh(e,t,n,r){var i;switch(e.type){case"Group":i=GB(e,t,n,r)+(e.disallowEmpty?"!":"");break;case"Multiplier":return zh(e.term,t,n,r)+t(UB(e),e);case"Type":i="<"+e.name+(e.opts?t(HB(e.opts),e.opts):"")+">";break;case"Property":i="<'"+e.name+"'>";break;case"Keyword":i=e.name;break;case"AtKeyword":i="@"+e.name;break;case"Function":i=e.name+"(";break;case"String":case"Token":i=e.value;break;case"Comma":i=",";break;default:throw new Error("Unknown node type `"+e.type+"`")}return t(i,e)}kw.exports=function(e,t){var n=qB,r=!1,i=!1;return typeof t=="function"?n=t:t&&(r=!!t.forceBraces,i=!!t.compact,typeof t.decorate=="function"&&(n=t.decorate)),zh(e,n,r,i)}});var Wh=b((J7,Nw)=>{"use strict";var Ow=Eu(),YB=Tu(),Mw={offset:0,line:1,column:1};function $B(e,t){let n=e.tokens,r=e.longestMatch,i=r<n.length&&n[r].node||null,o=i!==t?i:null,s=0,a=0,l=0,u="",c,p;for(let d=0;d<n.length;d++){let f=n[d].value;d===r&&(a=f.length,s=u.length),o!==null&&n[d].node===o&&(d<=r?l++:l=0),u+=f}return r===n.length||l>1?(c=Au(o||t,"end")||ms(Mw,u),p=ms(c)):(c=Au(o,"start")||ms(Au(t,"start")||Mw,u.slice(0,s)),p=Au(o,"end")||ms(c,u.substr(s,a))),{css:u,mismatchOffset:s,mismatchLength:a,start:c,end:p}}function Au(e,t){let n=e&&e.loc&&e.loc[t];return n?"line"in n?ms(n):n:null}function ms({offset:e,line:t,column:n},r){let i={offset:e,line:t,column:n};if(r){let o=r.split(/\n|\r\n?|\f/);i.offset+=r.length,i.line+=o.length-1,i.column=o.length===1?i.column+r.length:o.pop().length+1}return i}var KB=function(e,t){let n=Ow("SyntaxReferenceError",e+(t?" `"+t+"`":""));return n.reference=t,n},ZB=function(e,t,n,r){let i=Ow("SyntaxMatchError",e),{css:o,mismatchOffset:s,mismatchLength:a,start:l,end:u}=$B(r,n);return i.rawMessage=e,i.syntax=t?YB(t):"<generic>",i.css=o,i.mismatchOffset=s,i.mismatchLength=a,i.message=e+`
6
+ `+uw(o,2)}}),o.parseError={offset:n,line:r,column:i},o};cw.exports=EB});var ds=b((Y7,dw)=>{"use strict";var Rh={EOF:0,Ident:1,Function:2,AtKeyword:3,Hash:4,String:5,BadString:6,Url:7,BadUrl:8,Delim:9,Number:10,Percentage:11,Dimension:12,WhiteSpace:13,CDO:14,CDC:15,Colon:16,Semicolon:17,Comma:18,LeftSquareBracket:19,RightSquareBracket:20,LeftParenthesis:21,RightParenthesis:22,LeftCurlyBracket:23,RightCurlyBracket:24,Comment:25},DB=Object.keys(Rh).reduce(function(e,t){return e[Rh[t]]=t,e},{});dw.exports={TYPE:Rh,NAME:DB}});var Fh=b((Z7,vw)=>{"use strict";var _B=0;function Yn(e){return e>=48&&e<=57}function IB(e){return Yn(e)||e>=65&&e<=70||e>=97&&e<=102}function pw(e){return e>=65&&e<=90}function fw(e){return e>=97&&e<=122}function hw(e){return pw(e)||fw(e)}function mw(e){return e>=128}function ps(e){return hw(e)||mw(e)||e===95}function TB(e){return ps(e)||Yn(e)||e===45}function gw(e){return e>=0&&e<=8||e===11||e>=14&&e<=31||e===127}function Lh(e){return e===10||e===13||e===12}function yw(e){return Lh(e)||e===32||e===9}function Ph(e,t){return!(e!==92||Lh(t)||t===_B)}function kB(e,t,n){return e===45?ps(t)||t===45||Ph(t,n):ps(e)?!0:e===92?Ph(e,t):!1}function AB(e,t,n){return e===43||e===45?Yn(t)?2:t===46&&Yn(n)?3:0:e===46?Yn(t)?2:0:Yn(e)?1:0}function MB(e){return e===65279||e===65534?1:0}var Tr=new Array(128);kt.Eof=128;kt.WhiteSpace=130;kt.Digit=131;kt.NameStart=132;kt.NonPrintable=133;for(yt=0;yt<Tr.length;yt++)switch(!0){case yw(yt):Tr[yt]=kt.WhiteSpace;break;case Yn(yt):Tr[yt]=kt.Digit;break;case ps(yt):Tr[yt]=kt.NameStart;break;case gw(yt):Tr[yt]=kt.NonPrintable;break;default:Tr[yt]=yt||kt.Eof}var yt;function kt(e){return e<128?Tr[e]:kt.NameStart}vw.exports={isDigit:Yn,isHexDigit:IB,isUppercaseLetter:pw,isLowercaseLetter:fw,isLetter:hw,isNonAscii:mw,isNameStart:ps,isName:TB,isNonPrintable:gw,isNewline:Lh,isWhiteSpace:yw,isValidEscape:Ph,isIdentifierStart:kB,isNumberStart:AB,isBOM:MB,charCodeCategory:kt}});var zi=b((Q7,Ew)=>{"use strict";var Bi=Fh(),Du=Bi.isDigit,bw=Bi.isHexDigit,Sw=Bi.isUppercaseLetter,OB=Bi.isName,Bh=Bi.isWhiteSpace,Cw=Bi.isValidEscape;function ji(e,t){return t<e.length?e.charCodeAt(t):0}function xw(e,t,n){return n===13&&ji(e,t+1)===10?2:1}function ww(e,t,n){var r=e.charCodeAt(t);return Sw(r)&&(r=r|32),r===n}function NB(e,t,n,r){if(n-t!==r.length||t<0||n>e.length)return!1;for(var i=t;i<n;i++){var o=e.charCodeAt(i),s=r.charCodeAt(i-t);if(Sw(o)&&(o=o|32),o!==s)return!1}return!0}function RB(e,t){for(;t>=0&&Bh(e.charCodeAt(t));t--);return t+1}function PB(e,t){for(;t<e.length&&Bh(e.charCodeAt(t));t++);return t}function jh(e,t){for(;t<e.length&&Du(e.charCodeAt(t));t++);return t}function zh(e,t){if(t+=2,bw(ji(e,t-1))){for(var n=Math.min(e.length,t+5);t<n&&bw(ji(e,t));t++);var r=ji(e,t);Bh(r)&&(t+=xw(e,t,r))}return t}function LB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(!OB(n)){if(Cw(n,ji(e,t+1))){t=zh(e,t)-1;continue}break}}return t}function FB(e,t){var n=e.charCodeAt(t);if((n===43||n===45)&&(n=e.charCodeAt(t+=1)),Du(n)&&(t=jh(e,t+1),n=e.charCodeAt(t)),n===46&&Du(e.charCodeAt(t+1))&&(n=e.charCodeAt(t+=2),t=jh(e,t)),ww(e,t,101)){var r=0;n=e.charCodeAt(t+1),(n===45||n===43)&&(r=1,n=e.charCodeAt(t+2)),Du(n)&&(t=jh(e,t+1+r+1))}return t}function jB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(n===41){t++;break}Cw(n,ji(e,t+1))&&(t=zh(e,t))}return t}Ew.exports={consumeEscaped:zh,consumeName:LB,consumeNumber:FB,consumeBadUrlRemnants:jB,cmpChar:ww,cmpStr:NB,getNewlineLength:xw,findWhiteSpaceStart:RB,findWhiteSpaceEnd:PB}});var hs=b((K7,kw)=>{"use strict";var Iw=ds(),fs=Iw.TYPE,BB=Iw.NAME,zB=zi(),VB=zB.cmpStr,Dw=fs.EOF,_w=fs.WhiteSpace,qB=fs.Comment,Ht=16777215,Vi=24,Tw=function(){this.offsetAndType=null,this.balance=null,this.reset()};Tw.prototype={reset:function(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset},lookupType:function(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e]>>Vi:Dw},lookupOffset:function(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e-1]&Ht:this.source.length},lookupValue:function(e,t){return e+=this.tokenIndex,e<this.tokenCount?VB(this.source,this.offsetAndType[e-1]&Ht,this.offsetAndType[e]&Ht,t):!1},getTokenStart:function(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this.tokenCount?this.offsetAndType[e-1]&Ht:this.offsetAndType[this.tokenCount]&Ht:this.firstCharOffset},getRawLength:function(e,t){var n=e,r,i=this.offsetAndType[Math.max(n-1,0)]&Ht,o;e:for(;n<this.tokenCount;n++){if(r=this.balance[n],r<e)break e;switch(o=this.offsetAndType[n]>>Vi,t(o,this.source,i)){case 1:break e;case 2:n++;break e;default:this.balance[r]===n&&(n=r),i=this.offsetAndType[n]&Ht}}return n-this.tokenIndex},isBalanceEdge:function(e){return this.balance[this.tokenIndex]<e},isDelim:function(e,t){return t?this.lookupType(t)===fs.Delim&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===fs.Delim&&this.source.charCodeAt(this.tokenStart)===e},getTokenValue:function(){return this.source.substring(this.tokenStart,this.tokenEnd)},getTokenLength:function(){return this.tokenEnd-this.tokenStart},substrToCursor:function(e){return this.source.substring(e,this.tokenStart)},skipWS:function(){for(var e=this.tokenIndex,t=0;e<this.tokenCount&&this.offsetAndType[e]>>Vi===_w;e++,t++);t>0&&this.skip(t)},skipSC:function(){for(;this.tokenType===_w||this.tokenType===qB;)this.next()},skip:function(e){var t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,this.tokenStart=this.offsetAndType[t-1]&Ht,t=this.offsetAndType[t],this.tokenType=t>>Vi,this.tokenEnd=t&Ht):(this.tokenIndex=this.tokenCount,this.next())},next:function(){var e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,this.tokenStart=this.tokenEnd,e=this.offsetAndType[e],this.tokenType=e>>Vi,this.tokenEnd=e&Ht):(this.tokenIndex=this.tokenCount,this.eof=!0,this.tokenType=Dw,this.tokenStart=this.tokenEnd=this.source.length)},forEachToken(e){for(var t=0,n=this.firstCharOffset;t<this.tokenCount;t++){var r=n,i=this.offsetAndType[t],o=i&Ht,s=i>>Vi;n=o,e(s,r,o,t)}},dump(){var e=new Array(this.tokenCount);return this.forEachToken((t,n,r,i)=>{e[i]={idx:i,type:BB[t],chunk:this.source.substring(n,r),balance:this.balance[i]}}),e}};kw.exports=Tw});var _u=b((J7,Aw)=>{"use strict";function WB(e){return e}function UB(e){return e.min===0&&e.max===0?"*":e.min===0&&e.max===1?"?":e.min===1&&e.max===0?e.comma?"#":"+":e.min===1&&e.max===1?"":(e.comma?"#":"")+(e.min===e.max?"{"+e.min+"}":"{"+e.min+","+(e.max!==0?e.max:"")+"}")}function HB(e){switch(e.type){case"Range":return" ["+(e.min===null?"-\u221E":e.min)+","+(e.max===null?"\u221E":e.max)+"]";default:throw new Error("Unknown node type `"+e.type+"`")}}function $B(e,t,n,r){var i=e.combinator===" "||r?e.combinator:" "+e.combinator+" ",o=e.terms.map(function(s){return Vh(s,t,n,r)}).join(i);return(e.explicit||n)&&(o=(r||o[0]===","?"[":"[ ")+o+(r?"]":" ]")),o}function Vh(e,t,n,r){var i;switch(e.type){case"Group":i=$B(e,t,n,r)+(e.disallowEmpty?"!":"");break;case"Multiplier":return Vh(e.term,t,n,r)+t(UB(e),e);case"Type":i="<"+e.name+(e.opts?t(HB(e.opts),e.opts):"")+">";break;case"Property":i="<'"+e.name+"'>";break;case"Keyword":i=e.name;break;case"AtKeyword":i="@"+e.name;break;case"Function":i=e.name+"(";break;case"String":case"Token":i=e.value;break;case"Comma":i=",";break;default:throw new Error("Unknown node type `"+e.type+"`")}return t(i,e)}Aw.exports=function(e,t){var n=WB,r=!1,i=!1;return typeof t=="function"?n=t:t&&(r=!!t.forceBraces,i=!!t.compact,typeof t.decorate=="function"&&(n=t.decorate)),Vh(e,n,r,i)}});var qh=b((X7,Nw)=>{"use strict";var Ow=Eu(),GB=_u(),Mw={offset:0,line:1,column:1};function YB(e,t){let n=e.tokens,r=e.longestMatch,i=r<n.length&&n[r].node||null,o=i!==t?i:null,s=0,a=0,l=0,u="",c,p;for(let d=0;d<n.length;d++){let f=n[d].value;d===r&&(a=f.length,s=u.length),o!==null&&n[d].node===o&&(d<=r?l++:l=0),u+=f}return r===n.length||l>1?(c=Iu(o||t,"end")||ms(Mw,u),p=ms(c)):(c=Iu(o,"start")||ms(Iu(t,"start")||Mw,u.slice(0,s)),p=Iu(o,"end")||ms(c,u.substr(s,a))),{css:u,mismatchOffset:s,mismatchLength:a,start:c,end:p}}function Iu(e,t){let n=e&&e.loc&&e.loc[t];return n?"line"in n?ms(n):n:null}function ms({offset:e,line:t,column:n},r){let i={offset:e,line:t,column:n};if(r){let o=r.split(/\n|\r\n?|\f/);i.offset+=r.length,i.line+=o.length-1,i.column=o.length===1?i.column+r.length:o.pop().length+1}return i}var ZB=function(e,t){let n=Ow("SyntaxReferenceError",e+(t?" `"+t+"`":""));return n.reference=t,n},QB=function(e,t,n,r){let i=Ow("SyntaxMatchError",e),{css:o,mismatchOffset:s,mismatchLength:a,start:l,end:u}=YB(r,n);return i.rawMessage=e,i.syntax=t?GB(t):"<generic>",i.css=o,i.mismatchOffset=s,i.mismatchLength=a,i.message=e+`
7
7
  syntax: `+i.syntax+`
8
8
  value: `+(o||"<empty string>")+`
9
- --------`+new Array(i.mismatchOffset+1).join("-")+"^",Object.assign(i,l),i.loc={source:n&&n.loc&&n.loc.source||"<unknown>",start:l,end:u},i};Nw.exports={SyntaxReferenceError:KB,SyntaxMatchError:ZB}});var ku=b((eK,Rw)=>{"use strict";var Iu=Object.prototype.hasOwnProperty,Wi=Object.create(null),qi=Object.create(null),_u=45;function qh(e,t){return t=t||0,e.length-t>=2&&e.charCodeAt(t)===_u&&e.charCodeAt(t+1)===_u}function Uh(e,t){if(t=t||0,e.length-t>=3&&e.charCodeAt(t)===_u&&e.charCodeAt(t+1)!==_u){var n=e.indexOf("-",t+2);if(n!==-1)return e.substring(t,n+1)}return""}function QB(e){if(Iu.call(Wi,e))return Wi[e];var t=e.toLowerCase();if(Iu.call(Wi,t))return Wi[e]=Wi[t];var n=qh(t,0),r=n?"":Uh(t,0);return Wi[e]=Object.freeze({basename:t.substr(r.length),name:t,vendor:r,prefix:r,custom:n})}function XB(e){if(Iu.call(qi,e))return qi[e];var t=e,n=e[0];n==="/"?n=e[1]==="/"?"//":"/":n!=="_"&&n!=="*"&&n!=="$"&&n!=="#"&&n!=="+"&&n!=="&"&&(n="");var r=qh(t,n.length);if(!r&&(t=t.toLowerCase(),Iu.call(qi,t)))return qi[e]=qi[t];var i=r?"":Uh(t,n.length),o=t.substr(0,n.length+i.length);return qi[e]=Object.freeze({basename:t.substr(o.length),name:t.substr(n.length),hack:n,vendor:i,prefix:o,custom:r})}Rw.exports={keyword:QB,property:XB,isCustomProperty:qh,vendorPrefix:Uh}});var Hh=b((tK,Pw)=>{"use strict";var JB=16384,eV=typeof Uint32Array<"u"?Uint32Array:Array;Pw.exports=function(t,n){return t===null||t.length<n?new eV(Math.max(n+1024,JB)):t}});var _=b((nK,zw)=>{"use strict";var tV=hs(),Fw=Hh(),Kh=ds(),W=Kh.TYPE,wn=Lh(),Lw=wn.isNewline,nV=wn.isName,Mu=wn.isValidEscape,Gh=wn.isNumberStart,Yh=wn.isIdentifierStart,kt=wn.charCodeCategory,rV=wn.isBOM,En=Vi(),iV=En.cmpStr,jw=En.getNewlineLength,Ou=En.findWhiteSpaceEnd,Bw=En.consumeEscaped,Nu=En.consumeName,oV=En.consumeNumber,$h=En.consumeBadUrlRemnants,Vw=16777215,Ui=24;function Ru(e,t){function n(v){return v<a?e.charCodeAt(v):0}function r(){if(d=oV(e,d),Yh(n(d),n(d+1),n(d+2))){m=W.Dimension,d=Nu(e,d);return}if(n(d)===37){m=W.Percentage,d++;return}m=W.Number}function i(){let v=d;if(d=Nu(e,d),iV(e,v,d,"url")&&n(d)===40){if(d=Ou(e,d+1),n(d)===34||n(d)===39){m=W.Function,d=v+4;return}s();return}if(n(d)===40){m=W.Function,d++;return}m=W.Ident}function o(v){for(v||(v=n(d++)),m=W.String;d<e.length;d++){var S=e.charCodeAt(d);switch(kt(S)){case v:d++;return;case kt.Eof:return;case kt.WhiteSpace:if(Lw(S)){d+=jw(e,d,S),m=W.BadString;return}break;case 92:if(d===e.length-1)break;var C=n(d+1);Lw(C)?d+=jw(e,d+1,C):Mu(S,C)&&(d=Bw(e,d)-1);break}}}function s(){for(m=W.Url,d=Ou(e,d);d<e.length;d++){var v=e.charCodeAt(d);switch(kt(v)){case 41:d++;return;case kt.Eof:return;case kt.WhiteSpace:if(d=Ou(e,d),n(d)===41||d>=e.length){d<e.length&&d++;return}d=$h(e,d),m=W.BadUrl;return;case 34:case 39:case 40:case kt.NonPrintable:d=$h(e,d),m=W.BadUrl;return;case 92:if(Mu(v,n(d+1))){d=Bw(e,d)-1;break}d=$h(e,d),m=W.BadUrl;return}}}t||(t=new tV),e=String(e||"");for(var a=e.length,l=Fw(t.offsetAndType,a+1),u=Fw(t.balance,a+1),c=0,p=rV(n(0)),d=p,f=0,g=0,h=0;d<a;){var y=e.charCodeAt(d),m=0;switch(u[c]=a,kt(y)){case kt.WhiteSpace:m=W.WhiteSpace,d=Ou(e,d+1);break;case 34:o();break;case 35:nV(n(d+1))||Mu(n(d+1),n(d+2))?(m=W.Hash,d=Nu(e,d+1)):(m=W.Delim,d++);break;case 39:o();break;case 40:m=W.LeftParenthesis,d++;break;case 41:m=W.RightParenthesis,d++;break;case 43:Gh(y,n(d+1),n(d+2))?r():(m=W.Delim,d++);break;case 44:m=W.Comma,d++;break;case 45:Gh(y,n(d+1),n(d+2))?r():n(d+1)===45&&n(d+2)===62?(m=W.CDC,d=d+3):Yh(y,n(d+1),n(d+2))?i():(m=W.Delim,d++);break;case 46:Gh(y,n(d+1),n(d+2))?r():(m=W.Delim,d++);break;case 47:n(d+1)===42?(m=W.Comment,d=e.indexOf("*/",d+2)+2,d===1&&(d=e.length)):(m=W.Delim,d++);break;case 58:m=W.Colon,d++;break;case 59:m=W.Semicolon,d++;break;case 60:n(d+1)===33&&n(d+2)===45&&n(d+3)===45?(m=W.CDO,d=d+4):(m=W.Delim,d++);break;case 64:Yh(n(d+1),n(d+2),n(d+3))?(m=W.AtKeyword,d=Nu(e,d+1)):(m=W.Delim,d++);break;case 91:m=W.LeftSquareBracket,d++;break;case 92:Mu(y,n(d+1))?i():(m=W.Delim,d++);break;case 93:m=W.RightSquareBracket,d++;break;case 123:m=W.LeftCurlyBracket,d++;break;case 125:m=W.RightCurlyBracket,d++;break;case kt.Digit:r();break;case kt.NameStart:i();break;case kt.Eof:break;default:m=W.Delim,d++}switch(m){case f:for(h=g&Vw,g=u[h],f=g>>Ui,u[c]=h,u[h++]=c;h<c;h++)u[h]===a&&(u[h]=c);break;case W.LeftParenthesis:case W.Function:u[c]=g,f=W.RightParenthesis,g=f<<Ui|c;break;case W.LeftSquareBracket:u[c]=g,f=W.RightSquareBracket,g=f<<Ui|c;break;case W.LeftCurlyBracket:u[c]=g,f=W.RightCurlyBracket,g=f<<Ui|c;break}l[c++]=m<<Ui|d}for(l[c]=W.EOF<<Ui|d,u[c]=a,u[a]=a;g!==0;)h=g&Vw,g=u[h],u[h]=a;return t.source=e,t.firstCharOffset=p,t.offsetAndType=l,t.tokenCount=c,t.balance=u,t.reset(),t.next(),t}Object.keys(Kh).forEach(function(e){Ru[e]=Kh[e]});Object.keys(wn).forEach(function(e){Ru[e]=wn[e]});Object.keys(En).forEach(function(e){Ru[e]=En[e]});zw.exports=Ru});var Uw=b((rK,qw)=>{"use strict";var Ww=_().isDigit,Zh=_().cmpChar,Gi=_().TYPE,sV=Gi.Delim,aV=Gi.WhiteSpace,lV=Gi.Comment,Pu=Gi.Ident,Jh=Gi.Number,uV=Gi.Dimension,ys=43,rn=45,Qh=110,Hi=!0,cV=!1;function em(e,t){return e!==null&&e.type===sV&&e.value.charCodeAt(0)===t}function gs(e,t,n){for(;e!==null&&(e.type===aV||e.type===lV);)e=n(++t);return t}function Kn(e,t,n,r){if(!e)return 0;var i=e.value.charCodeAt(t);if(i===ys||i===rn){if(n)return 0;t++}for(;t<e.value.length;t++)if(!Ww(e.value.charCodeAt(t)))return 0;return r+1}function Xh(e,t,n){var r=!1,i=gs(e,t,n);if(e=n(i),e===null)return t;if(e.type!==Jh)if(em(e,ys)||em(e,rn)){if(r=!0,i=gs(n(++i),i,n),e=n(i),e===null&&e.type!==Jh)return 0}else return t;if(!r){var o=e.value.charCodeAt(0);if(o!==ys&&o!==rn)return 0}return Kn(e,r?0:1,r,i)}qw.exports=function(t,n){var r=0;if(!t)return 0;if(t.type===Jh)return Kn(t,0,cV,r);if(t.type===Pu&&t.value.charCodeAt(0)===rn){if(!Zh(t.value,1,Qh))return 0;switch(t.value.length){case 2:return Xh(n(++r),r,n);case 3:return t.value.charCodeAt(2)!==rn?0:(r=gs(n(++r),r,n),t=n(r),Kn(t,0,Hi,r));default:return t.value.charCodeAt(2)!==rn?0:Kn(t,3,Hi,r)}}else if(t.type===Pu||em(t,ys)&&n(r+1).type===Pu){if(t.type!==Pu&&(t=n(++r)),t===null||!Zh(t.value,0,Qh))return 0;switch(t.value.length){case 1:return Xh(n(++r),r,n);case 2:return t.value.charCodeAt(1)!==rn?0:(r=gs(n(++r),r,n),t=n(r),Kn(t,0,Hi,r));default:return t.value.charCodeAt(1)!==rn?0:Kn(t,2,Hi,r)}}else if(t.type===uV){for(var i=t.value.charCodeAt(0),o=i===ys||i===rn?1:0,s=o;s<t.value.length&&Ww(t.value.charCodeAt(s));s++);return s===o||!Zh(t.value,s,Qh)?0:s+1===t.value.length?Xh(n(++r),r,n):t.value.charCodeAt(s+1)!==rn?0:s+2===t.value.length?(r=gs(n(++r),r,n),t=n(r),Kn(t,0,Hi,r)):Kn(t,s+2,Hi,r)}return 0}});var Qw=b((iK,Zw)=>{"use strict";var dV=_().isHexDigit,pV=_().cmpChar,Lu=_().TYPE,Hw=Lu.Ident,fV=Lu.Delim,Gw=Lu.Number,Yw=Lu.Dimension,tm=43,$w=45,Kw=63,hV=117;function rm(e,t){return e!==null&&e.type===fV&&e.value.charCodeAt(0)===t}function nm(e,t){return e.value.charCodeAt(0)===t}function vs(e,t,n){for(var r=t,i=0;r<e.value.length;r++){var o=e.value.charCodeAt(r);if(o===$w&&n&&i!==0)return vs(e,t+i+1,!1)>0?6:0;if(!dV(o)||++i>6)return 0}return i}function Fu(e,t,n){if(!e)return 0;for(;rm(n(t),Kw);){if(++e>6)return 0;t++}return t}Zw.exports=function(t,n){var r=0;if(t===null||t.type!==Hw||!pV(t.value,0,hV)||(t=n(++r),t===null))return 0;if(rm(t,tm))return t=n(++r),t===null?0:t.type===Hw?Fu(vs(t,0,!0),++r,n):rm(t,Kw)?Fu(1,++r,n):0;if(t.type===Gw){if(!nm(t,tm))return 0;var i=vs(t,1,!0);return i===0?0:(t=n(++r),t===null?r:t.type===Yw||t.type===Gw?!nm(t,$w)||!vs(t,1,!1)?0:r+1:Fu(i,r,n))}return t.type===Yw&&nm(t,tm)?Fu(vs(t,1,!0),++r,n):0}});var o0=b((oK,i0)=>{"use strict";var Yi=_(),mV=Yi.isIdentifierStart,gV=Yi.isHexDigit,Jw=Yi.isDigit,yV=Yi.cmpStr,e0=Yi.consumeNumber,R=Yi.TYPE,vV=Uw(),bV=Qw(),SV=["unset","initial","inherit"],CV=["calc(","-moz-calc(","-webkit-calc("],xV={px:!0,mm:!0,cm:!0,in:!0,pt:!0,pc:!0,q:!0,em:!0,ex:!0,ch:!0,rem:!0,vh:!0,vw:!0,vmin:!0,vmax:!0,vm:!0},wV={deg:!0,grad:!0,rad:!0,turn:!0},EV={s:!0,ms:!0},DV={hz:!0,khz:!0},TV={dpi:!0,dpcm:!0,dppx:!0,x:!0},AV={fr:!0},IV={db:!0},_V={st:!0};function bs(e,t){return t<e.length?e.charCodeAt(t):0}function im(e,t){return yV(e,0,e.length,t)}function t0(e,t){for(var n=0;n<t.length;n++)if(im(e,t[n]))return!0;return!1}function n0(e,t){return t!==e.length-2?!1:e.charCodeAt(t)===92&&Jw(e.charCodeAt(t+1))}function ju(e,t,n){if(e&&e.type==="Range"){var r=Number(n!==void 0&&n!==t.length?t.substr(0,n):t);if(isNaN(r)||e.min!==null&&r<e.min||e.max!==null&&r>e.max)return!0}return!1}function r0(e,t){var n=e.index,r=0;do if(r++,e.balance<=n)break;while(e=t(r));return r}function Mt(e){return function(t,n,r){return t===null?0:t.type===R.Function&&t0(t.value,CV)?r0(t,n):e(t,n,r)}}function me(e){return function(t){return t===null||t.type!==e?0:1}}function kV(e){return e=e+"(",function(t,n){return t!==null&&im(t.value,e)?r0(t,n):0}}function MV(e){if(e===null||e.type!==R.Ident)return 0;var t=e.value.toLowerCase();return t0(t,SV)||im(t,"default")?0:1}function OV(e){return e===null||e.type!==R.Ident||bs(e.value,0)!==45||bs(e.value,1)!==45?0:1}function NV(e){if(e===null||e.type!==R.Hash)return 0;var t=e.value.length;if(t!==4&&t!==5&&t!==7&&t!==9)return 0;for(var n=1;n<t;n++)if(!gV(e.value.charCodeAt(n)))return 0;return 1}function RV(e){return e===null||e.type!==R.Hash||!mV(bs(e.value,1),bs(e.value,2),bs(e.value,3))?0:1}function PV(e,t){if(!e)return 0;var n=0,r=0,i=e.index;e:do{switch(e.type){case R.BadString:case R.BadUrl:break e;case R.RightCurlyBracket:case R.RightParenthesis:case R.RightSquareBracket:if(e.balance>e.index||e.balance<i)break e;r--;break;case R.Semicolon:if(r===0)break e;break;case R.Delim:if(e.value==="!"&&r===0)break e;break;case R.Function:case R.LeftParenthesis:case R.LeftSquareBracket:case R.LeftCurlyBracket:r++;break}if(n++,e.balance<=i)break}while(e=t(n));return n}function FV(e,t){if(!e)return 0;var n=e.index,r=0;e:do{switch(e.type){case R.BadString:case R.BadUrl:break e;case R.RightCurlyBracket:case R.RightParenthesis:case R.RightSquareBracket:if(e.balance>e.index||e.balance<n)break e;break}if(r++,e.balance<=n)break}while(e=t(r));return r}function Dn(e){return function(t,n,r){if(t===null||t.type!==R.Dimension)return 0;var i=e0(t.value,0);if(e!==null){var o=t.value.indexOf("\\",i),s=o===-1||!n0(t.value,o)?t.value.substr(i):t.value.substring(i,o);if(e.hasOwnProperty(s.toLowerCase())===!1)return 0}return ju(r,t.value,i)?0:1}}function LV(e,t,n){return e===null||e.type!==R.Percentage||ju(n,e.value,e.value.length-1)?0:1}function Xw(e){return typeof e!="function"&&(e=function(){return 0}),function(t,n,r){return t!==null&&t.type===R.Number&&Number(t.value)===0?1:e(t,n,r)}}function jV(e,t,n){if(e===null)return 0;var r=e0(e.value,0),i=r===e.value.length;return!i&&!n0(e.value,r)||ju(n,e.value,r)?0:1}function BV(e,t,n){if(e===null||e.type!==R.Number)return 0;for(var r=e.value.charCodeAt(0)===43||e.value.charCodeAt(0)===45?1:0;r<e.value.length;r++)if(!Jw(e.value.charCodeAt(r)))return 0;return ju(n,e.value,r)?0:1}i0.exports={"ident-token":me(R.Ident),"function-token":me(R.Function),"at-keyword-token":me(R.AtKeyword),"hash-token":me(R.Hash),"string-token":me(R.String),"bad-string-token":me(R.BadString),"url-token":me(R.Url),"bad-url-token":me(R.BadUrl),"delim-token":me(R.Delim),"number-token":me(R.Number),"percentage-token":me(R.Percentage),"dimension-token":me(R.Dimension),"whitespace-token":me(R.WhiteSpace),"CDO-token":me(R.CDO),"CDC-token":me(R.CDC),"colon-token":me(R.Colon),"semicolon-token":me(R.Semicolon),"comma-token":me(R.Comma),"[-token":me(R.LeftSquareBracket),"]-token":me(R.RightSquareBracket),"(-token":me(R.LeftParenthesis),")-token":me(R.RightParenthesis),"{-token":me(R.LeftCurlyBracket),"}-token":me(R.RightCurlyBracket),string:me(R.String),ident:me(R.Ident),"custom-ident":MV,"custom-property-name":OV,"hex-color":NV,"id-selector":RV,"an-plus-b":vV,urange:bV,"declaration-value":PV,"any-value":FV,dimension:Mt(Dn(null)),angle:Mt(Dn(wV)),decibel:Mt(Dn(IV)),frequency:Mt(Dn(DV)),flex:Mt(Dn(AV)),length:Mt(Xw(Dn(xV))),resolution:Mt(Dn(TV)),semitones:Mt(Dn(_V)),time:Mt(Dn(EV)),percentage:Mt(LV),zero:Xw(),number:Mt(jV),integer:Mt(BV),"-ms-legacy-expression":kV("expression")}});var om=b((sK,s0)=>{"use strict";var VV=Eu();s0.exports=function(t,n,r){var i=VV("SyntaxError",t);return i.input=n,i.offset=r,i.rawMessage=t,i.message=i.rawMessage+`
9
+ --------`+new Array(i.mismatchOffset+1).join("-")+"^",Object.assign(i,l),i.loc={source:n&&n.loc&&n.loc.source||"<unknown>",start:l,end:u},i};Nw.exports={SyntaxReferenceError:ZB,SyntaxMatchError:QB}});var Au=b((eZ,Rw)=>{"use strict";var Tu=Object.prototype.hasOwnProperty,qi=Object.create(null),Wi=Object.create(null),ku=45;function Wh(e,t){return t=t||0,e.length-t>=2&&e.charCodeAt(t)===ku&&e.charCodeAt(t+1)===ku}function Uh(e,t){if(t=t||0,e.length-t>=3&&e.charCodeAt(t)===ku&&e.charCodeAt(t+1)!==ku){var n=e.indexOf("-",t+2);if(n!==-1)return e.substring(t,n+1)}return""}function KB(e){if(Tu.call(qi,e))return qi[e];var t=e.toLowerCase();if(Tu.call(qi,t))return qi[e]=qi[t];var n=Wh(t,0),r=n?"":Uh(t,0);return qi[e]=Object.freeze({basename:t.substr(r.length),name:t,vendor:r,prefix:r,custom:n})}function JB(e){if(Tu.call(Wi,e))return Wi[e];var t=e,n=e[0];n==="/"?n=e[1]==="/"?"//":"/":n!=="_"&&n!=="*"&&n!=="$"&&n!=="#"&&n!=="+"&&n!=="&"&&(n="");var r=Wh(t,n.length);if(!r&&(t=t.toLowerCase(),Tu.call(Wi,t)))return Wi[e]=Wi[t];var i=r?"":Uh(t,n.length),o=t.substr(0,n.length+i.length);return Wi[e]=Object.freeze({basename:t.substr(o.length),name:t.substr(n.length),hack:n,vendor:i,prefix:o,custom:r})}Rw.exports={keyword:KB,property:JB,isCustomProperty:Wh,vendorPrefix:Uh}});var Hh=b((tZ,Pw)=>{"use strict";var XB=16384,ez=typeof Uint32Array<"u"?Uint32Array:Array;Pw.exports=function(t,n){return t===null||t.length<n?new ez(Math.max(n+1024,XB)):t}});var k=b((nZ,Vw)=>{"use strict";var tz=hs(),Lw=Hh(),Zh=ds(),q=Zh.TYPE,wn=Fh(),Fw=wn.isNewline,nz=wn.isName,Mu=wn.isValidEscape,$h=wn.isNumberStart,Gh=wn.isIdentifierStart,At=wn.charCodeCategory,rz=wn.isBOM,En=zi(),iz=En.cmpStr,jw=En.getNewlineLength,Ou=En.findWhiteSpaceEnd,Bw=En.consumeEscaped,Nu=En.consumeName,oz=En.consumeNumber,Yh=En.consumeBadUrlRemnants,zw=16777215,Ui=24;function Ru(e,t){function n(v){return v<a?e.charCodeAt(v):0}function r(){if(d=oz(e,d),Gh(n(d),n(d+1),n(d+2))){m=q.Dimension,d=Nu(e,d);return}if(n(d)===37){m=q.Percentage,d++;return}m=q.Number}function i(){let v=d;if(d=Nu(e,d),iz(e,v,d,"url")&&n(d)===40){if(d=Ou(e,d+1),n(d)===34||n(d)===39){m=q.Function,d=v+4;return}s();return}if(n(d)===40){m=q.Function,d++;return}m=q.Ident}function o(v){for(v||(v=n(d++)),m=q.String;d<e.length;d++){var S=e.charCodeAt(d);switch(At(S)){case v:d++;return;case At.Eof:return;case At.WhiteSpace:if(Fw(S)){d+=jw(e,d,S),m=q.BadString;return}break;case 92:if(d===e.length-1)break;var C=n(d+1);Fw(C)?d+=jw(e,d+1,C):Mu(S,C)&&(d=Bw(e,d)-1);break}}}function s(){for(m=q.Url,d=Ou(e,d);d<e.length;d++){var v=e.charCodeAt(d);switch(At(v)){case 41:d++;return;case At.Eof:return;case At.WhiteSpace:if(d=Ou(e,d),n(d)===41||d>=e.length){d<e.length&&d++;return}d=Yh(e,d),m=q.BadUrl;return;case 34:case 39:case 40:case At.NonPrintable:d=Yh(e,d),m=q.BadUrl;return;case 92:if(Mu(v,n(d+1))){d=Bw(e,d)-1;break}d=Yh(e,d),m=q.BadUrl;return}}}t||(t=new tz),e=String(e||"");for(var a=e.length,l=Lw(t.offsetAndType,a+1),u=Lw(t.balance,a+1),c=0,p=rz(n(0)),d=p,f=0,g=0,h=0;d<a;){var y=e.charCodeAt(d),m=0;switch(u[c]=a,At(y)){case At.WhiteSpace:m=q.WhiteSpace,d=Ou(e,d+1);break;case 34:o();break;case 35:nz(n(d+1))||Mu(n(d+1),n(d+2))?(m=q.Hash,d=Nu(e,d+1)):(m=q.Delim,d++);break;case 39:o();break;case 40:m=q.LeftParenthesis,d++;break;case 41:m=q.RightParenthesis,d++;break;case 43:$h(y,n(d+1),n(d+2))?r():(m=q.Delim,d++);break;case 44:m=q.Comma,d++;break;case 45:$h(y,n(d+1),n(d+2))?r():n(d+1)===45&&n(d+2)===62?(m=q.CDC,d=d+3):Gh(y,n(d+1),n(d+2))?i():(m=q.Delim,d++);break;case 46:$h(y,n(d+1),n(d+2))?r():(m=q.Delim,d++);break;case 47:n(d+1)===42?(m=q.Comment,d=e.indexOf("*/",d+2)+2,d===1&&(d=e.length)):(m=q.Delim,d++);break;case 58:m=q.Colon,d++;break;case 59:m=q.Semicolon,d++;break;case 60:n(d+1)===33&&n(d+2)===45&&n(d+3)===45?(m=q.CDO,d=d+4):(m=q.Delim,d++);break;case 64:Gh(n(d+1),n(d+2),n(d+3))?(m=q.AtKeyword,d=Nu(e,d+1)):(m=q.Delim,d++);break;case 91:m=q.LeftSquareBracket,d++;break;case 92:Mu(y,n(d+1))?i():(m=q.Delim,d++);break;case 93:m=q.RightSquareBracket,d++;break;case 123:m=q.LeftCurlyBracket,d++;break;case 125:m=q.RightCurlyBracket,d++;break;case At.Digit:r();break;case At.NameStart:i();break;case At.Eof:break;default:m=q.Delim,d++}switch(m){case f:for(h=g&zw,g=u[h],f=g>>Ui,u[c]=h,u[h++]=c;h<c;h++)u[h]===a&&(u[h]=c);break;case q.LeftParenthesis:case q.Function:u[c]=g,f=q.RightParenthesis,g=f<<Ui|c;break;case q.LeftSquareBracket:u[c]=g,f=q.RightSquareBracket,g=f<<Ui|c;break;case q.LeftCurlyBracket:u[c]=g,f=q.RightCurlyBracket,g=f<<Ui|c;break}l[c++]=m<<Ui|d}for(l[c]=q.EOF<<Ui|d,u[c]=a,u[a]=a;g!==0;)h=g&zw,g=u[h],u[h]=a;return t.source=e,t.firstCharOffset=p,t.offsetAndType=l,t.tokenCount=c,t.balance=u,t.reset(),t.next(),t}Object.keys(Zh).forEach(function(e){Ru[e]=Zh[e]});Object.keys(wn).forEach(function(e){Ru[e]=wn[e]});Object.keys(En).forEach(function(e){Ru[e]=En[e]});Vw.exports=Ru});var Uw=b((rZ,Ww)=>{"use strict";var qw=k().isDigit,Qh=k().cmpChar,$i=k().TYPE,sz=$i.Delim,az=$i.WhiteSpace,lz=$i.Comment,Pu=$i.Ident,Xh=$i.Number,uz=$i.Dimension,ys=43,rn=45,Kh=110,Hi=!0,cz=!1;function em(e,t){return e!==null&&e.type===sz&&e.value.charCodeAt(0)===t}function gs(e,t,n){for(;e!==null&&(e.type===az||e.type===lz);)e=n(++t);return t}function Zn(e,t,n,r){if(!e)return 0;var i=e.value.charCodeAt(t);if(i===ys||i===rn){if(n)return 0;t++}for(;t<e.value.length;t++)if(!qw(e.value.charCodeAt(t)))return 0;return r+1}function Jh(e,t,n){var r=!1,i=gs(e,t,n);if(e=n(i),e===null)return t;if(e.type!==Xh)if(em(e,ys)||em(e,rn)){if(r=!0,i=gs(n(++i),i,n),e=n(i),e===null&&e.type!==Xh)return 0}else return t;if(!r){var o=e.value.charCodeAt(0);if(o!==ys&&o!==rn)return 0}return Zn(e,r?0:1,r,i)}Ww.exports=function(t,n){var r=0;if(!t)return 0;if(t.type===Xh)return Zn(t,0,cz,r);if(t.type===Pu&&t.value.charCodeAt(0)===rn){if(!Qh(t.value,1,Kh))return 0;switch(t.value.length){case 2:return Jh(n(++r),r,n);case 3:return t.value.charCodeAt(2)!==rn?0:(r=gs(n(++r),r,n),t=n(r),Zn(t,0,Hi,r));default:return t.value.charCodeAt(2)!==rn?0:Zn(t,3,Hi,r)}}else if(t.type===Pu||em(t,ys)&&n(r+1).type===Pu){if(t.type!==Pu&&(t=n(++r)),t===null||!Qh(t.value,0,Kh))return 0;switch(t.value.length){case 1:return Jh(n(++r),r,n);case 2:return t.value.charCodeAt(1)!==rn?0:(r=gs(n(++r),r,n),t=n(r),Zn(t,0,Hi,r));default:return t.value.charCodeAt(1)!==rn?0:Zn(t,2,Hi,r)}}else if(t.type===uz){for(var i=t.value.charCodeAt(0),o=i===ys||i===rn?1:0,s=o;s<t.value.length&&qw(t.value.charCodeAt(s));s++);return s===o||!Qh(t.value,s,Kh)?0:s+1===t.value.length?Jh(n(++r),r,n):t.value.charCodeAt(s+1)!==rn?0:s+2===t.value.length?(r=gs(n(++r),r,n),t=n(r),Zn(t,0,Hi,r)):Zn(t,s+2,Hi,r)}return 0}});var Kw=b((iZ,Qw)=>{"use strict";var dz=k().isHexDigit,pz=k().cmpChar,Fu=k().TYPE,Hw=Fu.Ident,fz=Fu.Delim,$w=Fu.Number,Gw=Fu.Dimension,tm=43,Yw=45,Zw=63,hz=117;function rm(e,t){return e!==null&&e.type===fz&&e.value.charCodeAt(0)===t}function nm(e,t){return e.value.charCodeAt(0)===t}function vs(e,t,n){for(var r=t,i=0;r<e.value.length;r++){var o=e.value.charCodeAt(r);if(o===Yw&&n&&i!==0)return vs(e,t+i+1,!1)>0?6:0;if(!dz(o)||++i>6)return 0}return i}function Lu(e,t,n){if(!e)return 0;for(;rm(n(t),Zw);){if(++e>6)return 0;t++}return t}Qw.exports=function(t,n){var r=0;if(t===null||t.type!==Hw||!pz(t.value,0,hz)||(t=n(++r),t===null))return 0;if(rm(t,tm))return t=n(++r),t===null?0:t.type===Hw?Lu(vs(t,0,!0),++r,n):rm(t,Zw)?Lu(1,++r,n):0;if(t.type===$w){if(!nm(t,tm))return 0;var i=vs(t,1,!0);return i===0?0:(t=n(++r),t===null?r:t.type===Gw||t.type===$w?!nm(t,Yw)||!vs(t,1,!1)?0:r+1:Lu(i,r,n))}return t.type===Gw&&nm(t,tm)?Lu(vs(t,1,!0),++r,n):0}});var o0=b((oZ,i0)=>{"use strict";var Gi=k(),mz=Gi.isIdentifierStart,gz=Gi.isHexDigit,Xw=Gi.isDigit,yz=Gi.cmpStr,e0=Gi.consumeNumber,R=Gi.TYPE,vz=Uw(),bz=Kw(),Sz=["unset","initial","inherit"],Cz=["calc(","-moz-calc(","-webkit-calc("],xz={px:!0,mm:!0,cm:!0,in:!0,pt:!0,pc:!0,q:!0,em:!0,ex:!0,ch:!0,rem:!0,vh:!0,vw:!0,vmin:!0,vmax:!0,vm:!0},wz={deg:!0,grad:!0,rad:!0,turn:!0},Ez={s:!0,ms:!0},Dz={hz:!0,khz:!0},_z={dpi:!0,dpcm:!0,dppx:!0,x:!0},Iz={fr:!0},Tz={db:!0},kz={st:!0};function bs(e,t){return t<e.length?e.charCodeAt(t):0}function im(e,t){return yz(e,0,e.length,t)}function t0(e,t){for(var n=0;n<t.length;n++)if(im(e,t[n]))return!0;return!1}function n0(e,t){return t!==e.length-2?!1:e.charCodeAt(t)===92&&Xw(e.charCodeAt(t+1))}function ju(e,t,n){if(e&&e.type==="Range"){var r=Number(n!==void 0&&n!==t.length?t.substr(0,n):t);if(isNaN(r)||e.min!==null&&r<e.min||e.max!==null&&r>e.max)return!0}return!1}function r0(e,t){var n=e.index,r=0;do if(r++,e.balance<=n)break;while(e=t(r));return r}function Mt(e){return function(t,n,r){return t===null?0:t.type===R.Function&&t0(t.value,Cz)?r0(t,n):e(t,n,r)}}function me(e){return function(t){return t===null||t.type!==e?0:1}}function Az(e){return e=e+"(",function(t,n){return t!==null&&im(t.value,e)?r0(t,n):0}}function Mz(e){if(e===null||e.type!==R.Ident)return 0;var t=e.value.toLowerCase();return t0(t,Sz)||im(t,"default")?0:1}function Oz(e){return e===null||e.type!==R.Ident||bs(e.value,0)!==45||bs(e.value,1)!==45?0:1}function Nz(e){if(e===null||e.type!==R.Hash)return 0;var t=e.value.length;if(t!==4&&t!==5&&t!==7&&t!==9)return 0;for(var n=1;n<t;n++)if(!gz(e.value.charCodeAt(n)))return 0;return 1}function Rz(e){return e===null||e.type!==R.Hash||!mz(bs(e.value,1),bs(e.value,2),bs(e.value,3))?0:1}function Pz(e,t){if(!e)return 0;var n=0,r=0,i=e.index;e:do{switch(e.type){case R.BadString:case R.BadUrl:break e;case R.RightCurlyBracket:case R.RightParenthesis:case R.RightSquareBracket:if(e.balance>e.index||e.balance<i)break e;r--;break;case R.Semicolon:if(r===0)break e;break;case R.Delim:if(e.value==="!"&&r===0)break e;break;case R.Function:case R.LeftParenthesis:case R.LeftSquareBracket:case R.LeftCurlyBracket:r++;break}if(n++,e.balance<=i)break}while(e=t(n));return n}function Lz(e,t){if(!e)return 0;var n=e.index,r=0;e:do{switch(e.type){case R.BadString:case R.BadUrl:break e;case R.RightCurlyBracket:case R.RightParenthesis:case R.RightSquareBracket:if(e.balance>e.index||e.balance<n)break e;break}if(r++,e.balance<=n)break}while(e=t(r));return r}function Dn(e){return function(t,n,r){if(t===null||t.type!==R.Dimension)return 0;var i=e0(t.value,0);if(e!==null){var o=t.value.indexOf("\\",i),s=o===-1||!n0(t.value,o)?t.value.substr(i):t.value.substring(i,o);if(e.hasOwnProperty(s.toLowerCase())===!1)return 0}return ju(r,t.value,i)?0:1}}function Fz(e,t,n){return e===null||e.type!==R.Percentage||ju(n,e.value,e.value.length-1)?0:1}function Jw(e){return typeof e!="function"&&(e=function(){return 0}),function(t,n,r){return t!==null&&t.type===R.Number&&Number(t.value)===0?1:e(t,n,r)}}function jz(e,t,n){if(e===null)return 0;var r=e0(e.value,0),i=r===e.value.length;return!i&&!n0(e.value,r)||ju(n,e.value,r)?0:1}function Bz(e,t,n){if(e===null||e.type!==R.Number)return 0;for(var r=e.value.charCodeAt(0)===43||e.value.charCodeAt(0)===45?1:0;r<e.value.length;r++)if(!Xw(e.value.charCodeAt(r)))return 0;return ju(n,e.value,r)?0:1}i0.exports={"ident-token":me(R.Ident),"function-token":me(R.Function),"at-keyword-token":me(R.AtKeyword),"hash-token":me(R.Hash),"string-token":me(R.String),"bad-string-token":me(R.BadString),"url-token":me(R.Url),"bad-url-token":me(R.BadUrl),"delim-token":me(R.Delim),"number-token":me(R.Number),"percentage-token":me(R.Percentage),"dimension-token":me(R.Dimension),"whitespace-token":me(R.WhiteSpace),"CDO-token":me(R.CDO),"CDC-token":me(R.CDC),"colon-token":me(R.Colon),"semicolon-token":me(R.Semicolon),"comma-token":me(R.Comma),"[-token":me(R.LeftSquareBracket),"]-token":me(R.RightSquareBracket),"(-token":me(R.LeftParenthesis),")-token":me(R.RightParenthesis),"{-token":me(R.LeftCurlyBracket),"}-token":me(R.RightCurlyBracket),string:me(R.String),ident:me(R.Ident),"custom-ident":Mz,"custom-property-name":Oz,"hex-color":Nz,"id-selector":Rz,"an-plus-b":vz,urange:bz,"declaration-value":Pz,"any-value":Lz,dimension:Mt(Dn(null)),angle:Mt(Dn(wz)),decibel:Mt(Dn(Tz)),frequency:Mt(Dn(Dz)),flex:Mt(Dn(Iz)),length:Mt(Jw(Dn(xz))),resolution:Mt(Dn(_z)),semitones:Mt(Dn(kz)),time:Mt(Dn(Ez)),percentage:Mt(Fz),zero:Jw(),number:Mt(jz),integer:Mt(Bz),"-ms-legacy-expression":Az("expression")}});var om=b((sZ,s0)=>{"use strict";var zz=Eu();s0.exports=function(t,n,r){var i=zz("SyntaxError",t);return i.input=n,i.offset=r,i.rawMessage=t,i.message=i.rawMessage+`
10
10
  `+i.input+`
11
- --`+new Array((i.offset||i.input.length)+1).join("-")+"^",i}});var u0=b((aK,l0)=>{"use strict";var zV=om(),WV=9,qV=10,UV=12,HV=13,GV=32,a0=function(e){this.str=e,this.pos=0};a0.prototype={charCodeAt:function(e){return e<this.str.length?this.str.charCodeAt(e):0},charCode:function(){return this.charCodeAt(this.pos)},nextCharCode:function(){return this.charCodeAt(this.pos+1)},nextNonWsCode:function(e){return this.charCodeAt(this.findWsEnd(e))},findWsEnd:function(e){for(;e<this.str.length;e++){var t=this.str.charCodeAt(e);if(t!==HV&&t!==qV&&t!==UV&&t!==GV&&t!==WV)break}return e},substringToPos:function(e){return this.str.substring(this.pos,this.pos=e)},eat:function(e){this.charCode()!==e&&this.error("Expect `"+String.fromCharCode(e)+"`"),this.pos++},peek:function(){return this.pos<this.str.length?this.str.charAt(this.pos++):""},error:function(e){throw new zV(e,this.str,this.pos)}};l0.exports=a0});var Hu=b((lK,T0)=>{"use strict";var YV=u0(),$V=9,KV=10,ZV=12,QV=13,XV=32,y0=33,v0=35,c0=38,Bu=39,b0=40,JV=41,S0=42,C0=43,lm=44,d0=45,um=60,x0=62,w0=63,ez=64,qu=91,cm=93,Vu=123,p0=124,f0=125,h0=8734,am=tz(function(e){return/[a-zA-Z0-9\-]/.test(e)}),m0={" ":1,"&&":2,"||":3,"|":4};function tz(e){for(var t=typeof Uint32Array=="function"?new Uint32Array(128):new Array(128),n=0;n<128;n++)t[n]=e(String.fromCharCode(n))?1:0;return t}function zu(e){return e.substringToPos(e.findWsEnd(e.pos))}function Uu(e){for(var t=e.pos;t<e.str.length;t++){var n=e.str.charCodeAt(t);if(n>=128||am[n]===0)break}return e.pos===t&&e.error("Expect a keyword"),e.substringToPos(t)}function Wu(e){for(var t=e.pos;t<e.str.length;t++){var n=e.str.charCodeAt(t);if(n<48||n>57)break}return e.pos===t&&e.error("Expect a number"),e.substringToPos(t)}function nz(e){var t=e.str.indexOf("'",e.pos+1);return t===-1&&(e.pos=e.str.length,e.error("Expect an apostrophe")),e.substringToPos(t+1)}function g0(e){var t=null,n=null;return e.eat(Vu),t=Wu(e),e.charCode()===lm?(e.pos++,e.charCode()!==f0&&(n=Wu(e))):n=t,e.eat(f0),{min:Number(t),max:n?Number(n):0}}function rz(e){var t=null,n=!1;switch(e.charCode()){case S0:e.pos++,t={min:0,max:0};break;case C0:e.pos++,t={min:1,max:0};break;case w0:e.pos++,t={min:0,max:1};break;case v0:e.pos++,n=!0,e.charCode()===Vu?t=g0(e):t={min:1,max:0};break;case Vu:t=g0(e);break;default:return null}return{type:"Multiplier",comma:n,min:t.min,max:t.max,term:null}}function Ss(e,t){var n=rz(e);return n!==null?(n.term=t,n):t}function sm(e){var t=e.peek();return t===""?null:{type:"Token",value:t}}function iz(e){var t;return e.eat(um),e.eat(Bu),t=Uu(e),e.eat(Bu),e.eat(x0),Ss(e,{type:"Property",name:t})}function oz(e){var t=null,n=null,r=1;return e.eat(qu),e.charCode()===d0&&(e.peek(),r=-1),r==-1&&e.charCode()===h0?e.peek():t=r*Number(Wu(e)),zu(e),e.eat(lm),zu(e),e.charCode()===h0?e.peek():(r=1,e.charCode()===d0&&(e.peek(),r=-1),n=r*Number(Wu(e))),e.eat(cm),t===null&&n===null?null:{type:"Range",min:t,max:n}}function sz(e){var t,n=null;return e.eat(um),t=Uu(e),e.charCode()===b0&&e.nextCharCode()===JV&&(e.pos+=2,t+="()"),e.charCodeAt(e.findWsEnd(e.pos))===qu&&(zu(e),n=oz(e)),e.eat(x0),Ss(e,{type:"Type",name:t,opts:n})}function az(e){var t;return t=Uu(e),e.charCode()===b0?(e.pos++,{type:"Function",name:t}):Ss(e,{type:"Keyword",name:t})}function lz(e,t){function n(a,l){return{type:"Group",terms:a,combinator:l,disallowEmpty:!1,explicit:!1}}for(t=Object.keys(t).sort(function(a,l){return m0[a]-m0[l]});t.length>0;){for(var r=t.shift(),i=0,o=0;i<e.length;i++){var s=e[i];s.type==="Combinator"&&(s.value===r?(o===-1&&(o=i-1),e.splice(i,1),i--):(o!==-1&&i-o>1&&(e.splice(o,i-o,n(e.slice(o,i),r)),i=o+1),o=-1))}o!==-1&&t.length&&e.splice(o,i-o,n(e.slice(o,i),r))}return r}function E0(e){for(var t=[],n={},r,i=null,o=e.pos;r=cz(e);)r.type!=="Spaces"&&(r.type==="Combinator"?((i===null||i.type==="Combinator")&&(e.pos=o,e.error("Unexpected combinator")),n[r.value]=!0):i!==null&&i.type!=="Combinator"&&(n[" "]=!0,t.push({type:"Combinator",value:" "})),t.push(r),i=r,o=e.pos);return i!==null&&i.type==="Combinator"&&(e.pos-=o,e.error("Unexpected combinator")),{type:"Group",terms:t,combinator:lz(t,n)||" ",disallowEmpty:!1,explicit:!1}}function uz(e){var t;return e.eat(qu),t=E0(e),e.eat(cm),t.explicit=!0,e.charCode()===y0&&(e.pos++,t.disallowEmpty=!0),t}function cz(e){var t=e.charCode();if(t<128&&am[t]===1)return az(e);switch(t){case cm:break;case qu:return Ss(e,uz(e));case um:return e.nextCharCode()===Bu?iz(e):sz(e);case p0:return{type:"Combinator",value:e.substringToPos(e.nextCharCode()===p0?e.pos+2:e.pos+1)};case c0:return e.pos++,e.eat(c0),{type:"Combinator",value:"&&"};case lm:return e.pos++,{type:"Comma"};case Bu:return Ss(e,{type:"String",value:nz(e)});case XV:case $V:case KV:case QV:case ZV:return{type:"Spaces",value:zu(e)};case ez:return t=e.nextCharCode(),t<128&&am[t]===1?(e.pos++,{type:"AtKeyword",name:Uu(e)}):sm(e);case S0:case C0:case w0:case v0:case y0:break;case Vu:if(t=e.nextCharCode(),t<48||t>57)return sm(e);break;default:return sm(e)}}function D0(e){var t=new YV(e),n=E0(t);return t.pos!==e.length&&t.error("Unexpected input"),n.terms.length===1&&n.terms[0].type==="Group"&&(n=n.terms[0]),n}D0("[a&&<b>#|<'c'>*||e() f{2} /,(% g#{1,2} h{2,})]!");T0.exports=D0});var dm=b((uK,I0)=>{"use strict";var Cs=function(){};function A0(e){return typeof e=="function"?e:Cs}I0.exports=function(e,t,n){function r(s){switch(i.call(n,s),s.type){case"Group":s.terms.forEach(r);break;case"Multiplier":r(s.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+s.type)}o.call(n,s)}var i=Cs,o=Cs;if(typeof t=="function"?i=t:t&&(i=A0(t.enter),o=A0(t.leave)),i===Cs&&o===Cs)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");r(e,n)}});var M0=b((cK,k0)=>{"use strict";var dz=_(),pz=hs(),Tn=new pz,fz={decorator:function(e){var t=null,n={len:0,node:null},r=[n],i="";return{children:e.children,node:function(o){var s=t;t=o,e.node.call(this,o),t=s},chunk:function(o){i+=o,n.node!==t?r.push({len:o.length,node:t}):n.len+=o.length},result:function(){return _0(i,r)}}}};function _0(e,t){var n=[],r=0,i=0,o=t?t[i].node:null;for(dz(e,Tn);!Tn.eof;){if(t)for(;i<t.length&&r+t[i].len<=Tn.tokenStart;)r+=t[i++].len,o=t[i].node;n.push({type:Tn.tokenType,value:Tn.getTokenValue(),index:Tn.tokenIndex,balance:Tn.balance[Tn.tokenIndex],node:o}),Tn.next()}return n}k0.exports=function(e,t){return typeof e=="string"?_0(e,null):t.generate(e,fz)}});var mm=b((dK,R0)=>{"use strict";var hz=Hu(),Ae={type:"Match"},nt={type:"Mismatch"},fm={type:"DisallowEmpty"},mz=40,gz=41;function Ke(e,t,n){return t===Ae&&n===nt||e===Ae&&t===Ae&&n===Ae?e:(e.type==="If"&&e.else===nt&&t===Ae&&(t=e.then,e=e.match),{type:"If",match:e,then:t,else:n})}function N0(e){return e.length>2&&e.charCodeAt(e.length-2)===mz&&e.charCodeAt(e.length-1)===gz}function O0(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&N0(e.name)}function pm(e,t,n){switch(e){case" ":for(var l=Ae,r=t.length-1;r>=0;r--){var i=t[r];l=Ke(i,l,nt)}return l;case"|":for(var l=nt,o=null,r=t.length-1;r>=0;r--){var i=t[r];if(O0(i)&&(o===null&&r>0&&O0(t[r-1])&&(o=Object.create(null),l=Ke({type:"Enum",map:o},Ae,l)),o!==null)){var s=(N0(i.name)?i.name.slice(0,-1):i.name).toLowerCase();if(!(s in o)){o[s]=i;continue}}o=null,l=Ke(i,Ae,l)}return l;case"&&":if(t.length>5)return{type:"MatchOnce",terms:t,all:!0};for(var l=nt,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=pm(e,t.filter(function(p){return p!==i}),!1):a=Ae,l=Ke(i,a,l)}return l;case"||":if(t.length>5)return{type:"MatchOnce",terms:t,all:!1};for(var l=n?Ae:nt,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=pm(e,t.filter(function(d){return d!==i}),!0):a=Ae,l=Ke(i,a,l)}return l}}function yz(e){var t=Ae,n=hm(e.term);if(e.max===0)n=Ke(n,fm,nt),t=Ke(n,null,nt),t.then=Ke(Ae,Ae,t),e.comma&&(t.then.else=Ke({type:"Comma",syntax:e},t,nt));else for(var r=e.min||1;r<=e.max;r++)e.comma&&t!==Ae&&(t=Ke({type:"Comma",syntax:e},t,nt)),t=Ke(n,Ke(Ae,Ae,t),nt);if(e.min===0)t=Ke(Ae,Ae,t);else for(var r=0;r<e.min-1;r++)e.comma&&t!==Ae&&(t=Ke({type:"Comma",syntax:e},t,nt)),t=Ke(n,t,nt);return t}function hm(e){if(typeof e=="function")return{type:"Generic",fn:e};switch(e.type){case"Group":var t=pm(e.combinator,e.terms.map(hm),!1);return e.disallowEmpty&&(t=Ke(t,fm,nt)),t;case"Multiplier":return yz(e);case"Type":case"Property":return{type:e.type,name:e.name,syntax:e};case"Keyword":return{type:e.type,name:e.name.toLowerCase(),syntax:e};case"AtKeyword":return{type:e.type,name:"@"+e.name.toLowerCase(),syntax:e};case"Function":return{type:e.type,name:e.name.toLowerCase()+"(",syntax:e};case"String":return e.value.length===3?{type:"Token",value:e.value.charAt(1),syntax:e}:{type:e.type,value:e.value.substr(1,e.value.length-2).replace(/\\'/g,"'"),syntax:e};case"Token":return{type:e.type,value:e.value,syntax:e};case"Comma":return{type:e.type,syntax:e};default:throw new Error("Unknown node type:",e.type)}}R0.exports={MATCH:Ae,MISMATCH:nt,DISALLOW_EMPTY:fm,buildMatchGraph:function(e,t){return typeof e=="string"&&(e=hz(e)),{type:"MatchGraph",match:hm(e),syntax:t||null,source:e}}}});var H0=b((pK,U0)=>{"use strict";var P0=Object.prototype.hasOwnProperty,ym=mm(),Gt=ym.MATCH,ut=ym.MISMATCH,vz=ym.DISALLOW_EMPTY,ct=ds().TYPE,V0=0,bz=1,Gu=2,vm=3,F0="Match",Sz="Mismatch",Cz="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",L0=15e3,z0=0;function W0(e){for(var t=null,n=null,r=e;r!==null;)n=r.prev,r.prev=t,t=r,r=n;return t}function gm(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++){var r=e.charCodeAt(n),i=t.charCodeAt(n);if(r>=65&&r<=90&&(r=r|32),r!==i)return!1}return!0}function xz(e){return e.type!==ct.Delim?!1:e.value!=="?"}function j0(e){return e===null?!0:e.type===ct.Comma||e.type===ct.Function||e.type===ct.LeftParenthesis||e.type===ct.LeftSquareBracket||e.type===ct.LeftCurlyBracket||xz(e)}function B0(e){return e===null?!0:e.type===ct.RightParenthesis||e.type===ct.RightSquareBracket||e.type===ct.RightCurlyBracket||e.type===ct.Delim}function q0(e,t,n){function r(){do v++,m=v<e.length?e[v]:null;while(m!==null&&(m.type===ct.WhiteSpace||m.type===ct.Comment))}function i(re){var ye=v+re;return ye<e.length?e[ye]:null}function o(re,ye){return{nextState:re,matchStack:C,syntaxStack:p,thenStack:d,tokenIndex:v,prev:ye}}function s(re){d={nextState:re,matchStack:C,syntaxStack:p,prev:d}}function a(re){f=o(re,f)}function l(){C={type:bz,syntax:t.syntax,token:m,prev:C},r(),g=null,v>S&&(S=v)}function u(){p={syntax:t.syntax,opts:t.syntax.opts||p!==null&&p.opts||null,prev:p},C={type:Gu,syntax:t.syntax,token:C.token,prev:C}}function c(){C.type===Gu?C=C.prev:C={type:vm,syntax:p.syntax,token:C.token,prev:C},p=p.prev}var p=null,d=null,f=null,g=null,h=0,y=null,m=null,v=-1,S=0,C={type:V0,syntax:null,token:null,prev:null};for(r();y===null&&++h<L0;)switch(t.type){case"Match":if(d===null){if(m!==null&&(v!==e.length-1||m.value!=="\\0"&&m.value!=="\\9")){t=ut;break}y=F0;break}if(t=d.nextState,t===vz)if(d.matchStack===C){t=ut;break}else t=Gt;for(;d.syntaxStack!==p;)c();d=d.prev;break;case"Mismatch":if(g!==null&&g!==!1)(f===null||v>f.tokenIndex)&&(f=g,g=!1);else if(f===null){y=Sz;break}t=f.nextState,d=f.thenStack,p=f.syntaxStack,C=f.matchStack,v=f.tokenIndex,m=v<e.length?e[v]:null,f=f.prev;break;case"MatchGraph":t=t.match;break;case"If":t.else!==ut&&a(t.else),t.then!==Gt&&s(t.then),t=t.match;break;case"MatchOnce":t={type:"MatchOnceBuffer",syntax:t,index:0,mask:0};break;case"MatchOnceBuffer":var w=t.syntax.terms;if(t.index===w.length){if(t.mask===0||t.syntax.all){t=ut;break}t=Gt;break}if(t.mask===(1<<w.length)-1){t=Gt;break}for(;t.index<w.length;t.index++){var x=1<<t.index;if(!(t.mask&x)){a(t),s({type:"AddMatchOnce",syntax:t.syntax,mask:t.mask|x}),t=w[t.index++];break}}break;case"AddMatchOnce":t={type:"MatchOnceBuffer",syntax:t.syntax,index:0,mask:t.mask};break;case"Enum":if(m!==null){var De=m.value.toLowerCase();if(De.indexOf("\\")!==-1&&(De=De.replace(/\\[09].*$/,"")),P0.call(t.map,De)){t=t.map[De];break}}t=ut;break;case"Generic":var q=p!==null?p.opts:null,U=v+Math.floor(t.fn(m,i,q));if(!isNaN(U)&&U>v){for(;v<U;)l();t=Gt}else t=ut;break;case"Type":case"Property":var ae=t.type==="Type"?"types":"properties",Fe=P0.call(n,ae)?n[ae][t.name]:null;if(!Fe||!Fe.match)throw new Error("Bad syntax reference: "+(t.type==="Type"?"<"+t.name+">":"<'"+t.name+"'>"));if(g!==!1&&m!==null&&t.type==="Type"){var Me=t.name==="custom-ident"&&m.type===ct.Ident||t.name==="length"&&m.value==="0";if(Me){g===null&&(g=o(t,f)),t=ut;break}}u(),t=Fe.match;break;case"Keyword":var De=t.name;if(m!==null){var Ue=m.value;if(Ue.indexOf("\\")!==-1&&(Ue=Ue.replace(/\\[09].*$/,"")),gm(Ue,De)){l(),t=Gt;break}}t=ut;break;case"AtKeyword":case"Function":if(m!==null&&gm(m.value,t.name)){l(),t=Gt;break}t=ut;break;case"Token":if(m!==null&&m.value===t.value){l(),t=Gt;break}t=ut;break;case"Comma":m!==null&&m.type===ct.Comma?j0(C.token)?t=ut:(l(),t=B0(m)?ut:Gt):t=j0(C.token)||B0(m)?Gt:ut;break;case"String":for(var Le="",U=v;U<e.length&&Le.length<t.value.length;U++)Le+=e[U].value;if(gm(Le,t.value)){for(;v<U;)l();t=Gt}else t=ut;break;default:throw new Error("Unknown node type: "+t.type)}switch(z0+=h,y){case null:console.warn("[csstree-match] BREAK after "+L0+" iterations"),y=Cz,C=null;break;case F0:for(;p!==null;)c();break;default:C=null}return{tokens:e,reason:y,iterations:h,match:C,longestMatch:S}}function wz(e,t,n){var r=q0(e,t,n||{});if(r.match!==null){var i=W0(r.match).prev;for(r.match=[];i!==null;){switch(i.type){case V0:break;case Gu:case vm:r.match.push({type:i.type,syntax:i.syntax});break;default:r.match.push({token:i.token.value,node:i.token.node});break}i=i.prev}}return r}function Ez(e,t,n){var r=q0(e,t,n||{});if(r.match===null)return r;var i=r.match,o=r.match={syntax:t.syntax||null,match:[]},s=[o];for(i=W0(i).prev;i!==null;){switch(i.type){case Gu:o.match.push(o={syntax:i.syntax,match:[]}),s.push(o);break;case vm:s.pop(),o=s[s.length-1];break;default:o.match.push({syntax:i.syntax||null,token:i.token.value,node:i.token.node})}i=i.prev}return r}U0.exports={matchAsList:wz,matchAsTree:Ez,getTotalIterationCount:function(){return z0}}});var $0=b((fK,Y0)=>{"use strict";function G0(e){function t(i){return i===null?!1:i.type==="Type"||i.type==="Property"||i.type==="Keyword"}function n(i){if(Array.isArray(i.match)){for(var o=0;o<i.match.length;o++)if(n(i.match[o]))return t(i.syntax)&&r.unshift(i.syntax),!0}else if(i.node===e)return r=t(i.syntax)?[i.syntax]:[],!0;return!1}var r=null;return this.matched!==null&&n(this.matched),r}function bm(e,t,n){var r=G0.call(e,t);return r===null?!1:r.some(n)}function Dz(e,t){return bm(this,e,function(n){return n.type==="Type"&&n.name===t})}function Tz(e,t){return bm(this,e,function(n){return n.type==="Property"&&n.name===t})}function Az(e){return bm(this,e,function(t){return t.type==="Keyword"})}Y0.exports={getTrace:G0,isType:Dz,isProperty:Tz,isKeyword:Az}});var X0=b((hK,Q0)=>{"use strict";var Iz=Ar();function K0(e){return"node"in e?e.node:K0(e.match[0])}function Z0(e){return"node"in e?e.node:Z0(e.match[e.match.length-1])}function _z(e,t,n,r,i){function o(a){if(a.syntax!==null&&a.syntax.type===r&&a.syntax.name===i){var l=K0(a),u=Z0(a);e.syntax.walk(t,function(c,p,d){if(c===l){var f=new Iz;do{if(f.appendData(p.data),p.data===u)break;p=p.next}while(p!==null);s.push({parent:d,nodes:f})}})}Array.isArray(a.match)&&a.match.forEach(o)}var s=[];return n.matched!==null&&o(n.matched),s}Q0.exports={matchFragments:_z}});var tE=b((mK,eE)=>{"use strict";var kz=Ar(),xs=Object.prototype.hasOwnProperty;function Sm(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function J0(e){return!!e&&Sm(e.offset)&&Sm(e.line)&&Sm(e.column)}function Mz(e,t){return function(r,i){if(!r||r.constructor!==Object)return i(r,"Type of node should be an Object");for(var o in r){var s=!0;if(xs.call(r,o)!==!1){if(o==="type")r.type!==e&&i(r,"Wrong node type `"+r.type+"`, expected `"+e+"`");else if(o==="loc"){if(r.loc===null)continue;if(r.loc&&r.loc.constructor===Object)if(typeof r.loc.source!="string")o+=".source";else if(!J0(r.loc.start))o+=".start";else if(!J0(r.loc.end))o+=".end";else continue;s=!1}else if(t.hasOwnProperty(o))for(var a=0,s=!1;!s&&a<t[o].length;a++){var l=t[o][a];switch(l){case String:s=typeof r[o]=="string";break;case Boolean:s=typeof r[o]=="boolean";break;case null:s=r[o]===null;break;default:typeof l=="string"?s=r[o]&&r[o].type===l:Array.isArray(l)&&(s=r[o]instanceof kz)}}else i(r,"Unknown field `"+o+"` for "+e+" node type");s||i(r,"Bad value for `"+e+"."+o+"`")}}for(var o in t)xs.call(t,o)&&xs.call(r,o)===!1&&i(r,"Field `"+e+"."+o+"` is missed")}}function Oz(e,t){var n=t.structure,r={type:String,loc:!0},i={type:'"'+e+'"'};for(var o in n)if(xs.call(n,o)!==!1){for(var s=[],a=r[o]=Array.isArray(n[o])?n[o].slice():[n[o]],l=0;l<a.length;l++){var u=a[l];if(u===String||u===Boolean)s.push(u.name);else if(u===null)s.push("null");else if(typeof u=="string")s.push("<"+u+">");else if(Array.isArray(u))s.push("List");else throw new Error("Wrong value `"+u+"` in `"+e+"."+o+"` structure definition")}i[o]=s.join(" | ")}return{docs:i,check:Mz(e,r)}}eE.exports={getStructureFromConfig:function(e){var t={};if(e.node){for(var n in e.node)if(xs.call(e.node,n)){var r=e.node[n];if(r.structure)t[n]=Oz(n,r);else throw new Error("Missed `structure` field in `"+n+"` node type definition")}}return t}}});var aE=b((gK,sE)=>{"use strict";var ws=Wh().SyntaxReferenceError,Nz=Wh().SyntaxMatchError,Es=ku(),Cm=o0(),Rz=Hu(),iE=Tu(),Pz=dm(),Fz=M0(),$u=mm().buildMatchGraph,nE=H0().matchAsTree,Yu=$0(),rE=X0(),Lz=tE().getStructureFromConfig,jz=$u("inherit | initial | unset"),Bz=$u("inherit | initial | unset | <-ms-legacy-expression>");function xm(e,t,n){var r={};for(var i in e)e[i].syntax&&(r[i]=n?e[i].syntax:iE(e[i].syntax,{compact:t}));return r}function Vz(e,t,n){let r={};for(let[i,o]of Object.entries(e))r[i]={prelude:o.prelude&&(n?o.prelude.syntax:iE(o.prelude.syntax,{compact:t})),descriptors:o.descriptors&&xm(o.descriptors,t,n)};return r}function zz(e){for(var t=0;t<e.length;t++)if(e[t].value.toLowerCase()==="var(")return!0;return!1}function on(e,t,n){return{matched:e,iterations:n,error:t,getTrace:Yu.getTrace,isType:Yu.isType,isProperty:Yu.isProperty,isKeyword:Yu.isKeyword}}function Ds(e,t,n,r){var i=Fz(n,e.syntax),o;return zz(i)?on(null,new Error("Matching for a tree with var() is not supported")):(r&&(o=nE(i,e.valueCommonSyntax,e)),(!r||!o.match)&&(o=nE(i,t.match,e),!o.match)?on(null,new Nz(o.reason,t.syntax,n,o),o.iterations):on(o.match,null,o.iterations))}var oE=function(e,t,n){if(this.valueCommonSyntax=jz,this.syntax=t,this.generic=!1,this.atrules={},this.properties={},this.types={},this.structure=n||Lz(e),e){if(e.types)for(var r in e.types)this.addType_(r,e.types[r]);if(e.generic){this.generic=!0;for(var r in Cm)this.addType_(r,Cm[r])}if(e.atrules)for(var r in e.atrules)this.addAtrule_(r,e.atrules[r]);if(e.properties)for(var r in e.properties)this.addProperty_(r,e.properties[r])}};oE.prototype={structure:{},checkStructure:function(e){function t(i,o){r.push({node:i,message:o})}var n=this.structure,r=[];return this.syntax.walk(e,function(i){n.hasOwnProperty(i.type)?n[i.type].check(i,t):t(i,"Unknown node type `"+i.type+"`")}),r.length?r:!1},createDescriptor:function(e,t,n,r=null){var i={type:t,name:n},o={type:t,name:n,parent:r,syntax:null,match:null};return typeof e=="function"?o.match=$u(e,i):(typeof e=="string"?Object.defineProperty(o,"syntax",{get:function(){return Object.defineProperty(o,"syntax",{value:Rz(e)}),o.syntax}}):o.syntax=e,Object.defineProperty(o,"match",{get:function(){return Object.defineProperty(o,"match",{value:$u(o.syntax,i)}),o.match}})),o},addAtrule_:function(e,t){t&&(this.atrules[e]={type:"Atrule",name:e,prelude:t.prelude?this.createDescriptor(t.prelude,"AtrulePrelude",e):null,descriptors:t.descriptors?Object.keys(t.descriptors).reduce((n,r)=>(n[r]=this.createDescriptor(t.descriptors[r],"AtruleDescriptor",r,e),n),{}):null})},addProperty_:function(e,t){t&&(this.properties[e]=this.createDescriptor(t,"Property",e))},addType_:function(e,t){t&&(this.types[e]=this.createDescriptor(t,"Type",e),t===Cm["-ms-legacy-expression"]&&(this.valueCommonSyntax=Bz))},checkAtruleName:function(e){if(!this.getAtrule(e))return new ws("Unknown at-rule","@"+e)},checkAtrulePrelude:function(e,t){let n=this.checkAtruleName(e);if(n)return n;var r=this.getAtrule(e);if(!r.prelude&&t)return new SyntaxError("At-rule `@"+e+"` should not contain a prelude");if(r.prelude&&!t)return new SyntaxError("At-rule `@"+e+"` should contain a prelude")},checkAtruleDescriptorName:function(e,t){let n=this.checkAtruleName(e);if(n)return n;var r=this.getAtrule(e),i=Es.keyword(t);if(!r.descriptors)return new SyntaxError("At-rule `@"+e+"` has no known descriptors");if(!r.descriptors[i.name]&&!r.descriptors[i.basename])return new ws("Unknown at-rule descriptor",t)},checkPropertyName:function(e){var t=Es.property(e);if(t.custom)return new Error("Lexer matching doesn't applicable for custom properties");if(!this.getProperty(e))return new ws("Unknown property",e)},matchAtrulePrelude:function(e,t){var n=this.checkAtrulePrelude(e,t);return n?on(null,n):t?Ds(this,this.getAtrule(e).prelude,t,!1):on(null,null)},matchAtruleDescriptor:function(e,t,n){var r=this.checkAtruleDescriptorName(e,t);if(r)return on(null,r);var i=this.getAtrule(e),o=Es.keyword(t);return Ds(this,i.descriptors[o.name]||i.descriptors[o.basename],n,!1)},matchDeclaration:function(e){return e.type!=="Declaration"?on(null,new Error("Not a Declaration node")):this.matchProperty(e.property,e.value)},matchProperty:function(e,t){var n=this.checkPropertyName(e);return n?on(null,n):Ds(this,this.getProperty(e),t,!0)},matchType:function(e,t){var n=this.getType(e);return n?Ds(this,n,t,!1):on(null,new ws("Unknown type",e))},match:function(e,t){return typeof e!="string"&&(!e||!e.type)?on(null,new ws("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),Ds(this,e,t,!1))},findValueFragments:function(e,t,n,r){return rE.matchFragments(this,t,this.matchProperty(e,t),n,r)},findDeclarationValueFragments:function(e,t,n){return rE.matchFragments(this,e.value,this.matchDeclaration(e),t,n)},findAllFragments:function(e,t,n){var r=[];return this.syntax.walk(e,{visit:"Declaration",enter:function(i){r.push.apply(r,this.findDeclarationValueFragments(i,t,n))}.bind(this)}),r},getAtrule:function(e,t=!0){var n=Es.keyword(e),r=n.vendor&&t?this.atrules[n.name]||this.atrules[n.basename]:this.atrules[n.name];return r||null},getAtrulePrelude:function(e,t=!0){let n=this.getAtrule(e,t);return n&&n.prelude||null},getAtruleDescriptor:function(e,t){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators&&this.atrules[e].declarators[t]||null},getProperty:function(e,t=!0){var n=Es.property(e),r=n.vendor&&t?this.properties[n.name]||this.properties[n.basename]:this.properties[n.name];return r||null},getType:function(e){return this.types.hasOwnProperty(e)?this.types[e]:null},validate:function(){function e(i,o,s,a){if(s.hasOwnProperty(o))return s[o];s[o]=!1,a.syntax!==null&&Pz(a.syntax,function(l){if(!(l.type!=="Type"&&l.type!=="Property")){var u=l.type==="Type"?i.types:i.properties,c=l.type==="Type"?t:n;(!u.hasOwnProperty(l.name)||e(i,l.name,c,u[l.name]))&&(s[o]=!0)}},this)}var t={},n={};for(var r in this.types)e(this,r,t,this.types[r]);for(var r in this.properties)e(this,r,n,this.properties[r]);return t=Object.keys(t).filter(function(i){return t[i]}),n=Object.keys(n).filter(function(i){return n[i]}),t.length||n.length?{types:t,properties:n}:null},dump:function(e,t){return{generic:this.generic,types:xm(this.types,!t,e),properties:xm(this.properties,!t,e),atrules:Vz(this.atrules,!t,e)}},toString:function(){return JSON.stringify(this.dump())}};sE.exports=oE});var uE=b((yK,lE)=>{"use strict";lE.exports={SyntaxError:om(),parse:Hu(),generate:Tu(),walk:dm()}});var mE=b((vK,hE)=>{"use strict";var cE=Hh(),Wz=_().isBOM,dE=10,qz=12,pE=13;function Uz(e,t){for(var n=t.length,r=cE(e.lines,n),i=e.startLine,o=cE(e.columns,n),s=e.startColumn,a=t.length>0?Wz(t.charCodeAt(0)):0,l=a;l<n;l++){var u=t.charCodeAt(l);r[l]=i,o[l]=s++,(u===dE||u===pE||u===qz)&&(u===pE&&l+1<n&&t.charCodeAt(l+1)===dE&&(l++,r[l]=i,o[l]=s),i++,s=1)}r[l]=i,o[l]=s,e.lines=r,e.columns=o}var fE=function(){this.lines=null,this.columns=null,this.linesAndColumnsComputed=!1};fE.prototype={setSource:function(e,t,n,r){this.source=e,this.startOffset=typeof t>"u"?0:t,this.startLine=typeof n>"u"?1:n,this.startColumn=typeof r>"u"?1:r,this.linesAndColumnsComputed=!1},ensureLinesAndColumnsComputed:function(){this.linesAndColumnsComputed||(Uz(this,this.source),this.linesAndColumnsComputed=!0)},getLocation:function(e,t){return this.ensureLinesAndColumnsComputed(),{source:t,offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]}},getLocationRange:function(e,t,n){return this.ensureLinesAndColumnsComputed(),{source:n,start:{offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]},end:{offset:this.startOffset+t,line:this.lines[t],column:this.columns[t]}}}};hE.exports=fE});var vE=b((bK,yE)=>{"use strict";var gE=_().TYPE,Hz=gE.WhiteSpace,Gz=gE.Comment;yE.exports=function(t){var n=this.createList(),r=null,i={recognizer:t,space:null,ignoreWS:!1,ignoreWSAfter:!1};for(this.scanner.skipSC();!this.scanner.eof;){switch(this.scanner.tokenType){case Gz:this.scanner.next();continue;case Hz:i.ignoreWS?this.scanner.next():i.space=this.WhiteSpace();continue}if(r=t.getNode.call(this,i),r===void 0)break;i.space!==null&&(n.push(i.space),i.space=null),n.push(r),i.ignoreWSAfter?(i.ignoreWSAfter=!1,i.ignoreWS=!0):i.ignoreWS=!1}return n}});var DE=b((SK,EE)=>{"use strict";var Yz=mE(),$z=Nh(),Kz=hs(),bE=Ar(),Zz=_(),wE=ds(),{findWhiteSpaceStart:Qz,cmpStr:Xz}=Vi(),Jz=vE(),SE=function(){},Zn=wE.TYPE,eW=wE.NAME,tW=Zn.WhiteSpace,nW=Zn.Comment,rW=Zn.Ident,CE=Zn.Function,iW=Zn.Url,oW=Zn.Hash,sW=Zn.Percentage,aW=Zn.Number,lW=35,xE=0;function uW(e){return function(){return this[e]()}}function cW(e){var t={context:{},scope:{},atrule:{},pseudo:{}};if(e.parseContext)for(var n in e.parseContext)switch(typeof e.parseContext[n]){case"function":t.context[n]=e.parseContext[n];break;case"string":t.context[n]=uW(e.parseContext[n]);break}if(e.scope)for(var n in e.scope)t.scope[n]=e.scope[n];if(e.atrule)for(var n in e.atrule){var r=e.atrule[n];r.parse&&(t.atrule[n]=r.parse)}if(e.pseudo)for(var n in e.pseudo){var i=e.pseudo[n];i.parse&&(t.pseudo[n]=i.parse)}if(e.node)for(var n in e.node)t[n]=e.node[n].parse;return t}EE.exports=function(t){var n={scanner:new Kz,locationMap:new Yz,filename:"<unknown>",needPositions:!1,onParseError:SE,onParseErrorThrow:!1,parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:Jz,createList:function(){return new bE},createSingleNodeList:function(i){return new bE().appendData(i)},getFirstListNode:function(i){return i&&i.first()},getLastListNode:function(i){return i.last()},parseWithFallback:function(i,o){var s=this.scanner.tokenIndex;try{return i.call(this)}catch(l){if(this.onParseErrorThrow)throw l;var a=o.call(this,s);return this.onParseErrorThrow=!0,this.onParseError(l,a),this.onParseErrorThrow=!1,a}},lookupNonWSType:function(i){do{var o=this.scanner.lookupType(i++);if(o!==tW)return o}while(o!==xE);return xE},eat:function(i){if(this.scanner.tokenType!==i){var o=this.scanner.tokenStart,s=eW[i]+" is expected";switch(i){case rW:this.scanner.tokenType===CE||this.scanner.tokenType===iW?(o=this.scanner.tokenEnd-1,s="Identifier is expected but function found"):s="Identifier is expected";break;case oW:this.scanner.isDelim(lW)&&(this.scanner.next(),o++,s="Name is expected");break;case sW:this.scanner.tokenType===aW&&(o=this.scanner.tokenEnd,s="Percent sign is expected");break;default:this.scanner.source.charCodeAt(this.scanner.tokenStart)===i&&(o=o+1)}this.error(s,o)}this.scanner.next()},consume:function(i){var o=this.scanner.getTokenValue();return this.eat(i),o},consumeFunctionName:function(){var i=this.scanner.source.substring(this.scanner.tokenStart,this.scanner.tokenEnd-1);return this.eat(CE),i},getLocation:function(i,o){return this.needPositions?this.locationMap.getLocationRange(i,o,this.filename):null},getLocationFromList:function(i){if(this.needPositions){var o=this.getFirstListNode(i),s=this.getLastListNode(i);return this.locationMap.getLocationRange(o!==null?o.loc.start.offset-this.locationMap.startOffset:this.scanner.tokenStart,s!==null?s.loc.end.offset-this.locationMap.startOffset:this.scanner.tokenStart,this.filename)}return null},error:function(i,o){var s=typeof o<"u"&&o<this.scanner.source.length?this.locationMap.getLocation(o):this.scanner.eof?this.locationMap.getLocation(Qz(this.scanner.source,this.scanner.source.length-1)):this.locationMap.getLocation(this.scanner.tokenStart);throw new $z(i||"Unexpected input",this.scanner.source,s.offset,s.line,s.column)}};t=cW(t||{});for(var r in t)n[r]=t[r];return function(i,o){o=o||{};var s=o.context||"default",a=o.onComment,l;if(Zz(i,n.scanner),n.locationMap.setSource(i,o.offset,o.line,o.column),n.filename=o.filename||"<unknown>",n.needPositions=!!o.positions,n.onParseError=typeof o.onParseError=="function"?o.onParseError:SE,n.onParseErrorThrow=!1,n.parseAtrulePrelude="parseAtrulePrelude"in o?!!o.parseAtrulePrelude:!0,n.parseRulePrelude="parseRulePrelude"in o?!!o.parseRulePrelude:!0,n.parseValue="parseValue"in o?!!o.parseValue:!0,n.parseCustomProperty="parseCustomProperty"in o?!!o.parseCustomProperty:!1,!n.context.hasOwnProperty(s))throw new Error("Unknown context `"+s+"`");return typeof a=="function"&&n.scanner.forEachToken((u,c,p)=>{if(u===nW){let d=n.getLocation(c,p),f=Xz(i,p-2,p,"*/")?i.slice(c+2,p-2):i.slice(c+2,p);a(f,d)}}),l=n.context[s].call(n,o),n.scanner.eof||n.error(),l}}});var AE=b(wm=>{"use strict";var TE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");wm.encode=function(e){if(0<=e&&e<TE.length)return TE[e];throw new TypeError("Must be between 0 and 63: "+e)};wm.decode=function(e){var t=65,n=90,r=97,i=122,o=48,s=57,a=43,l=47,u=26,c=52;return t<=e&&e<=n?e-t:r<=e&&e<=i?e-r+u:o<=e&&e<=s?e-o+c:e==a?62:e==l?63:-1}});var OE=b(Dm=>{"use strict";var IE=AE(),Em=5,_E=1<<Em,kE=_E-1,ME=_E;function dW(e){return e<0?(-e<<1)+1:(e<<1)+0}function pW(e){var t=(e&1)===1,n=e>>1;return t?-n:n}Dm.encode=function(t){var n="",r,i=dW(t);do r=i&kE,i>>>=Em,i>0&&(r|=ME),n+=IE.encode(r);while(i>0);return n};Dm.decode=function(t,n,r){var i=t.length,o=0,s=0,a,l;do{if(n>=i)throw new Error("Expected more digits in base 64 VLQ value.");if(l=IE.decode(t.charCodeAt(n++)),l===-1)throw new Error("Invalid base64 digit: "+t.charAt(n-1));a=!!(l&ME),l&=kE,o=o+(l<<s),s+=Em}while(a);r.value=pW(o),r.rest=n}});var Ku=b(Ze=>{"use strict";function fW(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw new Error('"'+t+'" is a required argument.')}Ze.getArg=fW;var NE=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,hW=/^data:.+\,.+$/;function Ts(e){var t=e.match(NE);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}Ze.urlParse=Ts;function $i(e){var t="";return e.scheme&&(t+=e.scheme+":"),t+="//",e.auth&&(t+=e.auth+"@"),e.host&&(t+=e.host),e.port&&(t+=":"+e.port),e.path&&(t+=e.path),t}Ze.urlGenerate=$i;function Tm(e){var t=e,n=Ts(e);if(n){if(!n.path)return e;t=n.path}for(var r=Ze.isAbsolute(t),i=t.split(/\/+/),o,s=0,a=i.length-1;a>=0;a--)o=i[a],o==="."?i.splice(a,1):o===".."?s++:s>0&&(o===""?(i.splice(a+1,s),s=0):(i.splice(a,2),s--));return t=i.join("/"),t===""&&(t=r?"/":"."),n?(n.path=t,$i(n)):t}Ze.normalize=Tm;function RE(e,t){e===""&&(e="."),t===""&&(t=".");var n=Ts(t),r=Ts(e);if(r&&(e=r.path||"/"),n&&!n.scheme)return r&&(n.scheme=r.scheme),$i(n);if(n||t.match(hW))return t;if(r&&!r.host&&!r.path)return r.host=t,$i(r);var i=t.charAt(0)==="/"?t:Tm(e.replace(/\/+$/,"")+"/"+t);return r?(r.path=i,$i(r)):i}Ze.join=RE;Ze.isAbsolute=function(e){return e.charAt(0)==="/"||NE.test(e)};function mW(e,t){e===""&&(e="."),e=e.replace(/\/$/,"");for(var n=0;t.indexOf(e+"/")!==0;){var r=e.lastIndexOf("/");if(r<0||(e=e.slice(0,r),e.match(/^([^\/]+:\/)?\/*$/)))return t;++n}return Array(n+1).join("../")+t.substr(e.length+1)}Ze.relative=mW;var PE=function(){var e=Object.create(null);return!("__proto__"in e)}();function FE(e){return e}function gW(e){return LE(e)?"$"+e:e}Ze.toSetString=PE?FE:gW;function yW(e){return LE(e)?e.slice(1):e}Ze.fromSetString=PE?FE:yW;function LE(e){if(!e)return!1;var t=e.length;if(t<9||e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95)return!1;for(var n=t-10;n>=0;n--)if(e.charCodeAt(n)!==36)return!1;return!0}function vW(e,t,n){var r=Ki(e.source,t.source);return r!==0||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:Ki(e.name,t.name)}Ze.compareByOriginalPositions=vW;function bW(e,t,n){var r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0||n)||(r=Ki(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:Ki(e.name,t.name)}Ze.compareByGeneratedPositionsDeflated=bW;function Ki(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function SW(e,t){var n=e.generatedLine-t.generatedLine;return n!==0||(n=e.generatedColumn-t.generatedColumn,n!==0)||(n=Ki(e.source,t.source),n!==0)||(n=e.originalLine-t.originalLine,n!==0)||(n=e.originalColumn-t.originalColumn,n!==0)?n:Ki(e.name,t.name)}Ze.compareByGeneratedPositionsInflated=SW;function CW(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}Ze.parseSourceMapInput=CW;function xW(e,t,n){if(t=t||"",e&&(e[e.length-1]!=="/"&&t[0]!=="/"&&(e+="/"),t=e+t),n){var r=Ts(n);if(!r)throw new Error("sourceMapURL could not be parsed");if(r.path){var i=r.path.lastIndexOf("/");i>=0&&(r.path=r.path.substring(0,i+1))}t=RE($i(r),t)}return Tm(t)}Ze.computeSourceURL=xW});var BE=b(jE=>{"use strict";var Am=Ku(),Im=Object.prototype.hasOwnProperty,_r=typeof Map<"u";function An(){this._array=[],this._set=_r?new Map:Object.create(null)}An.fromArray=function(t,n){for(var r=new An,i=0,o=t.length;i<o;i++)r.add(t[i],n);return r};An.prototype.size=function(){return _r?this._set.size:Object.getOwnPropertyNames(this._set).length};An.prototype.add=function(t,n){var r=_r?t:Am.toSetString(t),i=_r?this.has(t):Im.call(this._set,r),o=this._array.length;(!i||n)&&this._array.push(t),i||(_r?this._set.set(t,o):this._set[r]=o)};An.prototype.has=function(t){if(_r)return this._set.has(t);var n=Am.toSetString(t);return Im.call(this._set,n)};An.prototype.indexOf=function(t){if(_r){var n=this._set.get(t);if(n>=0)return n}else{var r=Am.toSetString(t);if(Im.call(this._set,r))return this._set[r]}throw new Error('"'+t+'" is not in the set.')};An.prototype.at=function(t){if(t>=0&&t<this._array.length)return this._array[t];throw new Error("No element indexed by "+t)};An.prototype.toArray=function(){return this._array.slice()};jE.ArraySet=An});var WE=b(zE=>{"use strict";var VE=Ku();function wW(e,t){var n=e.generatedLine,r=t.generatedLine,i=e.generatedColumn,o=t.generatedColumn;return r>n||r==n&&o>=i||VE.compareByGeneratedPositionsInflated(e,t)<=0}function Zu(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}Zu.prototype.unsortedForEach=function(t,n){this._array.forEach(t,n)};Zu.prototype.add=function(t){wW(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))};Zu.prototype.toArray=function(){return this._sorted||(this._array.sort(VE.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};zE.MappingList=Zu});var UE=b(qE=>{"use strict";var As=OE(),ke=Ku(),Qu=BE().ArraySet,EW=WE().MappingList;function Ot(e){e||(e={}),this._file=ke.getArg(e,"file",null),this._sourceRoot=ke.getArg(e,"sourceRoot",null),this._skipValidation=ke.getArg(e,"skipValidation",!1),this._sources=new Qu,this._names=new Qu,this._mappings=new EW,this._sourcesContents=null}Ot.prototype._version=3;Ot.fromSourceMap=function(t){var n=t.sourceRoot,r=new Ot({file:t.file,sourceRoot:n});return t.eachMapping(function(i){var o={generated:{line:i.generatedLine,column:i.generatedColumn}};i.source!=null&&(o.source=i.source,n!=null&&(o.source=ke.relative(n,o.source)),o.original={line:i.originalLine,column:i.originalColumn},i.name!=null&&(o.name=i.name)),r.addMapping(o)}),t.sources.forEach(function(i){var o=i;n!==null&&(o=ke.relative(n,i)),r._sources.has(o)||r._sources.add(o);var s=t.sourceContentFor(i);s!=null&&r.setSourceContent(i,s)}),r};Ot.prototype.addMapping=function(t){var n=ke.getArg(t,"generated"),r=ke.getArg(t,"original",null),i=ke.getArg(t,"source",null),o=ke.getArg(t,"name",null);this._skipValidation||this._validateMapping(n,r,i,o),i!=null&&(i=String(i),this._sources.has(i)||this._sources.add(i)),o!=null&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:i,name:o})};Ot.prototype.setSourceContent=function(t,n){var r=t;this._sourceRoot!=null&&(r=ke.relative(this._sourceRoot,r)),n!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[ke.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[ke.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};Ot.prototype.applySourceMap=function(t,n,r){var i=n;if(n==null){if(t.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);i=t.file}var o=this._sourceRoot;o!=null&&(i=ke.relative(o,i));var s=new Qu,a=new Qu;this._mappings.unsortedForEach(function(l){if(l.source===i&&l.originalLine!=null){var u=t.originalPositionFor({line:l.originalLine,column:l.originalColumn});u.source!=null&&(l.source=u.source,r!=null&&(l.source=ke.join(r,l.source)),o!=null&&(l.source=ke.relative(o,l.source)),l.originalLine=u.line,l.originalColumn=u.column,u.name!=null&&(l.name=u.name))}var c=l.source;c!=null&&!s.has(c)&&s.add(c);var p=l.name;p!=null&&!a.has(p)&&a.add(p)},this),this._sources=s,this._names=a,t.sources.forEach(function(l){var u=t.sourceContentFor(l);u!=null&&(r!=null&&(l=ke.join(r,l)),o!=null&&(l=ke.relative(o,l)),this.setSourceContent(l,u))},this)};Ot.prototype._validateMapping=function(t,n,r,i){if(n&&typeof n.line!="number"&&typeof n.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(t&&"line"in t&&"column"in t&&t.line>0&&t.column>=0&&!n&&!r&&!i)){if(t&&"line"in t&&"column"in t&&n&&"line"in n&&"column"in n&&t.line>0&&t.column>=0&&n.line>0&&n.column>=0&&r)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:t,source:r,original:n,name:i}))}};Ot.prototype._serializeMappings=function(){for(var t=0,n=1,r=0,i=0,o=0,s=0,a="",l,u,c,p,d=this._mappings.toArray(),f=0,g=d.length;f<g;f++){if(u=d[f],l="",u.generatedLine!==n)for(t=0;u.generatedLine!==n;)l+=";",n++;else if(f>0){if(!ke.compareByGeneratedPositionsInflated(u,d[f-1]))continue;l+=","}l+=As.encode(u.generatedColumn-t),t=u.generatedColumn,u.source!=null&&(p=this._sources.indexOf(u.source),l+=As.encode(p-s),s=p,l+=As.encode(u.originalLine-1-i),i=u.originalLine-1,l+=As.encode(u.originalColumn-r),r=u.originalColumn,u.name!=null&&(c=this._names.indexOf(u.name),l+=As.encode(c-o),o=c)),a+=l}return a};Ot.prototype._generateSourcesContent=function(t,n){return t.map(function(r){if(!this._sourcesContents)return null;n!=null&&(r=ke.relative(n,r));var i=ke.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,i)?this._sourcesContents[i]:null},this)};Ot.prototype.toJSON=function(){var t={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(t.file=this._file),this._sourceRoot!=null&&(t.sourceRoot=this._sourceRoot),this._sourcesContents&&(t.sourcesContent=this._generateSourcesContent(t.sources,t.sourceRoot)),t};Ot.prototype.toString=function(){return JSON.stringify(this.toJSON())};qE.SourceMapGenerator=Ot});var YE=b((AK,GE)=>{"use strict";var DW=UE().SourceMapGenerator,HE={Atrule:!0,Selector:!0,Declaration:!0};GE.exports=function(t){var n=new DW,r=1,i=0,o={line:1,column:0},s={line:0,column:0},a=!1,l={line:1,column:0},u={generated:l},c=t.node;t.node=function(f){if(f.loc&&f.loc.start&&HE.hasOwnProperty(f.type)){var g=f.loc.start.line,h=f.loc.start.column-1;(s.line!==g||s.column!==h)&&(s.line=g,s.column=h,o.line=r,o.column=i,a&&(a=!1,(o.line!==l.line||o.column!==l.column)&&n.addMapping(u)),a=!0,n.addMapping({source:f.loc.source,original:s,generated:o}))}c.call(this,f),a&&HE.hasOwnProperty(f.type)&&(l.line=r,l.column=i)};var p=t.chunk;t.chunk=function(f){for(var g=0;g<f.length;g++)f.charCodeAt(g)===10?(r++,i=0):i++;p(f)};var d=t.result;return t.result=function(){return a&&n.addMapping(u),{css:d(),map:n}},t}});var KE=b((IK,$E)=>{"use strict";var TW=YE(),AW=Object.prototype.hasOwnProperty;function IW(e,t){var n=e.children,r=null;typeof t!="function"?n.forEach(this.node,this):n.forEach(function(i){r!==null&&t.call(this,r),this.node(i),r=i},this)}$E.exports=function(t){function n(o){if(AW.call(r,o.type))r[o.type].call(this,o);else throw new Error("Unknown node type: "+o.type)}var r={};if(t.node)for(var i in t.node)r[i]=t.node[i].generate;return function(o,s){var a="",l={children:IW,node:n,chunk:function(u){a+=u},result:function(){return a}};return s&&(typeof s.decorator=="function"&&(l=s.decorator(l)),s.sourceMap&&(l=TW(l))),l.node(o),l.result()}}});var QE=b((_K,ZE)=>{"use strict";var _m=Ar();ZE.exports=function(t){return{fromPlainObject:function(n){return t(n,{enter:function(r){r.children&&!(r.children instanceof _m)&&(r.children=new _m().fromArray(r.children))}}),n},toPlainObject:function(n){return t(n,{leave:function(r){r.children&&r.children instanceof _m&&(r.children=r.children.toArray())}}),n}}}});var rD=b((kK,nD)=>{"use strict";var km=Object.prototype.hasOwnProperty,Is=function(){};function XE(e){return typeof e=="function"?e:Is}function JE(e,t){return function(n,r,i){n.type===t&&e.call(this,n,r,i)}}function _W(e,t){var n=t.structure,r=[];for(var i in n)if(km.call(n,i)!==!1){var o=n[i],s={name:i,type:!1,nullable:!1};Array.isArray(n[i])||(o=[n[i]]);for(var a=0;a<o.length;a++){var l=o[a];l===null?s.nullable=!0:typeof l=="string"?s.type="node":Array.isArray(l)&&(s.type="list")}s.type&&r.push(s)}return r.length?{context:t.walkContext,fields:r}:null}function kW(e){var t={};for(var n in e.node)if(km.call(e.node,n)){var r=e.node[n];if(!r.structure)throw new Error("Missed `structure` field in `"+n+"` node type definition");t[n]=_W(n,r)}return t}function eD(e,t){var n=e.fields.slice(),r=e.context,i=typeof r=="string";return t&&n.reverse(),function(o,s,a,l){var u;i&&(u=s[r],s[r]=o);for(var c=0;c<n.length;c++){var p=n[c],d=o[p.name];if(!p.nullable||d){if(p.type==="list"){var f=t?d.reduceRight(l,!1):d.reduce(l,!1);if(f)return!0}else if(a(d))return!0}}i&&(s[r]=u)}}function tD(e){return{Atrule:{StyleSheet:e.StyleSheet,Atrule:e.Atrule,Rule:e.Rule,Block:e.Block},Rule:{StyleSheet:e.StyleSheet,Atrule:e.Atrule,Rule:e.Rule,Block:e.Block},Declaration:{StyleSheet:e.StyleSheet,Atrule:e.Atrule,Rule:e.Rule,Block:e.Block,DeclarationList:e.DeclarationList}}}nD.exports=function(t){var n=kW(t),r={},i={},o=Symbol("break-walk"),s=Symbol("skip-node");for(var a in n)km.call(n,a)&&n[a]!==null&&(r[a]=eD(n[a],!1),i[a]=eD(n[a],!0));var l=tD(r),u=tD(i),c=function(p,d){function f(S,C,w){var x=h.call(v,S,C,w);if(x===o){debugger;return!0}return x===s?!1:!!(m.hasOwnProperty(S.type)&&m[S.type](S,v,f,g)||y.call(v,S,C,w)===o)}var g=(S,C,w,x)=>S||f(C,w,x),h=Is,y=Is,m=r,v={break:o,skip:s,root:p,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof d=="function")h=d;else if(d&&(h=XE(d.enter),y=XE(d.leave),d.reverse&&(m=i),d.visit)){if(l.hasOwnProperty(d.visit))m=d.reverse?u[d.visit]:l[d.visit];else if(!n.hasOwnProperty(d.visit))throw new Error("Bad value `"+d.visit+"` for `visit` option (should be: "+Object.keys(n).join(", ")+")");h=JE(h,d.visit),y=JE(y,d.visit)}if(h===Is&&y===Is)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");f(p)};return c.break=o,c.skip=s,c.find=function(p,d){var f=null;return c(p,function(g,h,y){if(d.call(this,g,h,y))return f=g,o}),f},c.findLast=function(p,d){var f=null;return c(p,{reverse:!0,enter:function(g,h,y){if(d.call(this,g,h,y))return f=g,o}}),f},c.findAll=function(p,d){var f=[];return c(p,function(g,h,y){d.call(this,g,h,y)&&f.push(g)}),f},c}});var oD=b((MK,iD)=>{"use strict";var MW=Ar();iD.exports=function e(t){var n={};for(var r in t){var i=t[r];i&&(Array.isArray(i)||i instanceof MW?i=i.map(e):i.constructor===Object&&(i=e(i))),n[r]=i}return n}});var cD=b((OK,uD)=>{"use strict";var Zi=Object.prototype.hasOwnProperty,OW={generic:!0,types:Om,atrules:{prelude:aD,descriptors:aD},properties:Om,parseContext:NW,scope:lD,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function Xu(e){return e&&e.constructor===Object}function Mm(e){return Xu(e)?Object.assign({},e):e}function NW(e,t){return Object.assign(e,t)}function lD(e,t){for(let n in t)Zi.call(t,n)&&(Xu(e[n])?lD(e[n],Mm(t[n])):e[n]=Mm(t[n]));return e}function sD(e,t){return typeof t=="string"&&/^\s*\|/.test(t)?typeof e=="string"?e+t:t.replace(/^\s*\|\s*/,""):t||null}function Om(e,t){if(typeof t=="string")return sD(e,t);let n=Object.assign({},e);for(let r in t)Zi.call(t,r)&&(n[r]=sD(Zi.call(e,r)?e[r]:void 0,t[r]));return n}function aD(e,t){let n=Om(e,t);return!Xu(n)||Object.keys(n).length?n:null}function _s(e,t,n){for(let r in n)if(Zi.call(n,r)!==!1){if(n[r]===!0)r in t&&Zi.call(t,r)&&(e[r]=Mm(t[r]));else if(n[r]){if(typeof n[r]=="function"){let i=n[r];e[r]=i({},e[r]),e[r]=i(e[r]||{},t[r])}else if(Xu(n[r])){let i={};for(let o in e[r])i[o]=_s({},e[r][o],n[r]);for(let o in t[r])i[o]=_s(i[o]||{},t[r][o],n[r]);e[r]=i}else if(Array.isArray(n[r])){let i={},o=n[r].reduce(function(s,a){return s[a]=!0,s},{});for(let[s,a]of Object.entries(e[r]||{}))i[s]={},a&&_s(i[s],a,o);for(let s in t[r])Zi.call(t[r],s)&&(i[s]||(i[s]={}),t[r]&&t[r][s]&&_s(i[s],t[r][s],o));e[r]=i}}}return e}uD.exports=(e,t)=>_s(e,t,OW)});var pD=b(dD=>{"use strict";var RW=Ar(),PW=Nh(),FW=hs(),Nm=aE(),LW=uE(),jW=_(),BW=DE(),VW=KE(),zW=QE(),WW=rD(),qW=oD(),Ju=ku(),ec=cD();function Rm(e){var t=BW(e),n=WW(e),r=VW(e),i=zW(n),o={List:RW,SyntaxError:PW,TokenStream:FW,Lexer:Nm,vendorPrefix:Ju.vendorPrefix,keyword:Ju.keyword,property:Ju.property,isCustomProperty:Ju.isCustomProperty,definitionSyntax:LW,lexer:null,createLexer:function(s){return new Nm(s,o,o.lexer.structure)},tokenize:jW,parse:t,walk:n,generate:r,find:n.find,findLast:n.findLast,findAll:n.findAll,clone:qW,fromPlainObject:i.fromPlainObject,toPlainObject:i.toPlainObject,createSyntax:function(s){return Rm(ec({},s))},fork:function(s){var a=ec({},e);return Rm(typeof s=="function"?s(a,Object.assign):ec(a,s))}};return o.lexer=new Nm({generic:!0,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},o),o}dD.create=function(e){return Rm(ec({},e))}});var fD=b((RK,UW)=>{UW.exports={"@charset":{syntax:'@charset "<charset>";',groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{syntax:`@counter-style <counter-style-name> {
11
+ --`+new Array((i.offset||i.input.length)+1).join("-")+"^",i}});var u0=b((aZ,l0)=>{"use strict";var Vz=om(),qz=9,Wz=10,Uz=12,Hz=13,$z=32,a0=function(e){this.str=e,this.pos=0};a0.prototype={charCodeAt:function(e){return e<this.str.length?this.str.charCodeAt(e):0},charCode:function(){return this.charCodeAt(this.pos)},nextCharCode:function(){return this.charCodeAt(this.pos+1)},nextNonWsCode:function(e){return this.charCodeAt(this.findWsEnd(e))},findWsEnd:function(e){for(;e<this.str.length;e++){var t=this.str.charCodeAt(e);if(t!==Hz&&t!==Wz&&t!==Uz&&t!==$z&&t!==qz)break}return e},substringToPos:function(e){return this.str.substring(this.pos,this.pos=e)},eat:function(e){this.charCode()!==e&&this.error("Expect `"+String.fromCharCode(e)+"`"),this.pos++},peek:function(){return this.pos<this.str.length?this.str.charAt(this.pos++):""},error:function(e){throw new Vz(e,this.str,this.pos)}};l0.exports=a0});var Hu=b((lZ,_0)=>{"use strict";var Gz=u0(),Yz=9,Zz=10,Qz=12,Kz=13,Jz=32,y0=33,v0=35,c0=38,Bu=39,b0=40,Xz=41,S0=42,C0=43,lm=44,d0=45,um=60,x0=62,w0=63,eV=64,Wu=91,cm=93,zu=123,p0=124,f0=125,h0=8734,am=tV(function(e){return/[a-zA-Z0-9\-]/.test(e)}),m0={" ":1,"&&":2,"||":3,"|":4};function tV(e){for(var t=typeof Uint32Array=="function"?new Uint32Array(128):new Array(128),n=0;n<128;n++)t[n]=e(String.fromCharCode(n))?1:0;return t}function Vu(e){return e.substringToPos(e.findWsEnd(e.pos))}function Uu(e){for(var t=e.pos;t<e.str.length;t++){var n=e.str.charCodeAt(t);if(n>=128||am[n]===0)break}return e.pos===t&&e.error("Expect a keyword"),e.substringToPos(t)}function qu(e){for(var t=e.pos;t<e.str.length;t++){var n=e.str.charCodeAt(t);if(n<48||n>57)break}return e.pos===t&&e.error("Expect a number"),e.substringToPos(t)}function nV(e){var t=e.str.indexOf("'",e.pos+1);return t===-1&&(e.pos=e.str.length,e.error("Expect an apostrophe")),e.substringToPos(t+1)}function g0(e){var t=null,n=null;return e.eat(zu),t=qu(e),e.charCode()===lm?(e.pos++,e.charCode()!==f0&&(n=qu(e))):n=t,e.eat(f0),{min:Number(t),max:n?Number(n):0}}function rV(e){var t=null,n=!1;switch(e.charCode()){case S0:e.pos++,t={min:0,max:0};break;case C0:e.pos++,t={min:1,max:0};break;case w0:e.pos++,t={min:0,max:1};break;case v0:e.pos++,n=!0,e.charCode()===zu?t=g0(e):t={min:1,max:0};break;case zu:t=g0(e);break;default:return null}return{type:"Multiplier",comma:n,min:t.min,max:t.max,term:null}}function Ss(e,t){var n=rV(e);return n!==null?(n.term=t,n):t}function sm(e){var t=e.peek();return t===""?null:{type:"Token",value:t}}function iV(e){var t;return e.eat(um),e.eat(Bu),t=Uu(e),e.eat(Bu),e.eat(x0),Ss(e,{type:"Property",name:t})}function oV(e){var t=null,n=null,r=1;return e.eat(Wu),e.charCode()===d0&&(e.peek(),r=-1),r==-1&&e.charCode()===h0?e.peek():t=r*Number(qu(e)),Vu(e),e.eat(lm),Vu(e),e.charCode()===h0?e.peek():(r=1,e.charCode()===d0&&(e.peek(),r=-1),n=r*Number(qu(e))),e.eat(cm),t===null&&n===null?null:{type:"Range",min:t,max:n}}function sV(e){var t,n=null;return e.eat(um),t=Uu(e),e.charCode()===b0&&e.nextCharCode()===Xz&&(e.pos+=2,t+="()"),e.charCodeAt(e.findWsEnd(e.pos))===Wu&&(Vu(e),n=oV(e)),e.eat(x0),Ss(e,{type:"Type",name:t,opts:n})}function aV(e){var t;return t=Uu(e),e.charCode()===b0?(e.pos++,{type:"Function",name:t}):Ss(e,{type:"Keyword",name:t})}function lV(e,t){function n(a,l){return{type:"Group",terms:a,combinator:l,disallowEmpty:!1,explicit:!1}}for(t=Object.keys(t).sort(function(a,l){return m0[a]-m0[l]});t.length>0;){for(var r=t.shift(),i=0,o=0;i<e.length;i++){var s=e[i];s.type==="Combinator"&&(s.value===r?(o===-1&&(o=i-1),e.splice(i,1),i--):(o!==-1&&i-o>1&&(e.splice(o,i-o,n(e.slice(o,i),r)),i=o+1),o=-1))}o!==-1&&t.length&&e.splice(o,i-o,n(e.slice(o,i),r))}return r}function E0(e){for(var t=[],n={},r,i=null,o=e.pos;r=cV(e);)r.type!=="Spaces"&&(r.type==="Combinator"?((i===null||i.type==="Combinator")&&(e.pos=o,e.error("Unexpected combinator")),n[r.value]=!0):i!==null&&i.type!=="Combinator"&&(n[" "]=!0,t.push({type:"Combinator",value:" "})),t.push(r),i=r,o=e.pos);return i!==null&&i.type==="Combinator"&&(e.pos-=o,e.error("Unexpected combinator")),{type:"Group",terms:t,combinator:lV(t,n)||" ",disallowEmpty:!1,explicit:!1}}function uV(e){var t;return e.eat(Wu),t=E0(e),e.eat(cm),t.explicit=!0,e.charCode()===y0&&(e.pos++,t.disallowEmpty=!0),t}function cV(e){var t=e.charCode();if(t<128&&am[t]===1)return aV(e);switch(t){case cm:break;case Wu:return Ss(e,uV(e));case um:return e.nextCharCode()===Bu?iV(e):sV(e);case p0:return{type:"Combinator",value:e.substringToPos(e.nextCharCode()===p0?e.pos+2:e.pos+1)};case c0:return e.pos++,e.eat(c0),{type:"Combinator",value:"&&"};case lm:return e.pos++,{type:"Comma"};case Bu:return Ss(e,{type:"String",value:nV(e)});case Jz:case Yz:case Zz:case Kz:case Qz:return{type:"Spaces",value:Vu(e)};case eV:return t=e.nextCharCode(),t<128&&am[t]===1?(e.pos++,{type:"AtKeyword",name:Uu(e)}):sm(e);case S0:case C0:case w0:case v0:case y0:break;case zu:if(t=e.nextCharCode(),t<48||t>57)return sm(e);break;default:return sm(e)}}function D0(e){var t=new Gz(e),n=E0(t);return t.pos!==e.length&&t.error("Unexpected input"),n.terms.length===1&&n.terms[0].type==="Group"&&(n=n.terms[0]),n}D0("[a&&<b>#|<'c'>*||e() f{2} /,(% g#{1,2} h{2,})]!");_0.exports=D0});var dm=b((uZ,T0)=>{"use strict";var Cs=function(){};function I0(e){return typeof e=="function"?e:Cs}T0.exports=function(e,t,n){function r(s){switch(i.call(n,s),s.type){case"Group":s.terms.forEach(r);break;case"Multiplier":r(s.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+s.type)}o.call(n,s)}var i=Cs,o=Cs;if(typeof t=="function"?i=t:t&&(i=I0(t.enter),o=I0(t.leave)),i===Cs&&o===Cs)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");r(e,n)}});var M0=b((cZ,A0)=>{"use strict";var dV=k(),pV=hs(),_n=new pV,fV={decorator:function(e){var t=null,n={len:0,node:null},r=[n],i="";return{children:e.children,node:function(o){var s=t;t=o,e.node.call(this,o),t=s},chunk:function(o){i+=o,n.node!==t?r.push({len:o.length,node:t}):n.len+=o.length},result:function(){return k0(i,r)}}}};function k0(e,t){var n=[],r=0,i=0,o=t?t[i].node:null;for(dV(e,_n);!_n.eof;){if(t)for(;i<t.length&&r+t[i].len<=_n.tokenStart;)r+=t[i++].len,o=t[i].node;n.push({type:_n.tokenType,value:_n.getTokenValue(),index:_n.tokenIndex,balance:_n.balance[_n.tokenIndex],node:o}),_n.next()}return n}A0.exports=function(e,t){return typeof e=="string"?k0(e,null):t.generate(e,fV)}});var mm=b((dZ,R0)=>{"use strict";var hV=Hu(),Ie={type:"Match"},nt={type:"Mismatch"},fm={type:"DisallowEmpty"},mV=40,gV=41;function Ze(e,t,n){return t===Ie&&n===nt||e===Ie&&t===Ie&&n===Ie?e:(e.type==="If"&&e.else===nt&&t===Ie&&(t=e.then,e=e.match),{type:"If",match:e,then:t,else:n})}function N0(e){return e.length>2&&e.charCodeAt(e.length-2)===mV&&e.charCodeAt(e.length-1)===gV}function O0(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&N0(e.name)}function pm(e,t,n){switch(e){case" ":for(var l=Ie,r=t.length-1;r>=0;r--){var i=t[r];l=Ze(i,l,nt)}return l;case"|":for(var l=nt,o=null,r=t.length-1;r>=0;r--){var i=t[r];if(O0(i)&&(o===null&&r>0&&O0(t[r-1])&&(o=Object.create(null),l=Ze({type:"Enum",map:o},Ie,l)),o!==null)){var s=(N0(i.name)?i.name.slice(0,-1):i.name).toLowerCase();if(!(s in o)){o[s]=i;continue}}o=null,l=Ze(i,Ie,l)}return l;case"&&":if(t.length>5)return{type:"MatchOnce",terms:t,all:!0};for(var l=nt,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=pm(e,t.filter(function(p){return p!==i}),!1):a=Ie,l=Ze(i,a,l)}return l;case"||":if(t.length>5)return{type:"MatchOnce",terms:t,all:!1};for(var l=n?Ie:nt,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=pm(e,t.filter(function(d){return d!==i}),!0):a=Ie,l=Ze(i,a,l)}return l}}function yV(e){var t=Ie,n=hm(e.term);if(e.max===0)n=Ze(n,fm,nt),t=Ze(n,null,nt),t.then=Ze(Ie,Ie,t),e.comma&&(t.then.else=Ze({type:"Comma",syntax:e},t,nt));else for(var r=e.min||1;r<=e.max;r++)e.comma&&t!==Ie&&(t=Ze({type:"Comma",syntax:e},t,nt)),t=Ze(n,Ze(Ie,Ie,t),nt);if(e.min===0)t=Ze(Ie,Ie,t);else for(var r=0;r<e.min-1;r++)e.comma&&t!==Ie&&(t=Ze({type:"Comma",syntax:e},t,nt)),t=Ze(n,t,nt);return t}function hm(e){if(typeof e=="function")return{type:"Generic",fn:e};switch(e.type){case"Group":var t=pm(e.combinator,e.terms.map(hm),!1);return e.disallowEmpty&&(t=Ze(t,fm,nt)),t;case"Multiplier":return yV(e);case"Type":case"Property":return{type:e.type,name:e.name,syntax:e};case"Keyword":return{type:e.type,name:e.name.toLowerCase(),syntax:e};case"AtKeyword":return{type:e.type,name:"@"+e.name.toLowerCase(),syntax:e};case"Function":return{type:e.type,name:e.name.toLowerCase()+"(",syntax:e};case"String":return e.value.length===3?{type:"Token",value:e.value.charAt(1),syntax:e}:{type:e.type,value:e.value.substr(1,e.value.length-2).replace(/\\'/g,"'"),syntax:e};case"Token":return{type:e.type,value:e.value,syntax:e};case"Comma":return{type:e.type,syntax:e};default:throw new Error("Unknown node type:",e.type)}}R0.exports={MATCH:Ie,MISMATCH:nt,DISALLOW_EMPTY:fm,buildMatchGraph:function(e,t){return typeof e=="string"&&(e=hV(e)),{type:"MatchGraph",match:hm(e),syntax:t||null,source:e}}}});var H0=b((pZ,U0)=>{"use strict";var P0=Object.prototype.hasOwnProperty,ym=mm(),$t=ym.MATCH,ut=ym.MISMATCH,vV=ym.DISALLOW_EMPTY,ct=ds().TYPE,z0=0,bV=1,$u=2,vm=3,L0="Match",SV="Mismatch",CV="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",F0=15e3,V0=0;function q0(e){for(var t=null,n=null,r=e;r!==null;)n=r.prev,r.prev=t,t=r,r=n;return t}function gm(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++){var r=e.charCodeAt(n),i=t.charCodeAt(n);if(r>=65&&r<=90&&(r=r|32),r!==i)return!1}return!0}function xV(e){return e.type!==ct.Delim?!1:e.value!=="?"}function j0(e){return e===null?!0:e.type===ct.Comma||e.type===ct.Function||e.type===ct.LeftParenthesis||e.type===ct.LeftSquareBracket||e.type===ct.LeftCurlyBracket||xV(e)}function B0(e){return e===null?!0:e.type===ct.RightParenthesis||e.type===ct.RightSquareBracket||e.type===ct.RightCurlyBracket||e.type===ct.Delim}function W0(e,t,n){function r(){do v++,m=v<e.length?e[v]:null;while(m!==null&&(m.type===ct.WhiteSpace||m.type===ct.Comment))}function i(re){var ye=v+re;return ye<e.length?e[ye]:null}function o(re,ye){return{nextState:re,matchStack:C,syntaxStack:p,thenStack:d,tokenIndex:v,prev:ye}}function s(re){d={nextState:re,matchStack:C,syntaxStack:p,prev:d}}function a(re){f=o(re,f)}function l(){C={type:bV,syntax:t.syntax,token:m,prev:C},r(),g=null,v>S&&(S=v)}function u(){p={syntax:t.syntax,opts:t.syntax.opts||p!==null&&p.opts||null,prev:p},C={type:$u,syntax:t.syntax,token:C.token,prev:C}}function c(){C.type===$u?C=C.prev:C={type:vm,syntax:p.syntax,token:C.token,prev:C},p=p.prev}var p=null,d=null,f=null,g=null,h=0,y=null,m=null,v=-1,S=0,C={type:z0,syntax:null,token:null,prev:null};for(r();y===null&&++h<F0;)switch(t.type){case"Match":if(d===null){if(m!==null&&(v!==e.length-1||m.value!=="\\0"&&m.value!=="\\9")){t=ut;break}y=L0;break}if(t=d.nextState,t===vV)if(d.matchStack===C){t=ut;break}else t=$t;for(;d.syntaxStack!==p;)c();d=d.prev;break;case"Mismatch":if(g!==null&&g!==!1)(f===null||v>f.tokenIndex)&&(f=g,g=!1);else if(f===null){y=SV;break}t=f.nextState,d=f.thenStack,p=f.syntaxStack,C=f.matchStack,v=f.tokenIndex,m=v<e.length?e[v]:null,f=f.prev;break;case"MatchGraph":t=t.match;break;case"If":t.else!==ut&&a(t.else),t.then!==$t&&s(t.then),t=t.match;break;case"MatchOnce":t={type:"MatchOnceBuffer",syntax:t,index:0,mask:0};break;case"MatchOnceBuffer":var w=t.syntax.terms;if(t.index===w.length){if(t.mask===0||t.syntax.all){t=ut;break}t=$t;break}if(t.mask===(1<<w.length)-1){t=$t;break}for(;t.index<w.length;t.index++){var x=1<<t.index;if(!(t.mask&x)){a(t),s({type:"AddMatchOnce",syntax:t.syntax,mask:t.mask|x}),t=w[t.index++];break}}break;case"AddMatchOnce":t={type:"MatchOnceBuffer",syntax:t.syntax,index:0,mask:t.mask};break;case"Enum":if(m!==null){var De=m.value.toLowerCase();if(De.indexOf("\\")!==-1&&(De=De.replace(/\\[09].*$/,"")),P0.call(t.map,De)){t=t.map[De];break}}t=ut;break;case"Generic":var W=p!==null?p.opts:null,U=v+Math.floor(t.fn(m,i,W));if(!isNaN(U)&&U>v){for(;v<U;)l();t=$t}else t=ut;break;case"Type":case"Property":var ae=t.type==="Type"?"types":"properties",Le=P0.call(n,ae)?n[ae][t.name]:null;if(!Le||!Le.match)throw new Error("Bad syntax reference: "+(t.type==="Type"?"<"+t.name+">":"<'"+t.name+"'>"));if(g!==!1&&m!==null&&t.type==="Type"){var Me=t.name==="custom-ident"&&m.type===ct.Ident||t.name==="length"&&m.value==="0";if(Me){g===null&&(g=o(t,f)),t=ut;break}}u(),t=Le.match;break;case"Keyword":var De=t.name;if(m!==null){var Ue=m.value;if(Ue.indexOf("\\")!==-1&&(Ue=Ue.replace(/\\[09].*$/,"")),gm(Ue,De)){l(),t=$t;break}}t=ut;break;case"AtKeyword":case"Function":if(m!==null&&gm(m.value,t.name)){l(),t=$t;break}t=ut;break;case"Token":if(m!==null&&m.value===t.value){l(),t=$t;break}t=ut;break;case"Comma":m!==null&&m.type===ct.Comma?j0(C.token)?t=ut:(l(),t=B0(m)?ut:$t):t=j0(C.token)||B0(m)?$t:ut;break;case"String":for(var Fe="",U=v;U<e.length&&Fe.length<t.value.length;U++)Fe+=e[U].value;if(gm(Fe,t.value)){for(;v<U;)l();t=$t}else t=ut;break;default:throw new Error("Unknown node type: "+t.type)}switch(V0+=h,y){case null:console.warn("[csstree-match] BREAK after "+F0+" iterations"),y=CV,C=null;break;case L0:for(;p!==null;)c();break;default:C=null}return{tokens:e,reason:y,iterations:h,match:C,longestMatch:S}}function wV(e,t,n){var r=W0(e,t,n||{});if(r.match!==null){var i=q0(r.match).prev;for(r.match=[];i!==null;){switch(i.type){case z0:break;case $u:case vm:r.match.push({type:i.type,syntax:i.syntax});break;default:r.match.push({token:i.token.value,node:i.token.node});break}i=i.prev}}return r}function EV(e,t,n){var r=W0(e,t,n||{});if(r.match===null)return r;var i=r.match,o=r.match={syntax:t.syntax||null,match:[]},s=[o];for(i=q0(i).prev;i!==null;){switch(i.type){case $u:o.match.push(o={syntax:i.syntax,match:[]}),s.push(o);break;case vm:s.pop(),o=s[s.length-1];break;default:o.match.push({syntax:i.syntax||null,token:i.token.value,node:i.token.node})}i=i.prev}return r}U0.exports={matchAsList:wV,matchAsTree:EV,getTotalIterationCount:function(){return V0}}});var Y0=b((fZ,G0)=>{"use strict";function $0(e){function t(i){return i===null?!1:i.type==="Type"||i.type==="Property"||i.type==="Keyword"}function n(i){if(Array.isArray(i.match)){for(var o=0;o<i.match.length;o++)if(n(i.match[o]))return t(i.syntax)&&r.unshift(i.syntax),!0}else if(i.node===e)return r=t(i.syntax)?[i.syntax]:[],!0;return!1}var r=null;return this.matched!==null&&n(this.matched),r}function bm(e,t,n){var r=$0.call(e,t);return r===null?!1:r.some(n)}function DV(e,t){return bm(this,e,function(n){return n.type==="Type"&&n.name===t})}function _V(e,t){return bm(this,e,function(n){return n.type==="Property"&&n.name===t})}function IV(e){return bm(this,e,function(t){return t.type==="Keyword"})}G0.exports={getTrace:$0,isType:DV,isProperty:_V,isKeyword:IV}});var J0=b((hZ,K0)=>{"use strict";var TV=Ir();function Z0(e){return"node"in e?e.node:Z0(e.match[0])}function Q0(e){return"node"in e?e.node:Q0(e.match[e.match.length-1])}function kV(e,t,n,r,i){function o(a){if(a.syntax!==null&&a.syntax.type===r&&a.syntax.name===i){var l=Z0(a),u=Q0(a);e.syntax.walk(t,function(c,p,d){if(c===l){var f=new TV;do{if(f.appendData(p.data),p.data===u)break;p=p.next}while(p!==null);s.push({parent:d,nodes:f})}})}Array.isArray(a.match)&&a.match.forEach(o)}var s=[];return n.matched!==null&&o(n.matched),s}K0.exports={matchFragments:kV}});var tE=b((mZ,eE)=>{"use strict";var AV=Ir(),xs=Object.prototype.hasOwnProperty;function Sm(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function X0(e){return!!e&&Sm(e.offset)&&Sm(e.line)&&Sm(e.column)}function MV(e,t){return function(r,i){if(!r||r.constructor!==Object)return i(r,"Type of node should be an Object");for(var o in r){var s=!0;if(xs.call(r,o)!==!1){if(o==="type")r.type!==e&&i(r,"Wrong node type `"+r.type+"`, expected `"+e+"`");else if(o==="loc"){if(r.loc===null)continue;if(r.loc&&r.loc.constructor===Object)if(typeof r.loc.source!="string")o+=".source";else if(!X0(r.loc.start))o+=".start";else if(!X0(r.loc.end))o+=".end";else continue;s=!1}else if(t.hasOwnProperty(o))for(var a=0,s=!1;!s&&a<t[o].length;a++){var l=t[o][a];switch(l){case String:s=typeof r[o]=="string";break;case Boolean:s=typeof r[o]=="boolean";break;case null:s=r[o]===null;break;default:typeof l=="string"?s=r[o]&&r[o].type===l:Array.isArray(l)&&(s=r[o]instanceof AV)}}else i(r,"Unknown field `"+o+"` for "+e+" node type");s||i(r,"Bad value for `"+e+"."+o+"`")}}for(var o in t)xs.call(t,o)&&xs.call(r,o)===!1&&i(r,"Field `"+e+"."+o+"` is missed")}}function OV(e,t){var n=t.structure,r={type:String,loc:!0},i={type:'"'+e+'"'};for(var o in n)if(xs.call(n,o)!==!1){for(var s=[],a=r[o]=Array.isArray(n[o])?n[o].slice():[n[o]],l=0;l<a.length;l++){var u=a[l];if(u===String||u===Boolean)s.push(u.name);else if(u===null)s.push("null");else if(typeof u=="string")s.push("<"+u+">");else if(Array.isArray(u))s.push("List");else throw new Error("Wrong value `"+u+"` in `"+e+"."+o+"` structure definition")}i[o]=s.join(" | ")}return{docs:i,check:MV(e,r)}}eE.exports={getStructureFromConfig:function(e){var t={};if(e.node){for(var n in e.node)if(xs.call(e.node,n)){var r=e.node[n];if(r.structure)t[n]=OV(n,r);else throw new Error("Missed `structure` field in `"+n+"` node type definition")}}return t}}});var aE=b((gZ,sE)=>{"use strict";var ws=qh().SyntaxReferenceError,NV=qh().SyntaxMatchError,Es=Au(),Cm=o0(),RV=Hu(),iE=_u(),PV=dm(),LV=M0(),Yu=mm().buildMatchGraph,nE=H0().matchAsTree,Gu=Y0(),rE=J0(),FV=tE().getStructureFromConfig,jV=Yu("inherit | initial | unset"),BV=Yu("inherit | initial | unset | <-ms-legacy-expression>");function xm(e,t,n){var r={};for(var i in e)e[i].syntax&&(r[i]=n?e[i].syntax:iE(e[i].syntax,{compact:t}));return r}function zV(e,t,n){let r={};for(let[i,o]of Object.entries(e))r[i]={prelude:o.prelude&&(n?o.prelude.syntax:iE(o.prelude.syntax,{compact:t})),descriptors:o.descriptors&&xm(o.descriptors,t,n)};return r}function VV(e){for(var t=0;t<e.length;t++)if(e[t].value.toLowerCase()==="var(")return!0;return!1}function on(e,t,n){return{matched:e,iterations:n,error:t,getTrace:Gu.getTrace,isType:Gu.isType,isProperty:Gu.isProperty,isKeyword:Gu.isKeyword}}function Ds(e,t,n,r){var i=LV(n,e.syntax),o;return VV(i)?on(null,new Error("Matching for a tree with var() is not supported")):(r&&(o=nE(i,e.valueCommonSyntax,e)),(!r||!o.match)&&(o=nE(i,t.match,e),!o.match)?on(null,new NV(o.reason,t.syntax,n,o),o.iterations):on(o.match,null,o.iterations))}var oE=function(e,t,n){if(this.valueCommonSyntax=jV,this.syntax=t,this.generic=!1,this.atrules={},this.properties={},this.types={},this.structure=n||FV(e),e){if(e.types)for(var r in e.types)this.addType_(r,e.types[r]);if(e.generic){this.generic=!0;for(var r in Cm)this.addType_(r,Cm[r])}if(e.atrules)for(var r in e.atrules)this.addAtrule_(r,e.atrules[r]);if(e.properties)for(var r in e.properties)this.addProperty_(r,e.properties[r])}};oE.prototype={structure:{},checkStructure:function(e){function t(i,o){r.push({node:i,message:o})}var n=this.structure,r=[];return this.syntax.walk(e,function(i){n.hasOwnProperty(i.type)?n[i.type].check(i,t):t(i,"Unknown node type `"+i.type+"`")}),r.length?r:!1},createDescriptor:function(e,t,n,r=null){var i={type:t,name:n},o={type:t,name:n,parent:r,syntax:null,match:null};return typeof e=="function"?o.match=Yu(e,i):(typeof e=="string"?Object.defineProperty(o,"syntax",{get:function(){return Object.defineProperty(o,"syntax",{value:RV(e)}),o.syntax}}):o.syntax=e,Object.defineProperty(o,"match",{get:function(){return Object.defineProperty(o,"match",{value:Yu(o.syntax,i)}),o.match}})),o},addAtrule_:function(e,t){t&&(this.atrules[e]={type:"Atrule",name:e,prelude:t.prelude?this.createDescriptor(t.prelude,"AtrulePrelude",e):null,descriptors:t.descriptors?Object.keys(t.descriptors).reduce((n,r)=>(n[r]=this.createDescriptor(t.descriptors[r],"AtruleDescriptor",r,e),n),{}):null})},addProperty_:function(e,t){t&&(this.properties[e]=this.createDescriptor(t,"Property",e))},addType_:function(e,t){t&&(this.types[e]=this.createDescriptor(t,"Type",e),t===Cm["-ms-legacy-expression"]&&(this.valueCommonSyntax=BV))},checkAtruleName:function(e){if(!this.getAtrule(e))return new ws("Unknown at-rule","@"+e)},checkAtrulePrelude:function(e,t){let n=this.checkAtruleName(e);if(n)return n;var r=this.getAtrule(e);if(!r.prelude&&t)return new SyntaxError("At-rule `@"+e+"` should not contain a prelude");if(r.prelude&&!t)return new SyntaxError("At-rule `@"+e+"` should contain a prelude")},checkAtruleDescriptorName:function(e,t){let n=this.checkAtruleName(e);if(n)return n;var r=this.getAtrule(e),i=Es.keyword(t);if(!r.descriptors)return new SyntaxError("At-rule `@"+e+"` has no known descriptors");if(!r.descriptors[i.name]&&!r.descriptors[i.basename])return new ws("Unknown at-rule descriptor",t)},checkPropertyName:function(e){var t=Es.property(e);if(t.custom)return new Error("Lexer matching doesn't applicable for custom properties");if(!this.getProperty(e))return new ws("Unknown property",e)},matchAtrulePrelude:function(e,t){var n=this.checkAtrulePrelude(e,t);return n?on(null,n):t?Ds(this,this.getAtrule(e).prelude,t,!1):on(null,null)},matchAtruleDescriptor:function(e,t,n){var r=this.checkAtruleDescriptorName(e,t);if(r)return on(null,r);var i=this.getAtrule(e),o=Es.keyword(t);return Ds(this,i.descriptors[o.name]||i.descriptors[o.basename],n,!1)},matchDeclaration:function(e){return e.type!=="Declaration"?on(null,new Error("Not a Declaration node")):this.matchProperty(e.property,e.value)},matchProperty:function(e,t){var n=this.checkPropertyName(e);return n?on(null,n):Ds(this,this.getProperty(e),t,!0)},matchType:function(e,t){var n=this.getType(e);return n?Ds(this,n,t,!1):on(null,new ws("Unknown type",e))},match:function(e,t){return typeof e!="string"&&(!e||!e.type)?on(null,new ws("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),Ds(this,e,t,!1))},findValueFragments:function(e,t,n,r){return rE.matchFragments(this,t,this.matchProperty(e,t),n,r)},findDeclarationValueFragments:function(e,t,n){return rE.matchFragments(this,e.value,this.matchDeclaration(e),t,n)},findAllFragments:function(e,t,n){var r=[];return this.syntax.walk(e,{visit:"Declaration",enter:function(i){r.push.apply(r,this.findDeclarationValueFragments(i,t,n))}.bind(this)}),r},getAtrule:function(e,t=!0){var n=Es.keyword(e),r=n.vendor&&t?this.atrules[n.name]||this.atrules[n.basename]:this.atrules[n.name];return r||null},getAtrulePrelude:function(e,t=!0){let n=this.getAtrule(e,t);return n&&n.prelude||null},getAtruleDescriptor:function(e,t){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators&&this.atrules[e].declarators[t]||null},getProperty:function(e,t=!0){var n=Es.property(e),r=n.vendor&&t?this.properties[n.name]||this.properties[n.basename]:this.properties[n.name];return r||null},getType:function(e){return this.types.hasOwnProperty(e)?this.types[e]:null},validate:function(){function e(i,o,s,a){if(s.hasOwnProperty(o))return s[o];s[o]=!1,a.syntax!==null&&PV(a.syntax,function(l){if(!(l.type!=="Type"&&l.type!=="Property")){var u=l.type==="Type"?i.types:i.properties,c=l.type==="Type"?t:n;(!u.hasOwnProperty(l.name)||e(i,l.name,c,u[l.name]))&&(s[o]=!0)}},this)}var t={},n={};for(var r in this.types)e(this,r,t,this.types[r]);for(var r in this.properties)e(this,r,n,this.properties[r]);return t=Object.keys(t).filter(function(i){return t[i]}),n=Object.keys(n).filter(function(i){return n[i]}),t.length||n.length?{types:t,properties:n}:null},dump:function(e,t){return{generic:this.generic,types:xm(this.types,!t,e),properties:xm(this.properties,!t,e),atrules:zV(this.atrules,!t,e)}},toString:function(){return JSON.stringify(this.dump())}};sE.exports=oE});var uE=b((yZ,lE)=>{"use strict";lE.exports={SyntaxError:om(),parse:Hu(),generate:_u(),walk:dm()}});var mE=b((vZ,hE)=>{"use strict";var cE=Hh(),qV=k().isBOM,dE=10,WV=12,pE=13;function UV(e,t){for(var n=t.length,r=cE(e.lines,n),i=e.startLine,o=cE(e.columns,n),s=e.startColumn,a=t.length>0?qV(t.charCodeAt(0)):0,l=a;l<n;l++){var u=t.charCodeAt(l);r[l]=i,o[l]=s++,(u===dE||u===pE||u===WV)&&(u===pE&&l+1<n&&t.charCodeAt(l+1)===dE&&(l++,r[l]=i,o[l]=s),i++,s=1)}r[l]=i,o[l]=s,e.lines=r,e.columns=o}var fE=function(){this.lines=null,this.columns=null,this.linesAndColumnsComputed=!1};fE.prototype={setSource:function(e,t,n,r){this.source=e,this.startOffset=typeof t>"u"?0:t,this.startLine=typeof n>"u"?1:n,this.startColumn=typeof r>"u"?1:r,this.linesAndColumnsComputed=!1},ensureLinesAndColumnsComputed:function(){this.linesAndColumnsComputed||(UV(this,this.source),this.linesAndColumnsComputed=!0)},getLocation:function(e,t){return this.ensureLinesAndColumnsComputed(),{source:t,offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]}},getLocationRange:function(e,t,n){return this.ensureLinesAndColumnsComputed(),{source:n,start:{offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]},end:{offset:this.startOffset+t,line:this.lines[t],column:this.columns[t]}}}};hE.exports=fE});var vE=b((bZ,yE)=>{"use strict";var gE=k().TYPE,HV=gE.WhiteSpace,$V=gE.Comment;yE.exports=function(t){var n=this.createList(),r=null,i={recognizer:t,space:null,ignoreWS:!1,ignoreWSAfter:!1};for(this.scanner.skipSC();!this.scanner.eof;){switch(this.scanner.tokenType){case $V:this.scanner.next();continue;case HV:i.ignoreWS?this.scanner.next():i.space=this.WhiteSpace();continue}if(r=t.getNode.call(this,i),r===void 0)break;i.space!==null&&(n.push(i.space),i.space=null),n.push(r),i.ignoreWSAfter?(i.ignoreWSAfter=!1,i.ignoreWS=!0):i.ignoreWS=!1}return n}});var DE=b((SZ,EE)=>{"use strict";var GV=mE(),YV=Nh(),ZV=hs(),bE=Ir(),QV=k(),wE=ds(),{findWhiteSpaceStart:KV,cmpStr:JV}=zi(),XV=vE(),SE=function(){},Qn=wE.TYPE,e2=wE.NAME,t2=Qn.WhiteSpace,n2=Qn.Comment,r2=Qn.Ident,CE=Qn.Function,i2=Qn.Url,o2=Qn.Hash,s2=Qn.Percentage,a2=Qn.Number,l2=35,xE=0;function u2(e){return function(){return this[e]()}}function c2(e){var t={context:{},scope:{},atrule:{},pseudo:{}};if(e.parseContext)for(var n in e.parseContext)switch(typeof e.parseContext[n]){case"function":t.context[n]=e.parseContext[n];break;case"string":t.context[n]=u2(e.parseContext[n]);break}if(e.scope)for(var n in e.scope)t.scope[n]=e.scope[n];if(e.atrule)for(var n in e.atrule){var r=e.atrule[n];r.parse&&(t.atrule[n]=r.parse)}if(e.pseudo)for(var n in e.pseudo){var i=e.pseudo[n];i.parse&&(t.pseudo[n]=i.parse)}if(e.node)for(var n in e.node)t[n]=e.node[n].parse;return t}EE.exports=function(t){var n={scanner:new ZV,locationMap:new GV,filename:"<unknown>",needPositions:!1,onParseError:SE,onParseErrorThrow:!1,parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:XV,createList:function(){return new bE},createSingleNodeList:function(i){return new bE().appendData(i)},getFirstListNode:function(i){return i&&i.first()},getLastListNode:function(i){return i.last()},parseWithFallback:function(i,o){var s=this.scanner.tokenIndex;try{return i.call(this)}catch(l){if(this.onParseErrorThrow)throw l;var a=o.call(this,s);return this.onParseErrorThrow=!0,this.onParseError(l,a),this.onParseErrorThrow=!1,a}},lookupNonWSType:function(i){do{var o=this.scanner.lookupType(i++);if(o!==t2)return o}while(o!==xE);return xE},eat:function(i){if(this.scanner.tokenType!==i){var o=this.scanner.tokenStart,s=e2[i]+" is expected";switch(i){case r2:this.scanner.tokenType===CE||this.scanner.tokenType===i2?(o=this.scanner.tokenEnd-1,s="Identifier is expected but function found"):s="Identifier is expected";break;case o2:this.scanner.isDelim(l2)&&(this.scanner.next(),o++,s="Name is expected");break;case s2:this.scanner.tokenType===a2&&(o=this.scanner.tokenEnd,s="Percent sign is expected");break;default:this.scanner.source.charCodeAt(this.scanner.tokenStart)===i&&(o=o+1)}this.error(s,o)}this.scanner.next()},consume:function(i){var o=this.scanner.getTokenValue();return this.eat(i),o},consumeFunctionName:function(){var i=this.scanner.source.substring(this.scanner.tokenStart,this.scanner.tokenEnd-1);return this.eat(CE),i},getLocation:function(i,o){return this.needPositions?this.locationMap.getLocationRange(i,o,this.filename):null},getLocationFromList:function(i){if(this.needPositions){var o=this.getFirstListNode(i),s=this.getLastListNode(i);return this.locationMap.getLocationRange(o!==null?o.loc.start.offset-this.locationMap.startOffset:this.scanner.tokenStart,s!==null?s.loc.end.offset-this.locationMap.startOffset:this.scanner.tokenStart,this.filename)}return null},error:function(i,o){var s=typeof o<"u"&&o<this.scanner.source.length?this.locationMap.getLocation(o):this.scanner.eof?this.locationMap.getLocation(KV(this.scanner.source,this.scanner.source.length-1)):this.locationMap.getLocation(this.scanner.tokenStart);throw new YV(i||"Unexpected input",this.scanner.source,s.offset,s.line,s.column)}};t=c2(t||{});for(var r in t)n[r]=t[r];return function(i,o){o=o||{};var s=o.context||"default",a=o.onComment,l;if(QV(i,n.scanner),n.locationMap.setSource(i,o.offset,o.line,o.column),n.filename=o.filename||"<unknown>",n.needPositions=!!o.positions,n.onParseError=typeof o.onParseError=="function"?o.onParseError:SE,n.onParseErrorThrow=!1,n.parseAtrulePrelude="parseAtrulePrelude"in o?!!o.parseAtrulePrelude:!0,n.parseRulePrelude="parseRulePrelude"in o?!!o.parseRulePrelude:!0,n.parseValue="parseValue"in o?!!o.parseValue:!0,n.parseCustomProperty="parseCustomProperty"in o?!!o.parseCustomProperty:!1,!n.context.hasOwnProperty(s))throw new Error("Unknown context `"+s+"`");return typeof a=="function"&&n.scanner.forEachToken((u,c,p)=>{if(u===n2){let d=n.getLocation(c,p),f=JV(i,p-2,p,"*/")?i.slice(c+2,p-2):i.slice(c+2,p);a(f,d)}}),l=n.context[s].call(n,o),n.scanner.eof||n.error(),l}}});var IE=b(wm=>{"use strict";var _E="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");wm.encode=function(e){if(0<=e&&e<_E.length)return _E[e];throw new TypeError("Must be between 0 and 63: "+e)};wm.decode=function(e){var t=65,n=90,r=97,i=122,o=48,s=57,a=43,l=47,u=26,c=52;return t<=e&&e<=n?e-t:r<=e&&e<=i?e-r+u:o<=e&&e<=s?e-o+c:e==a?62:e==l?63:-1}});var OE=b(Dm=>{"use strict";var TE=IE(),Em=5,kE=1<<Em,AE=kE-1,ME=kE;function d2(e){return e<0?(-e<<1)+1:(e<<1)+0}function p2(e){var t=(e&1)===1,n=e>>1;return t?-n:n}Dm.encode=function(t){var n="",r,i=d2(t);do r=i&AE,i>>>=Em,i>0&&(r|=ME),n+=TE.encode(r);while(i>0);return n};Dm.decode=function(t,n,r){var i=t.length,o=0,s=0,a,l;do{if(n>=i)throw new Error("Expected more digits in base 64 VLQ value.");if(l=TE.decode(t.charCodeAt(n++)),l===-1)throw new Error("Invalid base64 digit: "+t.charAt(n-1));a=!!(l&ME),l&=AE,o=o+(l<<s),s+=Em}while(a);r.value=p2(o),r.rest=n}});var Zu=b(Qe=>{"use strict";function f2(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw new Error('"'+t+'" is a required argument.')}Qe.getArg=f2;var NE=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,h2=/^data:.+\,.+$/;function _s(e){var t=e.match(NE);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}Qe.urlParse=_s;function Yi(e){var t="";return e.scheme&&(t+=e.scheme+":"),t+="//",e.auth&&(t+=e.auth+"@"),e.host&&(t+=e.host),e.port&&(t+=":"+e.port),e.path&&(t+=e.path),t}Qe.urlGenerate=Yi;function _m(e){var t=e,n=_s(e);if(n){if(!n.path)return e;t=n.path}for(var r=Qe.isAbsolute(t),i=t.split(/\/+/),o,s=0,a=i.length-1;a>=0;a--)o=i[a],o==="."?i.splice(a,1):o===".."?s++:s>0&&(o===""?(i.splice(a+1,s),s=0):(i.splice(a,2),s--));return t=i.join("/"),t===""&&(t=r?"/":"."),n?(n.path=t,Yi(n)):t}Qe.normalize=_m;function RE(e,t){e===""&&(e="."),t===""&&(t=".");var n=_s(t),r=_s(e);if(r&&(e=r.path||"/"),n&&!n.scheme)return r&&(n.scheme=r.scheme),Yi(n);if(n||t.match(h2))return t;if(r&&!r.host&&!r.path)return r.host=t,Yi(r);var i=t.charAt(0)==="/"?t:_m(e.replace(/\/+$/,"")+"/"+t);return r?(r.path=i,Yi(r)):i}Qe.join=RE;Qe.isAbsolute=function(e){return e.charAt(0)==="/"||NE.test(e)};function m2(e,t){e===""&&(e="."),e=e.replace(/\/$/,"");for(var n=0;t.indexOf(e+"/")!==0;){var r=e.lastIndexOf("/");if(r<0||(e=e.slice(0,r),e.match(/^([^\/]+:\/)?\/*$/)))return t;++n}return Array(n+1).join("../")+t.substr(e.length+1)}Qe.relative=m2;var PE=function(){var e=Object.create(null);return!("__proto__"in e)}();function LE(e){return e}function g2(e){return FE(e)?"$"+e:e}Qe.toSetString=PE?LE:g2;function y2(e){return FE(e)?e.slice(1):e}Qe.fromSetString=PE?LE:y2;function FE(e){if(!e)return!1;var t=e.length;if(t<9||e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95)return!1;for(var n=t-10;n>=0;n--)if(e.charCodeAt(n)!==36)return!1;return!0}function v2(e,t,n){var r=Zi(e.source,t.source);return r!==0||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:Zi(e.name,t.name)}Qe.compareByOriginalPositions=v2;function b2(e,t,n){var r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0||n)||(r=Zi(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:Zi(e.name,t.name)}Qe.compareByGeneratedPositionsDeflated=b2;function Zi(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function S2(e,t){var n=e.generatedLine-t.generatedLine;return n!==0||(n=e.generatedColumn-t.generatedColumn,n!==0)||(n=Zi(e.source,t.source),n!==0)||(n=e.originalLine-t.originalLine,n!==0)||(n=e.originalColumn-t.originalColumn,n!==0)?n:Zi(e.name,t.name)}Qe.compareByGeneratedPositionsInflated=S2;function C2(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}Qe.parseSourceMapInput=C2;function x2(e,t,n){if(t=t||"",e&&(e[e.length-1]!=="/"&&t[0]!=="/"&&(e+="/"),t=e+t),n){var r=_s(n);if(!r)throw new Error("sourceMapURL could not be parsed");if(r.path){var i=r.path.lastIndexOf("/");i>=0&&(r.path=r.path.substring(0,i+1))}t=RE(Yi(r),t)}return _m(t)}Qe.computeSourceURL=x2});var BE=b(jE=>{"use strict";var Im=Zu(),Tm=Object.prototype.hasOwnProperty,kr=typeof Map<"u";function In(){this._array=[],this._set=kr?new Map:Object.create(null)}In.fromArray=function(t,n){for(var r=new In,i=0,o=t.length;i<o;i++)r.add(t[i],n);return r};In.prototype.size=function(){return kr?this._set.size:Object.getOwnPropertyNames(this._set).length};In.prototype.add=function(t,n){var r=kr?t:Im.toSetString(t),i=kr?this.has(t):Tm.call(this._set,r),o=this._array.length;(!i||n)&&this._array.push(t),i||(kr?this._set.set(t,o):this._set[r]=o)};In.prototype.has=function(t){if(kr)return this._set.has(t);var n=Im.toSetString(t);return Tm.call(this._set,n)};In.prototype.indexOf=function(t){if(kr){var n=this._set.get(t);if(n>=0)return n}else{var r=Im.toSetString(t);if(Tm.call(this._set,r))return this._set[r]}throw new Error('"'+t+'" is not in the set.')};In.prototype.at=function(t){if(t>=0&&t<this._array.length)return this._array[t];throw new Error("No element indexed by "+t)};In.prototype.toArray=function(){return this._array.slice()};jE.ArraySet=In});var qE=b(VE=>{"use strict";var zE=Zu();function w2(e,t){var n=e.generatedLine,r=t.generatedLine,i=e.generatedColumn,o=t.generatedColumn;return r>n||r==n&&o>=i||zE.compareByGeneratedPositionsInflated(e,t)<=0}function Qu(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}Qu.prototype.unsortedForEach=function(t,n){this._array.forEach(t,n)};Qu.prototype.add=function(t){w2(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))};Qu.prototype.toArray=function(){return this._sorted||(this._array.sort(zE.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};VE.MappingList=Qu});var UE=b(WE=>{"use strict";var Is=OE(),Ae=Zu(),Ku=BE().ArraySet,E2=qE().MappingList;function Ot(e){e||(e={}),this._file=Ae.getArg(e,"file",null),this._sourceRoot=Ae.getArg(e,"sourceRoot",null),this._skipValidation=Ae.getArg(e,"skipValidation",!1),this._sources=new Ku,this._names=new Ku,this._mappings=new E2,this._sourcesContents=null}Ot.prototype._version=3;Ot.fromSourceMap=function(t){var n=t.sourceRoot,r=new Ot({file:t.file,sourceRoot:n});return t.eachMapping(function(i){var o={generated:{line:i.generatedLine,column:i.generatedColumn}};i.source!=null&&(o.source=i.source,n!=null&&(o.source=Ae.relative(n,o.source)),o.original={line:i.originalLine,column:i.originalColumn},i.name!=null&&(o.name=i.name)),r.addMapping(o)}),t.sources.forEach(function(i){var o=i;n!==null&&(o=Ae.relative(n,i)),r._sources.has(o)||r._sources.add(o);var s=t.sourceContentFor(i);s!=null&&r.setSourceContent(i,s)}),r};Ot.prototype.addMapping=function(t){var n=Ae.getArg(t,"generated"),r=Ae.getArg(t,"original",null),i=Ae.getArg(t,"source",null),o=Ae.getArg(t,"name",null);this._skipValidation||this._validateMapping(n,r,i,o),i!=null&&(i=String(i),this._sources.has(i)||this._sources.add(i)),o!=null&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:i,name:o})};Ot.prototype.setSourceContent=function(t,n){var r=t;this._sourceRoot!=null&&(r=Ae.relative(this._sourceRoot,r)),n!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[Ae.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[Ae.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};Ot.prototype.applySourceMap=function(t,n,r){var i=n;if(n==null){if(t.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);i=t.file}var o=this._sourceRoot;o!=null&&(i=Ae.relative(o,i));var s=new Ku,a=new Ku;this._mappings.unsortedForEach(function(l){if(l.source===i&&l.originalLine!=null){var u=t.originalPositionFor({line:l.originalLine,column:l.originalColumn});u.source!=null&&(l.source=u.source,r!=null&&(l.source=Ae.join(r,l.source)),o!=null&&(l.source=Ae.relative(o,l.source)),l.originalLine=u.line,l.originalColumn=u.column,u.name!=null&&(l.name=u.name))}var c=l.source;c!=null&&!s.has(c)&&s.add(c);var p=l.name;p!=null&&!a.has(p)&&a.add(p)},this),this._sources=s,this._names=a,t.sources.forEach(function(l){var u=t.sourceContentFor(l);u!=null&&(r!=null&&(l=Ae.join(r,l)),o!=null&&(l=Ae.relative(o,l)),this.setSourceContent(l,u))},this)};Ot.prototype._validateMapping=function(t,n,r,i){if(n&&typeof n.line!="number"&&typeof n.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(t&&"line"in t&&"column"in t&&t.line>0&&t.column>=0&&!n&&!r&&!i)){if(t&&"line"in t&&"column"in t&&n&&"line"in n&&"column"in n&&t.line>0&&t.column>=0&&n.line>0&&n.column>=0&&r)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:t,source:r,original:n,name:i}))}};Ot.prototype._serializeMappings=function(){for(var t=0,n=1,r=0,i=0,o=0,s=0,a="",l,u,c,p,d=this._mappings.toArray(),f=0,g=d.length;f<g;f++){if(u=d[f],l="",u.generatedLine!==n)for(t=0;u.generatedLine!==n;)l+=";",n++;else if(f>0){if(!Ae.compareByGeneratedPositionsInflated(u,d[f-1]))continue;l+=","}l+=Is.encode(u.generatedColumn-t),t=u.generatedColumn,u.source!=null&&(p=this._sources.indexOf(u.source),l+=Is.encode(p-s),s=p,l+=Is.encode(u.originalLine-1-i),i=u.originalLine-1,l+=Is.encode(u.originalColumn-r),r=u.originalColumn,u.name!=null&&(c=this._names.indexOf(u.name),l+=Is.encode(c-o),o=c)),a+=l}return a};Ot.prototype._generateSourcesContent=function(t,n){return t.map(function(r){if(!this._sourcesContents)return null;n!=null&&(r=Ae.relative(n,r));var i=Ae.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,i)?this._sourcesContents[i]:null},this)};Ot.prototype.toJSON=function(){var t={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(t.file=this._file),this._sourceRoot!=null&&(t.sourceRoot=this._sourceRoot),this._sourcesContents&&(t.sourcesContent=this._generateSourcesContent(t.sources,t.sourceRoot)),t};Ot.prototype.toString=function(){return JSON.stringify(this.toJSON())};WE.SourceMapGenerator=Ot});var GE=b((IZ,$E)=>{"use strict";var D2=UE().SourceMapGenerator,HE={Atrule:!0,Selector:!0,Declaration:!0};$E.exports=function(t){var n=new D2,r=1,i=0,o={line:1,column:0},s={line:0,column:0},a=!1,l={line:1,column:0},u={generated:l},c=t.node;t.node=function(f){if(f.loc&&f.loc.start&&HE.hasOwnProperty(f.type)){var g=f.loc.start.line,h=f.loc.start.column-1;(s.line!==g||s.column!==h)&&(s.line=g,s.column=h,o.line=r,o.column=i,a&&(a=!1,(o.line!==l.line||o.column!==l.column)&&n.addMapping(u)),a=!0,n.addMapping({source:f.loc.source,original:s,generated:o}))}c.call(this,f),a&&HE.hasOwnProperty(f.type)&&(l.line=r,l.column=i)};var p=t.chunk;t.chunk=function(f){for(var g=0;g<f.length;g++)f.charCodeAt(g)===10?(r++,i=0):i++;p(f)};var d=t.result;return t.result=function(){return a&&n.addMapping(u),{css:d(),map:n}},t}});var ZE=b((TZ,YE)=>{"use strict";var _2=GE(),I2=Object.prototype.hasOwnProperty;function T2(e,t){var n=e.children,r=null;typeof t!="function"?n.forEach(this.node,this):n.forEach(function(i){r!==null&&t.call(this,r),this.node(i),r=i},this)}YE.exports=function(t){function n(o){if(I2.call(r,o.type))r[o.type].call(this,o);else throw new Error("Unknown node type: "+o.type)}var r={};if(t.node)for(var i in t.node)r[i]=t.node[i].generate;return function(o,s){var a="",l={children:T2,node:n,chunk:function(u){a+=u},result:function(){return a}};return s&&(typeof s.decorator=="function"&&(l=s.decorator(l)),s.sourceMap&&(l=_2(l))),l.node(o),l.result()}}});var KE=b((kZ,QE)=>{"use strict";var km=Ir();QE.exports=function(t){return{fromPlainObject:function(n){return t(n,{enter:function(r){r.children&&!(r.children instanceof km)&&(r.children=new km().fromArray(r.children))}}),n},toPlainObject:function(n){return t(n,{leave:function(r){r.children&&r.children instanceof km&&(r.children=r.children.toArray())}}),n}}}});var rD=b((AZ,nD)=>{"use strict";var Am=Object.prototype.hasOwnProperty,Ts=function(){};function JE(e){return typeof e=="function"?e:Ts}function XE(e,t){return function(n,r,i){n.type===t&&e.call(this,n,r,i)}}function k2(e,t){var n=t.structure,r=[];for(var i in n)if(Am.call(n,i)!==!1){var o=n[i],s={name:i,type:!1,nullable:!1};Array.isArray(n[i])||(o=[n[i]]);for(var a=0;a<o.length;a++){var l=o[a];l===null?s.nullable=!0:typeof l=="string"?s.type="node":Array.isArray(l)&&(s.type="list")}s.type&&r.push(s)}return r.length?{context:t.walkContext,fields:r}:null}function A2(e){var t={};for(var n in e.node)if(Am.call(e.node,n)){var r=e.node[n];if(!r.structure)throw new Error("Missed `structure` field in `"+n+"` node type definition");t[n]=k2(n,r)}return t}function eD(e,t){var n=e.fields.slice(),r=e.context,i=typeof r=="string";return t&&n.reverse(),function(o,s,a,l){var u;i&&(u=s[r],s[r]=o);for(var c=0;c<n.length;c++){var p=n[c],d=o[p.name];if(!p.nullable||d){if(p.type==="list"){var f=t?d.reduceRight(l,!1):d.reduce(l,!1);if(f)return!0}else if(a(d))return!0}}i&&(s[r]=u)}}function tD(e){return{Atrule:{StyleSheet:e.StyleSheet,Atrule:e.Atrule,Rule:e.Rule,Block:e.Block},Rule:{StyleSheet:e.StyleSheet,Atrule:e.Atrule,Rule:e.Rule,Block:e.Block},Declaration:{StyleSheet:e.StyleSheet,Atrule:e.Atrule,Rule:e.Rule,Block:e.Block,DeclarationList:e.DeclarationList}}}nD.exports=function(t){var n=A2(t),r={},i={},o=Symbol("break-walk"),s=Symbol("skip-node");for(var a in n)Am.call(n,a)&&n[a]!==null&&(r[a]=eD(n[a],!1),i[a]=eD(n[a],!0));var l=tD(r),u=tD(i),c=function(p,d){function f(S,C,w){var x=h.call(v,S,C,w);if(x===o){debugger;return!0}return x===s?!1:!!(m.hasOwnProperty(S.type)&&m[S.type](S,v,f,g)||y.call(v,S,C,w)===o)}var g=(S,C,w,x)=>S||f(C,w,x),h=Ts,y=Ts,m=r,v={break:o,skip:s,root:p,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof d=="function")h=d;else if(d&&(h=JE(d.enter),y=JE(d.leave),d.reverse&&(m=i),d.visit)){if(l.hasOwnProperty(d.visit))m=d.reverse?u[d.visit]:l[d.visit];else if(!n.hasOwnProperty(d.visit))throw new Error("Bad value `"+d.visit+"` for `visit` option (should be: "+Object.keys(n).join(", ")+")");h=XE(h,d.visit),y=XE(y,d.visit)}if(h===Ts&&y===Ts)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");f(p)};return c.break=o,c.skip=s,c.find=function(p,d){var f=null;return c(p,function(g,h,y){if(d.call(this,g,h,y))return f=g,o}),f},c.findLast=function(p,d){var f=null;return c(p,{reverse:!0,enter:function(g,h,y){if(d.call(this,g,h,y))return f=g,o}}),f},c.findAll=function(p,d){var f=[];return c(p,function(g,h,y){d.call(this,g,h,y)&&f.push(g)}),f},c}});var oD=b((MZ,iD)=>{"use strict";var M2=Ir();iD.exports=function e(t){var n={};for(var r in t){var i=t[r];i&&(Array.isArray(i)||i instanceof M2?i=i.map(e):i.constructor===Object&&(i=e(i))),n[r]=i}return n}});var cD=b((OZ,uD)=>{"use strict";var Qi=Object.prototype.hasOwnProperty,O2={generic:!0,types:Om,atrules:{prelude:aD,descriptors:aD},properties:Om,parseContext:N2,scope:lD,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function Ju(e){return e&&e.constructor===Object}function Mm(e){return Ju(e)?Object.assign({},e):e}function N2(e,t){return Object.assign(e,t)}function lD(e,t){for(let n in t)Qi.call(t,n)&&(Ju(e[n])?lD(e[n],Mm(t[n])):e[n]=Mm(t[n]));return e}function sD(e,t){return typeof t=="string"&&/^\s*\|/.test(t)?typeof e=="string"?e+t:t.replace(/^\s*\|\s*/,""):t||null}function Om(e,t){if(typeof t=="string")return sD(e,t);let n=Object.assign({},e);for(let r in t)Qi.call(t,r)&&(n[r]=sD(Qi.call(e,r)?e[r]:void 0,t[r]));return n}function aD(e,t){let n=Om(e,t);return!Ju(n)||Object.keys(n).length?n:null}function ks(e,t,n){for(let r in n)if(Qi.call(n,r)!==!1){if(n[r]===!0)r in t&&Qi.call(t,r)&&(e[r]=Mm(t[r]));else if(n[r]){if(typeof n[r]=="function"){let i=n[r];e[r]=i({},e[r]),e[r]=i(e[r]||{},t[r])}else if(Ju(n[r])){let i={};for(let o in e[r])i[o]=ks({},e[r][o],n[r]);for(let o in t[r])i[o]=ks(i[o]||{},t[r][o],n[r]);e[r]=i}else if(Array.isArray(n[r])){let i={},o=n[r].reduce(function(s,a){return s[a]=!0,s},{});for(let[s,a]of Object.entries(e[r]||{}))i[s]={},a&&ks(i[s],a,o);for(let s in t[r])Qi.call(t[r],s)&&(i[s]||(i[s]={}),t[r]&&t[r][s]&&ks(i[s],t[r][s],o));e[r]=i}}}return e}uD.exports=(e,t)=>ks(e,t,O2)});var pD=b(dD=>{"use strict";var R2=Ir(),P2=Nh(),L2=hs(),Nm=aE(),F2=uE(),j2=k(),B2=DE(),z2=ZE(),V2=KE(),q2=rD(),W2=oD(),Xu=Au(),ec=cD();function Rm(e){var t=B2(e),n=q2(e),r=z2(e),i=V2(n),o={List:R2,SyntaxError:P2,TokenStream:L2,Lexer:Nm,vendorPrefix:Xu.vendorPrefix,keyword:Xu.keyword,property:Xu.property,isCustomProperty:Xu.isCustomProperty,definitionSyntax:F2,lexer:null,createLexer:function(s){return new Nm(s,o,o.lexer.structure)},tokenize:j2,parse:t,walk:n,generate:r,find:n.find,findLast:n.findLast,findAll:n.findAll,clone:W2,fromPlainObject:i.fromPlainObject,toPlainObject:i.toPlainObject,createSyntax:function(s){return Rm(ec({},s))},fork:function(s){var a=ec({},e);return Rm(typeof s=="function"?s(a,Object.assign):ec(a,s))}};return o.lexer=new Nm({generic:!0,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},o),o}dD.create=function(e){return Rm(ec({},e))}});var fD=b((RZ,U2)=>{U2.exports={"@charset":{syntax:'@charset "<charset>";',groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{syntax:`@counter-style <counter-style-name> {
12
12
  [ system: <counter-system>; ] ||
13
13
  [ symbols: <counter-symbols>; ] ||
14
14
  [ additive-symbols: <additive-symbols>; ] ||
@@ -45,19 +45,19 @@ var Jk=Object.create;var Pc=Object.defineProperty,eM=Object.defineProperties,tM=
45
45
  <group-rule-body>
46
46
  }`,interfaces:["CSSGroupingRule","CSSConditionRule","CSSSupportsRule"],groups:["CSS Conditional Rules"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@supports"},"@viewport":{syntax:`@viewport {
47
47
  <group-rule-body>
48
- }`,interfaces:["CSSViewportRule"],groups:["CSS Device Adaptation"],descriptors:{height:{syntax:"<viewport-length>{1,2}",media:["visual","continuous"],initial:["min-height","max-height"],percentages:["min-height","max-height"],computed:["min-height","max-height"],order:"orderOfAppearance",status:"standard"},"max-height":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToHeightOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"max-width":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToWidthOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"max-zoom":{syntax:"auto | <number> | <percentage>",media:["visual","continuous"],initial:"auto",percentages:"the zoom factor itself",computed:"autoNonNegativeOrPercentage",order:"uniqueOrder",status:"standard"},"min-height":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToHeightOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"min-width":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToWidthOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"min-zoom":{syntax:"auto | <number> | <percentage>",media:["visual","continuous"],initial:"auto",percentages:"the zoom factor itself",computed:"autoNonNegativeOrPercentage",order:"uniqueOrder",status:"standard"},orientation:{syntax:"auto | portrait | landscape",media:["visual","continuous"],initial:"auto",percentages:"referToSizeOfBoundingBox",computed:"asSpecified",order:"uniqueOrder",status:"standard"},"user-zoom":{syntax:"zoom | fixed",media:["visual","continuous"],initial:"zoom",percentages:"referToSizeOfBoundingBox",computed:"asSpecified",order:"uniqueOrder",status:"standard"},"viewport-fit":{syntax:"auto | contain | cover",media:["visual","continuous"],initial:"auto",percentages:"no",computed:"asSpecified",order:"uniqueOrder",status:"standard"},width:{syntax:"<viewport-length>{1,2}",media:["visual","continuous"],initial:["min-width","max-width"],percentages:["min-width","max-width"],computed:["min-width","max-width"],order:"orderOfAppearance",status:"standard"},zoom:{syntax:"auto | <number> | <percentage>",media:["visual","continuous"],initial:"auto",percentages:"the zoom factor itself",computed:"autoNonNegativeOrPercentage",order:"uniqueOrder",status:"standard"}},status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@viewport"}}});var hD=b((PK,HW)=>{HW.exports={"--*":{syntax:"<declaration-value>",media:"all",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Variables"],initial:"seeProse",appliesto:"allElements",computed:"asSpecifiedWithVarsSubstituted",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/--*"},"-ms-accelerator":{syntax:"false | true",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"false",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-accelerator"},"-ms-block-progression":{syntax:"tb | rl | bt | lr",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"tb",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-block-progression"},"-ms-content-zoom-chaining":{syntax:"none | chained",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-chaining"},"-ms-content-zooming":{syntax:"none | zoom",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"zoomForTheTopLevelNoneForTheRest",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zooming"},"-ms-content-zoom-limit":{syntax:"<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],groups:["Microsoft Extensions"],initial:["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit"},"-ms-content-zoom-limit-max":{syntax:"<percentage>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"maxZoomFactor",groups:["Microsoft Extensions"],initial:"400%",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-max"},"-ms-content-zoom-limit-min":{syntax:"<percentage>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"minZoomFactor",groups:["Microsoft Extensions"],initial:"100%",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-min"},"-ms-content-zoom-snap":{syntax:"<'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-content-zoom-snap-type","-ms-content-zoom-snap-points"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-content-zoom-snap-type","-ms-content-zoom-snap-points"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap"},"-ms-content-zoom-snap-points":{syntax:"snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"snapInterval(0%, 100%)",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-points"},"-ms-content-zoom-snap-type":{syntax:"none | proximity | mandatory",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-type"},"-ms-filter":{syntax:"<string>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:'""',appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-filter"},"-ms-flow-from":{syntax:"[ none | <custom-ident> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-flow-from"},"-ms-flow-into":{syntax:"[ none | <custom-ident> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"iframeElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-flow-into"},"-ms-grid-columns":{syntax:"none | <track-list> | <auto-track-list>",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-grid-columns"},"-ms-grid-rows":{syntax:"none | <track-list> | <auto-track-list>",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-grid-rows"},"-ms-high-contrast-adjust":{syntax:"auto | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-high-contrast-adjust"},"-ms-hyphenate-limit-chars":{syntax:"auto | <integer>{1,3}",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-chars"},"-ms-hyphenate-limit-lines":{syntax:"no-limit | <integer>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"no-limit",appliesto:"blockContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-lines"},"-ms-hyphenate-limit-zone":{syntax:"<percentage> | <length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"referToLineBoxWidth",groups:["Microsoft Extensions"],initial:"0",appliesto:"blockContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-zone"},"-ms-ime-align":{syntax:"auto | after",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-ime-align"},"-ms-overflow-style":{syntax:"auto | none | scrollbar | -ms-autohiding-scrollbar",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-overflow-style"},"-ms-scrollbar-3dlight-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-3dlight-color"},"-ms-scrollbar-arrow-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ButtonText",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-arrow-color"},"-ms-scrollbar-base-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-base-color"},"-ms-scrollbar-darkshadow-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDDarkShadow",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-darkshadow-color"},"-ms-scrollbar-face-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDFace",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-face-color"},"-ms-scrollbar-highlight-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDHighlight",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-highlight-color"},"-ms-scrollbar-shadow-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDDarkShadow",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-shadow-color"},"-ms-scrollbar-track-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"Scrollbar",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color"},"-ms-scroll-chaining":{syntax:"chained | none",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"chained",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-chaining"},"-ms-scroll-limit":{syntax:"<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-scroll-limit-x-min","-ms-scroll-limit-y-min","-ms-scroll-limit-x-max","-ms-scroll-limit-y-max"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-scroll-limit-x-min","-ms-scroll-limit-y-min","-ms-scroll-limit-x-max","-ms-scroll-limit-y-max"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit"},"-ms-scroll-limit-x-max":{syntax:"auto | <length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-max"},"-ms-scroll-limit-x-min":{syntax:"<length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"0",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-min"},"-ms-scroll-limit-y-max":{syntax:"auto | <length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-max"},"-ms-scroll-limit-y-min":{syntax:"<length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"0",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-min"},"-ms-scroll-rails":{syntax:"none | railed",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"railed",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-rails"},"-ms-scroll-snap-points-x":{syntax:"snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"snapInterval(0px, 100%)",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-x"},"-ms-scroll-snap-points-y":{syntax:"snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"snapInterval(0px, 100%)",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-y"},"-ms-scroll-snap-type":{syntax:"none | proximity | mandatory",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-type"},"-ms-scroll-snap-x":{syntax:"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-scroll-snap-type","-ms-scroll-snap-points-x"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-scroll-snap-type","-ms-scroll-snap-points-x"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-x"},"-ms-scroll-snap-y":{syntax:"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-scroll-snap-type","-ms-scroll-snap-points-y"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-scroll-snap-type","-ms-scroll-snap-points-y"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-y"},"-ms-scroll-translation":{syntax:"none | vertical-to-horizontal",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-translation"},"-ms-text-autospace":{syntax:"none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-text-autospace"},"-ms-touch-select":{syntax:"grippers | none",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"grippers",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-touch-select"},"-ms-user-select":{syntax:"none | element | text",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"text",appliesto:"nonReplacedElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-user-select"},"-ms-wrap-flow":{syntax:"auto | both | start | end | maximum | clear",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-flow"},"-ms-wrap-margin":{syntax:"<length>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"0",appliesto:"exclusionElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-margin"},"-ms-wrap-through":{syntax:"wrap | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"wrap",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-through"},"-moz-appearance":{syntax:"none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"noneButOverriddenInUserAgentCSS",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/appearance"},"-moz-binding":{syntax:"<url> | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElementsExceptGeneratedContentOrPseudoElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-binding"},"-moz-border-bottom-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-bottom-colors"},"-moz-border-left-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-left-colors"},"-moz-border-right-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-right-colors"},"-moz-border-top-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-top-colors"},"-moz-context-properties":{syntax:"none | [ fill | fill-opacity | stroke | stroke-opacity ]#",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElementsThatCanReferenceImages",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties"},"-moz-float-edge":{syntax:"border-box | content-box | margin-box | padding-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"content-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-float-edge"},"-moz-force-broken-image-icon":{syntax:"<integer [0,1]>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"0",appliesto:"images",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-force-broken-image-icon"},"-moz-image-region":{syntax:"<shape> | auto",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"auto",appliesto:"xulImageElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-image-region"},"-moz-orient":{syntax:"inline | block | horizontal | vertical",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"inline",appliesto:"anyElementEffectOnProgressAndMeter",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-orient"},"-moz-outline-radius":{syntax:"<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?",media:"visual",inherited:!1,animationType:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],percentages:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],groups:["Mozilla Extensions"],initial:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],appliesto:"allElements",computed:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius"},"-moz-outline-radius-bottomleft":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomleft"},"-moz-outline-radius-bottomright":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomright"},"-moz-outline-radius-topleft":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topleft"},"-moz-outline-radius-topright":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topright"},"-moz-stack-sizing":{syntax:"ignore | stretch-to-fit",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"stretch-to-fit",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-stack-sizing"},"-moz-text-blink":{syntax:"none | blink",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-text-blink"},"-moz-user-focus":{syntax:"ignore | normal | select-after | select-before | select-menu | select-same | select-all | none",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-user-focus"},"-moz-user-input":{syntax:"auto | none | enabled | disabled",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-user-input"},"-moz-user-modify":{syntax:"read-only | read-write | write-only",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"read-only",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-user-modify"},"-moz-window-dragging":{syntax:"drag | no-drag",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"drag",appliesto:"allElementsCreatingNativeWindows",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-window-dragging"},"-moz-window-shadow":{syntax:"default | menu | tooltip | sheet | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"default",appliesto:"allElementsCreatingNativeWindows",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-window-shadow"},"-webkit-appearance":{syntax:"none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"noneButOverriddenInUserAgentCSS",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/appearance"},"-webkit-border-before":{syntax:"<'border-width'> || <'border-style'> || <'color'>",media:"visual",inherited:!0,animationType:"discrete",percentages:["-webkit-border-before-width"],groups:["WebKit Extensions"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","color"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before"},"-webkit-border-before-color":{syntax:"<'color'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"nonstandard"},"-webkit-border-before-style":{syntax:"<'border-style'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard"},"-webkit-border-before-width":{syntax:"<'border-width'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["WebKit Extensions"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"nonstandard"},"-webkit-box-reflect":{syntax:"[ above | below | right | left ]? <length>? <image>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"},"-webkit-line-clamp":{syntax:"none | <integer>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["WebKit Extensions","CSS Overflow"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"},"-webkit-mask":{syntax:"[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:["-webkit-mask-image","-webkit-mask-repeat","-webkit-mask-attachment","-webkit-mask-position","-webkit-mask-origin","-webkit-mask-clip"],appliesto:"allElements",computed:["-webkit-mask-image","-webkit-mask-repeat","-webkit-mask-attachment","-webkit-mask-position","-webkit-mask-origin","-webkit-mask-clip"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask"},"-webkit-mask-attachment":{syntax:"<attachment>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"scroll",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment"},"-webkit-mask-clip":{syntax:"[ <box> | border | padding | content | text ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"border",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-clip"},"-webkit-mask-composite":{syntax:"<composite-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"source-over",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite"},"-webkit-mask-image":{syntax:"<mask-reference>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"none",appliesto:"allElements",computed:"absoluteURIOrNone",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-image"},"-webkit-mask-origin":{syntax:"[ <box> | border | padding | content ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"padding",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-origin"},"-webkit-mask-position":{syntax:"<position>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfElement",groups:["WebKit Extensions"],initial:"0% 0%",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-position"},"-webkit-mask-position-x":{syntax:"[ <length-percentage> | left | center | right ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfElement",groups:["WebKit Extensions"],initial:"0%",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-x"},"-webkit-mask-position-y":{syntax:"[ <length-percentage> | top | center | bottom ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfElement",groups:["WebKit Extensions"],initial:"0%",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-y"},"-webkit-mask-repeat":{syntax:"<repeat-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"repeat",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-repeat"},"-webkit-mask-repeat-x":{syntax:"repeat | no-repeat | space | round",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"repeat",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-x"},"-webkit-mask-repeat-y":{syntax:"repeat | no-repeat | space | round",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"repeat",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-y"},"-webkit-mask-size":{syntax:"<bg-size>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"relativeToBackgroundPositioningArea",groups:["WebKit Extensions"],initial:"auto auto",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-size"},"-webkit-overflow-scrolling":{syntax:"auto | touch",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling"},"-webkit-tap-highlight-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"black",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-tap-highlight-color"},"-webkit-text-fill-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["WebKit Extensions"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color"},"-webkit-text-stroke":{syntax:"<length> || <color>",media:"visual",inherited:!0,animationType:["-webkit-text-stroke-width","-webkit-text-stroke-color"],percentages:"no",groups:["WebKit Extensions"],initial:["-webkit-text-stroke-width","-webkit-text-stroke-color"],appliesto:"allElements",computed:["-webkit-text-stroke-width","-webkit-text-stroke-color"],order:"canonicalOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke"},"-webkit-text-stroke-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["WebKit Extensions"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color"},"-webkit-text-stroke-width":{syntax:"<length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"0",appliesto:"allElements",computed:"absoluteLength",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width"},"-webkit-touch-callout":{syntax:"default | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"default",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-touch-callout"},"-webkit-user-modify":{syntax:"read-only | read-write | read-write-plaintext-only",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"read-only",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard"},"align-content":{syntax:"normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multilineFlexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-content"},"align-items":{syntax:"normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-items"},"align-self":{syntax:"auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"auto",appliesto:"flexItemsGridItemsAndAbsolutelyPositionedBoxes",computed:"autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-self"},"align-tracks":{syntax:"[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"normal",appliesto:"gridContainersWithMasonryLayoutInTheirBlockAxis",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-tracks"},all:{syntax:"initial | inherit | unset | revert",media:"noPracticalMedia",inherited:!1,animationType:"eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",percentages:"no",groups:["CSS Miscellaneous"],initial:"noPracticalInitialValue",appliesto:"allElements",computed:"asSpecifiedAppliesToEachProperty",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/all"},animation:{syntax:"<single-animation>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:["animation-name","animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state"],appliesto:"allElementsAndPseudos",computed:["animation-name","animation-duration","animation-timing-function","animation-delay","animation-direction","animation-iteration-count","animation-fill-mode","animation-play-state"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation"},"animation-delay":{syntax:"<time>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-delay"},"animation-direction":{syntax:"<single-animation-direction>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"normal",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-direction"},"animation-duration":{syntax:"<time>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-duration"},"animation-fill-mode":{syntax:"<single-animation-fill-mode>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"none",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode"},"animation-iteration-count":{syntax:"<single-animation-iteration-count>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"1",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count"},"animation-name":{syntax:"[ none | <keyframes-name> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"none",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-name"},"animation-play-state":{syntax:"<single-animation-play-state>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"running",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-play-state"},"animation-timing-function":{syntax:"<timing-function>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"ease",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"},appearance:{syntax:"none | auto | textfield | menulist-button | <compat-auto>",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/appearance"},"aspect-ratio":{syntax:"auto | <ratio>",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes",computed:"asSpecified",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"},azimuth:{syntax:"<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards",media:"aural",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Speech"],initial:"center",appliesto:"allElements",computed:"normalizedAngle",order:"orderOfAppearance",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/azimuth"},"backdrop-filter":{syntax:"none | <filter-function-list>",media:"visual",inherited:!1,animationType:"filterList",percentages:"no",groups:["Filter Effects"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/backdrop-filter"},"backface-visibility":{syntax:"visible | hidden",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transforms"],initial:"visible",appliesto:"transformableElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/backface-visibility"},background:{syntax:"[ <bg-layer> , ]* <final-bg-layer>",media:"visual",inherited:!1,animationType:["background-color","background-image","background-clip","background-position","background-size","background-repeat","background-attachment"],percentages:["background-position","background-size"],groups:["CSS Backgrounds and Borders"],initial:["background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color"],appliesto:"allElements",computed:["background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background"},"background-attachment":{syntax:"<attachment>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"scroll",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-attachment"},"background-blend-mode":{syntax:"<blend-mode>#",media:"none",inherited:!1,animationType:"discrete",percentages:"no",groups:["Compositing and Blending"],initial:"normal",appliesto:"allElementsSVGContainerGraphicsAndGraphicsReferencingElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"},"background-clip":{syntax:"<box>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"border-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-clip"},"background-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"transparent",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-color"},"background-image":{syntax:"<bg-image>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecifiedURLsAbsolute",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-image"},"background-origin":{syntax:"<box>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"padding-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-origin"},"background-position":{syntax:"<bg-position>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"referToSizeOfBackgroundPositioningAreaMinusBackgroundImageSize",groups:["CSS Backgrounds and Borders"],initial:"0% 0%",appliesto:"allElements",computed:"listEachItemTwoKeywordsOriginOffsets",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-position"},"background-position-x":{syntax:"[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToWidthOfBackgroundPositioningAreaMinusBackgroundImageHeight",groups:["CSS Backgrounds and Borders"],initial:"left",appliesto:"allElements",computed:"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-position-x"},"background-position-y":{syntax:"[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToHeightOfBackgroundPositioningAreaMinusBackgroundImageHeight",groups:["CSS Backgrounds and Borders"],initial:"top",appliesto:"allElements",computed:"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-position-y"},"background-repeat":{syntax:"<repeat-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"repeat",appliesto:"allElements",computed:"listEachItemHasTwoKeywordsOnePerDimension",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-repeat"},"background-size":{syntax:"<bg-size>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"relativeToBackgroundPositioningArea",groups:["CSS Backgrounds and Borders"],initial:"auto auto",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-size"},"block-overflow":{syntax:"clip | ellipsis | <string>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"clip",appliesto:"blockContainers",computed:"asSpecified",order:"perGrammar",status:"experimental"},"block-size":{syntax:"<'width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"blockSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"sameAsWidthAndHeight",computed:"sameAsWidthAndHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/block-size"},border:{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-color","border-style","border-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-width","border-style","border-color"],appliesto:"allElements",computed:["border-width","border-style","border-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border"},"border-block":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block"},"border-block-color":{syntax:"<'border-top-color'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-color"},"border-block-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-style"},"border-block-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-width"},"border-block-end":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-block-end-color","border-block-end-style","border-block-end-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end"},"border-block-end-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end-color"},"border-block-end-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end-style"},"border-block-end-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"},"border-block-start":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-block-start-color","border-block-start-style","border-block-start-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","border-block-start-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start"},"border-block-start-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start-color"},"border-block-start-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start-style"},"border-block-start-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"},"border-bottom":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-bottom-color","border-bottom-style","border-bottom-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-bottom-width","border-bottom-style","border-bottom-color"],appliesto:"allElements",computed:["border-bottom-width","border-bottom-style","border-bottom-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom"},"border-bottom-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-color"},"border-bottom-left-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius"},"border-bottom-right-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius"},"border-bottom-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-style"},"border-bottom-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderBottomStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-width"},"border-collapse":{syntax:"collapse | separate",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"separate",appliesto:"tableElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-collapse"},"border-color":{syntax:"<color>{1,4}",media:"visual",inherited:!1,animationType:["border-bottom-color","border-left-color","border-right-color","border-top-color"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-color","border-right-color","border-bottom-color","border-left-color"],appliesto:"allElements",computed:["border-bottom-color","border-left-color","border-right-color","border-top-color"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-color"},"border-end-end-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"},"border-end-start-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius"},"border-image":{syntax:"<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",media:"visual",inherited:!1,animationType:"discrete",percentages:["border-image-slice","border-image-width"],groups:["CSS Backgrounds and Borders"],initial:["border-image-source","border-image-slice","border-image-width","border-image-outset","border-image-repeat"],appliesto:"allElementsExceptTableElementsWhenCollapse",computed:["border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image"},"border-image-outset":{syntax:"[ <length> | <number> ]{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-outset"},"border-image-repeat":{syntax:"[ stretch | repeat | round | space ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"stretch",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"},"border-image-slice":{syntax:"<number-percentage>{1,4} && fill?",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"referToSizeOfBorderImage",groups:["CSS Backgrounds and Borders"],initial:"100%",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"oneToFourPercentagesOrAbsoluteLengthsPlusFill",order:"percentagesOrLengthsFollowedByFill",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-slice"},"border-image-source":{syntax:"none | <image>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"noneOrImageWithAbsoluteURI",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-source"},"border-image-width":{syntax:"[ <length-percentage> | <number> | auto ]{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"referToWidthOrHeightOfBorderImageArea",groups:["CSS Backgrounds and Borders"],initial:"1",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-width"},"border-inline":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline"},"border-inline-end":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-inline-end-color","border-inline-end-style","border-inline-end-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","border-inline-end-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end"},"border-inline-color":{syntax:"<'border-top-color'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-color"},"border-inline-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-style"},"border-inline-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-width"},"border-inline-end-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color"},"border-inline-end-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style"},"border-inline-end-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"},"border-inline-start":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-inline-start-color","border-inline-start-style","border-inline-start-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","border-inline-start-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start"},"border-inline-start-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color"},"border-inline-start-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style"},"border-inline-start-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"},"border-left":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-left-color","border-left-style","border-left-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-left-width","border-left-style","border-left-color"],appliesto:"allElements",computed:["border-left-width","border-left-style","border-left-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left"},"border-left-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left-color"},"border-left-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left-style"},"border-left-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderLeftStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left-width"},"border-radius":{syntax:"<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",media:"visual",inherited:!1,animationType:["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:["border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-radius"},"border-right":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-right-color","border-right-style","border-right-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-right-width","border-right-style","border-right-color"],appliesto:"allElements",computed:["border-right-width","border-right-style","border-right-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right"},"border-right-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right-color"},"border-right-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right-style"},"border-right-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderRightStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right-width"},"border-spacing":{syntax:"<length> <length>?",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"0",appliesto:"tableElements",computed:"twoAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-spacing"},"border-start-end-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"},"border-start-start-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius"},"border-style":{syntax:"<line-style>{1,4}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-style","border-right-style","border-bottom-style","border-left-style"],appliesto:"allElements",computed:["border-bottom-style","border-left-style","border-right-style","border-top-style"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-style"},"border-top":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-top-color","border-top-style","border-top-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top"},"border-top-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-color"},"border-top-left-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius"},"border-top-right-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius"},"border-top-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-style"},"border-top-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderTopStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-width"},"border-width":{syntax:"<line-width>{1,4}",media:"visual",inherited:!1,animationType:["border-bottom-width","border-left-width","border-right-width","border-top-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-width","border-right-width","border-bottom-width","border-left-width"],appliesto:"allElements",computed:["border-bottom-width","border-left-width","border-right-width","border-top-width"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-width"},bottom:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToContainingBlockHeight",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/bottom"},"box-align":{syntax:"start | center | end | baseline | stretch",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"stretch",appliesto:"elementsWithDisplayBoxOrInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-align"},"box-decoration-break":{syntax:"slice | clone",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"slice",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-decoration-break"},"box-direction":{syntax:"normal | reverse | inherit",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"normal",appliesto:"elementsWithDisplayBoxOrInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-direction"},"box-flex":{syntax:"<number>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"0",appliesto:"directChildrenOfElementsWithDisplayMozBoxMozInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-flex"},"box-flex-group":{syntax:"<integer>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"1",appliesto:"inFlowChildrenOfBoxElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-flex-group"},"box-lines":{syntax:"single | multiple",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"single",appliesto:"boxElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-lines"},"box-ordinal-group":{syntax:"<integer>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"1",appliesto:"childrenOfBoxElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-ordinal-group"},"box-orient":{syntax:"horizontal | vertical | inline-axis | block-axis | inherit",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"inlineAxisHorizontalInXUL",appliesto:"elementsWithDisplayBoxOrInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-orient"},"box-pack":{syntax:"start | center | end | justify",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"start",appliesto:"elementsWithDisplayMozBoxMozInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-pack"},"box-shadow":{syntax:"none | <shadow>#",media:"visual",inherited:!1,animationType:"shadowList",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"absoluteLengthsSpecifiedColorAsSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-shadow"},"box-sizing":{syntax:"content-box | border-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"content-box",appliesto:"allElementsAcceptingWidthOrHeight",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-sizing"},"break-after":{syntax:"auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/break-after"},"break-before":{syntax:"auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/break-before"},"break-inside":{syntax:"auto | avoid | avoid-page | avoid-column | avoid-region",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/break-inside"},"caption-side":{syntax:"top | bottom | block-start | block-end | inline-start | inline-end",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"top",appliesto:"tableCaptionElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/caption-side"},"caret-color":{syntax:"auto | <color>",media:"interactive",inherited:!0,animationType:"color",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asAutoOrColor",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/caret-color"},clear:{syntax:"none | left | right | both | inline-start | inline-end",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Positioning"],initial:"none",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/clear"},clip:{syntax:"<shape> | auto",media:"visual",inherited:!1,animationType:"rectangle",percentages:"no",groups:["CSS Masking"],initial:"auto",appliesto:"absolutelyPositionedElements",computed:"autoOrRectangle",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/clip"},"clip-path":{syntax:"<clip-source> | [ <basic-shape> || <geometry-box> ] | none",media:"visual",inherited:!1,animationType:"basicShapeOtherwiseNo",percentages:"referToReferenceBoxWhenSpecifiedOtherwiseBorderBox",groups:["CSS Masking"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedURLsAbsolute",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/clip-path"},color:{syntax:"<color>",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["CSS Color"],initial:"variesFromBrowserToBrowser",appliesto:"allElements",computed:"translucentValuesRGBAOtherwiseRGB",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/color"},"color-adjust":{syntax:"economy | exact",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Color"],initial:"economy",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/color-adjust"},"column-count":{syntax:"<integer> | auto",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Columns"],initial:"auto",appliesto:"blockContainersExceptTableWrappers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-count"},"column-fill":{syntax:"auto | balance | balance-all",media:"visualInContinuousMediaNoEffectInOverflowColumns",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Columns"],initial:"balance",appliesto:"multicolElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-fill"},"column-gap":{syntax:"normal | <length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfContentArea",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multiColumnElementsFlexContainersGridContainers",computed:"asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-gap"},"column-rule":{syntax:"<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",media:"visual",inherited:!1,animationType:["column-rule-color","column-rule-style","column-rule-width"],percentages:"no",groups:["CSS Columns"],initial:["column-rule-width","column-rule-style","column-rule-color"],appliesto:"multicolElements",computed:["column-rule-color","column-rule-style","column-rule-width"],order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule"},"column-rule-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Columns"],initial:"currentcolor",appliesto:"multicolElements",computed:"computedColor",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule-color"},"column-rule-style":{syntax:"<'border-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Columns"],initial:"none",appliesto:"multicolElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule-style"},"column-rule-width":{syntax:"<'border-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Columns"],initial:"medium",appliesto:"multicolElements",computed:"absoluteLength0IfColumnRuleStyleNoneOrHidden",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule-width"},"column-span":{syntax:"none | all",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Columns"],initial:"none",appliesto:"inFlowBlockLevelElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-span"},"column-width":{syntax:"<length> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Columns"],initial:"auto",appliesto:"blockContainersExceptTableWrappers",computed:"absoluteLengthZeroOrLarger",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-width"},columns:{syntax:"<'column-width'> || <'column-count'>",media:"visual",inherited:!1,animationType:["column-width","column-count"],percentages:"no",groups:["CSS Columns"],initial:["column-width","column-count"],appliesto:"blockContainersExceptTableWrappers",computed:["column-width","column-count"],order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/columns"},contain:{syntax:"none | strict | content | [ size || layout || style || paint ]",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Containment"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/contain"},content:{syntax:"normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Generated Content"],initial:"normal",appliesto:"beforeAndAfterPseudos",computed:"normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/content"},"counter-increment":{syntax:"[ <custom-ident> <integer>? ]+ | none",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Counter Styles"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/counter-increment"},"counter-reset":{syntax:"[ <custom-ident> <integer>? ]+ | none",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Counter Styles"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/counter-reset"},"counter-set":{syntax:"[ <custom-ident> <integer>? ]+ | none",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Counter Styles"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/counter-set"},cursor:{syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",media:["visual","interactive"],inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asSpecifiedURLsAbsolute",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/cursor"},direction:{syntax:"ltr | rtl",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"ltr",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/direction"},display:{syntax:"[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Display"],initial:"inline",appliesto:"allElements",computed:"asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/display"},"empty-cells":{syntax:"show | hide",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"show",appliesto:"tableCellElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/empty-cells"},filter:{syntax:"none | <filter-function-list>",media:"visual",inherited:!1,animationType:"filterList",percentages:"no",groups:["Filter Effects"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/filter"},flex:{syntax:"none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",media:"visual",inherited:!1,animationType:["flex-grow","flex-shrink","flex-basis"],percentages:"no",groups:["CSS Flexible Box Layout"],initial:["flex-grow","flex-shrink","flex-basis"],appliesto:"flexItemsAndInFlowPseudos",computed:["flex-grow","flex-shrink","flex-basis"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex"},"flex-basis":{syntax:"content | <'width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToFlexContainersInnerMainSize",groups:["CSS Flexible Box Layout"],initial:"auto",appliesto:"flexItemsAndInFlowPseudos",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"lengthOrPercentageBeforeKeywordIfBothPresent",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-basis"},"flex-direction":{syntax:"row | row-reverse | column | column-reverse",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"row",appliesto:"flexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-direction"},"flex-flow":{syntax:"<'flex-direction'> || <'flex-wrap'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Flexible Box Layout"],initial:["flex-direction","flex-wrap"],appliesto:"flexContainers",computed:["flex-direction","flex-wrap"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-flow"},"flex-grow":{syntax:"<number>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"0",appliesto:"flexItemsAndInFlowPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-grow"},"flex-shrink":{syntax:"<number>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"1",appliesto:"flexItemsAndInFlowPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-shrink"},"flex-wrap":{syntax:"nowrap | wrap | wrap-reverse",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"nowrap",appliesto:"flexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-wrap"},float:{syntax:"left | right | none | inline-start | inline-end",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Positioning"],initial:"none",appliesto:"allElementsNoEffectIfDisplayNone",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/float"},font:{syntax:"[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar",media:"visual",inherited:!0,animationType:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],percentages:["font-size","line-height"],groups:["CSS Fonts"],initial:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],appliesto:"allElements",computed:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font"},"font-family":{syntax:"[ <family-name> | <generic-family> ]#",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-family"},"font-feature-settings":{syntax:"normal | <feature-tag-value>#",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-feature-settings"},"font-kerning":{syntax:"auto | normal | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-kerning"},"font-language-override":{syntax:"normal | <string>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-language-override"},"font-optical-sizing":{syntax:"auto | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing"},"font-variation-settings":{syntax:"normal | [ <string> <number> ]#",media:"visual",inherited:!0,animationType:"transform",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"},"font-size":{syntax:"<absolute-size> | <relative-size> | <length-percentage>",media:"visual",inherited:!0,animationType:"length",percentages:"referToParentElementsFontSize",groups:["CSS Fonts"],initial:"medium",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-size"},"font-size-adjust":{syntax:"none | <number>",media:"visual",inherited:!0,animationType:"number",percentages:"no",groups:["CSS Fonts"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"},"font-smooth":{syntax:"auto | never | always | <absolute-size> | <length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-smooth"},"font-stretch":{syntax:"<font-stretch-absolute>",media:"visual",inherited:!0,animationType:"fontStretch",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-stretch"},"font-style":{syntax:"normal | italic | oblique <angle>?",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-style"},"font-synthesis":{syntax:"none | [ weight || style ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"weight style",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-synthesis"},"font-variant":{syntax:"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant"},"font-variant-alternates":{syntax:"normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates"},"font-variant-caps":{syntax:"normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-caps"},"font-variant-east-asian":{syntax:"normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian"},"font-variant-ligatures":{syntax:"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures"},"font-variant-numeric":{syntax:"normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric"},"font-variant-position":{syntax:"normal | sub | super",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-position"},"font-weight":{syntax:"<font-weight-absolute> | bolder | lighter",media:"visual",inherited:!0,animationType:"fontWeight",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"keywordOrNumericalValueBolderLighterTransformedToRealValue",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-weight"},gap:{syntax:"<'row-gap'> <'column-gap'>?",media:"visual",inherited:!1,animationType:["row-gap","column-gap"],percentages:"no",groups:["CSS Box Alignment"],initial:["row-gap","column-gap"],appliesto:"multiColumnElementsFlexContainersGridContainers",computed:["row-gap","column-gap"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/gap"},grid:{syntax:"<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>",media:"visual",inherited:!1,animationType:"discrete",percentages:["grid-template-rows","grid-template-columns","grid-auto-rows","grid-auto-columns"],groups:["CSS Grid Layout"],initial:["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","grid-column-gap","grid-row-gap","column-gap","row-gap"],appliesto:"gridContainers",computed:["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","grid-column-gap","grid-row-gap","column-gap","row-gap"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid"},"grid-area":{syntax:"<grid-line> [ / <grid-line> ]{0,3}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],appliesto:"gridItemsAndBoxesWithinGridContainer",computed:["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-area"},"grid-auto-columns":{syntax:"<track-size>+",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-auto-columns"},"grid-auto-flow":{syntax:"[ row | column ] || dense",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"row",appliesto:"gridContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow"},"grid-auto-rows":{syntax:"<track-size>+",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-auto-rows"},"grid-column":{syntax:"<grid-line> [ / <grid-line> ]?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:["grid-column-start","grid-column-end"],appliesto:"gridItemsAndBoxesWithinGridContainer",computed:["grid-column-start","grid-column-end"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-column"},"grid-column-end":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-column-end"},"grid-column-gap":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"0",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-gap"},"grid-column-start":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-column-start"},"grid-gap":{syntax:"<'grid-row-gap'> <'grid-column-gap'>?",media:"visual",inherited:!1,animationType:["grid-row-gap","grid-column-gap"],percentages:"no",groups:["CSS Grid Layout"],initial:["grid-row-gap","grid-column-gap"],appliesto:"gridContainers",computed:["grid-row-gap","grid-column-gap"],order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/gap"},"grid-row":{syntax:"<grid-line> [ / <grid-line> ]?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:["grid-row-start","grid-row-end"],appliesto:"gridItemsAndBoxesWithinGridContainer",computed:["grid-row-start","grid-row-end"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-row"},"grid-row-end":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-row-end"},"grid-row-gap":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"0",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/row-gap"},"grid-row-start":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-row-start"},"grid-template":{syntax:"none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?",media:"visual",inherited:!1,animationType:"discrete",percentages:["grid-template-columns","grid-template-rows"],groups:["CSS Grid Layout"],initial:["grid-template-columns","grid-template-rows","grid-template-areas"],appliesto:"gridContainers",computed:["grid-template-columns","grid-template-rows","grid-template-areas"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template"},"grid-template-areas":{syntax:"none | <string>+",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template-areas"},"grid-template-columns":{syntax:"none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template-columns"},"grid-template-rows":{syntax:"none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template-rows"},"hanging-punctuation":{syntax:"none | [ first || [ force-end | allow-end ] || last ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation"},height:{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableColumns",computed:"percentageAutoOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/height"},hyphens:{syntax:"none | manual | auto",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"manual",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/hyphens"},"image-orientation":{syntax:"from-image | <angle> | [ <angle>? flip ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"from-image",appliesto:"allElements",computed:"angleRoundedToNextQuarter",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/image-orientation"},"image-rendering":{syntax:"auto | crisp-edges | pixelated",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/image-rendering"},"image-resolution":{syntax:"[ from-image || <resolution> ] && snap?",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"1dppx",appliesto:"allElements",computed:"asSpecifiedWithExceptionOfResolution",order:"uniqueOrder",status:"experimental"},"ime-mode":{syntax:"auto | normal | active | inactive | disabled",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"textFields",computed:"asSpecified",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/ime-mode"},"initial-letter":{syntax:"normal | [ <number> <integer>? ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Inline"],initial:"normal",appliesto:"firstLetterPseudoElementsAndInlineLevelFirstChildren",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/initial-letter"},"initial-letter-align":{syntax:"[ auto | alphabetic | hanging | ideographic ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Inline"],initial:"auto",appliesto:"firstLetterPseudoElementsAndInlineLevelFirstChildren",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/initial-letter-align"},"inline-size":{syntax:"<'width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"inlineSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"sameAsWidthAndHeight",computed:"sameAsWidthAndHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inline-size"},inset:{syntax:"<'top'>{1,4}",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset"},"inset-block":{syntax:"<'top'>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-block"},"inset-block-end":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-block-end"},"inset-block-start":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-block-start"},"inset-inline":{syntax:"<'top'>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-inline"},"inset-inline-end":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-inline-end"},"inset-inline-start":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"},isolation:{syntax:"auto | isolate",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Compositing and Blending"],initial:"auto",appliesto:"allElementsSVGContainerGraphicsAndGraphicsReferencingElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/isolation"},"justify-content":{syntax:"normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"flexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-content"},"justify-items":{syntax:"normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"legacy",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-items"},"justify-self":{syntax:"auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"auto",appliesto:"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-self"},"justify-tracks":{syntax:"[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"normal",appliesto:"gridContainersWithMasonryLayoutInTheirInlineAxis",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-tracks"},left:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/left"},"letter-spacing":{syntax:"normal | <length>",media:"visual",inherited:!0,animationType:"length",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"optimumValueOfAbsoluteLengthOrNormal",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/letter-spacing"},"line-break":{syntax:"auto | loose | normal | strict | anywhere",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/line-break"},"line-clamp":{syntax:"none | <integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Overflow"],initial:"none",appliesto:"blockContainersExceptMultiColumnContainers",computed:"asSpecified",order:"perGrammar",status:"experimental"},"line-height":{syntax:"normal | <number> | <length> | <percentage>",media:"visual",inherited:!0,animationType:"numberOrLength",percentages:"referToElementFontSize",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"absoluteLengthOrAsSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/line-height"},"line-height-step":{syntax:"<length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"0",appliesto:"blockContainers",computed:"absoluteLength",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/line-height-step"},"list-style":{syntax:"<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:["list-style-type","list-style-position","list-style-image"],appliesto:"listItems",computed:["list-style-image","list-style-position","list-style-type"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style"},"list-style-image":{syntax:"<url> | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:"none",appliesto:"listItems",computed:"noneOrImageWithAbsoluteURI",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style-image"},"list-style-position":{syntax:"inside | outside",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:"outside",appliesto:"listItems",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style-position"},"list-style-type":{syntax:"<counter-style> | <string> | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:"disc",appliesto:"listItems",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style-type"},margin:{syntax:"[ <length> | <percentage> | auto ]{1,4}",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:["margin-bottom","margin-left","margin-right","margin-top"],appliesto:"allElementsExceptTableDisplayTypes",computed:["margin-bottom","margin-left","margin-right","margin-top"],order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin"},"margin-block":{syntax:"<'margin-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-block"},"margin-block-end":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-block-end"},"margin-block-start":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-block-start"},"margin-bottom":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-bottom"},"margin-inline":{syntax:"<'margin-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-inline"},"margin-inline-end":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-inline-end"},"margin-inline-start":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"},"margin-left":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-left"},"margin-right":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-right"},"margin-top":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-top"},"margin-trim":{syntax:"none | in-flow | all",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"none",appliesto:"blockContainersAndMultiColumnContainers",computed:"asSpecified",order:"perGrammar",alsoAppliesTo:["::first-letter","::first-line"],status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-trim"},mask:{syntax:"<mask-layer>#",media:"visual",inherited:!1,animationType:["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],percentages:["mask-position"],groups:["CSS Masking"],initial:["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],appliesto:"allElementsSVGContainerElements",computed:["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask"},"mask-border":{syntax:"<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>",media:"visual",inherited:!1,animationType:["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],percentages:["mask-border-slice","mask-border-width"],groups:["CSS Masking"],initial:["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],appliesto:"allElementsSVGContainerElements",computed:["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border"},"mask-border-mode":{syntax:"luminance | alpha",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"alpha",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-mode"},"mask-border-outset":{syntax:"[ <length> | <number> ]{1,4}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"0",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-outset"},"mask-border-repeat":{syntax:"[ stretch | repeat | round | space ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"stretch",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat"},"mask-border-slice":{syntax:"<number-percentage>{1,4} fill?",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfMaskBorderImage",groups:["CSS Masking"],initial:"0",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-slice"},"mask-border-source":{syntax:"none | <image>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedURLsAbsolute",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-source"},"mask-border-width":{syntax:"[ <length-percentage> | <number> | auto ]{1,4}",media:"visual",inherited:!1,animationType:"discrete",percentages:"relativeToMaskBorderImageArea",groups:["CSS Masking"],initial:"auto",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-width"},"mask-clip":{syntax:"[ <geometry-box> | no-clip ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"border-box",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-clip"},"mask-composite":{syntax:"<compositing-operator>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"add",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-composite"},"mask-image":{syntax:"<mask-reference>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedURLsAbsolute",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-image"},"mask-mode":{syntax:"<masking-mode>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"match-source",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-mode"},"mask-origin":{syntax:"<geometry-box>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"border-box",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-origin"},"mask-position":{syntax:"<position>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"referToSizeOfMaskPaintingArea",groups:["CSS Masking"],initial:"center",appliesto:"allElementsSVGContainerElements",computed:"consistsOfTwoKeywordsForOriginAndOffsets",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-position"},"mask-repeat":{syntax:"<repeat-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"no-repeat",appliesto:"allElementsSVGContainerElements",computed:"consistsOfTwoDimensionKeywords",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-repeat"},"mask-size":{syntax:"<bg-size>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"no",groups:["CSS Masking"],initial:"auto",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-size"},"mask-type":{syntax:"luminance | alpha",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"luminance",appliesto:"maskElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-type"},"masonry-auto-flow":{syntax:"[ pack | next ] || [ definite-first | ordered ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"pack",appliesto:"gridContainersWithMasonryLayout",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow"},"math-style":{syntax:"normal | compact",media:"visual",inherited:!0,animationType:"notAnimatable",percentages:"no",groups:["MathML"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/math-style"},"max-block-size":{syntax:"<'max-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"blockSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMaxWidthAndMaxHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-block-size"},"max-height":{syntax:"none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"regardingHeightOfGeneratedBoxContainingBlockPercentagesNone",groups:["CSS Box Model"],initial:"none",appliesto:"allElementsButNonReplacedAndTableColumns",computed:"percentageAsSpecifiedAbsoluteLengthOrNone",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-height"},"max-inline-size":{syntax:"<'max-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"inlineSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMaxWidthAndMaxHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-inline-size"},"max-lines":{syntax:"none | <integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Overflow"],initial:"none",appliesto:"blockContainersExceptMultiColumnContainers",computed:"asSpecified",order:"perGrammar",status:"experimental"},"max-width":{syntax:"none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"none",appliesto:"allElementsButNonReplacedAndTableRows",computed:"percentageAsSpecifiedAbsoluteLengthOrNone",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-width"},"min-block-size":{syntax:"<'min-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"blockSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMinWidthAndMinHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-block-size"},"min-height":{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"regardingHeightOfGeneratedBoxContainingBlockPercentages0",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableColumns",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-height"},"min-inline-size":{syntax:"<'min-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"inlineSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMinWidthAndMinHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-inline-size"},"min-width":{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableRows",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-width"},"mix-blend-mode":{syntax:"<blend-mode>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Compositing and Blending"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"},"object-fit":{syntax:"fill | contain | cover | none | scale-down",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"fill",appliesto:"replacedElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/object-fit"},"object-position":{syntax:"<position>",media:"visual",inherited:!0,animationType:"repeatableListOfSimpleListOfLpc",percentages:"referToWidthAndHeightOfElement",groups:["CSS Images"],initial:"50% 50%",appliesto:"replacedElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/object-position"},offset:{syntax:"[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",media:"visual",inherited:!1,animationType:["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],percentages:["offset-position","offset-distance","offset-anchor"],groups:["CSS Motion Path"],initial:["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],appliesto:"transformableElements",computed:["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset"},"offset-anchor":{syntax:"auto | <position>",media:"visual",inherited:!1,animationType:"position",percentages:"relativeToWidthAndHeight",groups:["CSS Motion Path"],initial:"auto",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"perGrammar",status:"standard"},"offset-distance":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToTotalPathLength",groups:["CSS Motion Path"],initial:"0",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset-distance"},"offset-path":{syntax:"none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",media:"visual",inherited:!1,animationType:"angleOrBasicShapeOrPath",percentages:"no",groups:["CSS Motion Path"],initial:"none",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset-path"},"offset-position":{syntax:"auto | <position>",media:"visual",inherited:!1,animationType:"position",percentages:"referToSizeOfContainingBlock",groups:["CSS Motion Path"],initial:"auto",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"perGrammar",status:"experimental"},"offset-rotate":{syntax:"[ auto | reverse ] || <angle>",media:"visual",inherited:!1,animationType:"angleOrBasicShapeOrPath",percentages:"no",groups:["CSS Motion Path"],initial:"auto",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset-rotate"},opacity:{syntax:"<alpha-value>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Color"],initial:"1.0",appliesto:"allElements",computed:"specifiedValueClipped0To1",order:"uniqueOrder",alsoAppliesTo:["::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/opacity"},order:{syntax:"<integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"0",appliesto:"flexItemsGridItemsAbsolutelyPositionedContainerChildren",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/order"},orphans:{syntax:"<integer>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"2",appliesto:"blockContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/orphans"},outline:{syntax:"[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]",media:["visual","interactive"],inherited:!1,animationType:["outline-color","outline-width","outline-style"],percentages:"no",groups:["CSS Basic User Interface"],initial:["outline-color","outline-style","outline-width"],appliesto:"allElements",computed:["outline-color","outline-width","outline-style"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline"},"outline-color":{syntax:"<color> | invert",media:["visual","interactive"],inherited:!1,animationType:"color",percentages:"no",groups:["CSS Basic User Interface"],initial:"invertOrCurrentColor",appliesto:"allElements",computed:"invertForTranslucentColorRGBAOtherwiseRGB",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-color"},"outline-offset":{syntax:"<length>",media:["visual","interactive"],inherited:!1,animationType:"length",percentages:"no",groups:["CSS Basic User Interface"],initial:"0",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-offset"},"outline-style":{syntax:"auto | <'border-style'>",media:["visual","interactive"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-style"},"outline-width":{syntax:"<line-width>",media:["visual","interactive"],inherited:!1,animationType:"length",percentages:"no",groups:["CSS Basic User Interface"],initial:"medium",appliesto:"allElements",computed:"absoluteLength0ForNone",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-width"},overflow:{syntax:"[ visible | hidden | clip | scroll | auto ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"visible",appliesto:"blockContainersFlexContainersGridContainers",computed:["overflow-x","overflow-y"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow"},"overflow-anchor":{syntax:"auto | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Anchoring"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard"},"overflow-block":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"auto",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"perGrammar",status:"standard"},"overflow-clip-box":{syntax:"padding-box | content-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"padding-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box"},"overflow-inline":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"auto",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"perGrammar",status:"standard"},"overflow-wrap":{syntax:"normal | break-word | anywhere",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"nonReplacedInlineElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"},"overflow-x":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"visible",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-x"},"overflow-y":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"visible",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-y"},"overscroll-behavior":{syntax:"[ contain | none | auto ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior"},"overscroll-behavior-block":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block"},"overscroll-behavior-inline":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline"},"overscroll-behavior-x":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x"},"overscroll-behavior-y":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y"},padding:{syntax:"[ <length> | <percentage> ]{1,4}",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:["padding-bottom","padding-left","padding-right","padding-top"],appliesto:"allElementsExceptInternalTableDisplayTypes",computed:["padding-bottom","padding-left","padding-right","padding-top"],order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding"},"padding-block":{syntax:"<'padding-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-block"},"padding-block-end":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-block-end"},"padding-block-start":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-block-start"},"padding-bottom":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-bottom"},"padding-inline":{syntax:"<'padding-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-inline"},"padding-inline-end":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-inline-end"},"padding-inline-start":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-inline-start"},"padding-left":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-left"},"padding-right":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-right"},"padding-top":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-top"},"page-break-after":{syntax:"auto | always | avoid | left | right | recto | verso",media:["visual","paged"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Pages"],initial:"auto",appliesto:"blockElementsInNormalFlow",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/page-break-after"},"page-break-before":{syntax:"auto | always | avoid | left | right | recto | verso",media:["visual","paged"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Pages"],initial:"auto",appliesto:"blockElementsInNormalFlow",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/page-break-before"},"page-break-inside":{syntax:"auto | avoid",media:["visual","paged"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Pages"],initial:"auto",appliesto:"blockElementsInNormalFlow",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/page-break-inside"},"paint-order":{syntax:"normal | [ fill || stroke || markers ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"textElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/paint-order"},perspective:{syntax:"none | <length>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"absoluteLengthOrNone",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/perspective"},"perspective-origin":{syntax:"<position>",media:"visual",inherited:!1,animationType:"simpleListOfLpc",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"50% 50%",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"oneOrTwoValuesLengthAbsoluteKeywordsPercentages",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/perspective-origin"},"place-content":{syntax:"<'align-content'> <'justify-content'>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multilineFlexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/place-content"},"place-items":{syntax:"<'align-items'> <'justify-items'>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:["align-items","justify-items"],appliesto:"allElements",computed:["align-items","justify-items"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/place-items"},"place-self":{syntax:"<'align-self'> <'justify-self'>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:["align-self","justify-self"],appliesto:"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",computed:["align-self","justify-self"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/place-self"},"pointer-events":{syntax:"auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Pointer Events"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/pointer-events"},position:{syntax:"static | relative | absolute | sticky | fixed",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Positioning"],initial:"static",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/position"},quotes:{syntax:"none | auto | [ <string> <string> ]+",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Generated Content"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/quotes"},resize:{syntax:"none | both | horizontal | vertical | block | inline",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"none",appliesto:"elementsWithOverflowNotVisibleAndReplacedElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/resize"},right:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/right"},rotate:{syntax:"none | <angle> | [ x | y | z | <number>{3} ] && <angle>",media:"visual",inherited:!1,animationType:"transform",percentages:"no",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/rotate"},"row-gap":{syntax:"normal | <length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfContentArea",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multiColumnElementsFlexContainersGridContainers",computed:"asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/row-gap"},"ruby-align":{syntax:"start | center | space-between | space-around",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Ruby"],initial:"space-around",appliesto:"rubyBasesAnnotationsBaseAnnotationContainers",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/ruby-align"},"ruby-merge":{syntax:"separate | collapse | auto",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Ruby"],initial:"separate",appliesto:"rubyAnnotationsContainers",computed:"asSpecified",order:"uniqueOrder",status:"experimental"},"ruby-position":{syntax:"over | under | inter-character",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Ruby"],initial:"over",appliesto:"rubyAnnotationsContainers",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/ruby-position"},scale:{syntax:"none | <number>{1,3}",media:"visual",inherited:!1,animationType:"transform",percentages:"no",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scale"},"scrollbar-color":{syntax:"auto | dark | light | <color>{2}",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["CSS Scrollbars"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"},"scrollbar-gutter":{syntax:"auto | [ stable | always ] && both? && force?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter"},"scrollbar-width":{syntax:"auto | thin | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scrollbars"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"},"scroll-behavior":{syntax:"auto | smooth",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSSOM View"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"},"scroll-margin":{syntax:"<length>{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin"},"scroll-margin-block":{syntax:"<length>{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"},"scroll-margin-block-start":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"},"scroll-margin-block-end":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"},"scroll-margin-bottom":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"},"scroll-margin-inline":{syntax:"<length>{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"},"scroll-margin-inline-start":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"},"scroll-margin-inline-end":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"},"scroll-margin-left":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"},"scroll-margin-right":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"},"scroll-margin-top":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"},"scroll-padding":{syntax:"[ auto | <length-percentage> ]{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding"},"scroll-padding-block":{syntax:"[ auto | <length-percentage> ]{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"},"scroll-padding-block-start":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"},"scroll-padding-block-end":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"},"scroll-padding-bottom":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"},"scroll-padding-inline":{syntax:"[ auto | <length-percentage> ]{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"},"scroll-padding-inline-start":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"},"scroll-padding-inline-end":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"},"scroll-padding-left":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"},"scroll-padding-right":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"},"scroll-padding-top":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top"},"scroll-snap-align":{syntax:"[ none | start | end | center ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align"},"scroll-snap-coordinate":{syntax:"none | <position>#",media:"interactive",inherited:!1,animationType:"position",percentages:"referToBorderBox",groups:["CSS Scroll Snap"],initial:"none",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate"},"scroll-snap-destination":{syntax:"<position>",media:"interactive",inherited:!1,animationType:"position",percentages:"relativeToScrollContainerPaddingBoxAxis",groups:["CSS Scroll Snap"],initial:"0px 0px",appliesto:"scrollContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination"},"scroll-snap-points-x":{syntax:"none | repeat( <length-percentage> )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"relativeToScrollContainerPaddingBoxAxis",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x"},"scroll-snap-points-y":{syntax:"none | repeat( <length-percentage> )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"relativeToScrollContainerPaddingBoxAxis",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"},"scroll-snap-stop":{syntax:"normal | always",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"},"scroll-snap-type":{syntax:"none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type"},"scroll-snap-type-x":{syntax:"none | mandatory | proximity",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecified",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"},"scroll-snap-type-y":{syntax:"none | mandatory | proximity",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecified",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"},"shape-image-threshold":{syntax:"<alpha-value>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Shapes"],initial:"0.0",appliesto:"floats",computed:"specifiedValueNumberClipped0To1",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold"},"shape-margin":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Shapes"],initial:"0",appliesto:"floats",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/shape-margin"},"shape-outside":{syntax:"none | <shape-box> || <basic-shape> | <image>",media:"visual",inherited:!1,animationType:"basicShapeOtherwiseNo",percentages:"no",groups:["CSS Shapes"],initial:"none",appliesto:"floats",computed:"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/shape-outside"},"tab-size":{syntax:"<integer> | <length>",media:"visual",inherited:!0,animationType:"length",percentages:"no",groups:["CSS Text"],initial:"8",appliesto:"blockContainers",computed:"specifiedIntegerOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/tab-size"},"table-layout":{syntax:"auto | fixed",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"auto",appliesto:"tableElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/table-layout"},"text-align":{syntax:"start | end | left | right | center | justify | match-parent",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"startOrNamelessValueIfLTRRightIfRTL",appliesto:"blockContainers",computed:"asSpecifiedExceptMatchParent",order:"orderOfAppearance",alsoAppliesTo:["::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-align"},"text-align-last":{syntax:"auto | start | end | left | right | center | justify",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"auto",appliesto:"blockContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-align-last"},"text-combine-upright":{syntax:"none | all | [ digits <integer>? ]",media:"visual",inherited:!0,animationType:"notAnimatable",percentages:"no",groups:["CSS Writing Modes"],initial:"none",appliesto:"nonReplacedInlineElements",computed:"keywordPlusIntegerIfDigits",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-combine-upright"},"text-decoration":{syntax:"<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>",media:"visual",inherited:!1,animationType:["text-decoration-color","text-decoration-style","text-decoration-line","text-decoration-thickness"],percentages:"no",groups:["CSS Text Decoration"],initial:["text-decoration-color","text-decoration-style","text-decoration-line"],appliesto:"allElements",computed:["text-decoration-line","text-decoration-style","text-decoration-color","text-decoration-thickness"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration"},"text-decoration-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Text Decoration"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"},"text-decoration-line":{syntax:"none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-line"},"text-decoration-skip":{syntax:"none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"objects",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip"},"text-decoration-skip-ink":{syntax:"auto | all | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink"},"text-decoration-style":{syntax:"solid | double | dotted | dashed | wavy",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"solid",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"},"text-decoration-thickness":{syntax:"auto | from-font | <length> | <percentage> ",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"referToElementFontSize",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness"},"text-emphasis":{syntax:"<'text-emphasis-style'> || <'text-emphasis-color'>",media:"visual",inherited:!1,animationType:["text-emphasis-color","text-emphasis-style"],percentages:"no",groups:["CSS Text Decoration"],initial:["text-emphasis-style","text-emphasis-color"],appliesto:"allElements",computed:["text-emphasis-style","text-emphasis-color"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis"},"text-emphasis-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Text Decoration"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"},"text-emphasis-position":{syntax:"[ over | under ] && [ right | left ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"over right",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-position"},"text-emphasis-style":{syntax:"none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style"},"text-indent":{syntax:"<length-percentage> && hanging? && each-line?",media:"visual",inherited:!0,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Text"],initial:"0",appliesto:"blockContainers",computed:"percentageOrAbsoluteLengthPlusKeywords",order:"lengthOrPercentageBeforeKeywords",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-indent"},"text-justify":{syntax:"auto | inter-character | inter-word | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"auto",appliesto:"inlineLevelAndTableCellElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-justify"},"text-orientation":{syntax:"mixed | upright | sideways",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"mixed",appliesto:"allElementsExceptTableRowGroupsRowsColumnGroupsAndColumns",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-orientation"},"text-overflow":{syntax:"[ clip | ellipsis | <string> ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"clip",appliesto:"blockContainerElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-overflow"},"text-rendering":{syntax:"auto | optimizeSpeed | optimizeLegibility | geometricPrecision",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Miscellaneous"],initial:"auto",appliesto:"textElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-rendering"},"text-shadow":{syntax:"none | <shadow-t>#",media:"visual",inherited:!0,animationType:"shadowList",percentages:"no",groups:["CSS Text Decoration"],initial:"none",appliesto:"allElements",computed:"colorPlusThreeAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-shadow"},"text-size-adjust":{syntax:"none | auto | <percentage>",media:"visual",inherited:!0,animationType:"discrete",percentages:"referToSizeOfFont",groups:["CSS Text"],initial:"autoForSmartphoneBrowsersSupportingInflation",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"},"text-transform":{syntax:"none | capitalize | uppercase | lowercase | full-width | full-size-kana",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-transform"},"text-underline-offset":{syntax:"auto | <length> | <percentage> ",media:"visual",inherited:!0,animationType:"byComputedValueType",percentages:"referToElementFontSize",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-underline-offset"},"text-underline-position":{syntax:"auto | from-font | [ under || [ left | right ] ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-underline-position"},top:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToContainingBlockHeight",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/top"},"touch-action":{syntax:"auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Pointer Events"],initial:"auto",appliesto:"allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/touch-action"},transform:{syntax:"none | <transform-list>",media:"visual",inherited:!1,animationType:"transform",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform"},"transform-box":{syntax:"content-box | border-box | fill-box | stroke-box | view-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transforms"],initial:"view-box",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform-box"},"transform-origin":{syntax:"[ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?",media:"visual",inherited:!1,animationType:"simpleListOfLpc",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"50% 50% 0",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"oneOrTwoValuesLengthAbsoluteKeywordsPercentages",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform-origin"},"transform-style":{syntax:"flat | preserve-3d",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transforms"],initial:"flat",appliesto:"transformableElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform-style"},transition:{syntax:"<single-transition>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:["transition-delay","transition-duration","transition-property","transition-timing-function"],appliesto:"allElementsAndPseudos",computed:["transition-delay","transition-duration","transition-property","transition-timing-function"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition"},"transition-delay":{syntax:"<time>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-delay"},"transition-duration":{syntax:"<time>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-duration"},"transition-property":{syntax:"none | <single-transition-property>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"all",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-property"},"transition-timing-function":{syntax:"<timing-function>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"ease",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-timing-function"},translate:{syntax:"none | <length-percentage> [ <length-percentage> <length>? ]?",media:"visual",inherited:!1,animationType:"transform",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/translate"},"unicode-bidi":{syntax:"normal | embed | isolate | bidi-override | isolate-override | plaintext",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"normal",appliesto:"allElementsSomeValuesNoEffectOnNonInlineElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/unicode-bidi"},"user-select":{syntax:"auto | text | none | contain | all",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/user-select"},"vertical-align":{syntax:"baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",media:"visual",inherited:!1,animationType:"length",percentages:"referToLineHeight",groups:["CSS Table"],initial:"baseline",appliesto:"inlineLevelAndTableCellElements",computed:"absoluteLengthOrKeyword",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/vertical-align"},visibility:{syntax:"visible | hidden | collapse",media:"visual",inherited:!0,animationType:"visibility",percentages:"no",groups:["CSS Box Model"],initial:"visible",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/visibility"},"white-space":{syntax:"normal | pre | nowrap | pre-wrap | pre-line | break-spaces",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/white-space"},widows:{syntax:"<integer>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"2",appliesto:"blockContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/widows"},width:{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableRows",computed:"percentageAutoOrAbsoluteLength",order:"lengthOrPercentageBeforeKeywordIfBothPresent",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/width"},"will-change":{syntax:"auto | <animateable-feature>#",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Will Change"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/will-change"},"word-break":{syntax:"normal | break-all | keep-all | break-word",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/word-break"},"word-spacing":{syntax:"normal | <length-percentage>",media:"visual",inherited:!0,animationType:"length",percentages:"referToWidthOfAffectedGlyph",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"optimumMinAndMaxValueOfAbsoluteLengthPercentageOrNormal",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/word-spacing"},"word-wrap":{syntax:"normal | break-word",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"nonReplacedInlineElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"},"writing-mode":{syntax:"horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"horizontal-tb",appliesto:"allElementsExceptTableRowColumnGroupsTableRowsColumns",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/writing-mode"},"z-index":{syntax:"auto | <integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/z-index"},zoom:{syntax:"normal | reset | <number> | <percentage>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["Microsoft Extensions"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/zoom"}}});var mD=b((FK,GW)=>{GW.exports={"absolute-size":{syntax:"xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"},"alpha-value":{syntax:"<number> | <percentage>"},"angle-percentage":{syntax:"<angle> | <percentage>"},"angular-color-hint":{syntax:"<angle-percentage>"},"angular-color-stop":{syntax:"<color> && <color-stop-angle>?"},"angular-color-stop-list":{syntax:"[ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>"},"animateable-feature":{syntax:"scroll-position | contents | <custom-ident>"},attachment:{syntax:"scroll | fixed | local"},"attr()":{syntax:"attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )"},"attr-matcher":{syntax:"[ '~' | '|' | '^' | '$' | '*' ]? '='"},"attr-modifier":{syntax:"i | s"},"attribute-selector":{syntax:"'[' <wq-name> ']' | '[' <wq-name> <attr-matcher> [ <string-token> | <ident-token> ] <attr-modifier>? ']'"},"auto-repeat":{syntax:"repeat( [ auto-fill | auto-fit ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"},"auto-track-list":{syntax:`[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>? <auto-repeat>
48
+ }`,interfaces:["CSSViewportRule"],groups:["CSS Device Adaptation"],descriptors:{height:{syntax:"<viewport-length>{1,2}",media:["visual","continuous"],initial:["min-height","max-height"],percentages:["min-height","max-height"],computed:["min-height","max-height"],order:"orderOfAppearance",status:"standard"},"max-height":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToHeightOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"max-width":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToWidthOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"max-zoom":{syntax:"auto | <number> | <percentage>",media:["visual","continuous"],initial:"auto",percentages:"the zoom factor itself",computed:"autoNonNegativeOrPercentage",order:"uniqueOrder",status:"standard"},"min-height":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToHeightOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"min-width":{syntax:"<viewport-length>",media:["visual","continuous"],initial:"auto",percentages:"referToWidthOfInitialViewport",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard"},"min-zoom":{syntax:"auto | <number> | <percentage>",media:["visual","continuous"],initial:"auto",percentages:"the zoom factor itself",computed:"autoNonNegativeOrPercentage",order:"uniqueOrder",status:"standard"},orientation:{syntax:"auto | portrait | landscape",media:["visual","continuous"],initial:"auto",percentages:"referToSizeOfBoundingBox",computed:"asSpecified",order:"uniqueOrder",status:"standard"},"user-zoom":{syntax:"zoom | fixed",media:["visual","continuous"],initial:"zoom",percentages:"referToSizeOfBoundingBox",computed:"asSpecified",order:"uniqueOrder",status:"standard"},"viewport-fit":{syntax:"auto | contain | cover",media:["visual","continuous"],initial:"auto",percentages:"no",computed:"asSpecified",order:"uniqueOrder",status:"standard"},width:{syntax:"<viewport-length>{1,2}",media:["visual","continuous"],initial:["min-width","max-width"],percentages:["min-width","max-width"],computed:["min-width","max-width"],order:"orderOfAppearance",status:"standard"},zoom:{syntax:"auto | <number> | <percentage>",media:["visual","continuous"],initial:"auto",percentages:"the zoom factor itself",computed:"autoNonNegativeOrPercentage",order:"uniqueOrder",status:"standard"}},status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@viewport"}}});var hD=b((PZ,H2)=>{H2.exports={"--*":{syntax:"<declaration-value>",media:"all",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Variables"],initial:"seeProse",appliesto:"allElements",computed:"asSpecifiedWithVarsSubstituted",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/--*"},"-ms-accelerator":{syntax:"false | true",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"false",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-accelerator"},"-ms-block-progression":{syntax:"tb | rl | bt | lr",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"tb",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-block-progression"},"-ms-content-zoom-chaining":{syntax:"none | chained",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-chaining"},"-ms-content-zooming":{syntax:"none | zoom",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"zoomForTheTopLevelNoneForTheRest",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zooming"},"-ms-content-zoom-limit":{syntax:"<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],groups:["Microsoft Extensions"],initial:["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit"},"-ms-content-zoom-limit-max":{syntax:"<percentage>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"maxZoomFactor",groups:["Microsoft Extensions"],initial:"400%",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-max"},"-ms-content-zoom-limit-min":{syntax:"<percentage>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"minZoomFactor",groups:["Microsoft Extensions"],initial:"100%",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-min"},"-ms-content-zoom-snap":{syntax:"<'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-content-zoom-snap-type","-ms-content-zoom-snap-points"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-content-zoom-snap-type","-ms-content-zoom-snap-points"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap"},"-ms-content-zoom-snap-points":{syntax:"snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"snapInterval(0%, 100%)",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-points"},"-ms-content-zoom-snap-type":{syntax:"none | proximity | mandatory",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-type"},"-ms-filter":{syntax:"<string>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:'""',appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-filter"},"-ms-flow-from":{syntax:"[ none | <custom-ident> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-flow-from"},"-ms-flow-into":{syntax:"[ none | <custom-ident> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"iframeElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-flow-into"},"-ms-grid-columns":{syntax:"none | <track-list> | <auto-track-list>",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-grid-columns"},"-ms-grid-rows":{syntax:"none | <track-list> | <auto-track-list>",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-grid-rows"},"-ms-high-contrast-adjust":{syntax:"auto | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-high-contrast-adjust"},"-ms-hyphenate-limit-chars":{syntax:"auto | <integer>{1,3}",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-chars"},"-ms-hyphenate-limit-lines":{syntax:"no-limit | <integer>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"no-limit",appliesto:"blockContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-lines"},"-ms-hyphenate-limit-zone":{syntax:"<percentage> | <length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"referToLineBoxWidth",groups:["Microsoft Extensions"],initial:"0",appliesto:"blockContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-zone"},"-ms-ime-align":{syntax:"auto | after",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-ime-align"},"-ms-overflow-style":{syntax:"auto | none | scrollbar | -ms-autohiding-scrollbar",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-overflow-style"},"-ms-scrollbar-3dlight-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-3dlight-color"},"-ms-scrollbar-arrow-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ButtonText",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-arrow-color"},"-ms-scrollbar-base-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-base-color"},"-ms-scrollbar-darkshadow-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDDarkShadow",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-darkshadow-color"},"-ms-scrollbar-face-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDFace",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-face-color"},"-ms-scrollbar-highlight-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDHighlight",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-highlight-color"},"-ms-scrollbar-shadow-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"ThreeDDarkShadow",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-shadow-color"},"-ms-scrollbar-track-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"Scrollbar",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color"},"-ms-scroll-chaining":{syntax:"chained | none",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"chained",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-chaining"},"-ms-scroll-limit":{syntax:"<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-scroll-limit-x-min","-ms-scroll-limit-y-min","-ms-scroll-limit-x-max","-ms-scroll-limit-y-max"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-scroll-limit-x-min","-ms-scroll-limit-y-min","-ms-scroll-limit-x-max","-ms-scroll-limit-y-max"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit"},"-ms-scroll-limit-x-max":{syntax:"auto | <length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-max"},"-ms-scroll-limit-x-min":{syntax:"<length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"0",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-min"},"-ms-scroll-limit-y-max":{syntax:"auto | <length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-max"},"-ms-scroll-limit-y-min":{syntax:"<length>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"0",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-min"},"-ms-scroll-rails":{syntax:"none | railed",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"railed",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-rails"},"-ms-scroll-snap-points-x":{syntax:"snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"snapInterval(0px, 100%)",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-x"},"-ms-scroll-snap-points-y":{syntax:"snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"snapInterval(0px, 100%)",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-y"},"-ms-scroll-snap-type":{syntax:"none | proximity | mandatory",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-type"},"-ms-scroll-snap-x":{syntax:"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-scroll-snap-type","-ms-scroll-snap-points-x"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-scroll-snap-type","-ms-scroll-snap-points-x"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-x"},"-ms-scroll-snap-y":{syntax:"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:["-ms-scroll-snap-type","-ms-scroll-snap-points-y"],appliesto:"nonReplacedBlockAndInlineBlockElements",computed:["-ms-scroll-snap-type","-ms-scroll-snap-points-y"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-y"},"-ms-scroll-translation":{syntax:"none | vertical-to-horizontal",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-translation"},"-ms-text-autospace":{syntax:"none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-text-autospace"},"-ms-touch-select":{syntax:"grippers | none",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"grippers",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-touch-select"},"-ms-user-select":{syntax:"none | element | text",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"text",appliesto:"nonReplacedElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-user-select"},"-ms-wrap-flow":{syntax:"auto | both | start | end | maximum | clear",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-flow"},"-ms-wrap-margin":{syntax:"<length>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"0",appliesto:"exclusionElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-margin"},"-ms-wrap-through":{syntax:"wrap | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Microsoft Extensions"],initial:"wrap",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-through"},"-moz-appearance":{syntax:"none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"noneButOverriddenInUserAgentCSS",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/appearance"},"-moz-binding":{syntax:"<url> | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElementsExceptGeneratedContentOrPseudoElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-binding"},"-moz-border-bottom-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-bottom-colors"},"-moz-border-left-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-left-colors"},"-moz-border-right-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-right-colors"},"-moz-border-top-colors":{syntax:"<color>+ | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-border-top-colors"},"-moz-context-properties":{syntax:"none | [ fill | fill-opacity | stroke | stroke-opacity ]#",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElementsThatCanReferenceImages",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties"},"-moz-float-edge":{syntax:"border-box | content-box | margin-box | padding-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"content-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-float-edge"},"-moz-force-broken-image-icon":{syntax:"<integer [0,1]>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"0",appliesto:"images",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-force-broken-image-icon"},"-moz-image-region":{syntax:"<shape> | auto",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"auto",appliesto:"xulImageElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-image-region"},"-moz-orient":{syntax:"inline | block | horizontal | vertical",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"inline",appliesto:"anyElementEffectOnProgressAndMeter",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-orient"},"-moz-outline-radius":{syntax:"<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?",media:"visual",inherited:!1,animationType:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],percentages:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],groups:["Mozilla Extensions"],initial:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],appliesto:"allElements",computed:["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius"},"-moz-outline-radius-bottomleft":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomleft"},"-moz-outline-radius-bottomright":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomright"},"-moz-outline-radius-topleft":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topleft"},"-moz-outline-radius-topright":{syntax:"<outline-radius>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["Mozilla Extensions"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topright"},"-moz-stack-sizing":{syntax:"ignore | stretch-to-fit",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"stretch-to-fit",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-stack-sizing"},"-moz-text-blink":{syntax:"none | blink",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-text-blink"},"-moz-user-focus":{syntax:"ignore | normal | select-after | select-before | select-menu | select-same | select-all | none",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-user-focus"},"-moz-user-input":{syntax:"auto | none | enabled | disabled",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-user-input"},"-moz-user-modify":{syntax:"read-only | read-write | write-only",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"read-only",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-user-modify"},"-moz-window-dragging":{syntax:"drag | no-drag",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"drag",appliesto:"allElementsCreatingNativeWindows",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-window-dragging"},"-moz-window-shadow":{syntax:"default | menu | tooltip | sheet | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"default",appliesto:"allElementsCreatingNativeWindows",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-moz-window-shadow"},"-webkit-appearance":{syntax:"none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"noneButOverriddenInUserAgentCSS",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/appearance"},"-webkit-border-before":{syntax:"<'border-width'> || <'border-style'> || <'color'>",media:"visual",inherited:!0,animationType:"discrete",percentages:["-webkit-border-before-width"],groups:["WebKit Extensions"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","color"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before"},"-webkit-border-before-color":{syntax:"<'color'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"nonstandard"},"-webkit-border-before-style":{syntax:"<'border-style'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard"},"-webkit-border-before-width":{syntax:"<'border-width'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["WebKit Extensions"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"nonstandard"},"-webkit-box-reflect":{syntax:"[ above | below | right | left ]? <length>? <image>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"},"-webkit-line-clamp":{syntax:"none | <integer>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["WebKit Extensions","CSS Overflow"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"},"-webkit-mask":{syntax:"[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:["-webkit-mask-image","-webkit-mask-repeat","-webkit-mask-attachment","-webkit-mask-position","-webkit-mask-origin","-webkit-mask-clip"],appliesto:"allElements",computed:["-webkit-mask-image","-webkit-mask-repeat","-webkit-mask-attachment","-webkit-mask-position","-webkit-mask-origin","-webkit-mask-clip"],order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask"},"-webkit-mask-attachment":{syntax:"<attachment>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"scroll",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment"},"-webkit-mask-clip":{syntax:"[ <box> | border | padding | content | text ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"border",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-clip"},"-webkit-mask-composite":{syntax:"<composite-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"source-over",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite"},"-webkit-mask-image":{syntax:"<mask-reference>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"none",appliesto:"allElements",computed:"absoluteURIOrNone",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-image"},"-webkit-mask-origin":{syntax:"[ <box> | border | padding | content ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"padding",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-origin"},"-webkit-mask-position":{syntax:"<position>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfElement",groups:["WebKit Extensions"],initial:"0% 0%",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-position"},"-webkit-mask-position-x":{syntax:"[ <length-percentage> | left | center | right ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfElement",groups:["WebKit Extensions"],initial:"0%",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-x"},"-webkit-mask-position-y":{syntax:"[ <length-percentage> | top | center | bottom ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfElement",groups:["WebKit Extensions"],initial:"0%",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-y"},"-webkit-mask-repeat":{syntax:"<repeat-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"repeat",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-repeat"},"-webkit-mask-repeat-x":{syntax:"repeat | no-repeat | space | round",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"repeat",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-x"},"-webkit-mask-repeat-y":{syntax:"repeat | no-repeat | space | round",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"repeat",appliesto:"allElements",computed:"absoluteLengthOrPercentage",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-y"},"-webkit-mask-size":{syntax:"<bg-size>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"relativeToBackgroundPositioningArea",groups:["WebKit Extensions"],initial:"auto auto",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-size"},"-webkit-overflow-scrolling":{syntax:"auto | touch",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"orderOfAppearance",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling"},"-webkit-tap-highlight-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"black",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-tap-highlight-color"},"-webkit-text-fill-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["WebKit Extensions"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color"},"-webkit-text-stroke":{syntax:"<length> || <color>",media:"visual",inherited:!0,animationType:["-webkit-text-stroke-width","-webkit-text-stroke-color"],percentages:"no",groups:["WebKit Extensions"],initial:["-webkit-text-stroke-width","-webkit-text-stroke-color"],appliesto:"allElements",computed:["-webkit-text-stroke-width","-webkit-text-stroke-color"],order:"canonicalOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke"},"-webkit-text-stroke-color":{syntax:"<color>",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["WebKit Extensions"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color"},"-webkit-text-stroke-width":{syntax:"<length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"0",appliesto:"allElements",computed:"absoluteLength",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width"},"-webkit-touch-callout":{syntax:"default | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"default",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/-webkit-touch-callout"},"-webkit-user-modify":{syntax:"read-only | read-write | read-write-plaintext-only",media:"interactive",inherited:!0,animationType:"discrete",percentages:"no",groups:["WebKit Extensions"],initial:"read-only",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard"},"align-content":{syntax:"normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multilineFlexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-content"},"align-items":{syntax:"normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-items"},"align-self":{syntax:"auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"auto",appliesto:"flexItemsGridItemsAndAbsolutelyPositionedBoxes",computed:"autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-self"},"align-tracks":{syntax:"[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"normal",appliesto:"gridContainersWithMasonryLayoutInTheirBlockAxis",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/align-tracks"},all:{syntax:"initial | inherit | unset | revert",media:"noPracticalMedia",inherited:!1,animationType:"eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",percentages:"no",groups:["CSS Miscellaneous"],initial:"noPracticalInitialValue",appliesto:"allElements",computed:"asSpecifiedAppliesToEachProperty",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/all"},animation:{syntax:"<single-animation>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:["animation-name","animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state"],appliesto:"allElementsAndPseudos",computed:["animation-name","animation-duration","animation-timing-function","animation-delay","animation-direction","animation-iteration-count","animation-fill-mode","animation-play-state"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation"},"animation-delay":{syntax:"<time>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-delay"},"animation-direction":{syntax:"<single-animation-direction>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"normal",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-direction"},"animation-duration":{syntax:"<time>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-duration"},"animation-fill-mode":{syntax:"<single-animation-fill-mode>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"none",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode"},"animation-iteration-count":{syntax:"<single-animation-iteration-count>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"1",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count"},"animation-name":{syntax:"[ none | <keyframes-name> ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"none",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-name"},"animation-play-state":{syntax:"<single-animation-play-state>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"running",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-play-state"},"animation-timing-function":{syntax:"<timing-function>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Animations"],initial:"ease",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"},appearance:{syntax:"none | auto | textfield | menulist-button | <compat-auto>",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/appearance"},"aspect-ratio":{syntax:"auto | <ratio>",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes",computed:"asSpecified",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"},azimuth:{syntax:"<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards",media:"aural",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Speech"],initial:"center",appliesto:"allElements",computed:"normalizedAngle",order:"orderOfAppearance",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/azimuth"},"backdrop-filter":{syntax:"none | <filter-function-list>",media:"visual",inherited:!1,animationType:"filterList",percentages:"no",groups:["Filter Effects"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/backdrop-filter"},"backface-visibility":{syntax:"visible | hidden",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transforms"],initial:"visible",appliesto:"transformableElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/backface-visibility"},background:{syntax:"[ <bg-layer> , ]* <final-bg-layer>",media:"visual",inherited:!1,animationType:["background-color","background-image","background-clip","background-position","background-size","background-repeat","background-attachment"],percentages:["background-position","background-size"],groups:["CSS Backgrounds and Borders"],initial:["background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color"],appliesto:"allElements",computed:["background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background"},"background-attachment":{syntax:"<attachment>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"scroll",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-attachment"},"background-blend-mode":{syntax:"<blend-mode>#",media:"none",inherited:!1,animationType:"discrete",percentages:"no",groups:["Compositing and Blending"],initial:"normal",appliesto:"allElementsSVGContainerGraphicsAndGraphicsReferencingElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"},"background-clip":{syntax:"<box>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"border-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-clip"},"background-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"transparent",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-color"},"background-image":{syntax:"<bg-image>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecifiedURLsAbsolute",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-image"},"background-origin":{syntax:"<box>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"padding-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-origin"},"background-position":{syntax:"<bg-position>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"referToSizeOfBackgroundPositioningAreaMinusBackgroundImageSize",groups:["CSS Backgrounds and Borders"],initial:"0% 0%",appliesto:"allElements",computed:"listEachItemTwoKeywordsOriginOffsets",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-position"},"background-position-x":{syntax:"[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToWidthOfBackgroundPositioningAreaMinusBackgroundImageHeight",groups:["CSS Backgrounds and Borders"],initial:"left",appliesto:"allElements",computed:"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-position-x"},"background-position-y":{syntax:"[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToHeightOfBackgroundPositioningAreaMinusBackgroundImageHeight",groups:["CSS Backgrounds and Borders"],initial:"top",appliesto:"allElements",computed:"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-position-y"},"background-repeat":{syntax:"<repeat-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"repeat",appliesto:"allElements",computed:"listEachItemHasTwoKeywordsOnePerDimension",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-repeat"},"background-size":{syntax:"<bg-size>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"relativeToBackgroundPositioningArea",groups:["CSS Backgrounds and Borders"],initial:"auto auto",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/background-size"},"block-overflow":{syntax:"clip | ellipsis | <string>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"clip",appliesto:"blockContainers",computed:"asSpecified",order:"perGrammar",status:"experimental"},"block-size":{syntax:"<'width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"blockSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"sameAsWidthAndHeight",computed:"sameAsWidthAndHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/block-size"},border:{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-color","border-style","border-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-width","border-style","border-color"],appliesto:"allElements",computed:["border-width","border-style","border-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border"},"border-block":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block"},"border-block-color":{syntax:"<'border-top-color'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-color"},"border-block-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-style"},"border-block-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-width"},"border-block-end":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-block-end-color","border-block-end-style","border-block-end-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end"},"border-block-end-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end-color"},"border-block-end-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end-style"},"border-block-end-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"},"border-block-start":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-block-start-color","border-block-start-style","border-block-start-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","border-block-start-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start"},"border-block-start-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start-color"},"border-block-start-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start-style"},"border-block-start-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"},"border-bottom":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-bottom-color","border-bottom-style","border-bottom-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-bottom-width","border-bottom-style","border-bottom-color"],appliesto:"allElements",computed:["border-bottom-width","border-bottom-style","border-bottom-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom"},"border-bottom-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-color"},"border-bottom-left-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius"},"border-bottom-right-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius"},"border-bottom-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-style"},"border-bottom-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderBottomStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-bottom-width"},"border-collapse":{syntax:"collapse | separate",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"separate",appliesto:"tableElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-collapse"},"border-color":{syntax:"<color>{1,4}",media:"visual",inherited:!1,animationType:["border-bottom-color","border-left-color","border-right-color","border-top-color"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-color","border-right-color","border-bottom-color","border-left-color"],appliesto:"allElements",computed:["border-bottom-color","border-left-color","border-right-color","border-top-color"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-color"},"border-end-end-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"},"border-end-start-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius"},"border-image":{syntax:"<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",media:"visual",inherited:!1,animationType:"discrete",percentages:["border-image-slice","border-image-width"],groups:["CSS Backgrounds and Borders"],initial:["border-image-source","border-image-slice","border-image-width","border-image-outset","border-image-repeat"],appliesto:"allElementsExceptTableElementsWhenCollapse",computed:["border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image"},"border-image-outset":{syntax:"[ <length> | <number> ]{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-outset"},"border-image-repeat":{syntax:"[ stretch | repeat | round | space ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"stretch",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"},"border-image-slice":{syntax:"<number-percentage>{1,4} && fill?",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"referToSizeOfBorderImage",groups:["CSS Backgrounds and Borders"],initial:"100%",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"oneToFourPercentagesOrAbsoluteLengthsPlusFill",order:"percentagesOrLengthsFollowedByFill",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-slice"},"border-image-source":{syntax:"none | <image>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"noneOrImageWithAbsoluteURI",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-source"},"border-image-width":{syntax:"[ <length-percentage> | <number> | auto ]{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"referToWidthOrHeightOfBorderImageArea",groups:["CSS Backgrounds and Borders"],initial:"1",appliesto:"allElementsExceptTableElementsWhenCollapse",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-image-width"},"border-inline":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline"},"border-inline-end":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-inline-end-color","border-inline-end-style","border-inline-end-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","border-inline-end-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end"},"border-inline-color":{syntax:"<'border-top-color'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-color"},"border-inline-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-style"},"border-inline-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-width"},"border-inline-end-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color"},"border-inline-end-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style"},"border-inline-end-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"},"border-inline-start":{syntax:"<'border-top-width'> || <'border-top-style'> || <'color'>",media:"visual",inherited:!1,animationType:["border-inline-start-color","border-inline-start-style","border-inline-start-width"],percentages:"no",groups:["CSS Logical Properties"],initial:["border-width","border-style","color"],appliesto:"allElements",computed:["border-width","border-style","border-inline-start-color"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start"},"border-inline-start-color":{syntax:"<'border-top-color'>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Logical Properties"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color"},"border-inline-start-style":{syntax:"<'border-top-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Logical Properties"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style"},"border-inline-start-width":{syntax:"<'border-top-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthZeroIfBorderStyleNoneOrHidden",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"},"border-left":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-left-color","border-left-style","border-left-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-left-width","border-left-style","border-left-color"],appliesto:"allElements",computed:["border-left-width","border-left-style","border-left-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left"},"border-left-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left-color"},"border-left-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left-style"},"border-left-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderLeftStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-left-width"},"border-radius":{syntax:"<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",media:"visual",inherited:!1,animationType:["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:["border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-radius"},"border-right":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-right-color","border-right-style","border-right-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-right-width","border-right-style","border-right-color"],appliesto:"allElements",computed:["border-right-width","border-right-style","border-right-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right"},"border-right-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right-color"},"border-right-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right-style"},"border-right-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderRightStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-right-width"},"border-spacing":{syntax:"<length> <length>?",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"0",appliesto:"tableElements",computed:"twoAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-spacing"},"border-start-end-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"},"border-start-start-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius"},"border-style":{syntax:"<line-style>{1,4}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-style","border-right-style","border-bottom-style","border-left-style"],appliesto:"allElements",computed:["border-bottom-style","border-left-style","border-right-style","border-top-style"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-style"},"border-top":{syntax:"<line-width> || <line-style> || <color>",media:"visual",inherited:!1,animationType:["border-top-color","border-top-style","border-top-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-width","border-top-style","border-top-color"],appliesto:"allElements",computed:["border-top-width","border-top-style","border-top-color"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top"},"border-top-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-color"},"border-top-left-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius"},"border-top-right-radius":{syntax:"<length-percentage>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfBorderBox",groups:["CSS Backgrounds and Borders"],initial:"0",appliesto:"allElementsUAsNotRequiredWhenCollapse",computed:"twoAbsoluteLengthOrPercentages",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius"},"border-top-style":{syntax:"<line-style>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-style"},"border-top-width":{syntax:"<line-width>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"medium",appliesto:"allElements",computed:"absoluteLengthOr0IfBorderTopStyleNoneOrHidden",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-top-width"},"border-width":{syntax:"<line-width>{1,4}",media:"visual",inherited:!1,animationType:["border-bottom-width","border-left-width","border-right-width","border-top-width"],percentages:"no",groups:["CSS Backgrounds and Borders"],initial:["border-top-width","border-right-width","border-bottom-width","border-left-width"],appliesto:"allElements",computed:["border-bottom-width","border-left-width","border-right-width","border-top-width"],order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/border-width"},bottom:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToContainingBlockHeight",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/bottom"},"box-align":{syntax:"start | center | end | baseline | stretch",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"stretch",appliesto:"elementsWithDisplayBoxOrInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-align"},"box-decoration-break":{syntax:"slice | clone",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"slice",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-decoration-break"},"box-direction":{syntax:"normal | reverse | inherit",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"normal",appliesto:"elementsWithDisplayBoxOrInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-direction"},"box-flex":{syntax:"<number>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"0",appliesto:"directChildrenOfElementsWithDisplayMozBoxMozInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-flex"},"box-flex-group":{syntax:"<integer>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"1",appliesto:"inFlowChildrenOfBoxElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-flex-group"},"box-lines":{syntax:"single | multiple",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"single",appliesto:"boxElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-lines"},"box-ordinal-group":{syntax:"<integer>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"1",appliesto:"childrenOfBoxElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-ordinal-group"},"box-orient":{syntax:"horizontal | vertical | inline-axis | block-axis | inherit",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"inlineAxisHorizontalInXUL",appliesto:"elementsWithDisplayBoxOrInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-orient"},"box-pack":{syntax:"start | center | end | justify",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions","WebKit Extensions"],initial:"start",appliesto:"elementsWithDisplayMozBoxMozInlineBox",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-pack"},"box-shadow":{syntax:"none | <shadow>#",media:"visual",inherited:!1,animationType:"shadowList",percentages:"no",groups:["CSS Backgrounds and Borders"],initial:"none",appliesto:"allElements",computed:"absoluteLengthsSpecifiedColorAsSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-shadow"},"box-sizing":{syntax:"content-box | border-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"content-box",appliesto:"allElementsAcceptingWidthOrHeight",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/box-sizing"},"break-after":{syntax:"auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/break-after"},"break-before":{syntax:"auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/break-before"},"break-inside":{syntax:"auto | avoid | avoid-page | avoid-column | avoid-region",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"auto",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/break-inside"},"caption-side":{syntax:"top | bottom | block-start | block-end | inline-start | inline-end",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"top",appliesto:"tableCaptionElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/caption-side"},"caret-color":{syntax:"auto | <color>",media:"interactive",inherited:!0,animationType:"color",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asAutoOrColor",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/caret-color"},clear:{syntax:"none | left | right | both | inline-start | inline-end",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Positioning"],initial:"none",appliesto:"blockLevelElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/clear"},clip:{syntax:"<shape> | auto",media:"visual",inherited:!1,animationType:"rectangle",percentages:"no",groups:["CSS Masking"],initial:"auto",appliesto:"absolutelyPositionedElements",computed:"autoOrRectangle",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/clip"},"clip-path":{syntax:"<clip-source> | [ <basic-shape> || <geometry-box> ] | none",media:"visual",inherited:!1,animationType:"basicShapeOtherwiseNo",percentages:"referToReferenceBoxWhenSpecifiedOtherwiseBorderBox",groups:["CSS Masking"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedURLsAbsolute",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/clip-path"},color:{syntax:"<color>",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["CSS Color"],initial:"variesFromBrowserToBrowser",appliesto:"allElements",computed:"translucentValuesRGBAOtherwiseRGB",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/color"},"color-adjust":{syntax:"economy | exact",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Color"],initial:"economy",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/color-adjust"},"column-count":{syntax:"<integer> | auto",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Columns"],initial:"auto",appliesto:"blockContainersExceptTableWrappers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-count"},"column-fill":{syntax:"auto | balance | balance-all",media:"visualInContinuousMediaNoEffectInOverflowColumns",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Columns"],initial:"balance",appliesto:"multicolElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-fill"},"column-gap":{syntax:"normal | <length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfContentArea",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multiColumnElementsFlexContainersGridContainers",computed:"asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-gap"},"column-rule":{syntax:"<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",media:"visual",inherited:!1,animationType:["column-rule-color","column-rule-style","column-rule-width"],percentages:"no",groups:["CSS Columns"],initial:["column-rule-width","column-rule-style","column-rule-color"],appliesto:"multicolElements",computed:["column-rule-color","column-rule-style","column-rule-width"],order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule"},"column-rule-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Columns"],initial:"currentcolor",appliesto:"multicolElements",computed:"computedColor",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule-color"},"column-rule-style":{syntax:"<'border-style'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Columns"],initial:"none",appliesto:"multicolElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule-style"},"column-rule-width":{syntax:"<'border-width'>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Columns"],initial:"medium",appliesto:"multicolElements",computed:"absoluteLength0IfColumnRuleStyleNoneOrHidden",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-rule-width"},"column-span":{syntax:"none | all",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Columns"],initial:"none",appliesto:"inFlowBlockLevelElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-span"},"column-width":{syntax:"<length> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Columns"],initial:"auto",appliesto:"blockContainersExceptTableWrappers",computed:"absoluteLengthZeroOrLarger",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-width"},columns:{syntax:"<'column-width'> || <'column-count'>",media:"visual",inherited:!1,animationType:["column-width","column-count"],percentages:"no",groups:["CSS Columns"],initial:["column-width","column-count"],appliesto:"blockContainersExceptTableWrappers",computed:["column-width","column-count"],order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/columns"},contain:{syntax:"none | strict | content | [ size || layout || style || paint ]",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Containment"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/contain"},content:{syntax:"normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Generated Content"],initial:"normal",appliesto:"beforeAndAfterPseudos",computed:"normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/content"},"counter-increment":{syntax:"[ <custom-ident> <integer>? ]+ | none",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Counter Styles"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/counter-increment"},"counter-reset":{syntax:"[ <custom-ident> <integer>? ]+ | none",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Counter Styles"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/counter-reset"},"counter-set":{syntax:"[ <custom-ident> <integer>? ]+ | none",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Counter Styles"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/counter-set"},cursor:{syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",media:["visual","interactive"],inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asSpecifiedURLsAbsolute",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/cursor"},direction:{syntax:"ltr | rtl",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"ltr",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/direction"},display:{syntax:"[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Display"],initial:"inline",appliesto:"allElements",computed:"asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/display"},"empty-cells":{syntax:"show | hide",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"show",appliesto:"tableCellElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/empty-cells"},filter:{syntax:"none | <filter-function-list>",media:"visual",inherited:!1,animationType:"filterList",percentages:"no",groups:["Filter Effects"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/filter"},flex:{syntax:"none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",media:"visual",inherited:!1,animationType:["flex-grow","flex-shrink","flex-basis"],percentages:"no",groups:["CSS Flexible Box Layout"],initial:["flex-grow","flex-shrink","flex-basis"],appliesto:"flexItemsAndInFlowPseudos",computed:["flex-grow","flex-shrink","flex-basis"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex"},"flex-basis":{syntax:"content | <'width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToFlexContainersInnerMainSize",groups:["CSS Flexible Box Layout"],initial:"auto",appliesto:"flexItemsAndInFlowPseudos",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"lengthOrPercentageBeforeKeywordIfBothPresent",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-basis"},"flex-direction":{syntax:"row | row-reverse | column | column-reverse",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"row",appliesto:"flexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-direction"},"flex-flow":{syntax:"<'flex-direction'> || <'flex-wrap'>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Flexible Box Layout"],initial:["flex-direction","flex-wrap"],appliesto:"flexContainers",computed:["flex-direction","flex-wrap"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-flow"},"flex-grow":{syntax:"<number>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"0",appliesto:"flexItemsAndInFlowPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-grow"},"flex-shrink":{syntax:"<number>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"1",appliesto:"flexItemsAndInFlowPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-shrink"},"flex-wrap":{syntax:"nowrap | wrap | wrap-reverse",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"nowrap",appliesto:"flexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/flex-wrap"},float:{syntax:"left | right | none | inline-start | inline-end",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Positioning"],initial:"none",appliesto:"allElementsNoEffectIfDisplayNone",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/float"},font:{syntax:"[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar",media:"visual",inherited:!0,animationType:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],percentages:["font-size","line-height"],groups:["CSS Fonts"],initial:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],appliesto:"allElements",computed:["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font"},"font-family":{syntax:"[ <family-name> | <generic-family> ]#",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-family"},"font-feature-settings":{syntax:"normal | <feature-tag-value>#",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-feature-settings"},"font-kerning":{syntax:"auto | normal | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-kerning"},"font-language-override":{syntax:"normal | <string>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-language-override"},"font-optical-sizing":{syntax:"auto | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing"},"font-variation-settings":{syntax:"normal | [ <string> <number> ]#",media:"visual",inherited:!0,animationType:"transform",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"},"font-size":{syntax:"<absolute-size> | <relative-size> | <length-percentage>",media:"visual",inherited:!0,animationType:"length",percentages:"referToParentElementsFontSize",groups:["CSS Fonts"],initial:"medium",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-size"},"font-size-adjust":{syntax:"none | <number>",media:"visual",inherited:!0,animationType:"number",percentages:"no",groups:["CSS Fonts"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"},"font-smooth":{syntax:"auto | never | always | <absolute-size> | <length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-smooth"},"font-stretch":{syntax:"<font-stretch-absolute>",media:"visual",inherited:!0,animationType:"fontStretch",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-stretch"},"font-style":{syntax:"normal | italic | oblique <angle>?",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-style"},"font-synthesis":{syntax:"none | [ weight || style ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"weight style",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-synthesis"},"font-variant":{syntax:"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant"},"font-variant-alternates":{syntax:"normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates"},"font-variant-caps":{syntax:"normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-caps"},"font-variant-east-asian":{syntax:"normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian"},"font-variant-ligatures":{syntax:"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures"},"font-variant-numeric":{syntax:"normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric"},"font-variant-position":{syntax:"normal | sub | super",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-variant-position"},"font-weight":{syntax:"<font-weight-absolute> | bolder | lighter",media:"visual",inherited:!0,animationType:"fontWeight",percentages:"no",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"keywordOrNumericalValueBolderLighterTransformedToRealValue",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/font-weight"},gap:{syntax:"<'row-gap'> <'column-gap'>?",media:"visual",inherited:!1,animationType:["row-gap","column-gap"],percentages:"no",groups:["CSS Box Alignment"],initial:["row-gap","column-gap"],appliesto:"multiColumnElementsFlexContainersGridContainers",computed:["row-gap","column-gap"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/gap"},grid:{syntax:"<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>",media:"visual",inherited:!1,animationType:"discrete",percentages:["grid-template-rows","grid-template-columns","grid-auto-rows","grid-auto-columns"],groups:["CSS Grid Layout"],initial:["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","grid-column-gap","grid-row-gap","column-gap","row-gap"],appliesto:"gridContainers",computed:["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","grid-column-gap","grid-row-gap","column-gap","row-gap"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid"},"grid-area":{syntax:"<grid-line> [ / <grid-line> ]{0,3}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],appliesto:"gridItemsAndBoxesWithinGridContainer",computed:["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-area"},"grid-auto-columns":{syntax:"<track-size>+",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-auto-columns"},"grid-auto-flow":{syntax:"[ row | column ] || dense",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"row",appliesto:"gridContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow"},"grid-auto-rows":{syntax:"<track-size>+",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-auto-rows"},"grid-column":{syntax:"<grid-line> [ / <grid-line> ]?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:["grid-column-start","grid-column-end"],appliesto:"gridItemsAndBoxesWithinGridContainer",computed:["grid-column-start","grid-column-end"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-column"},"grid-column-end":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-column-end"},"grid-column-gap":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"0",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/column-gap"},"grid-column-start":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-column-start"},"grid-gap":{syntax:"<'grid-row-gap'> <'grid-column-gap'>?",media:"visual",inherited:!1,animationType:["grid-row-gap","grid-column-gap"],percentages:"no",groups:["CSS Grid Layout"],initial:["grid-row-gap","grid-column-gap"],appliesto:"gridContainers",computed:["grid-row-gap","grid-column-gap"],order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/gap"},"grid-row":{syntax:"<grid-line> [ / <grid-line> ]?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:["grid-row-start","grid-row-end"],appliesto:"gridItemsAndBoxesWithinGridContainer",computed:["grid-row-start","grid-row-end"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-row"},"grid-row-end":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-row-end"},"grid-row-gap":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"0",appliesto:"gridContainers",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/row-gap"},"grid-row-start":{syntax:"<grid-line>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"auto",appliesto:"gridItemsAndBoxesWithinGridContainer",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-row-start"},"grid-template":{syntax:"none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?",media:"visual",inherited:!1,animationType:"discrete",percentages:["grid-template-columns","grid-template-rows"],groups:["CSS Grid Layout"],initial:["grid-template-columns","grid-template-rows","grid-template-areas"],appliesto:"gridContainers",computed:["grid-template-columns","grid-template-rows","grid-template-areas"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template"},"grid-template-areas":{syntax:"none | <string>+",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template-areas"},"grid-template-columns":{syntax:"none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template-columns"},"grid-template-rows":{syntax:"none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",media:"visual",inherited:!1,animationType:"simpleListOfLpcDifferenceLpc",percentages:"referToDimensionOfContentArea",groups:["CSS Grid Layout"],initial:"none",appliesto:"gridContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/grid-template-rows"},"hanging-punctuation":{syntax:"none | [ first || [ force-end | allow-end ] || last ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation"},height:{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableColumns",computed:"percentageAutoOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/height"},hyphens:{syntax:"none | manual | auto",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"manual",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/hyphens"},"image-orientation":{syntax:"from-image | <angle> | [ <angle>? flip ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"from-image",appliesto:"allElements",computed:"angleRoundedToNextQuarter",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/image-orientation"},"image-rendering":{syntax:"auto | crisp-edges | pixelated",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/image-rendering"},"image-resolution":{syntax:"[ from-image || <resolution> ] && snap?",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"1dppx",appliesto:"allElements",computed:"asSpecifiedWithExceptionOfResolution",order:"uniqueOrder",status:"experimental"},"ime-mode":{syntax:"auto | normal | active | inactive | disabled",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"textFields",computed:"asSpecified",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/ime-mode"},"initial-letter":{syntax:"normal | [ <number> <integer>? ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Inline"],initial:"normal",appliesto:"firstLetterPseudoElementsAndInlineLevelFirstChildren",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/initial-letter"},"initial-letter-align":{syntax:"[ auto | alphabetic | hanging | ideographic ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Inline"],initial:"auto",appliesto:"firstLetterPseudoElementsAndInlineLevelFirstChildren",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/initial-letter-align"},"inline-size":{syntax:"<'width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"inlineSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"sameAsWidthAndHeight",computed:"sameAsWidthAndHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inline-size"},inset:{syntax:"<'top'>{1,4}",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset"},"inset-block":{syntax:"<'top'>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-block"},"inset-block-end":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-block-end"},"inset-block-start":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalHeightOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-block-start"},"inset-inline":{syntax:"<'top'>{1,2}",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-inline"},"inset-inline-end":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-inline-end"},"inset-inline-start":{syntax:"<'top'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"auto",appliesto:"positionedElements",computed:"sameAsBoxOffsets",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"},isolation:{syntax:"auto | isolate",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Compositing and Blending"],initial:"auto",appliesto:"allElementsSVGContainerGraphicsAndGraphicsReferencingElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/isolation"},"justify-content":{syntax:"normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"flexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-content"},"justify-items":{syntax:"normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"legacy",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-items"},"justify-self":{syntax:"auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"auto",appliesto:"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-self"},"justify-tracks":{syntax:"[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"normal",appliesto:"gridContainersWithMasonryLayoutInTheirInlineAxis",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/justify-tracks"},left:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/left"},"letter-spacing":{syntax:"normal | <length>",media:"visual",inherited:!0,animationType:"length",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"optimumValueOfAbsoluteLengthOrNormal",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/letter-spacing"},"line-break":{syntax:"auto | loose | normal | strict | anywhere",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/line-break"},"line-clamp":{syntax:"none | <integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Overflow"],initial:"none",appliesto:"blockContainersExceptMultiColumnContainers",computed:"asSpecified",order:"perGrammar",status:"experimental"},"line-height":{syntax:"normal | <number> | <length> | <percentage>",media:"visual",inherited:!0,animationType:"numberOrLength",percentages:"referToElementFontSize",groups:["CSS Fonts"],initial:"normal",appliesto:"allElements",computed:"absoluteLengthOrAsSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/line-height"},"line-height-step":{syntax:"<length>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fonts"],initial:"0",appliesto:"blockContainers",computed:"absoluteLength",order:"perGrammar",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/line-height-step"},"list-style":{syntax:"<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:["list-style-type","list-style-position","list-style-image"],appliesto:"listItems",computed:["list-style-image","list-style-position","list-style-type"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style"},"list-style-image":{syntax:"<url> | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:"none",appliesto:"listItems",computed:"noneOrImageWithAbsoluteURI",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style-image"},"list-style-position":{syntax:"inside | outside",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:"outside",appliesto:"listItems",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style-position"},"list-style-type":{syntax:"<counter-style> | <string> | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Lists and Counters"],initial:"disc",appliesto:"listItems",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/list-style-type"},margin:{syntax:"[ <length> | <percentage> | auto ]{1,4}",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:["margin-bottom","margin-left","margin-right","margin-top"],appliesto:"allElementsExceptTableDisplayTypes",computed:["margin-bottom","margin-left","margin-right","margin-top"],order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin"},"margin-block":{syntax:"<'margin-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-block"},"margin-block-end":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-block-end"},"margin-block-start":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-block-start"},"margin-bottom":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-bottom"},"margin-inline":{syntax:"<'margin-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-inline"},"margin-inline-end":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-inline-end"},"margin-inline-start":{syntax:"<'margin-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"dependsOnLayoutModel",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsMargin",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"},"margin-left":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-left"},"margin-right":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-right"},"margin-top":{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-top"},"margin-trim":{syntax:"none | in-flow | all",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"none",appliesto:"blockContainersAndMultiColumnContainers",computed:"asSpecified",order:"perGrammar",alsoAppliesTo:["::first-letter","::first-line"],status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/margin-trim"},mask:{syntax:"<mask-layer>#",media:"visual",inherited:!1,animationType:["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],percentages:["mask-position"],groups:["CSS Masking"],initial:["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],appliesto:"allElementsSVGContainerElements",computed:["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask"},"mask-border":{syntax:"<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>",media:"visual",inherited:!1,animationType:["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],percentages:["mask-border-slice","mask-border-width"],groups:["CSS Masking"],initial:["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],appliesto:"allElementsSVGContainerElements",computed:["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border"},"mask-border-mode":{syntax:"luminance | alpha",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"alpha",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-mode"},"mask-border-outset":{syntax:"[ <length> | <number> ]{1,4}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"0",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-outset"},"mask-border-repeat":{syntax:"[ stretch | repeat | round | space ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"stretch",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat"},"mask-border-slice":{syntax:"<number-percentage>{1,4} fill?",media:"visual",inherited:!1,animationType:"discrete",percentages:"referToSizeOfMaskBorderImage",groups:["CSS Masking"],initial:"0",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-slice"},"mask-border-source":{syntax:"none | <image>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedURLsAbsolute",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-source"},"mask-border-width":{syntax:"[ <length-percentage> | <number> | auto ]{1,4}",media:"visual",inherited:!1,animationType:"discrete",percentages:"relativeToMaskBorderImageArea",groups:["CSS Masking"],initial:"auto",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-border-width"},"mask-clip":{syntax:"[ <geometry-box> | no-clip ]#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"border-box",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-clip"},"mask-composite":{syntax:"<compositing-operator>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"add",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-composite"},"mask-image":{syntax:"<mask-reference>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"none",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedURLsAbsolute",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-image"},"mask-mode":{syntax:"<masking-mode>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"match-source",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-mode"},"mask-origin":{syntax:"<geometry-box>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"border-box",appliesto:"allElementsSVGContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-origin"},"mask-position":{syntax:"<position>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"referToSizeOfMaskPaintingArea",groups:["CSS Masking"],initial:"center",appliesto:"allElementsSVGContainerElements",computed:"consistsOfTwoKeywordsForOriginAndOffsets",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-position"},"mask-repeat":{syntax:"<repeat-style>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"no-repeat",appliesto:"allElementsSVGContainerElements",computed:"consistsOfTwoDimensionKeywords",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-repeat"},"mask-size":{syntax:"<bg-size>#",media:"visual",inherited:!1,animationType:"repeatableListOfSimpleListOfLpc",percentages:"no",groups:["CSS Masking"],initial:"auto",appliesto:"allElementsSVGContainerElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-size"},"mask-type":{syntax:"luminance | alpha",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Masking"],initial:"luminance",appliesto:"maskElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mask-type"},"masonry-auto-flow":{syntax:"[ pack | next ] || [ definite-first | ordered ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Grid Layout"],initial:"pack",appliesto:"gridContainersWithMasonryLayout",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow"},"math-style":{syntax:"normal | compact",media:"visual",inherited:!0,animationType:"notAnimatable",percentages:"no",groups:["MathML"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/math-style"},"max-block-size":{syntax:"<'max-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"blockSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMaxWidthAndMaxHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-block-size"},"max-height":{syntax:"none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"regardingHeightOfGeneratedBoxContainingBlockPercentagesNone",groups:["CSS Box Model"],initial:"none",appliesto:"allElementsButNonReplacedAndTableColumns",computed:"percentageAsSpecifiedAbsoluteLengthOrNone",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-height"},"max-inline-size":{syntax:"<'max-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"inlineSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMaxWidthAndMaxHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-inline-size"},"max-lines":{syntax:"none | <integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Overflow"],initial:"none",appliesto:"blockContainersExceptMultiColumnContainers",computed:"asSpecified",order:"perGrammar",status:"experimental"},"max-width":{syntax:"none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"none",appliesto:"allElementsButNonReplacedAndTableRows",computed:"percentageAsSpecifiedAbsoluteLengthOrNone",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/max-width"},"min-block-size":{syntax:"<'min-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"blockSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMinWidthAndMinHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-block-size"},"min-height":{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"regardingHeightOfGeneratedBoxContainingBlockPercentages0",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableColumns",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-height"},"min-inline-size":{syntax:"<'min-width'>",media:"visual",inherited:!1,animationType:"lpc",percentages:"inlineSizeOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"sameAsWidthAndHeight",computed:"sameAsMinWidthAndMinHeight",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-inline-size"},"min-width":{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableRows",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/min-width"},"mix-blend-mode":{syntax:"<blend-mode>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Compositing and Blending"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"},"object-fit":{syntax:"fill | contain | cover | none | scale-down",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Images"],initial:"fill",appliesto:"replacedElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/object-fit"},"object-position":{syntax:"<position>",media:"visual",inherited:!0,animationType:"repeatableListOfSimpleListOfLpc",percentages:"referToWidthAndHeightOfElement",groups:["CSS Images"],initial:"50% 50%",appliesto:"replacedElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/object-position"},offset:{syntax:"[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",media:"visual",inherited:!1,animationType:["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],percentages:["offset-position","offset-distance","offset-anchor"],groups:["CSS Motion Path"],initial:["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],appliesto:"transformableElements",computed:["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset"},"offset-anchor":{syntax:"auto | <position>",media:"visual",inherited:!1,animationType:"position",percentages:"relativeToWidthAndHeight",groups:["CSS Motion Path"],initial:"auto",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"perGrammar",status:"standard"},"offset-distance":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToTotalPathLength",groups:["CSS Motion Path"],initial:"0",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset-distance"},"offset-path":{syntax:"none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",media:"visual",inherited:!1,animationType:"angleOrBasicShapeOrPath",percentages:"no",groups:["CSS Motion Path"],initial:"none",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset-path"},"offset-position":{syntax:"auto | <position>",media:"visual",inherited:!1,animationType:"position",percentages:"referToSizeOfContainingBlock",groups:["CSS Motion Path"],initial:"auto",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"perGrammar",status:"experimental"},"offset-rotate":{syntax:"[ auto | reverse ] || <angle>",media:"visual",inherited:!1,animationType:"angleOrBasicShapeOrPath",percentages:"no",groups:["CSS Motion Path"],initial:"auto",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/offset-rotate"},opacity:{syntax:"<alpha-value>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Color"],initial:"1.0",appliesto:"allElements",computed:"specifiedValueClipped0To1",order:"uniqueOrder",alsoAppliesTo:["::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/opacity"},order:{syntax:"<integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Flexible Box Layout"],initial:"0",appliesto:"flexItemsGridItemsAbsolutelyPositionedContainerChildren",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/order"},orphans:{syntax:"<integer>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"2",appliesto:"blockContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/orphans"},outline:{syntax:"[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]",media:["visual","interactive"],inherited:!1,animationType:["outline-color","outline-width","outline-style"],percentages:"no",groups:["CSS Basic User Interface"],initial:["outline-color","outline-style","outline-width"],appliesto:"allElements",computed:["outline-color","outline-width","outline-style"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline"},"outline-color":{syntax:"<color> | invert",media:["visual","interactive"],inherited:!1,animationType:"color",percentages:"no",groups:["CSS Basic User Interface"],initial:"invertOrCurrentColor",appliesto:"allElements",computed:"invertForTranslucentColorRGBAOtherwiseRGB",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-color"},"outline-offset":{syntax:"<length>",media:["visual","interactive"],inherited:!1,animationType:"length",percentages:"no",groups:["CSS Basic User Interface"],initial:"0",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-offset"},"outline-style":{syntax:"auto | <'border-style'>",media:["visual","interactive"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-style"},"outline-width":{syntax:"<line-width>",media:["visual","interactive"],inherited:!1,animationType:"length",percentages:"no",groups:["CSS Basic User Interface"],initial:"medium",appliesto:"allElements",computed:"absoluteLength0ForNone",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/outline-width"},overflow:{syntax:"[ visible | hidden | clip | scroll | auto ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"visible",appliesto:"blockContainersFlexContainersGridContainers",computed:["overflow-x","overflow-y"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow"},"overflow-anchor":{syntax:"auto | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Anchoring"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard"},"overflow-block":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"auto",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"perGrammar",status:"standard"},"overflow-clip-box":{syntax:"padding-box | content-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Mozilla Extensions"],initial:"padding-box",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box"},"overflow-inline":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"auto",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"perGrammar",status:"standard"},"overflow-wrap":{syntax:"normal | break-word | anywhere",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"nonReplacedInlineElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"},"overflow-x":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"visible",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-x"},"overflow-y":{syntax:"visible | hidden | clip | scroll | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"visible",appliesto:"blockContainersFlexContainersGridContainers",computed:"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-y"},"overscroll-behavior":{syntax:"[ contain | none | auto ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior"},"overscroll-behavior-block":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block"},"overscroll-behavior-inline":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline"},"overscroll-behavior-x":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x"},"overscroll-behavior-y":{syntax:"contain | none | auto",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Model"],initial:"auto",appliesto:"nonReplacedBlockAndInlineBlockElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y"},padding:{syntax:"[ <length> | <percentage> ]{1,4}",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:["padding-bottom","padding-left","padding-right","padding-top"],appliesto:"allElementsExceptInternalTableDisplayTypes",computed:["padding-bottom","padding-left","padding-right","padding-top"],order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding"},"padding-block":{syntax:"<'padding-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-block"},"padding-block-end":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-block-end"},"padding-block-start":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-block-start"},"padding-bottom":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-bottom"},"padding-inline":{syntax:"<'padding-left'>{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-inline"},"padding-inline-end":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-inline-end"},"padding-inline-start":{syntax:"<'padding-left'>",media:"visual",inherited:!1,animationType:"length",percentages:"logicalWidthOfContainingBlock",groups:["CSS Logical Properties"],initial:"0",appliesto:"allElements",computed:"asLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-inline-start"},"padding-left":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-left"},"padding-right":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-right"},"padding-top":{syntax:"<length> | <percentage>",media:"visual",inherited:!1,animationType:"length",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"0",appliesto:"allElementsExceptInternalTableDisplayTypes",computed:"percentageAsSpecifiedOrAbsoluteLength",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/padding-top"},"page-break-after":{syntax:"auto | always | avoid | left | right | recto | verso",media:["visual","paged"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Pages"],initial:"auto",appliesto:"blockElementsInNormalFlow",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/page-break-after"},"page-break-before":{syntax:"auto | always | avoid | left | right | recto | verso",media:["visual","paged"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Pages"],initial:"auto",appliesto:"blockElementsInNormalFlow",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/page-break-before"},"page-break-inside":{syntax:"auto | avoid",media:["visual","paged"],inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Pages"],initial:"auto",appliesto:"blockElementsInNormalFlow",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/page-break-inside"},"paint-order":{syntax:"normal | [ fill || stroke || markers ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"textElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/paint-order"},perspective:{syntax:"none | <length>",media:"visual",inherited:!1,animationType:"length",percentages:"no",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"absoluteLengthOrNone",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/perspective"},"perspective-origin":{syntax:"<position>",media:"visual",inherited:!1,animationType:"simpleListOfLpc",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"50% 50%",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"oneOrTwoValuesLengthAbsoluteKeywordsPercentages",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/perspective-origin"},"place-content":{syntax:"<'align-content'> <'justify-content'>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multilineFlexContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/place-content"},"place-items":{syntax:"<'align-items'> <'justify-items'>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:["align-items","justify-items"],appliesto:"allElements",computed:["align-items","justify-items"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/place-items"},"place-self":{syntax:"<'align-self'> <'justify-self'>?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Box Alignment"],initial:["align-self","justify-self"],appliesto:"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",computed:["align-self","justify-self"],order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/place-self"},"pointer-events":{syntax:"auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["Pointer Events"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/pointer-events"},position:{syntax:"static | relative | absolute | sticky | fixed",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Positioning"],initial:"static",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/position"},quotes:{syntax:"none | auto | [ <string> <string> ]+",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Generated Content"],initial:"dependsOnUserAgent",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/quotes"},resize:{syntax:"none | both | horizontal | vertical | block | inline",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"none",appliesto:"elementsWithOverflowNotVisibleAndReplacedElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/resize"},right:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/right"},rotate:{syntax:"none | <angle> | [ x | y | z | <number>{3} ] && <angle>",media:"visual",inherited:!1,animationType:"transform",percentages:"no",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/rotate"},"row-gap":{syntax:"normal | <length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToDimensionOfContentArea",groups:["CSS Box Alignment"],initial:"normal",appliesto:"multiColumnElementsFlexContainersGridContainers",computed:"asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/row-gap"},"ruby-align":{syntax:"start | center | space-between | space-around",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Ruby"],initial:"space-around",appliesto:"rubyBasesAnnotationsBaseAnnotationContainers",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/ruby-align"},"ruby-merge":{syntax:"separate | collapse | auto",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Ruby"],initial:"separate",appliesto:"rubyAnnotationsContainers",computed:"asSpecified",order:"uniqueOrder",status:"experimental"},"ruby-position":{syntax:"over | under | inter-character",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Ruby"],initial:"over",appliesto:"rubyAnnotationsContainers",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/ruby-position"},scale:{syntax:"none | <number>{1,3}",media:"visual",inherited:!1,animationType:"transform",percentages:"no",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scale"},"scrollbar-color":{syntax:"auto | dark | light | <color>{2}",media:"visual",inherited:!0,animationType:"color",percentages:"no",groups:["CSS Scrollbars"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"},"scrollbar-gutter":{syntax:"auto | [ stable | always ] && both? && force?",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Overflow"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter"},"scrollbar-width":{syntax:"auto | thin | none",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scrollbars"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"},"scroll-behavior":{syntax:"auto | smooth",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSSOM View"],initial:"auto",appliesto:"scrollingBoxes",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"},"scroll-margin":{syntax:"<length>{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin"},"scroll-margin-block":{syntax:"<length>{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"},"scroll-margin-block-start":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"},"scroll-margin-block-end":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"},"scroll-margin-bottom":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"},"scroll-margin-inline":{syntax:"<length>{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"},"scroll-margin-inline-start":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"},"scroll-margin-inline-end":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"},"scroll-margin-left":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"},"scroll-margin-right":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"},"scroll-margin-top":{syntax:"<length>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"no",groups:["CSS Scroll Snap"],initial:"0",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"},"scroll-padding":{syntax:"[ auto | <length-percentage> ]{1,4}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding"},"scroll-padding-block":{syntax:"[ auto | <length-percentage> ]{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"},"scroll-padding-block-start":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"},"scroll-padding-block-end":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"},"scroll-padding-bottom":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"},"scroll-padding-inline":{syntax:"[ auto | <length-percentage> ]{1,2}",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"},"scroll-padding-inline-start":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"},"scroll-padding-inline-end":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"},"scroll-padding-left":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"},"scroll-padding-right":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"},"scroll-padding-top":{syntax:"auto | <length-percentage>",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"relativeToTheScrollContainersScrollport",groups:["CSS Scroll Snap"],initial:"auto",appliesto:"scrollContainers",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top"},"scroll-snap-align":{syntax:"[ none | start | end | center ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align"},"scroll-snap-coordinate":{syntax:"none | <position>#",media:"interactive",inherited:!1,animationType:"position",percentages:"referToBorderBox",groups:["CSS Scroll Snap"],initial:"none",appliesto:"allElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate"},"scroll-snap-destination":{syntax:"<position>",media:"interactive",inherited:!1,animationType:"position",percentages:"relativeToScrollContainerPaddingBoxAxis",groups:["CSS Scroll Snap"],initial:"0px 0px",appliesto:"scrollContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination"},"scroll-snap-points-x":{syntax:"none | repeat( <length-percentage> )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"relativeToScrollContainerPaddingBoxAxis",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x"},"scroll-snap-points-y":{syntax:"none | repeat( <length-percentage> )",media:"interactive",inherited:!1,animationType:"discrete",percentages:"relativeToScrollContainerPaddingBoxAxis",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"},"scroll-snap-stop":{syntax:"normal | always",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"},"scroll-snap-type":{syntax:"none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type"},"scroll-snap-type-x":{syntax:"none | mandatory | proximity",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecified",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"},"scroll-snap-type-y":{syntax:"none | mandatory | proximity",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Scroll Snap"],initial:"none",appliesto:"scrollContainers",computed:"asSpecified",order:"uniqueOrder",status:"obsolete",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"},"shape-image-threshold":{syntax:"<alpha-value>",media:"visual",inherited:!1,animationType:"number",percentages:"no",groups:["CSS Shapes"],initial:"0.0",appliesto:"floats",computed:"specifiedValueNumberClipped0To1",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold"},"shape-margin":{syntax:"<length-percentage>",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Shapes"],initial:"0",appliesto:"floats",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/shape-margin"},"shape-outside":{syntax:"none | <shape-box> || <basic-shape> | <image>",media:"visual",inherited:!1,animationType:"basicShapeOtherwiseNo",percentages:"no",groups:["CSS Shapes"],initial:"none",appliesto:"floats",computed:"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/shape-outside"},"tab-size":{syntax:"<integer> | <length>",media:"visual",inherited:!0,animationType:"length",percentages:"no",groups:["CSS Text"],initial:"8",appliesto:"blockContainers",computed:"specifiedIntegerOrAbsoluteLength",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/tab-size"},"table-layout":{syntax:"auto | fixed",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Table"],initial:"auto",appliesto:"tableElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/table-layout"},"text-align":{syntax:"start | end | left | right | center | justify | match-parent",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"startOrNamelessValueIfLTRRightIfRTL",appliesto:"blockContainers",computed:"asSpecifiedExceptMatchParent",order:"orderOfAppearance",alsoAppliesTo:["::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-align"},"text-align-last":{syntax:"auto | start | end | left | right | center | justify",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"auto",appliesto:"blockContainers",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-align-last"},"text-combine-upright":{syntax:"none | all | [ digits <integer>? ]",media:"visual",inherited:!0,animationType:"notAnimatable",percentages:"no",groups:["CSS Writing Modes"],initial:"none",appliesto:"nonReplacedInlineElements",computed:"keywordPlusIntegerIfDigits",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-combine-upright"},"text-decoration":{syntax:"<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>",media:"visual",inherited:!1,animationType:["text-decoration-color","text-decoration-style","text-decoration-line","text-decoration-thickness"],percentages:"no",groups:["CSS Text Decoration"],initial:["text-decoration-color","text-decoration-style","text-decoration-line"],appliesto:"allElements",computed:["text-decoration-line","text-decoration-style","text-decoration-color","text-decoration-thickness"],order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration"},"text-decoration-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Text Decoration"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"},"text-decoration-line":{syntax:"none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-line"},"text-decoration-skip":{syntax:"none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"objects",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip"},"text-decoration-skip-ink":{syntax:"auto | all | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink"},"text-decoration-style":{syntax:"solid | double | dotted | dashed | wavy",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"solid",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"},"text-decoration-thickness":{syntax:"auto | from-font | <length> | <percentage> ",media:"visual",inherited:!1,animationType:"byComputedValueType",percentages:"referToElementFontSize",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness"},"text-emphasis":{syntax:"<'text-emphasis-style'> || <'text-emphasis-color'>",media:"visual",inherited:!1,animationType:["text-emphasis-color","text-emphasis-style"],percentages:"no",groups:["CSS Text Decoration"],initial:["text-emphasis-style","text-emphasis-color"],appliesto:"allElements",computed:["text-emphasis-style","text-emphasis-color"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis"},"text-emphasis-color":{syntax:"<color>",media:"visual",inherited:!1,animationType:"color",percentages:"no",groups:["CSS Text Decoration"],initial:"currentcolor",appliesto:"allElements",computed:"computedColor",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"},"text-emphasis-position":{syntax:"[ over | under ] && [ right | left ]",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"over right",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-position"},"text-emphasis-style":{syntax:"none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style"},"text-indent":{syntax:"<length-percentage> && hanging? && each-line?",media:"visual",inherited:!0,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Text"],initial:"0",appliesto:"blockContainers",computed:"percentageOrAbsoluteLengthPlusKeywords",order:"lengthOrPercentageBeforeKeywords",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-indent"},"text-justify":{syntax:"auto | inter-character | inter-word | none",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"auto",appliesto:"inlineLevelAndTableCellElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-justify"},"text-orientation":{syntax:"mixed | upright | sideways",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"mixed",appliesto:"allElementsExceptTableRowGroupsRowsColumnGroupsAndColumns",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-orientation"},"text-overflow":{syntax:"[ clip | ellipsis | <string> ]{1,2}",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"clip",appliesto:"blockContainerElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-overflow"},"text-rendering":{syntax:"auto | optimizeSpeed | optimizeLegibility | geometricPrecision",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Miscellaneous"],initial:"auto",appliesto:"textElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-rendering"},"text-shadow":{syntax:"none | <shadow-t>#",media:"visual",inherited:!0,animationType:"shadowList",percentages:"no",groups:["CSS Text Decoration"],initial:"none",appliesto:"allElements",computed:"colorPlusThreeAbsoluteLengths",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-shadow"},"text-size-adjust":{syntax:"none | auto | <percentage>",media:"visual",inherited:!0,animationType:"discrete",percentages:"referToSizeOfFont",groups:["CSS Text"],initial:"autoForSmartphoneBrowsersSupportingInflation",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"experimental",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"},"text-transform":{syntax:"none | capitalize | uppercase | lowercase | full-width | full-size-kana",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"none",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-transform"},"text-underline-offset":{syntax:"auto | <length> | <percentage> ",media:"visual",inherited:!0,animationType:"byComputedValueType",percentages:"referToElementFontSize",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-underline-offset"},"text-underline-position":{syntax:"auto | from-font | [ under || [ left | right ] ]",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text Decoration"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/text-underline-position"},top:{syntax:"<length> | <percentage> | auto",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToContainingBlockHeight",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/top"},"touch-action":{syntax:"auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["Pointer Events"],initial:"auto",appliesto:"allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/touch-action"},transform:{syntax:"none | <transform-list>",media:"visual",inherited:!1,animationType:"transform",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform"},"transform-box":{syntax:"content-box | border-box | fill-box | stroke-box | view-box",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transforms"],initial:"view-box",appliesto:"transformableElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform-box"},"transform-origin":{syntax:"[ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?",media:"visual",inherited:!1,animationType:"simpleListOfLpc",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"50% 50% 0",appliesto:"transformableElements",computed:"forLengthAbsoluteValueOtherwisePercentage",order:"oneOrTwoValuesLengthAbsoluteKeywordsPercentages",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform-origin"},"transform-style":{syntax:"flat | preserve-3d",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transforms"],initial:"flat",appliesto:"transformableElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transform-style"},transition:{syntax:"<single-transition>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:["transition-delay","transition-duration","transition-property","transition-timing-function"],appliesto:"allElementsAndPseudos",computed:["transition-delay","transition-duration","transition-property","transition-timing-function"],order:"orderOfAppearance",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition"},"transition-delay":{syntax:"<time>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-delay"},"transition-duration":{syntax:"<time>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"0s",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-duration"},"transition-property":{syntax:"none | <single-transition-property>#",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"all",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-property"},"transition-timing-function":{syntax:"<timing-function>#",media:"interactive",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Transitions"],initial:"ease",appliesto:"allElementsAndPseudos",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/transition-timing-function"},translate:{syntax:"none | <length-percentage> [ <length-percentage> <length>? ]?",media:"visual",inherited:!1,animationType:"transform",percentages:"referToSizeOfBoundingBox",groups:["CSS Transforms"],initial:"none",appliesto:"transformableElements",computed:"asSpecifiedRelativeToAbsoluteLengths",order:"perGrammar",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/translate"},"unicode-bidi":{syntax:"normal | embed | isolate | bidi-override | isolate-override | plaintext",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"normal",appliesto:"allElementsSomeValuesNoEffectOnNonInlineElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/unicode-bidi"},"user-select":{syntax:"auto | text | none | contain | all",media:"visual",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Basic User Interface"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/user-select"},"vertical-align":{syntax:"baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",media:"visual",inherited:!1,animationType:"length",percentages:"referToLineHeight",groups:["CSS Table"],initial:"baseline",appliesto:"inlineLevelAndTableCellElements",computed:"absoluteLengthOrKeyword",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/vertical-align"},visibility:{syntax:"visible | hidden | collapse",media:"visual",inherited:!0,animationType:"visibility",percentages:"no",groups:["CSS Box Model"],initial:"visible",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/visibility"},"white-space":{syntax:"normal | pre | nowrap | pre-wrap | pre-line | break-spaces",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/white-space"},widows:{syntax:"<integer>",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Fragmentation"],initial:"2",appliesto:"blockContainerElements",computed:"asSpecified",order:"perGrammar",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/widows"},width:{syntax:"auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)",media:"visual",inherited:!1,animationType:"lpc",percentages:"referToWidthOfContainingBlock",groups:["CSS Box Model"],initial:"auto",appliesto:"allElementsButNonReplacedAndTableRows",computed:"percentageAutoOrAbsoluteLength",order:"lengthOrPercentageBeforeKeywordIfBothPresent",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/width"},"will-change":{syntax:"auto | <animateable-feature>#",media:"all",inherited:!1,animationType:"discrete",percentages:"no",groups:["CSS Will Change"],initial:"auto",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/will-change"},"word-break":{syntax:"normal | break-all | keep-all | break-word",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/word-break"},"word-spacing":{syntax:"normal | <length-percentage>",media:"visual",inherited:!0,animationType:"length",percentages:"referToWidthOfAffectedGlyph",groups:["CSS Text"],initial:"normal",appliesto:"allElements",computed:"optimumMinAndMaxValueOfAbsoluteLengthPercentageOrNormal",order:"uniqueOrder",alsoAppliesTo:["::first-letter","::first-line","::placeholder"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/word-spacing"},"word-wrap":{syntax:"normal | break-word",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Text"],initial:"normal",appliesto:"nonReplacedInlineElements",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"},"writing-mode":{syntax:"horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr",media:"visual",inherited:!0,animationType:"discrete",percentages:"no",groups:["CSS Writing Modes"],initial:"horizontal-tb",appliesto:"allElementsExceptTableRowColumnGroupsTableRowsColumns",computed:"asSpecified",order:"uniqueOrder",status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/writing-mode"},"z-index":{syntax:"auto | <integer>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["CSS Positioning"],initial:"auto",appliesto:"positionedElements",computed:"asSpecified",order:"uniqueOrder",stacking:!0,status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/z-index"},zoom:{syntax:"normal | reset | <number> | <percentage>",media:"visual",inherited:!1,animationType:"integer",percentages:"no",groups:["Microsoft Extensions"],initial:"normal",appliesto:"allElements",computed:"asSpecified",order:"uniqueOrder",status:"nonstandard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/zoom"}}});var mD=b((LZ,$2)=>{$2.exports={"absolute-size":{syntax:"xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"},"alpha-value":{syntax:"<number> | <percentage>"},"angle-percentage":{syntax:"<angle> | <percentage>"},"angular-color-hint":{syntax:"<angle-percentage>"},"angular-color-stop":{syntax:"<color> && <color-stop-angle>?"},"angular-color-stop-list":{syntax:"[ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>"},"animateable-feature":{syntax:"scroll-position | contents | <custom-ident>"},attachment:{syntax:"scroll | fixed | local"},"attr()":{syntax:"attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )"},"attr-matcher":{syntax:"[ '~' | '|' | '^' | '$' | '*' ]? '='"},"attr-modifier":{syntax:"i | s"},"attribute-selector":{syntax:"'[' <wq-name> ']' | '[' <wq-name> <attr-matcher> [ <string-token> | <ident-token> ] <attr-modifier>? ']'"},"auto-repeat":{syntax:"repeat( [ auto-fill | auto-fit ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"},"auto-track-list":{syntax:`[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>? <auto-repeat>
49
49
  [ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>?`},"baseline-position":{syntax:"[ first | last ]? baseline"},"basic-shape":{syntax:"<inset()> | <circle()> | <ellipse()> | <polygon()> | <path()>"},"bg-image":{syntax:"none | <image>"},"bg-layer":{syntax:"<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"},"bg-position":{syntax:"[ [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] ]"},"bg-size":{syntax:"[ <length-percentage> | auto ]{1,2} | cover | contain"},"blur()":{syntax:"blur( <length> )"},"blend-mode":{syntax:"normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"},box:{syntax:"border-box | padding-box | content-box"},"brightness()":{syntax:"brightness( <number-percentage> )"},"calc()":{syntax:"calc( <calc-sum> )"},"calc-sum":{syntax:"<calc-product> [ [ '+' | '-' ] <calc-product> ]*"},"calc-product":{syntax:"<calc-value> [ '*' <calc-value> | '/' <number> ]*"},"calc-value":{syntax:"<number> | <dimension> | <percentage> | ( <calc-sum> )"},"cf-final-image":{syntax:"<image> | <color>"},"cf-mixing-image":{syntax:"<percentage>? && <image>"},"circle()":{syntax:"circle( [ <shape-radius> ]? [ at <position> ]? )"},"clamp()":{syntax:"clamp( <calc-sum>#{3} )"},"class-selector":{syntax:"'.' <ident-token>"},"clip-source":{syntax:"<url>"},color:{syntax:"<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"},"color-stop":{syntax:"<color-stop-length> | <color-stop-angle>"},"color-stop-angle":{syntax:"<angle-percentage>{1,2}"},"color-stop-length":{syntax:"<length-percentage>{1,2}"},"color-stop-list":{syntax:"[ <linear-color-stop> [, <linear-color-hint>]? ]# , <linear-color-stop>"},combinator:{syntax:"'>' | '+' | '~' | [ '||' ]"},"common-lig-values":{syntax:"[ common-ligatures | no-common-ligatures ]"},"compat-auto":{syntax:"searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"},"composite-style":{syntax:"clear | copy | source-over | source-in | source-out | source-atop | destination-over | destination-in | destination-out | destination-atop | xor"},"compositing-operator":{syntax:"add | subtract | intersect | exclude"},"compound-selector":{syntax:"[ <type-selector>? <subclass-selector>* [ <pseudo-element-selector> <pseudo-class-selector>* ]* ]!"},"compound-selector-list":{syntax:"<compound-selector>#"},"complex-selector":{syntax:"<compound-selector> [ <combinator>? <compound-selector> ]*"},"complex-selector-list":{syntax:"<complex-selector>#"},"conic-gradient()":{syntax:"conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"contextual-alt-values":{syntax:"[ contextual | no-contextual ]"},"content-distribution":{syntax:"space-between | space-around | space-evenly | stretch"},"content-list":{syntax:"[ <string> | contents | <image> | <quote> | <target> | <leader()> ]+"},"content-position":{syntax:"center | start | end | flex-start | flex-end"},"content-replacement":{syntax:"<image>"},"contrast()":{syntax:"contrast( [ <number-percentage> ] )"},"counter()":{syntax:"counter( <custom-ident>, <counter-style>? )"},"counter-style":{syntax:"<counter-style-name> | symbols()"},"counter-style-name":{syntax:"<custom-ident>"},"counters()":{syntax:"counters( <custom-ident>, <string>, <counter-style>? )"},"cross-fade()":{syntax:"cross-fade( <cf-mixing-image> , <cf-final-image>? )"},"cubic-bezier-timing-function":{syntax:"ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number [0,1]>, <number>, <number [0,1]>, <number>)"},"deprecated-system-color":{syntax:"ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonFace | ButtonHighlight | ButtonShadow | ButtonText | CaptionText | GrayText | Highlight | HighlightText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText"},"discretionary-lig-values":{syntax:"[ discretionary-ligatures | no-discretionary-ligatures ]"},"display-box":{syntax:"contents | none"},"display-inside":{syntax:"flow | flow-root | table | flex | grid | ruby"},"display-internal":{syntax:"table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container"},"display-legacy":{syntax:"inline-block | inline-list-item | inline-table | inline-flex | inline-grid"},"display-listitem":{syntax:"<display-outside>? && [ flow | flow-root ]? && list-item"},"display-outside":{syntax:"block | inline | run-in"},"drop-shadow()":{syntax:"drop-shadow( <length>{2,3} <color>? )"},"east-asian-variant-values":{syntax:"[ jis78 | jis83 | jis90 | jis04 | simplified | traditional ]"},"east-asian-width-values":{syntax:"[ full-width | proportional-width ]"},"element()":{syntax:"element( <id-selector> )"},"ellipse()":{syntax:"ellipse( [ <shape-radius>{2} ]? [ at <position> ]? )"},"ending-shape":{syntax:"circle | ellipse"},"env()":{syntax:"env( <custom-ident> , <declaration-value>? )"},"explicit-track-list":{syntax:"[ <line-names>? <track-size> ]+ <line-names>?"},"family-name":{syntax:"<string> | <custom-ident>+"},"feature-tag-value":{syntax:"<string> [ <integer> | on | off ]?"},"feature-type":{syntax:"@stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation"},"feature-value-block":{syntax:"<feature-type> '{' <feature-value-declaration-list> '}'"},"feature-value-block-list":{syntax:"<feature-value-block>+"},"feature-value-declaration":{syntax:"<custom-ident>: <integer>+;"},"feature-value-declaration-list":{syntax:"<feature-value-declaration>"},"feature-value-name":{syntax:"<custom-ident>"},"fill-rule":{syntax:"nonzero | evenodd"},"filter-function":{syntax:"<blur()> | <brightness()> | <contrast()> | <drop-shadow()> | <grayscale()> | <hue-rotate()> | <invert()> | <opacity()> | <saturate()> | <sepia()>"},"filter-function-list":{syntax:"[ <filter-function> | <url> ]+"},"final-bg-layer":{syntax:"<'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"},"fit-content()":{syntax:"fit-content( [ <length> | <percentage> ] )"},"fixed-breadth":{syntax:"<length-percentage>"},"fixed-repeat":{syntax:"repeat( [ <positive-integer> ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"},"fixed-size":{syntax:"<fixed-breadth> | minmax( <fixed-breadth> , <track-breadth> ) | minmax( <inflexible-breadth> , <fixed-breadth> )"},"font-stretch-absolute":{syntax:"normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage>"},"font-variant-css21":{syntax:"[ normal | small-caps ]"},"font-weight-absolute":{syntax:"normal | bold | <number [1,1000]>"},"frequency-percentage":{syntax:"<frequency> | <percentage>"},"general-enclosed":{syntax:"[ <function-token> <any-value> ) ] | ( <ident> <any-value> )"},"generic-family":{syntax:"serif | sans-serif | cursive | fantasy | monospace"},"generic-name":{syntax:"serif | sans-serif | cursive | fantasy | monospace"},"geometry-box":{syntax:"<shape-box> | fill-box | stroke-box | view-box"},gradient:{syntax:"<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()>"},"grayscale()":{syntax:"grayscale( <number-percentage> )"},"grid-line":{syntax:"auto | <custom-ident> | [ <integer> && <custom-ident>? ] | [ span && [ <integer> || <custom-ident> ] ]"},"historical-lig-values":{syntax:"[ historical-ligatures | no-historical-ligatures ]"},"hsl()":{syntax:"hsl( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsl( <hue>, <percentage>, <percentage>, <alpha-value>? )"},"hsla()":{syntax:"hsla( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsla( <hue>, <percentage>, <percentage>, <alpha-value>? )"},hue:{syntax:"<number> | <angle>"},"hue-rotate()":{syntax:"hue-rotate( <angle> )"},"id-selector":{syntax:"<hash-token>"},image:{syntax:"<url> | <image()> | <image-set()> | <element()> | <paint()> | <cross-fade()> | <gradient>"},"image()":{syntax:"image( <image-tags>? [ <image-src>? , <color>? ]! )"},"image-set()":{syntax:"image-set( <image-set-option># )"},"image-set-option":{syntax:"[ <image> | <string> ] <resolution>"},"image-src":{syntax:"<url> | <string>"},"image-tags":{syntax:"ltr | rtl"},"inflexible-breadth":{syntax:"<length> | <percentage> | min-content | max-content | auto"},"inset()":{syntax:"inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )"},"invert()":{syntax:"invert( <number-percentage> )"},"keyframes-name":{syntax:"<custom-ident> | <string>"},"keyframe-block":{syntax:`<keyframe-selector># {
50
50
  <declaration-list>
51
51
  }`},"keyframe-block-list":{syntax:"<keyframe-block>+"},"keyframe-selector":{syntax:"from | to | <percentage>"},"leader()":{syntax:"leader( <leader-type> )"},"leader-type":{syntax:"dotted | solid | space | <string>"},"length-percentage":{syntax:"<length> | <percentage>"},"line-names":{syntax:"'[' <custom-ident>* ']'"},"line-name-list":{syntax:"[ <line-names> | <name-repeat> ]+"},"line-style":{syntax:"none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"},"line-width":{syntax:"<length> | thin | medium | thick"},"linear-color-hint":{syntax:"<length-percentage>"},"linear-color-stop":{syntax:"<color> <color-stop-length>?"},"linear-gradient()":{syntax:"linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"mask-layer":{syntax:"<mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || <geometry-box> || [ <geometry-box> | no-clip ] || <compositing-operator> || <masking-mode>"},"mask-position":{syntax:"[ <length-percentage> | left | center | right ] [ <length-percentage> | top | center | bottom ]?"},"mask-reference":{syntax:"none | <image> | <mask-source>"},"mask-source":{syntax:"<url>"},"masking-mode":{syntax:"alpha | luminance | match-source"},"matrix()":{syntax:"matrix( <number>#{6} )"},"matrix3d()":{syntax:"matrix3d( <number>#{16} )"},"max()":{syntax:"max( <calc-sum># )"},"media-and":{syntax:"<media-in-parens> [ and <media-in-parens> ]+"},"media-condition":{syntax:"<media-not> | <media-and> | <media-or> | <media-in-parens>"},"media-condition-without-or":{syntax:"<media-not> | <media-and> | <media-in-parens>"},"media-feature":{syntax:"( [ <mf-plain> | <mf-boolean> | <mf-range> ] )"},"media-in-parens":{syntax:"( <media-condition> ) | <media-feature> | <general-enclosed>"},"media-not":{syntax:"not <media-in-parens>"},"media-or":{syntax:"<media-in-parens> [ or <media-in-parens> ]+"},"media-query":{syntax:"<media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]?"},"media-query-list":{syntax:"<media-query>#"},"media-type":{syntax:"<ident>"},"mf-boolean":{syntax:"<mf-name>"},"mf-name":{syntax:"<ident>"},"mf-plain":{syntax:"<mf-name> : <mf-value>"},"mf-range":{syntax:`<mf-name> [ '<' | '>' ]? '='? <mf-value>
52
52
  | <mf-value> [ '<' | '>' ]? '='? <mf-name>
53
53
  | <mf-value> '<' '='? <mf-name> '<' '='? <mf-value>
54
- | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>`},"mf-value":{syntax:"<number> | <dimension> | <ident> | <ratio>"},"min()":{syntax:"min( <calc-sum># )"},"minmax()":{syntax:"minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:"<ident>"},"ns-prefix":{syntax:"[ <ident-token> | '*' ]? '|'"},"number-percentage":{syntax:"<number> | <percentage>"},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:"<an-plus-b> | even | odd"},"opacity()":{syntax:"opacity( [ <number-percentage> ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:"<length> | <percentage>"},"page-body":{syntax:"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{syntax:"<page-margin-box-type> '{' <declaration-list> '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ <page-selector># ]?"},"page-selector":{syntax:"<pseudo-page>+ | <ident> <pseudo-page>*"},"path()":{syntax:"path( [ <fill-rule>, ]? <string> )"},"paint()":{syntax:"paint( <ident>, <declaration-value>? )"},"perspective()":{syntax:"perspective( <length> )"},"polygon()":{syntax:"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pseudo-class-selector":{syntax:"':' <ident-token> | ':' <function-token> <any-value> ')'"},"pseudo-element-selector":{syntax:"':' <pseudo-class-selector>"},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"relative-selector":{syntax:"<combinator>? <complex-selector>"},"relative-selector-list":{syntax:"<relative-selector>#"},"relative-size":{syntax:"larger | smaller"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"rgb()":{syntax:"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{syntax:"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{syntax:"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{syntax:"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{syntax:"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{syntax:"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{syntax:"rotateZ( [ <angle> | <zero> ] )"},"saturate()":{syntax:"saturate( <number-percentage> )"},"scale()":{syntax:"scale( <number> , <number>? )"},"scale3d()":{syntax:"scale3d( <number> , <number> , <number> )"},"scaleX()":{syntax:"scaleX( <number> )"},"scaleY()":{syntax:"scaleY( <number> )"},"scaleZ()":{syntax:"scaleZ( <number> )"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:"<length-percentage> | closest-side | farthest-side"},"skew()":{syntax:"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{syntax:"skewX( [ <angle> | <zero> ] )"},"skewY()":{syntax:"skewY( [ <angle> | <zero> ] )"},"sepia()":{syntax:"sepia( <number-percentage> )"},shadow:{syntax:"inset? && <length>{2,4} && <color>?"},"shadow-t":{syntax:"[ <length>{2,3} && <color>? ]"},shape:{syntax:"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{syntax:"<box> | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"single-animation":{syntax:"<time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{syntax:"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{syntax:"none | forwards | backwards | both"},"single-animation-iteration-count":{syntax:"infinite | <number>"},"single-animation-play-state":{syntax:"running | paused"},"single-transition":{syntax:"[ none | <single-transition-property> ] || <time> || <timing-function> || <time>"},"single-transition-property":{syntax:"all | <custom-ident>"},size:{syntax:"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"step-position":{syntax:"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{syntax:"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{syntax:"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{syntax:"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{syntax:"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{syntax:"<supports-decl> | <supports-selector-fn>"},"supports-decl":{syntax:"( <declaration> )"},"supports-selector-fn":{syntax:"selector( <complex-selector> )"},symbol:{syntax:"<string> | <image> | <custom-ident>"},target:{syntax:"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{syntax:"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{syntax:"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{syntax:"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{syntax:"<time> | <percentage>"},"timing-function":{syntax:"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{syntax:"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{syntax:"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{syntax:"repeat( [ <positive-integer> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{syntax:"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"},"transform-function":{syntax:"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{syntax:"<transform-function>+"},"translate()":{syntax:"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{syntax:"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{syntax:"translateX( <length-percentage> )"},"translateY()":{syntax:"translateY( <length-percentage> )"},"translateZ()":{syntax:"translateZ( <length> )"},"type-or-unit":{syntax:"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{syntax:"<wq-name> | <ns-prefix>? '*'"},"var()":{syntax:"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{syntax:"auto | <length-percentage>"},"wq-name":{syntax:"<ns-prefix>? <ident-token>"}}});var gD=b((LK,YW)=>{YW.exports={atrules:{charset:{prelude:"<string>"},"font-face":{descriptors:{"unicode-range":{comment:"replaces <unicode-range>, an old production name",syntax:"<urange>#"}}}},properties:{"-moz-background-clip":{comment:"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"padding | border"},"-moz-border-radius-bottomleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",syntax:"<'border-bottom-left-radius'>"},"-moz-border-radius-bottomright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-border-radius-topleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",syntax:"<'border-top-left-radius'>"},"-moz-border-radius-topright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-control-character-visibility":{comment:"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",syntax:"visible | hidden"},"-moz-osx-font-smoothing":{comment:"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | grayscale"},"-moz-user-select":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"none | text | all | -moz-none"},"-ms-flex-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"start | end | center | baseline | stretch"},"-ms-flex-item-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",syntax:"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-shrink'>"},"-ms-flex-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",syntax:"start | end | center | justify | distribute"},"-ms-flex-order":{comment:"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",syntax:"<integer>"},"-ms-flex-positive":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-grow'>"},"-ms-flex-preferred-size":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-basis'>"},"-ms-interpolation-mode":{comment:"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",syntax:"nearest-neighbor | bicubic"},"-ms-grid-column-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",syntax:"start | end | center | stretch"},"-ms-grid-row-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",syntax:"start | end | center | stretch"},"-ms-hyphenate-limit-last":{comment:"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",syntax:"none | always | column | page | spread"},"-webkit-appearance":{comment:"webkit specific keywords",references:["http://css-infos.net/property/-webkit-appearance"],syntax:"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{comment:"https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{comment:"added, http://help.dottoro.com/lcrthhhv.php",syntax:"always | auto | avoid"},"-webkit-column-break-before":{comment:"added, http://help.dottoro.com/lcxquvkf.php",syntax:"always | auto | avoid"},"-webkit-column-break-inside":{comment:"added, http://help.dottoro.com/lclhnthl.php",syntax:"always | auto | avoid"},"-webkit-font-smoothing":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{comment:"missed",references:["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],syntax:"economy | exact"},"-webkit-text-security":{comment:"missed; http://help.dottoro.com/lcbkewgt.php",syntax:"none | circle | disc | square"},"-webkit-user-drag":{comment:"missed; http://help.dottoro.com/lcbixvwm.php",syntax:"none | element | auto"},"-webkit-user-select":{comment:"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"auto | none | text | all"},"alignment-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],syntax:"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"baseline-shift":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],syntax:"baseline | sub | super | <svg-length>"},behavior:{comment:"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",syntax:"<url>+"},"clip-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],syntax:"nonzero | evenodd"},cue:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'cue-before'> <'cue-after'>?"},"cue-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},"cue-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},cursor:{comment:"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",references:["https://www.sitepoint.com/css3-cursor-styles/"],syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},display:{comment:"extended with -ms-flexbox",syntax:"| <-non-standard-display>"},position:{comment:"extended with -webkit-sticky",syntax:"| -webkit-sticky"},"dominant-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],syntax:"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{comment:"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",references:["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],syntax:"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},fill:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<paint>"},"fill-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<number-zero-one>"},"fill-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"nonzero | evenodd"},filter:{comment:"extend with IE legacy syntaxes",syntax:"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],syntax:"<angle>"},"glyph-orientation-vertical":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],syntax:"<angle>"},kerning:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#KerningProperty"],syntax:"auto | <svg-length>"},"letter-spacing":{comment:"fix syntax <length> -> <length-percentage>",references:["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],syntax:"normal | <length-percentage>"},marker:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-end":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-mid":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-start":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"max-width":{comment:"fix auto -> none (https://github.com/mdn/data/pull/431); extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",syntax:"none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>) | <-non-standard-width>"},width:{comment:"per spec fit-content should be a function, however browsers are supporting it as a keyword (https://github.com/csstree/stylelint-validator/issues/29)",syntax:"| fit-content | -moz-fit-content | -webkit-fit-content"},"min-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"auto | <length-percentage> | min-content | max-content | fit-content(<length-percentage>) | <-non-standard-width>"},overflow:{comment:"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"| <-non-standard-overflow>"},pause:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'pause-before'> <'pause-after'>?"},"pause-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},rest:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'rest-before'> <'rest-after'>?"},"rest-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],syntax:"auto | optimizeSpeed | crispEdges | geometricPrecision"},src:{comment:"added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",syntax:"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},speak:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | none | normal"},"speak-as":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},stroke:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<paint>"},"stroke-dasharray":{comment:"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"stroke-linecap":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"butt | round | square"},"stroke-linejoin":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"miter | round | bevel"},"stroke-miterlimit":{comment:"added SVG property (<miterlimit> = <number-one-or-greater>) ",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-one-or-greater>"},"stroke-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-zero-one>"},"stroke-width":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"text-anchor":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],syntax:"start | middle | end"},"unicode-bidi":{comment:"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",syntax:"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{comment:"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",syntax:"<urange>#"},"voice-balance":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | <time>"},"voice-family":{comment:"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | strong | moderate | none | reduced"},"voice-volume":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{comment:"extend with SVG keywords",syntax:"| <svg-writing-mode>"}},syntaxes:{"-legacy-gradient":{comment:"added collection of legacy gradient syntaxes",syntax:"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{comment:"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",syntax:"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{comment:"define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",syntax:"circle | ellipse"},"-non-standard-font":{comment:"non standard fonts",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{comment:"non standard colors",references:["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],syntax:"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{comment:"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",syntax:"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",syntax:"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"<length> | <percentage>"},"-webkit-gradient-type":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"linear | radial"},"-webkit-mask-box-repeat":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"repeat | stretch | round"},"-webkit-mask-clip-style":{comment:"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",syntax:"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function>+"},"-ms-filter-function":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{syntax:"<string>"},age:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"child | young | old"},"attr-name":{syntax:"<wq-name>"},"attr-fallback":{syntax:"<any-value>"},"border-radius":{comment:"missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius",syntax:"<length-percentage>{1,2}"},bottom:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"content-list":{comment:"missed -> https://drafts.csswg.org/css-content/#typedef-content-list (document-url, <target> and leader() is omitted util stabilization)",syntax:"[ <string> | contents | <image> | <quote> | <target> | <leader()> | <attr()> | counter( <ident>, <'list-style-type'>? ) ]+"},"element()":{comment:"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",syntax:"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"[ <age>? <gender> <integer>? ]"},gender:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"male | female | neutral"},"generic-family":{comment:"added -apple-system",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"| -apple-system"},gradient:{comment:"added legacy syntaxes support",syntax:"| <-legacy-gradient>"},left:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"mask-image":{comment:"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",syntax:"<mask-reference>#"},"name-repeat":{comment:"missed, and looks like obsolete, keep it as is since other property syntaxes should be changed too; https://www.w3.org/TR/2015/WD-css-grid-1-20150917/#typedef-name-repeat",syntax:"repeat( [ <positive-integer> | auto-fill ], <line-names>+)"},"named-color":{comment:"added non standard color names",syntax:"| <-non-standard-color>"},paint:{comment:"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",syntax:"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},"page-size":{comment:"https://www.w3.org/TR/css-page-3/#typedef-page-size-page-size",syntax:"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},ratio:{comment:"missed, https://drafts.csswg.org/mediaqueries-4/#typedef-ratio",syntax:"<integer> / <integer>"},right:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},shape:{comment:"missed spaces in function body and add backwards compatible syntax",syntax:"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"svg-length":{comment:"All coordinates and lengths in SVG can be specified with or without a unit identifier",references:["https://www.w3.org/TR/SVG11/coords.html#Units"],syntax:"<percentage> | <length> | <number>"},"svg-writing-mode":{comment:"SVG specific keywords (deprecated for CSS)",references:["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],syntax:"lr-tb | rl-tb | tb-rl | lr | rl | tb"},top:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"track-group":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"'(' [ <string>* <track-minmax> <string>* ]+ ')' [ '[' <positive-integer> ']' ]? | <track-minmax>"},"track-list-v0":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"[ <string>* <track-group> <string>* ]+ | none"},"track-minmax":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth> | fit-content"},x:{comment:"missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},y:{comment:"missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},declaration:{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"<ident-token> : <declaration-value>? [ '!' important ]?"},"declaration-list":{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"[ <declaration>? ';' ]* <declaration>?"},url:{comment:"https://drafts.csswg.org/css-values-4/#urls",syntax:"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{comment:"https://drafts.csswg.org/css-values-4/#typedef-url-modifier",syntax:"<ident> | <function-token> <any-value> )"},"number-zero-one":{syntax:"<number [0,1]>"},"number-one-or-greater":{syntax:"<number [1,\u221E]>"},"positive-integer":{syntax:"<integer [0,\u221E]>"},"-non-standard-display":{syntax:"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}});var SD=b((jK,bD)=>{"use strict";var $W=fD(),KW=hD(),ZW=mD(),Pm=gD(),yD=/^\s*\|\s*/;function QW(e){let t=Object.create(null);for(let n in e){let r=e[n],i=null;if(r.descriptors){i=Object.create(null);for(let o in r.descriptors)i[o]=r.descriptors[o].syntax}t[n.substr(1)]={prelude:r.syntax.trim().match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:i}}return t}function Fm(e,t){let n={};for(let r in e)n[r]=e[r].syntax||e[r];for(let r in t)r in e?t[r].syntax?n[r]=yD.test(t[r].syntax)?n[r]+" "+t[r].syntax.trim():t[r].syntax:delete n[r]:t[r].syntax&&(n[r]=t[r].syntax.replace(yD,""));return n}function vD(e){let t={};for(let n in e)t[n]=e[n].syntax;return t}function XW(e,t){let n={};for(let r in e){let i=t[r]&&t[r].descriptors||null;n[r]={prelude:r in t&&"prelude"in t[r]?t[r].prelude:e[r].prelude||null,descriptors:e[r].descriptors?Fm(e[r].descriptors,i||{}):i&&vD(i)}}for(let r in t)hasOwnProperty.call(e,r)||(n[r]={prelude:t[r].prelude||null,descriptors:t[r].descriptors&&vD(t[r].descriptors)});return n}bD.exports={types:Fm(ZW,Pm.syntaxes),atrules:XW(QW($W),Pm.atrules),properties:Fm(KW,Pm.properties)}});var TD=b((BK,DD)=>{"use strict";var wD=_().cmpChar,ED=_().isDigit,ks=_().TYPE,CD=ks.WhiteSpace,xD=ks.Comment,Lm=ks.Ident,In=ks.Number,JW=ks.Dimension,sn=43,vt=45,tc=110,kr=!0,e2=!1;function nc(e,t){var n=this.scanner.tokenStart+e,r=this.scanner.source.charCodeAt(n);for((r===sn||r===vt)&&(t&&this.error("Number sign is not allowed"),n++);n<this.scanner.tokenEnd;n++)ED(this.scanner.source.charCodeAt(n))||this.error("Integer is expected",n)}function Qi(e){return nc.call(this,0,e)}function Qn(e,t){if(!wD(this.scanner.source,this.scanner.tokenStart+e,t)){var n="";switch(t){case tc:n="N is expected";break;case vt:n="HyphenMinus is expected";break}this.error(n,this.scanner.tokenStart+e)}}function jm(){for(var e=0,t=0,n=this.scanner.tokenType;n===CD||n===xD;)n=this.scanner.lookupType(++e);if(n!==In)if(this.scanner.isDelim(sn,e)||this.scanner.isDelim(vt,e)){t=this.scanner.isDelim(sn,e)?sn:vt;do n=this.scanner.lookupType(++e);while(n===CD||n===xD);n!==In&&(this.scanner.skip(e),Qi.call(this,kr))}else return null;return e>0&&this.scanner.skip(e),t===0&&(n=this.scanner.source.charCodeAt(this.scanner.tokenStart),n!==sn&&n!==vt&&this.error("Number sign is expected")),Qi.call(this,t!==0),t===vt?"-"+this.consume(In):this.consume(In)}DD.exports={name:"AnPlusB",structure:{a:[String,null],b:[String,null]},parse:function(){var e=this.scanner.tokenStart,t=null,n=null;if(this.scanner.tokenType===In)Qi.call(this,e2),n=this.consume(In);else if(this.scanner.tokenType===Lm&&wD(this.scanner.source,this.scanner.tokenStart,vt))switch(t="-1",Qn.call(this,1,tc),this.scanner.getTokenLength()){case 2:this.scanner.next(),n=jm.call(this);break;case 3:Qn.call(this,2,vt),this.scanner.next(),this.scanner.skipSC(),Qi.call(this,kr),n="-"+this.consume(In);break;default:Qn.call(this,2,vt),nc.call(this,3,kr),this.scanner.next(),n=this.scanner.substrToCursor(e+2)}else if(this.scanner.tokenType===Lm||this.scanner.isDelim(sn)&&this.scanner.lookupType(1)===Lm){var r=0;switch(t="1",this.scanner.isDelim(sn)&&(r=1,this.scanner.next()),Qn.call(this,0,tc),this.scanner.getTokenLength()){case 1:this.scanner.next(),n=jm.call(this);break;case 2:Qn.call(this,1,vt),this.scanner.next(),this.scanner.skipSC(),Qi.call(this,kr),n="-"+this.consume(In);break;default:Qn.call(this,1,vt),nc.call(this,2,kr),this.scanner.next(),n=this.scanner.substrToCursor(e+r+1)}}else if(this.scanner.tokenType===JW){for(var i=this.scanner.source.charCodeAt(this.scanner.tokenStart),r=i===sn||i===vt,o=this.scanner.tokenStart+r;o<this.scanner.tokenEnd&&ED(this.scanner.source.charCodeAt(o));o++);o===this.scanner.tokenStart+r&&this.error("Integer is expected",this.scanner.tokenStart+r),Qn.call(this,o-this.scanner.tokenStart,tc),t=this.scanner.source.substring(e,o),o+1===this.scanner.tokenEnd?(this.scanner.next(),n=jm.call(this)):(Qn.call(this,o-this.scanner.tokenStart+1,vt),o+2===this.scanner.tokenEnd?(this.scanner.next(),this.scanner.skipSC(),Qi.call(this,kr),n="-"+this.consume(In)):(nc.call(this,o-this.scanner.tokenStart+2,kr),this.scanner.next(),n=this.scanner.substrToCursor(o+1)))}else this.error();return t!==null&&t.charCodeAt(0)===sn&&(t=t.substr(1)),n!==null&&n.charCodeAt(0)===sn&&(n=n.substr(1)),{type:"AnPlusB",loc:this.getLocation(e,this.scanner.tokenStart),a:t,b:n}},generate:function(e){var t=e.a!==null&&e.a!==void 0,n=e.b!==null&&e.b!==void 0;t?(this.chunk(e.a==="+1"?"+n":e.a==="1"?"n":e.a==="-1"?"-n":e.a+"n"),n&&(n=String(e.b),n.charAt(0)==="-"||n.charAt(0)==="+"?(this.chunk(n.charAt(0)),this.chunk(n.substr(1))):(this.chunk("+"),this.chunk(n)))):this.chunk(String(e.b))}}});var Xn=b((VK,_D)=>{"use strict";var t2=_(),rc=t2.TYPE,n2=rc.WhiteSpace,Bm=rc.Semicolon,ID=rc.LeftCurlyBracket,r2=rc.Delim,i2=33;function o2(){return this.scanner.tokenIndex>0&&this.scanner.lookupType(-1)===n2?this.scanner.tokenIndex>1?this.scanner.getTokenStart(this.scanner.tokenIndex-1):this.scanner.firstCharOffset:this.scanner.tokenStart}function AD(){return 0}function s2(e){return e===ID?1:0}function a2(e){return e===ID||e===Bm?1:0}function l2(e,t,n){return e===r2&&t.charCodeAt(n)===i2||e===Bm?1:0}function u2(e){return e===Bm?2:0}_D.exports={name:"Raw",structure:{value:String},parse:function(e,t,n){var r=this.scanner.getTokenStart(e),i;return this.scanner.skip(this.scanner.getRawLength(e,t||AD)),n&&this.scanner.tokenStart>r?i=o2.call(this):i=this.scanner.tokenStart,{type:"Raw",loc:this.getLocation(r,i),value:this.scanner.source.substring(r,i)}},generate:function(e){this.chunk(e.value)},mode:{default:AD,leftCurlyBracket:s2,leftCurlyBracketOrSemicolon:a2,exclamationMarkOrSemicolon:l2,semicolonIncluded:u2}}});var RD=b((zK,ND)=>{"use strict";var ic=_().TYPE,c2=Xn().mode,OD=ic.AtKeyword,kD=ic.Semicolon,Vm=ic.LeftCurlyBracket,d2=ic.RightCurlyBracket;function MD(e){return this.Raw(e,c2.leftCurlyBracketOrSemicolon,!0)}function p2(){for(var e=1,t;t=this.scanner.lookupType(e);e++){if(t===d2)return!0;if(t===Vm||t===OD)return!1}return!1}ND.exports={name:"Atrule",structure:{name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]},parse:function(){var e=this.scanner.tokenStart,t,n,r=null,i=null;switch(this.eat(OD),t=this.scanner.substrToCursor(e+1),n=t.toLowerCase(),this.scanner.skipSC(),this.scanner.eof===!1&&this.scanner.tokenType!==Vm&&this.scanner.tokenType!==kD&&(this.parseAtrulePrelude?(r=this.parseWithFallback(this.AtrulePrelude.bind(this,t),MD),r.type==="AtrulePrelude"&&r.children.head===null&&(r=null)):r=MD.call(this,this.scanner.tokenIndex),this.scanner.skipSC()),this.scanner.tokenType){case kD:this.scanner.next();break;case Vm:this.atrule.hasOwnProperty(n)&&typeof this.atrule[n].block=="function"?i=this.atrule[n].block.call(this):i=this.Block(p2.call(this));break}return{type:"Atrule",loc:this.getLocation(e,this.scanner.tokenStart),name:t,prelude:r,block:i}},generate:function(e){this.chunk("@"),this.chunk(e.name),e.prelude!==null&&(this.chunk(" "),this.node(e.prelude)),e.block?this.node(e.block):this.chunk(";")},walkContext:"atrule"}});var LD=b((WK,FD)=>{"use strict";var PD=_().TYPE,f2=PD.Semicolon,h2=PD.LeftCurlyBracket;FD.exports={name:"AtrulePrelude",structure:{children:[[]]},parse:function(e){var t=null;return e!==null&&(e=e.toLowerCase()),this.scanner.skipSC(),this.atrule.hasOwnProperty(e)&&typeof this.atrule[e].prelude=="function"?t=this.atrule[e].prelude.call(this):t=this.readSequence(this.scope.AtrulePrelude),this.scanner.skipSC(),this.scanner.eof!==!0&&this.scanner.tokenType!==h2&&this.scanner.tokenType!==f2&&this.error("Semicolon or block is expected"),t===null&&(t=this.createList()),{type:"AtrulePrelude",loc:this.getLocationFromList(t),children:t}},generate:function(e){this.children(e)},walkContext:"atrulePrelude"}});var zD=b((qK,VD)=>{"use strict";var Os=_().TYPE,Ms=Os.Ident,m2=Os.String,g2=Os.Colon,y2=Os.LeftSquareBracket,jD=Os.RightSquareBracket,v2=36,BD=42,oc=61,b2=94,zm=124,S2=126;function C2(){this.scanner.eof&&this.error("Unexpected end of input");var e=this.scanner.tokenStart,t=!1,n=!0;return this.scanner.isDelim(BD)?(t=!0,n=!1,this.scanner.next()):this.scanner.isDelim(zm)||this.eat(Ms),this.scanner.isDelim(zm)?this.scanner.source.charCodeAt(this.scanner.tokenStart+1)!==oc?(this.scanner.next(),this.eat(Ms)):t&&this.error("Identifier is expected",this.scanner.tokenEnd):t&&this.error("Vertical line is expected"),n&&this.scanner.tokenType===g2&&(this.scanner.next(),this.eat(Ms)),{type:"Identifier",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}}function x2(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(e);return t!==oc&&t!==S2&&t!==b2&&t!==v2&&t!==BD&&t!==zm&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.scanner.next(),t!==oc&&(this.scanner.isDelim(oc)||this.error("Equal sign is expected"),this.scanner.next()),this.scanner.substrToCursor(e)}VD.exports={name:"AttributeSelector",structure:{name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]},parse:function(){var e=this.scanner.tokenStart,t,n=null,r=null,i=null;return this.eat(y2),this.scanner.skipSC(),t=C2.call(this),this.scanner.skipSC(),this.scanner.tokenType!==jD&&(this.scanner.tokenType!==Ms&&(n=x2.call(this),this.scanner.skipSC(),r=this.scanner.tokenType===m2?this.String():this.Identifier(),this.scanner.skipSC()),this.scanner.tokenType===Ms&&(i=this.scanner.getTokenValue(),this.scanner.next(),this.scanner.skipSC())),this.eat(jD),{type:"AttributeSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:t,matcher:n,value:r,flags:i}},generate:function(e){var t=" ";this.chunk("["),this.node(e.name),e.matcher!==null&&(this.chunk(e.matcher),e.value!==null&&(this.node(e.value),e.value.type==="String"&&(t=""))),e.flags!==null&&(this.chunk(t),this.chunk(e.flags)),this.chunk("]")}}});var YD=b((UK,GD)=>{"use strict";var Xi=_().TYPE,w2=Xn().mode,E2=Xi.WhiteSpace,D2=Xi.Comment,WD=Xi.Semicolon,T2=Xi.AtKeyword,A2=Xi.LeftCurlyBracket,qD=Xi.RightCurlyBracket;function HD(e){return this.Raw(e,null,!0)}function I2(){return this.parseWithFallback(this.Rule,HD)}function UD(e){return this.Raw(e,w2.semicolonIncluded,!0)}function _2(){if(this.scanner.tokenType===WD)return UD.call(this,this.scanner.tokenIndex);var e=this.parseWithFallback(this.Declaration,UD);return this.scanner.tokenType===WD&&this.scanner.next(),e}GD.exports={name:"Block",structure:{children:[["Atrule","Rule","Declaration"]]},parse:function(e){var t=e?_2:I2,n=this.scanner.tokenStart,r=this.createList();this.eat(A2);e:for(;!this.scanner.eof;)switch(this.scanner.tokenType){case qD:break e;case E2:case D2:this.scanner.next();break;case T2:r.push(this.parseWithFallback(this.Atrule,HD));break;default:r.push(t.call(this))}return this.scanner.eof||this.eat(qD),{type:"Block",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("{"),this.children(e,function(t){t.type==="Declaration"&&this.chunk(";")}),this.chunk("}")},walkContext:"block"}});var ZD=b((HK,KD)=>{"use strict";var $D=_().TYPE,k2=$D.LeftSquareBracket,M2=$D.RightSquareBracket;KD.exports={name:"Brackets",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(k2),r=e.call(this,t),this.scanner.eof||this.eat(M2),{type:"Brackets",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("["),this.children(e),this.chunk("]")}}});var XD=b((GK,QD)=>{"use strict";var O2=_().TYPE.CDC;QD.exports={name:"CDC",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(O2),{type:"CDC",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("-->")}}});var eT=b((YK,JD)=>{"use strict";var N2=_().TYPE.CDO;JD.exports={name:"CDO",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(N2),{type:"CDO",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("<!--")}}});var nT=b(($K,tT)=>{"use strict";var R2=_().TYPE,P2=R2.Ident,F2=46;tT.exports={name:"ClassSelector",structure:{name:String},parse:function(){return this.scanner.isDelim(F2)||this.error("Full stop is expected"),this.scanner.next(),{type:"ClassSelector",loc:this.getLocation(this.scanner.tokenStart-1,this.scanner.tokenEnd),name:this.consume(P2)}},generate:function(e){this.chunk("."),this.chunk(e.name)}}});var oT=b((KK,iT)=>{"use strict";var L2=_().TYPE,j2=L2.Ident,B2=43,rT=47,V2=62,z2=126;iT.exports={name:"Combinator",structure:{name:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case V2:case B2:case z2:this.scanner.next();break;case rT:this.scanner.next(),(this.scanner.tokenType!==j2||this.scanner.lookupValue(0,"deep")===!1)&&this.error("Identifier `deep` is expected"),this.scanner.next(),this.scanner.isDelim(rT)||this.error("Solidus is expected"),this.scanner.next();break;default:this.error("Combinator is expected")}return{type:"Combinator",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.name)}}});var aT=b((ZK,sT)=>{"use strict";var W2=_().TYPE,q2=W2.Comment,U2=42,H2=47;sT.exports={name:"Comment",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenEnd;return this.eat(q2),t-e+2>=2&&this.scanner.source.charCodeAt(t-2)===U2&&this.scanner.source.charCodeAt(t-1)===H2&&(t-=2),{type:"Comment",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.source.substring(e+2,t)}},generate:function(e){this.chunk("/*"),this.chunk(e.value),this.chunk("*/")}}});var gT=b((QK,mT)=>{"use strict";var G2=ku().isCustomProperty,Ji=_().TYPE,cT=Xn().mode,dT=Ji.Ident,lT=Ji.Hash,Y2=Ji.Colon,pT=Ji.Semicolon,fT=Ji.Delim,$2=Ji.WhiteSpace,hT=33,K2=35,Z2=36,Q2=38,X2=42,J2=43,uT=47;function eq(e){return this.Raw(e,cT.exclamationMarkOrSemicolon,!0)}function tq(e){return this.Raw(e,cT.exclamationMarkOrSemicolon,!1)}function nq(){var e=this.scanner.tokenIndex,t=this.Value();return t.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==pT&&this.scanner.isDelim(hT)===!1&&this.scanner.isBalanceEdge(e)===!1&&this.error(),t}mT.exports={name:"Declaration",structure:{important:[Boolean,String],property:String,value:["Value","Raw"]},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenIndex,n=rq.call(this),r=G2(n),i=r?this.parseCustomProperty:this.parseValue,o=r?tq:eq,s=!1,a;this.scanner.skipSC(),this.eat(Y2);let l=this.scanner.tokenIndex;if(r||this.scanner.skipSC(),i?a=this.parseWithFallback(nq,o):a=o.call(this,this.scanner.tokenIndex),r&&a.type==="Value"&&a.children.isEmpty()){for(let u=l-this.scanner.tokenIndex;u<=0;u++)if(this.scanner.lookupType(u)===$2){a.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.scanner.isDelim(hT)&&(s=iq.call(this),this.scanner.skipSC()),this.scanner.eof===!1&&this.scanner.tokenType!==pT&&this.scanner.isBalanceEdge(t)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(e,this.scanner.tokenStart),important:s,property:n,value:a}},generate:function(e){this.chunk(e.property),this.chunk(":"),this.node(e.value),e.important&&this.chunk(e.important===!0?"!important":"!"+e.important)},walkContext:"declaration"};function rq(){var e=this.scanner.tokenStart,t=0;if(this.scanner.tokenType===fT)switch(this.scanner.source.charCodeAt(this.scanner.tokenStart)){case X2:case Z2:case J2:case K2:case Q2:this.scanner.next();break;case uT:this.scanner.next(),this.scanner.isDelim(uT)&&this.scanner.next();break}return t&&this.scanner.skip(t),this.scanner.tokenType===lT?this.eat(lT):this.eat(dT),this.scanner.substrToCursor(e)}function iq(){this.eat(fT),this.scanner.skipSC();var e=this.consume(dT);return e==="important"?!0:e}});var vT=b((XK,yT)=>{"use strict";var Wm=_().TYPE,oq=Xn().mode,sq=Wm.WhiteSpace,aq=Wm.Comment,lq=Wm.Semicolon;function uq(e){return this.Raw(e,oq.semicolonIncluded,!0)}yT.exports={name:"DeclarationList",structure:{children:[["Declaration"]]},parse:function(){for(var e=this.createList();!this.scanner.eof;)switch(this.scanner.tokenType){case sq:case aq:case lq:this.scanner.next();break;default:e.push(this.parseWithFallback(this.Declaration,uq))}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e,function(t){t.type==="Declaration"&&this.chunk(";")})}}});var ST=b((JK,bT)=>{"use strict";var cq=Vi().consumeNumber,dq=_().TYPE,pq=dq.Dimension;bT.exports={name:"Dimension",structure:{value:String,unit:String},parse:function(){var e=this.scanner.tokenStart,t=cq(this.scanner.source,e);return this.eat(pq),{type:"Dimension",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.source.substring(e,t),unit:this.scanner.source.substring(t,this.scanner.tokenStart)}},generate:function(e){this.chunk(e.value),this.chunk(e.unit)}}});var xT=b((eZ,CT)=>{"use strict";var fq=_().TYPE,hq=fq.RightParenthesis;CT.exports={name:"Function",structure:{name:String,children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=this.consumeFunctionName(),i=r.toLowerCase(),o;return o=t.hasOwnProperty(i)?t[i].call(this,t):e.call(this,t),this.scanner.eof||this.eat(hq),{type:"Function",loc:this.getLocation(n,this.scanner.tokenStart),name:r,children:o}},generate:function(e){this.chunk(e.name),this.chunk("("),this.children(e),this.chunk(")")},walkContext:"function"}});var ET=b((tZ,wT)=>{"use strict";var mq=_().TYPE,gq=mq.Hash;wT.exports={name:"Hash",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(gq),{type:"Hash",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e+1)}},generate:function(e){this.chunk("#"),this.chunk(e.value)}}});var TT=b((nZ,DT)=>{"use strict";var yq=_().TYPE,vq=yq.Ident;DT.exports={name:"Identifier",structure:{name:String},parse:function(){return{type:"Identifier",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),name:this.consume(vq)}},generate:function(e){this.chunk(e.name)}}});var IT=b((rZ,AT)=>{"use strict";var bq=_().TYPE,Sq=bq.Hash;AT.exports={name:"IdSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(Sq),{type:"IdSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e+1)}},generate:function(e){this.chunk("#"),this.chunk(e.name)}}});var OT=b((iZ,MT)=>{"use strict";var Mr=_().TYPE,_T=Mr.Ident,Cq=Mr.Number,xq=Mr.Dimension,wq=Mr.LeftParenthesis,kT=Mr.RightParenthesis,Eq=Mr.Colon,Dq=Mr.Delim;MT.exports={name:"MediaFeature",structure:{name:String,value:["Identifier","Number","Dimension","Ratio",null]},parse:function(){var e=this.scanner.tokenStart,t,n=null;if(this.eat(wq),this.scanner.skipSC(),t=this.consume(_T),this.scanner.skipSC(),this.scanner.tokenType!==kT){switch(this.eat(Eq),this.scanner.skipSC(),this.scanner.tokenType){case Cq:this.lookupNonWSType(1)===Dq?n=this.Ratio():n=this.Number();break;case xq:n=this.Dimension();break;case _T:n=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.scanner.skipSC()}return this.eat(kT),{type:"MediaFeature",loc:this.getLocation(e,this.scanner.tokenStart),name:t,value:n}},generate:function(e){this.chunk("("),this.chunk(e.name),e.value!==null&&(this.chunk(":"),this.node(e.value)),this.chunk(")")}}});var RT=b((oZ,NT)=>{"use strict";var sc=_().TYPE,Tq=sc.WhiteSpace,Aq=sc.Comment,Iq=sc.Ident,_q=sc.LeftParenthesis;NT.exports={name:"MediaQuery",structure:{children:[["Identifier","MediaFeature","WhiteSpace"]]},parse:function(){this.scanner.skipSC();var e=this.createList(),t=null,n=null;e:for(;!this.scanner.eof;){switch(this.scanner.tokenType){case Aq:this.scanner.next();continue;case Tq:n=this.WhiteSpace();continue;case Iq:t=this.Identifier();break;case _q:t=this.MediaFeature();break;default:break e}n!==null&&(e.push(n),n=null),e.push(t)}return t===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e)}}});var FT=b((sZ,PT)=>{"use strict";var kq=_().TYPE.Comma;PT.exports={name:"MediaQueryList",structure:{children:[["MediaQuery"]]},parse:function(e){var t=this.createList();for(this.scanner.skipSC();!this.scanner.eof&&(t.push(this.MediaQuery(e)),this.scanner.tokenType===kq);)this.scanner.next();return{type:"MediaQueryList",loc:this.getLocationFromList(t),children:t}},generate:function(e){this.children(e,function(){this.chunk(",")})}}});var jT=b((aZ,LT)=>{"use strict";LT.exports={name:"Nth",structure:{nth:["AnPlusB","Identifier"],selector:["SelectorList",null]},parse:function(e){this.scanner.skipSC();var t=this.scanner.tokenStart,n=t,r=null,i;return this.scanner.lookupValue(0,"odd")||this.scanner.lookupValue(0,"even")?i=this.Identifier():i=this.AnPlusB(),this.scanner.skipSC(),e&&this.scanner.lookupValue(0,"of")?(this.scanner.next(),r=this.SelectorList(),this.needPositions&&(n=this.getLastListNode(r.children).loc.end.offset)):this.needPositions&&(n=i.loc.end.offset),{type:"Nth",loc:this.getLocation(t,n),nth:i,selector:r}},generate:function(e){this.node(e.nth),e.selector!==null&&(this.chunk(" of "),this.node(e.selector))}}});var VT=b((lZ,BT)=>{"use strict";var Mq=_().TYPE.Number;BT.exports={name:"Number",structure:{value:String},parse:function(){return{type:"Number",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(Mq)}},generate:function(e){this.chunk(e.value)}}});var WT=b((uZ,zT)=>{"use strict";zT.exports={name:"Operator",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return this.scanner.next(),{type:"Operator",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.value)}}});var HT=b((cZ,UT)=>{"use strict";var qT=_().TYPE,Oq=qT.LeftParenthesis,Nq=qT.RightParenthesis;UT.exports={name:"Parentheses",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(Oq),r=e.call(this,t),this.scanner.eof||this.eat(Nq),{type:"Parentheses",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("("),this.children(e),this.chunk(")")}}});var YT=b((dZ,GT)=>{"use strict";var Rq=Vi().consumeNumber,Pq=_().TYPE,Fq=Pq.Percentage;GT.exports={name:"Percentage",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=Rq(this.scanner.source,e);return this.eat(Fq),{type:"Percentage",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.source.substring(e,t)}},generate:function(e){this.chunk(e.value),this.chunk("%")}}});var KT=b((pZ,$T)=>{"use strict";var ac=_().TYPE,Lq=ac.Ident,jq=ac.Function,Bq=ac.Colon,Vq=ac.RightParenthesis;$T.exports={name:"PseudoClassSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat(Bq),this.scanner.tokenType===jq?(n=this.consumeFunctionName(),r=n.toLowerCase(),this.pseudo.hasOwnProperty(r)?(this.scanner.skipSC(),t=this.pseudo[r].call(this),this.scanner.skipSC()):(t=this.createList(),t.push(this.Raw(this.scanner.tokenIndex,null,!1))),this.eat(Vq)):n=this.consume(Lq),{type:"PseudoClassSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:n,children:t}},generate:function(e){this.chunk(":"),this.chunk(e.name),e.children!==null&&(this.chunk("("),this.children(e),this.chunk(")"))},walkContext:"function"}});var XT=b((fZ,QT)=>{"use strict";var lc=_().TYPE,zq=lc.Ident,Wq=lc.Function,ZT=lc.Colon,qq=lc.RightParenthesis;QT.exports={name:"PseudoElementSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat(ZT),this.eat(ZT),this.scanner.tokenType===Wq?(n=this.consumeFunctionName(),r=n.toLowerCase(),this.pseudo.hasOwnProperty(r)?(this.scanner.skipSC(),t=this.pseudo[r].call(this),this.scanner.skipSC()):(t=this.createList(),t.push(this.Raw(this.scanner.tokenIndex,null,!1))),this.eat(qq)):n=this.consume(zq),{type:"PseudoElementSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:n,children:t}},generate:function(e){this.chunk("::"),this.chunk(e.name),e.children!==null&&(this.chunk("("),this.children(e),this.chunk(")"))},walkContext:"function"}});var nA=b((hZ,tA)=>{"use strict";var Uq=_().isDigit,eA=_().TYPE,Hq=eA.Number,Gq=eA.Delim,Yq=47,$q=46;function JT(){this.scanner.skipWS();for(var e=this.consume(Hq),t=0;t<e.length;t++){var n=e.charCodeAt(t);!Uq(n)&&n!==$q&&this.error("Unsigned number is expected",this.scanner.tokenStart-e.length+t)}return Number(e)===0&&this.error("Zero number is not allowed",this.scanner.tokenStart-e.length),e}tA.exports={name:"Ratio",structure:{left:String,right:String},parse:function(){var e=this.scanner.tokenStart,t=JT.call(this),n;return this.scanner.skipWS(),this.scanner.isDelim(Yq)||this.error("Solidus is expected"),this.eat(Gq),n=JT.call(this),{type:"Ratio",loc:this.getLocation(e,this.scanner.tokenStart),left:t,right:n}},generate:function(e){this.chunk(e.left),this.chunk("/"),this.chunk(e.right)}}});var oA=b((mZ,iA)=>{"use strict";var Kq=_().TYPE,Zq=Xn().mode,Qq=Kq.LeftCurlyBracket;function rA(e){return this.Raw(e,Zq.leftCurlyBracket,!0)}function Xq(){var e=this.SelectorList();return e.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==Qq&&this.error(),e}iA.exports={name:"Rule",structure:{prelude:["SelectorList","Raw"],block:["Block"]},parse:function(){var e=this.scanner.tokenIndex,t=this.scanner.tokenStart,n,r;return this.parseRulePrelude?n=this.parseWithFallback(Xq,rA):n=rA.call(this,e),r=this.Block(!0),{type:"Rule",loc:this.getLocation(t,this.scanner.tokenStart),prelude:n,block:r}},generate:function(e){this.node(e.prelude),this.node(e.block)},walkContext:"rule"}});var aA=b((gZ,sA)=>{"use strict";sA.exports={name:"Selector",structure:{children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]},parse:function(){var e=this.readSequence(this.scope.Selector);return this.getFirstListNode(e)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e)}}});var uA=b((yZ,lA)=>{"use strict";var Jq=_().TYPE,eU=Jq.Comma;lA.exports={name:"SelectorList",structure:{children:[["Selector","Raw"]]},parse:function(){for(var e=this.createList();!this.scanner.eof;){if(e.push(this.Selector()),this.scanner.tokenType===eU){this.scanner.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e,function(){this.chunk(",")})},walkContext:"selector"}});var dA=b((vZ,cA)=>{"use strict";var tU=_().TYPE.String;cA.exports={name:"String",structure:{value:String},parse:function(){return{type:"String",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(tU)}},generate:function(e){this.chunk(e.value)}}});var hA=b((bZ,fA)=>{"use strict";var Ns=_().TYPE,nU=Ns.WhiteSpace,rU=Ns.Comment,iU=Ns.AtKeyword,oU=Ns.CDO,sU=Ns.CDC,aU=33;function pA(e){return this.Raw(e,null,!1)}fA.exports={name:"StyleSheet",structure:{children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]},parse:function(){for(var e=this.scanner.tokenStart,t=this.createList(),n;!this.scanner.eof;){switch(this.scanner.tokenType){case nU:this.scanner.next();continue;case rU:if(this.scanner.source.charCodeAt(this.scanner.tokenStart+2)!==aU){this.scanner.next();continue}n=this.Comment();break;case oU:n=this.CDO();break;case sU:n=this.CDC();break;case iU:n=this.parseWithFallback(this.Atrule,pA);break;default:n=this.parseWithFallback(this.Rule,pA)}t.push(n)}return{type:"StyleSheet",loc:this.getLocation(e,this.scanner.tokenStart),children:t}},generate:function(e){this.children(e)},walkContext:"stylesheet"}});var yA=b((SZ,gA)=>{"use strict";var lU=_().TYPE,uU=lU.Ident,cU=42,mA=124;function qm(){this.scanner.tokenType!==uU&&this.scanner.isDelim(cU)===!1&&this.error("Identifier or asterisk is expected"),this.scanner.next()}gA.exports={name:"TypeSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.scanner.isDelim(mA)?(this.scanner.next(),qm.call(this)):(qm.call(this),this.scanner.isDelim(mA)&&(this.scanner.next(),qm.call(this))),{type:"TypeSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.name)}}});var wA=b((CZ,xA)=>{"use strict";var dU=_().isHexDigit,vA=_().cmpChar,Gm=_().TYPE,pU=_().NAME,fU=Gm.Ident,bA=Gm.Number,SA=Gm.Dimension,cc=43,CA=45,Hm=63,hU=117;function Rs(e,t){for(var n=this.scanner.tokenStart+e,r=0;n<this.scanner.tokenEnd;n++){var i=this.scanner.source.charCodeAt(n);if(i===CA&&t&&r!==0)return Rs.call(this,e+r+1,!1)===0&&this.error(),-1;dU(i)||this.error(t&&r!==0?"HyphenMinus"+(r<6?" or hex digit":"")+" is expected":r<6?"Hex digit is expected":"Unexpected input",n),++r>6&&this.error("Too many hex digits",n)}return this.scanner.next(),r}function uc(e){for(var t=0;this.scanner.isDelim(Hm);)++t>e&&this.error("Too many question marks"),this.scanner.next()}function Um(e){this.scanner.source.charCodeAt(this.scanner.tokenStart)!==e&&this.error(pU[e]+" is expected")}function mU(){var e=0;if(this.scanner.isDelim(cc)){if(this.scanner.next(),this.scanner.tokenType===fU){e=Rs.call(this,0,!0),e>0&&uc.call(this,6-e);return}if(this.scanner.isDelim(Hm)){this.scanner.next(),uc.call(this,5);return}this.error("Hex digit or question mark is expected");return}if(this.scanner.tokenType===bA){if(Um.call(this,cc),e=Rs.call(this,1,!0),this.scanner.isDelim(Hm)){uc.call(this,6-e);return}if(this.scanner.tokenType===SA||this.scanner.tokenType===bA){Um.call(this,CA),Rs.call(this,1,!1);return}return}if(this.scanner.tokenType===SA){Um.call(this,cc),e=Rs.call(this,1,!0),e>0&&uc.call(this,6-e);return}this.error()}xA.exports={name:"UnicodeRange",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return vA(this.scanner.source,e,hU)||this.error("U is expected"),vA(this.scanner.source,e+1,cc)||this.error("Plus sign is expected"),this.scanner.next(),mU.call(this),{type:"UnicodeRange",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.value)}}});var IA=b((xZ,AA)=>{"use strict";var EA=_().isWhiteSpace,gU=_().cmpStr,Ym=_().TYPE,DA=Ym.Function,TA=Ym.Url,yU=Ym.RightParenthesis;AA.exports={name:"Url",structure:{value:["String","Raw"]},parse:function(){var e=this.scanner.tokenStart,t;switch(this.scanner.tokenType){case TA:for(var n=e+4,r=this.scanner.tokenEnd-1;n<r&&EA(this.scanner.source.charCodeAt(n));)n++;for(;n<r&&EA(this.scanner.source.charCodeAt(r-1));)r--;t={type:"Raw",loc:this.getLocation(n,r),value:this.scanner.source.substring(n,r)},this.eat(TA);break;case DA:gU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(DA),this.scanner.skipSC(),t=this.String(),this.scanner.skipSC(),this.eat(yU);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(e,this.scanner.tokenStart),value:t}},generate:function(e){this.chunk("url"),this.chunk("("),this.node(e.value),this.chunk(")")}}});var kA=b((wZ,_A)=>{"use strict";_A.exports={name:"Value",structure:{children:[[]]},parse:function(){var e=this.scanner.tokenStart,t=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(e,this.scanner.tokenStart),children:t}},generate:function(e){this.children(e)}}});var OA=b((EZ,MA)=>{"use strict";var vU=_().TYPE.WhiteSpace,bU=Object.freeze({type:"WhiteSpace",loc:null,value:" "});MA.exports={name:"WhiteSpace",structure:{value:String},parse:function(){return this.eat(vU),bU},generate:function(e){this.chunk(e.value)}}});var dc=b((DZ,NA)=>{"use strict";NA.exports={AnPlusB:TD(),Atrule:RD(),AtrulePrelude:LD(),AttributeSelector:zD(),Block:YD(),Brackets:ZD(),CDC:XD(),CDO:eT(),ClassSelector:nT(),Combinator:oT(),Comment:aT(),Declaration:gT(),DeclarationList:vT(),Dimension:ST(),Function:xT(),Hash:ET(),Identifier:TT(),IdSelector:IT(),MediaFeature:OT(),MediaQuery:RT(),MediaQueryList:FT(),Nth:jT(),Number:VT(),Operator:WT(),Parentheses:HT(),Percentage:YT(),PseudoClassSelector:KT(),PseudoElementSelector:XT(),Ratio:nA(),Raw:Xn(),Rule:oA(),Selector:aA(),SelectorList:uA(),String:dA(),StyleSheet:hA(),TypeSelector:yA(),UnicodeRange:wA(),Url:IA(),Value:kA(),WhiteSpace:OA()}});var PA=b((TZ,RA)=>{"use strict";var $m=SD();RA.exports={generic:!0,types:$m.types,atrules:$m.atrules,properties:$m.properties,node:dc()}});var Km=b((AZ,jA)=>{"use strict";var FA=_().cmpChar,SU=_().cmpStr,Nt=_().TYPE,CU=Nt.Ident,xU=Nt.String,wU=Nt.Number,EU=Nt.Function,DU=Nt.Url,TU=Nt.Hash,AU=Nt.Dimension,IU=Nt.Percentage,_U=Nt.LeftParenthesis,kU=Nt.LeftSquareBracket,MU=Nt.Comma,OU=Nt.Delim,NU=35,RU=42,LA=43,PU=45,FU=47,LU=117;jA.exports=function(t){switch(this.scanner.tokenType){case TU:return this.Hash();case MU:return t.space=null,t.ignoreWSAfter=!0,this.Operator();case _U:return this.Parentheses(this.readSequence,t.recognizer);case kU:return this.Brackets(this.readSequence,t.recognizer);case xU:return this.String();case AU:return this.Dimension();case IU:return this.Percentage();case wU:return this.Number();case EU:return SU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,t.recognizer);case DU:return this.Url();case CU:return FA(this.scanner.source,this.scanner.tokenStart,LU)&&FA(this.scanner.source,this.scanner.tokenStart+1,LA)?this.UnicodeRange():this.Identifier();case OU:var n=this.scanner.source.charCodeAt(this.scanner.tokenStart);if(n===FU||n===RU||n===LA||n===PU)return this.Operator();n===NU&&this.error("Hex or identifier is expected",this.scanner.tokenStart+1);break}}});var VA=b((IZ,BA)=>{"use strict";BA.exports={getNode:Km()}});var UA=b((_Z,qA)=>{"use strict";var Jn=_().TYPE,jU=Jn.Delim,BU=Jn.Ident,VU=Jn.Dimension,zU=Jn.Percentage,WU=Jn.Number,qU=Jn.Hash,zA=Jn.Colon,UU=Jn.LeftSquareBracket,HU=35,GU=42,YU=43,$U=47,WA=46,KU=62,ZU=124,QU=126;function XU(e){switch(this.scanner.tokenType){case UU:return this.AttributeSelector();case qU:return this.IdSelector();case zA:return this.scanner.lookupType(1)===zA?this.PseudoElementSelector():this.PseudoClassSelector();case BU:return this.TypeSelector();case WU:case zU:return this.Percentage();case VU:this.scanner.source.charCodeAt(this.scanner.tokenStart)===WA&&this.error("Identifier is expected",this.scanner.tokenStart+1);break;case jU:var t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case YU:case KU:case QU:return e.space=null,e.ignoreWSAfter=!0,this.Combinator();case $U:return this.Combinator();case WA:return this.ClassSelector();case GU:case ZU:return this.TypeSelector();case HU:return this.IdSelector()}break}}qA.exports={getNode:XU}});var GA=b((kZ,HA)=>{"use strict";HA.exports=function(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}});var KA=b((MZ,$A)=>{"use strict";var YA=_().TYPE,JU=Xn().mode,eH=YA.Comma,tH=YA.WhiteSpace;$A.exports=function(){var e=this.createList();if(this.scanner.skipSC(),e.push(this.Identifier()),this.scanner.skipSC(),this.scanner.tokenType===eH){e.push(this.Operator());let t=this.scanner.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.scanner.tokenIndex,JU.exclamationMarkOrSemicolon,!1);if(n.type==="Value"&&n.children.isEmpty()){for(let r=t-this.scanner.tokenIndex;r<=0;r++)if(this.scanner.lookupType(r)===tH){n.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}e.push(n)}return e}});var QA=b((OZ,ZA)=>{"use strict";ZA.exports={getNode:Km(),expression:GA(),var:KA()}});var JA=b((NZ,XA)=>{"use strict";XA.exports={AtrulePrelude:VA(),Selector:UA(),Value:QA()}});var tI=b((RZ,eI)=>{"use strict";eI.exports={parse:{prelude:null,block:function(){return this.Block(!0)}}}});var rI=b((PZ,nI)=>{"use strict";var Ps=_().TYPE,nH=Ps.String,rH=Ps.Ident,iH=Ps.Url,oH=Ps.Function,sH=Ps.LeftParenthesis;nI.exports={parse:{prelude:function(){var e=this.createList();switch(this.scanner.skipSC(),this.scanner.tokenType){case nH:e.push(this.String());break;case iH:case oH:e.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===rH||this.lookupNonWSType(0)===sH)&&(e.push(this.WhiteSpace()),e.push(this.MediaQueryList())),e},block:null}}});var oI=b((FZ,iI)=>{"use strict";iI.exports={parse:{prelude:function(){return this.createSingleNodeList(this.MediaQueryList())},block:function(){return this.Block(!1)}}}});var aI=b((LZ,sI)=>{"use strict";sI.exports={parse:{prelude:function(){return this.createSingleNodeList(this.SelectorList())},block:function(){return this.Block(!0)}}}});var dI=b((jZ,cI)=>{"use strict";var eo=_().TYPE,aH=eo.WhiteSpace,lH=eo.Comment,lI=eo.Ident,uH=eo.Function,cH=eo.Colon,dH=eo.LeftParenthesis;function pH(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}function fH(){return this.scanner.skipSC(),this.scanner.tokenType===lI&&this.lookupNonWSType(1)===cH?this.createSingleNodeList(this.Declaration()):uI.call(this)}function uI(){var e=this.createList(),t=null,n;this.scanner.skipSC();e:for(;!this.scanner.eof;){switch(this.scanner.tokenType){case aH:t=this.WhiteSpace();continue;case lH:this.scanner.next();continue;case uH:n=this.Function(pH,this.scope.AtrulePrelude);break;case lI:n=this.Identifier();break;case dH:n=this.Parentheses(fH,this.scope.AtrulePrelude);break;default:break e}t!==null&&(e.push(t),t=null),e.push(n)}return e}cI.exports={parse:{prelude:function(){var e=uI.call(this);return this.getFirstListNode(e)===null&&this.error("Condition is expected"),e},block:function(){return this.Block(!1)}}}});var fI=b((BZ,pI)=>{"use strict";pI.exports={"font-face":tI(),import:rI(),media:oI(),page:aI(),supports:dI()}});var mI=b((VZ,hI)=>{"use strict";hI.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var yI=b((zZ,gI)=>{"use strict";gI.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var bI=b((WZ,vI)=>{"use strict";vI.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var Zm=b((qZ,SI)=>{"use strict";SI.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var xI=b((UZ,CI)=>{"use strict";CI.exports=Zm()});var EI=b((HZ,wI)=>{"use strict";wI.exports=Zm()});var Qm=b((GZ,DI)=>{"use strict";var hH=!0;DI.exports={parse:function(){return this.createSingleNodeList(this.Nth(hH))}}});var AI=b((YZ,TI)=>{"use strict";TI.exports=Qm()});var _I=b(($Z,II)=>{"use strict";II.exports=Qm()});var Xm=b((KZ,kI)=>{"use strict";var mH=!1;kI.exports={parse:function(){return this.createSingleNodeList(this.Nth(mH))}}});var OI=b((ZZ,MI)=>{"use strict";MI.exports=Xm()});var RI=b((QZ,NI)=>{"use strict";NI.exports=Xm()});var FI=b((XZ,PI)=>{"use strict";PI.exports={parse:function(){return this.createSingleNodeList(this.Selector())}}});var jI=b((JZ,LI)=>{"use strict";LI.exports={dir:mI(),has:yI(),lang:bI(),matches:xI(),not:EI(),"nth-child":AI(),"nth-last-child":_I(),"nth-last-of-type":OI(),"nth-of-type":RI(),slotted:FI()}});var VI=b((eQ,BI)=>{"use strict";BI.exports={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude:function(e){return this.AtrulePrelude(e.atrule?String(e.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block:function(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:JA(),atrule:fI(),pseudo:jI(),node:dc()}});var WI=b((tQ,zI)=>{"use strict";zI.exports={node:dc()}});var qI=b((nQ,gH)=>{gH.exports={name:"css-tree",version:"1.1.3",description:"A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",author:"Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",license:"MIT",repository:"csstree/csstree",keywords:["css","ast","tokenizer","parser","walker","lexer","generator","utils","syntax","validation"],main:"lib/index.js",unpkg:"dist/csstree.min.js",jsdelivr:"dist/csstree.min.js",scripts:{build:"rollup --config",lint:"eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint","lint-and-test":"npm run lint && npm test","update:docs":"node scripts/update-docs","review:syntax-patch":"node scripts/review-syntax-patch",test:"mocha --reporter progress",coverage:"nyc npm test",travis:"nyc npm run lint-and-test && npm run coveralls",coveralls:"nyc report --reporter=text-lcov | coveralls",prepublishOnly:"npm run build",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"},dependencies:{"mdn-data":"2.0.14","source-map":"^0.6.1"},devDependencies:{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-json":"^4.0.2","@rollup/plugin-node-resolve":"^7.1.1",coveralls:"^3.0.9",eslint:"^6.8.0","json-to-ast":"^2.1.0",mocha:"^6.2.3",nyc:"^14.1.1",rollup:"^1.32.1","rollup-plugin-terser":"^5.3.0"},engines:{node:">=8.0.0"},files:["data","dist","lib"]}});var UI=b((rQ,Jm)=>{"use strict";function yH(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}Jm.exports=pD().create(yH(PA(),VI(),WI()));Jm.exports.version=qI().version});var Qe=b((iQ,HI)=>{"use strict";HI.exports=UI()});var C_=b(js=>{"use strict";var vH=/(\[[^\]]+\])/g,bH=/(#[^\s\+>~\.\[:]+)/g,SH=/(\.[^\s\+>~\.\[:]+)/g,CH=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/g,xH=/(:[^\s\+>~\.\[:]+)/g,wH=/([^\s\+>~\.\[:]+)/g,EH=/:not\(([^\)]*)\)/g,DH=/\{[^]*/gm,TH=/[\*\s\+>~]/g,AH=/[#\.]/g,no=function(e,t,n,r){var i=r.match(e);if(i)for(var o=0;o<i.length;o++)n[t]++,r=r.replace(i[o]," ");return r},IH=function(e){var t=e.indexOf(",");t!==-1&&(e=e.substring(0,t));var n={a:0,b:0,c:0};return e=e.replace(EH," $1 "),e=e.replace(DH," "),e=no(vH,"b",n,e),e=no(bH,"a",n,e),e=no(SH,"b",n,e),e=no(CH,"c",n,e),e=no(xH,"b",n,e),e=e.replace(TH," "),e=e.replace(AH," "),no(wH,"c",n,e),n.a*100+n.b*10+n.c*1},b_={};js.calculateSpecificity=function(e){var t=b_[e];return t===void 0&&(t=IH(e),b_[e]=t),t};var S_={},Tg=null;js.isSelectorValid=function(e){var t=S_[e];if(t===void 0){Tg==null&&(Tg=document.createElement("div"));try{Tg.querySelector(e),t=!0}catch{t=!1}S_[e]=t}return t};js.validateSelector=function(e){if(!js.isSelectorValid(e)){var t=new SyntaxError(e+" is not a valid selector");throw t.code="EBADSELECTOR",t}}});var A_=b((qX,T_)=>{"use strict";T_.exports=function(){var e=Array.from,t,n;return typeof e!="function"?!1:(t=["raz","dwa"],n=e(t),!!(n&&n!==t&&n[1]==="dwa"))}});var __=b((UX,I_)=>{"use strict";I_.exports=function(){return typeof globalThis!="object"||!globalThis?!1:globalThis.Array===Array}});var O_=b((HX,M_)=>{"use strict";var k_=function(){if(typeof self=="object"&&self)return self;if(typeof window=="object"&&window)return window;throw new Error("Unable to resolve global `this`")};M_.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch{return k_()}try{return __global__||k_()}finally{delete Object.prototype.__global__}}()});var Bs=b((GX,N_)=>{"use strict";N_.exports=__()()?globalThis:O_()});var P_=b((YX,R_)=>{"use strict";var _H=Bs(),Ig={object:!0,symbol:!0};R_.exports=function(){var e=_H.Symbol,t;if(typeof e!="function")return!1;t=e("test symbol");try{String(t)}catch{return!1}return!(!Ig[typeof e.iterator]||!Ig[typeof e.toPrimitive]||!Ig[typeof e.toStringTag])}});var L_=b(($X,F_)=>{"use strict";F_.exports=function(e){return e?typeof e=="symbol"?!0:!e.constructor||e.constructor.name!=="Symbol"?!1:e[e.constructor.toStringTag]==="Symbol":!1}});var _g=b((KX,j_)=>{"use strict";var kH=L_();j_.exports=function(e){if(!kH(e))throw new TypeError(e+" is not a symbol");return e}});var q_=b((ZX,W_)=>{"use strict";var B_=Tr(),MH=Object.create,V_=Object.defineProperty,OH=Object.prototype,z_=MH(null);W_.exports=function(e){for(var t=0,n,r;z_[e+(t||"")];)++t;return e+=t||"",z_[e]=!0,n="@@"+e,V_(OH,n,B_.gs(null,function(i){r||(r=!0,V_(this,n,B_(i)),r=!1)})),n}});var H_=b((QX,U_)=>{"use strict";var Yt=Tr(),Ee=Bs().Symbol;U_.exports=function(e){return Object.defineProperties(e,{hasInstance:Yt("",Ee&&Ee.hasInstance||e("hasInstance")),isConcatSpreadable:Yt("",Ee&&Ee.isConcatSpreadable||e("isConcatSpreadable")),iterator:Yt("",Ee&&Ee.iterator||e("iterator")),match:Yt("",Ee&&Ee.match||e("match")),replace:Yt("",Ee&&Ee.replace||e("replace")),search:Yt("",Ee&&Ee.search||e("search")),species:Yt("",Ee&&Ee.species||e("species")),split:Yt("",Ee&&Ee.split||e("split")),toPrimitive:Yt("",Ee&&Ee.toPrimitive||e("toPrimitive")),toStringTag:Yt("",Ee&&Ee.toStringTag||e("toStringTag")),unscopables:Yt("",Ee&&Ee.unscopables||e("unscopables"))})}});var $_=b((XX,Y_)=>{"use strict";var G_=Tr(),NH=_g(),Vs=Object.create(null);Y_.exports=function(e){return Object.defineProperties(e,{for:G_(function(t){return Vs[t]?Vs[t]:Vs[t]=e(String(t))}),keyFor:G_(function(t){var n;NH(t);for(n in Vs)if(Vs[n]===t)return n})})}});var Q_=b((JX,Z_)=>{"use strict";var an=Tr(),kg=_g(),gc=Bs().Symbol,RH=q_(),PH=H_(),FH=$_(),LH=Object.create,Mg=Object.defineProperties,yc=Object.defineProperty,Xe,ro,K_;if(typeof gc=="function")try{String(gc()),K_=!0}catch{}else gc=null;ro=function(t){if(this instanceof ro)throw new TypeError("Symbol is not a constructor");return Xe(t)};Z_.exports=Xe=function e(t){var n;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return K_?gc(t):(n=LH(ro.prototype),t=t===void 0?"":String(t),Mg(n,{__description__:an("",t),__name__:an("",RH(t))}))};PH(Xe);FH(Xe);Mg(ro.prototype,{constructor:an(Xe),toString:an("",function(){return this.__name__})});Mg(Xe.prototype,{toString:an(function(){return"Symbol ("+kg(this).__description__+")"}),valueOf:an(function(){return kg(this)})});yc(Xe.prototype,Xe.toPrimitive,an("",function(){var e=kg(this);return typeof e=="symbol"?e:e.toString()}));yc(Xe.prototype,Xe.toStringTag,an("c","Symbol"));yc(ro.prototype,Xe.toStringTag,an("c",Xe.prototype[Xe.toStringTag]));yc(ro.prototype,Xe.toPrimitive,an("c",Xe.prototype[Xe.toPrimitive]))});var J_=b((eJ,X_)=>{"use strict";X_.exports=P_()()?Bs().Symbol:Q_()});var nk=b((tJ,tk)=>{"use strict";var ek=Object.prototype.toString,jH=ek.call(function(){return arguments}());tk.exports=function(e){return ek.call(e)===jH}});var ik=b((nJ,rk)=>{"use strict";var BH=Object.prototype.toString,VH=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);rk.exports=function(e){return typeof e=="function"&&VH(BH.call(e))}});var sk=b((rJ,ok)=>{"use strict";ok.exports=function(){var e=Math.sign;return typeof e!="function"?!1:e(10)===1&&e(-20)===-1}});var lk=b((iJ,ak)=>{"use strict";ak.exports=function(e){return e=Number(e),isNaN(e)||e===0?e:e>0?1:-1}});var ck=b((oJ,uk)=>{"use strict";uk.exports=sk()()?Math.sign:lk()});var pk=b((sJ,dk)=>{"use strict";var zH=ck(),WH=Math.abs,qH=Math.floor;dk.exports=function(e){return isNaN(e)?0:(e=Number(e),e===0||!isFinite(e)?e:zH(e)*qH(WH(e)))}});var Og=b((aJ,fk)=>{"use strict";var UH=pk(),HH=Math.max;fk.exports=function(e){return HH(0,UH(e))}});var gk=b((lJ,mk)=>{"use strict";var hk=Object.prototype.toString,GH=hk.call("");mk.exports=function(e){return typeof e=="string"||e&&typeof e=="object"&&(e instanceof String||hk.call(e)===GH)||!1}});var Sk=b((uJ,bk)=>{"use strict";var YH=J_().iterator,$H=nk(),KH=ik(),ZH=Og(),yk=yh(),QH=mu(),XH=Ri(),JH=gk(),vk=Array.isArray,Ng=Function.prototype.call,Or={configurable:!0,enumerable:!0,writable:!0,value:null},Rg=Object.defineProperty;bk.exports=function(e){var t=arguments[1],n=arguments[2],r,i,o,s,a,l,u,c,p,d;if(e=Object(QH(e)),XH(t)&&yk(t),!this||this===Array||!KH(this)){if(!t){if($H(e))return a=e.length,a!==1?Array.apply(null,e):(s=new Array(1),s[0]=e[0],s);if(vk(e)){for(s=new Array(a=e.length),i=0;i<a;++i)s[i]=e[i];return s}}s=[]}else r=this;if(!vk(e)){if((p=e[YH])!==void 0){for(u=yk(p).call(e),r&&(s=new r),c=u.next(),i=0;!c.done;)d=t?Ng.call(t,n,c.value,i):c.value,r?(Or.value=d,Rg(s,i,Or)):s[i]=d,c=u.next(),++i;a=i}else if(JH(e)){for(a=e.length,r&&(s=new r),i=0,o=0;i<a;++i)d=e[i],i+1<a&&(l=d.charCodeAt(0),l>=55296&&l<=56319&&(d+=e[++i])),d=t?Ng.call(t,n,d,o):d,r?(Or.value=d,Rg(s,o,Or)):s[o]=d,++o;a=o}}if(a===void 0)for(a=ZH(e.length),r&&(s=new r(a)),i=0;i<a;++i)d=t?Ng.call(t,n,e[i],i):e[i],r?(Or.value=d,Rg(s,i,Or)):s[i]=d;return r&&(Or.value=null,s.length=a),s}});var xk=b((cJ,Ck)=>{"use strict";Ck.exports=A_()()?Array.from:Sk()});var Ek=b((dJ,wk)=>{"use strict";wk.exports=function(){var e=Number.isNaN;return typeof e!="function"?!1:!e({})&&e(NaN)&&!e(34)}});var Tk=b((pJ,Dk)=>{"use strict";Dk.exports=function(e){return e!==e}});var Ik=b((fJ,Ak)=>{"use strict";Ak.exports=Ek()()?Number.isNaN:Tk()});var Nk=b((hJ,Ok)=>{"use strict";var _k=Ik(),kk=Og(),eG=mu(),tG=Array.prototype.indexOf,nG=Object.prototype.hasOwnProperty,rG=Math.abs,Mk=Math.floor;Ok.exports=function(e){var t,n,r,i;if(!_k(e))return tG.apply(this,arguments);for(n=kk(eG(this).length),r=arguments[1],isNaN(r)?r=0:r>=0?r=Mk(r):r=kk(this.length)-Mk(rG(r)),t=r;t<n;++t)if(nG.call(this,t)&&(i=this[t],_k(i)))return t;return-1}});var Pk=b((mJ,Rk)=>{"use strict";var iG=Nk(),oG=Array.prototype.forEach,sG=Array.prototype.splice;Rk.exports=function(e){oG.call(arguments,function(t){var n=iG.call(this,t);n!==-1&&sG.call(this,n,1)},this)}});var Lk=b((gJ,Fk)=>{"use strict";var aG=Ri(),lG={function:!0,object:!0};Fk.exports=function(e){return aG(e)&&lG[typeof e]||!1}});var Bk=b((yJ,jk)=>{"use strict";var uG=Lk();jk.exports=function(e){if(!uG(e))throw new TypeError(e+" is not an Object");return e}});var Hk=b((vJ,Uk)=>{"use strict";var cG=xk(),dG=Pk(),Vk=Bk(),zk=Tr(),Wk=Yn().methods.emit,qk=Object.defineProperty,pG=Object.prototype.hasOwnProperty,fG=Object.getOwnPropertyDescriptor;Uk.exports=function(e,t){var n,r,i,o;return Vk(e)&&Vk(t),o=arguments[2],o===void 0&&(o="emit"),r={close:function(){dG.call(n,t)}},pG.call(e,"__eePipes__")?((n=e.__eePipes__).push(t),r):(qk(e,"__eePipes__",zk("c",n=[t])),i=fG(e,o),i?(delete i.get,delete i.set):i=zk("c",void 0),i.value=function(){var s,a,l=cG(n);for(Wk.apply(this,arguments),s=0;a=l[s];++s)Wk.apply(a,arguments)},qk(e,o,i),r)}});function qg(e,t){return Object.is(e,t)}var Oe=null,Us=!1,Hs=1,kn=Symbol("SIGNAL");function X(e){let t=Oe;return Oe=e,t}function Ug(){return Oe}var ao={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function jc(e){if(Us)throw new Error("");if(Oe===null)return;Oe.consumerOnSignalRead(e);let t=Oe.nextProducerIndex++;if(Ks(Oe),t<Oe.producerNode.length&&Oe.producerNode[t]!==e&&so(Oe)){let n=Oe.producerNode[t];$s(n,Oe.producerIndexOfThis[t])}Oe.producerNode[t]!==e&&(Oe.producerNode[t]=e,Oe.producerIndexOfThis[t]=so(Oe)?$g(e,Oe,t):0),Oe.producerLastReadVersion[t]=e.version}function lM(){Hs++}function Hg(e){if(!(so(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Hs)){if(!e.producerMustRecompute(e)&&!Vc(e)){e.dirty=!1,e.lastCleanEpoch=Hs;return}e.producerRecomputeValue(e),e.dirty=!1,e.lastCleanEpoch=Hs}}function Gg(e){if(e.liveConsumerNode===void 0)return;let t=Us;Us=!0;try{for(let n of e.liveConsumerNode)n.dirty||uM(n)}finally{Us=t}}function Yg(){return Oe?.consumerAllowSignalWrites!==!1}function uM(e){e.dirty=!0,Gg(e),e.consumerMarkedDirty?.(e)}function Ys(e){return e&&(e.nextProducerIndex=0),X(e)}function Bc(e,t){if(X(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(so(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)$s(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function Vc(e){Ks(e);for(let t=0;t<e.producerNode.length;t++){let n=e.producerNode[t],r=e.producerLastReadVersion[t];if(r!==n.version||(Hg(n),r!==n.version))return!0}return!1}function zc(e){if(Ks(e),so(e))for(let t=0;t<e.producerNode.length;t++)$s(e.producerNode[t],e.producerIndexOfThis[t]);e.producerNode.length=e.producerLastReadVersion.length=e.producerIndexOfThis.length=0,e.liveConsumerNode&&(e.liveConsumerNode.length=e.liveConsumerIndexOfThis.length=0)}function $g(e,t,n){if(Kg(e),e.liveConsumerNode.length===0&&Zg(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=$g(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function $s(e,t){if(Kg(e),e.liveConsumerNode.length===1&&Zg(e))for(let r=0;r<e.producerNode.length;r++)$s(e.producerNode[r],e.producerIndexOfThis[r]);let n=e.liveConsumerNode.length-1;if(e.liveConsumerNode[t]=e.liveConsumerNode[n],e.liveConsumerIndexOfThis[t]=e.liveConsumerIndexOfThis[n],e.liveConsumerNode.length--,e.liveConsumerIndexOfThis.length--,t<e.liveConsumerNode.length){let r=e.liveConsumerIndexOfThis[t],i=e.liveConsumerNode[t];Ks(i),i.producerIndexOfThis[r]=t}}function so(e){return e.consumerIsAlwaysLive||(e?.liveConsumerNode?.length??0)>0}function Ks(e){e.producerNode??=[],e.producerIndexOfThis??=[],e.producerLastReadVersion??=[]}function Kg(e){e.liveConsumerNode??=[],e.liveConsumerIndexOfThis??=[]}function Zg(e){return e.producerNode!==void 0}function Qg(e){let t=Object.create(cM);t.computation=e;let n=()=>{if(Hg(t),jc(t),t.value===Gs)throw t.error;return t.value};return n[kn]=t,n}var Fc=Symbol("UNSET"),Lc=Symbol("COMPUTING"),Gs=Symbol("ERRORED"),cM=ee(E({},ao),{value:Fc,dirty:!0,error:null,equal:qg,producerMustRecompute(e){return e.value===Fc||e.value===Lc},producerRecomputeValue(e){if(e.value===Lc)throw new Error("Detected cycle in computations.");let t=e.value;e.value=Lc;let n=Ys(e),r;try{r=e.computation()}catch(i){r=Gs,e.error=i}finally{Bc(e,n)}if(t!==Fc&&t!==Gs&&r!==Gs&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function dM(){throw new Error}var Xg=dM;function Jg(){Xg()}function ey(e){Xg=e}var pM=null;function ty(e){let t=Object.create(ry);t.value=e;let n=()=>(jc(t),t.value);return n[kn]=t,n}function Wc(e,t){Yg()||Jg(),e.equal(e.value,t)||(e.value=t,fM(e))}function ny(e,t){Yg()||Jg(),Wc(e,t(e.value))}var ry=ee(E({},ao),{equal:qg,value:void 0});function fM(e){e.version++,lM(),Gg(e),pM?.()}function H(e){return typeof e=="function"}function Nr(e){let n=e(r=>{Error.call(r),r.stack=new Error().stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Zs=Nr(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:
54
+ | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>`},"mf-value":{syntax:"<number> | <dimension> | <ident> | <ratio>"},"min()":{syntax:"min( <calc-sum># )"},"minmax()":{syntax:"minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:"<ident>"},"ns-prefix":{syntax:"[ <ident-token> | '*' ]? '|'"},"number-percentage":{syntax:"<number> | <percentage>"},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:"<an-plus-b> | even | odd"},"opacity()":{syntax:"opacity( [ <number-percentage> ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:"<length> | <percentage>"},"page-body":{syntax:"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{syntax:"<page-margin-box-type> '{' <declaration-list> '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ <page-selector># ]?"},"page-selector":{syntax:"<pseudo-page>+ | <ident> <pseudo-page>*"},"path()":{syntax:"path( [ <fill-rule>, ]? <string> )"},"paint()":{syntax:"paint( <ident>, <declaration-value>? )"},"perspective()":{syntax:"perspective( <length> )"},"polygon()":{syntax:"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pseudo-class-selector":{syntax:"':' <ident-token> | ':' <function-token> <any-value> ')'"},"pseudo-element-selector":{syntax:"':' <pseudo-class-selector>"},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"relative-selector":{syntax:"<combinator>? <complex-selector>"},"relative-selector-list":{syntax:"<relative-selector>#"},"relative-size":{syntax:"larger | smaller"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"rgb()":{syntax:"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{syntax:"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{syntax:"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{syntax:"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{syntax:"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{syntax:"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{syntax:"rotateZ( [ <angle> | <zero> ] )"},"saturate()":{syntax:"saturate( <number-percentage> )"},"scale()":{syntax:"scale( <number> , <number>? )"},"scale3d()":{syntax:"scale3d( <number> , <number> , <number> )"},"scaleX()":{syntax:"scaleX( <number> )"},"scaleY()":{syntax:"scaleY( <number> )"},"scaleZ()":{syntax:"scaleZ( <number> )"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:"<length-percentage> | closest-side | farthest-side"},"skew()":{syntax:"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{syntax:"skewX( [ <angle> | <zero> ] )"},"skewY()":{syntax:"skewY( [ <angle> | <zero> ] )"},"sepia()":{syntax:"sepia( <number-percentage> )"},shadow:{syntax:"inset? && <length>{2,4} && <color>?"},"shadow-t":{syntax:"[ <length>{2,3} && <color>? ]"},shape:{syntax:"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{syntax:"<box> | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"single-animation":{syntax:"<time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{syntax:"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{syntax:"none | forwards | backwards | both"},"single-animation-iteration-count":{syntax:"infinite | <number>"},"single-animation-play-state":{syntax:"running | paused"},"single-transition":{syntax:"[ none | <single-transition-property> ] || <time> || <timing-function> || <time>"},"single-transition-property":{syntax:"all | <custom-ident>"},size:{syntax:"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"step-position":{syntax:"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{syntax:"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{syntax:"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{syntax:"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{syntax:"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{syntax:"<supports-decl> | <supports-selector-fn>"},"supports-decl":{syntax:"( <declaration> )"},"supports-selector-fn":{syntax:"selector( <complex-selector> )"},symbol:{syntax:"<string> | <image> | <custom-ident>"},target:{syntax:"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{syntax:"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{syntax:"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{syntax:"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{syntax:"<time> | <percentage>"},"timing-function":{syntax:"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{syntax:"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{syntax:"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{syntax:"repeat( [ <positive-integer> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{syntax:"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"},"transform-function":{syntax:"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{syntax:"<transform-function>+"},"translate()":{syntax:"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{syntax:"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{syntax:"translateX( <length-percentage> )"},"translateY()":{syntax:"translateY( <length-percentage> )"},"translateZ()":{syntax:"translateZ( <length> )"},"type-or-unit":{syntax:"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{syntax:"<wq-name> | <ns-prefix>? '*'"},"var()":{syntax:"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{syntax:"auto | <length-percentage>"},"wq-name":{syntax:"<ns-prefix>? <ident-token>"}}});var gD=b((FZ,G2)=>{G2.exports={atrules:{charset:{prelude:"<string>"},"font-face":{descriptors:{"unicode-range":{comment:"replaces <unicode-range>, an old production name",syntax:"<urange>#"}}}},properties:{"-moz-background-clip":{comment:"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"padding | border"},"-moz-border-radius-bottomleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",syntax:"<'border-bottom-left-radius'>"},"-moz-border-radius-bottomright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-border-radius-topleft":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",syntax:"<'border-top-left-radius'>"},"-moz-border-radius-topright":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",syntax:"<'border-bottom-right-radius'>"},"-moz-control-character-visibility":{comment:"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",syntax:"visible | hidden"},"-moz-osx-font-smoothing":{comment:"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | grayscale"},"-moz-user-select":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"none | text | all | -moz-none"},"-ms-flex-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"start | end | center | baseline | stretch"},"-ms-flex-item-align":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",syntax:"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",syntax:"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-shrink'>"},"-ms-flex-pack":{comment:"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",syntax:"start | end | center | justify | distribute"},"-ms-flex-order":{comment:"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",syntax:"<integer>"},"-ms-flex-positive":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-grow'>"},"-ms-flex-preferred-size":{comment:"misssed old syntax implemented in IE; TODO: find references for comfirmation",syntax:"<'flex-basis'>"},"-ms-interpolation-mode":{comment:"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",syntax:"nearest-neighbor | bicubic"},"-ms-grid-column-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",syntax:"start | end | center | stretch"},"-ms-grid-row-align":{comment:"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",syntax:"start | end | center | stretch"},"-ms-hyphenate-limit-last":{comment:"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",syntax:"none | always | column | page | spread"},"-webkit-appearance":{comment:"webkit specific keywords",references:["http://css-infos.net/property/-webkit-appearance"],syntax:"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{comment:"https://developer.mozilla.org/en/docs/Web/CSS/background-clip",syntax:"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{comment:"added, http://help.dottoro.com/lcrthhhv.php",syntax:"always | auto | avoid"},"-webkit-column-break-before":{comment:"added, http://help.dottoro.com/lcxquvkf.php",syntax:"always | auto | avoid"},"-webkit-column-break-inside":{comment:"added, http://help.dottoro.com/lclhnthl.php",syntax:"always | auto | avoid"},"-webkit-font-smoothing":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",syntax:"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{comment:"missed",references:["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],syntax:"economy | exact"},"-webkit-text-security":{comment:"missed; http://help.dottoro.com/lcbkewgt.php",syntax:"none | circle | disc | square"},"-webkit-user-drag":{comment:"missed; http://help.dottoro.com/lcbixvwm.php",syntax:"none | element | auto"},"-webkit-user-select":{comment:"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",syntax:"auto | none | text | all"},"alignment-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],syntax:"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"baseline-shift":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],syntax:"baseline | sub | super | <svg-length>"},behavior:{comment:"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",syntax:"<url>+"},"clip-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],syntax:"nonzero | evenodd"},cue:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'cue-before'> <'cue-after'>?"},"cue-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},"cue-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<url> <decibel>? | none"},cursor:{comment:"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",references:["https://www.sitepoint.com/css3-cursor-styles/"],syntax:"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},display:{comment:"extended with -ms-flexbox",syntax:"| <-non-standard-display>"},position:{comment:"extended with -webkit-sticky",syntax:"| -webkit-sticky"},"dominant-baseline":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],syntax:"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{comment:"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",references:["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],syntax:"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},fill:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<paint>"},"fill-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"<number-zero-one>"},"fill-rule":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#FillProperty"],syntax:"nonzero | evenodd"},filter:{comment:"extend with IE legacy syntaxes",syntax:"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],syntax:"<angle>"},"glyph-orientation-vertical":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],syntax:"<angle>"},kerning:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#KerningProperty"],syntax:"auto | <svg-length>"},"letter-spacing":{comment:"fix syntax <length> -> <length-percentage>",references:["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],syntax:"normal | <length-percentage>"},marker:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-end":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-mid":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"marker-start":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],syntax:"none | <url>"},"max-width":{comment:"fix auto -> none (https://github.com/mdn/data/pull/431); extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",syntax:"none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>) | <-non-standard-width>"},width:{comment:"per spec fit-content should be a function, however browsers are supporting it as a keyword (https://github.com/csstree/stylelint-validator/issues/29)",syntax:"| fit-content | -moz-fit-content | -webkit-fit-content"},"min-width":{comment:"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"auto | <length-percentage> | min-content | max-content | fit-content(<length-percentage>) | <-non-standard-width>"},overflow:{comment:"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"| <-non-standard-overflow>"},pause:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'pause-before'> <'pause-after'>?"},"pause-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},rest:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<'rest-before'> <'rest-after'>?"},"rest-after":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],syntax:"auto | optimizeSpeed | crispEdges | geometricPrecision"},src:{comment:"added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",syntax:"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},speak:{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | none | normal"},"speak-as":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},stroke:{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<paint>"},"stroke-dasharray":{comment:"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"stroke-linecap":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"butt | round | square"},"stroke-linejoin":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"miter | round | bevel"},"stroke-miterlimit":{comment:"added SVG property (<miterlimit> = <number-one-or-greater>) ",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-one-or-greater>"},"stroke-opacity":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<number-zero-one>"},"stroke-width":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],syntax:"<svg-length>"},"text-anchor":{comment:"added SVG property",references:["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],syntax:"start | middle | end"},"unicode-bidi":{comment:"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",syntax:"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{comment:"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",syntax:"<urange>#"},"voice-balance":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"auto | <time>"},"voice-family":{comment:"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"normal | strong | moderate | none | reduced"},"voice-volume":{comment:"https://www.w3.org/TR/css3-speech/#property-index",syntax:"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{comment:"extend with SVG keywords",syntax:"| <svg-writing-mode>"}},syntaxes:{"-legacy-gradient":{comment:"added collection of legacy gradient syntaxes",syntax:"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{comment:"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",syntax:"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{comment:"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",syntax:"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{comment:"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",syntax:"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{comment:"define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",syntax:"circle | ellipse"},"-non-standard-font":{comment:"non standard fonts",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{comment:"non standard colors",references:["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],syntax:"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{comment:"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",syntax:"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",syntax:"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{comment:"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",syntax:"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",syntax:"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"<length> | <percentage>"},"-webkit-gradient-type":{comment:"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",syntax:"linear | radial"},"-webkit-mask-box-repeat":{comment:"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",syntax:"repeat | stretch | round"},"-webkit-mask-clip-style":{comment:"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",syntax:"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function>+"},"-ms-filter-function":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{comment:"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",syntax:"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{syntax:"<string>"},age:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"child | young | old"},"attr-name":{syntax:"<wq-name>"},"attr-fallback":{syntax:"<any-value>"},"border-radius":{comment:"missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius",syntax:"<length-percentage>{1,2}"},bottom:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"content-list":{comment:"missed -> https://drafts.csswg.org/css-content/#typedef-content-list (document-url, <target> and leader() is omitted util stabilization)",syntax:"[ <string> | contents | <image> | <quote> | <target> | <leader()> | <attr()> | counter( <ident>, <'list-style-type'>? ) ]+"},"element()":{comment:"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",syntax:"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"[ <age>? <gender> <integer>? ]"},gender:{comment:"https://www.w3.org/TR/css3-speech/#voice-family",syntax:"male | female | neutral"},"generic-family":{comment:"added -apple-system",references:["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],syntax:"| -apple-system"},gradient:{comment:"added legacy syntaxes support",syntax:"| <-legacy-gradient>"},left:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"mask-image":{comment:"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",syntax:"<mask-reference>#"},"name-repeat":{comment:"missed, and looks like obsolete, keep it as is since other property syntaxes should be changed too; https://www.w3.org/TR/2015/WD-css-grid-1-20150917/#typedef-name-repeat",syntax:"repeat( [ <positive-integer> | auto-fill ], <line-names>+)"},"named-color":{comment:"added non standard color names",syntax:"| <-non-standard-color>"},paint:{comment:"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",syntax:"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},"page-size":{comment:"https://www.w3.org/TR/css-page-3/#typedef-page-size-page-size",syntax:"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},ratio:{comment:"missed, https://drafts.csswg.org/mediaqueries-4/#typedef-ratio",syntax:"<integer> / <integer>"},right:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},shape:{comment:"missed spaces in function body and add backwards compatible syntax",syntax:"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"svg-length":{comment:"All coordinates and lengths in SVG can be specified with or without a unit identifier",references:["https://www.w3.org/TR/SVG11/coords.html#Units"],syntax:"<percentage> | <length> | <number>"},"svg-writing-mode":{comment:"SVG specific keywords (deprecated for CSS)",references:["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],syntax:"lr-tb | rl-tb | tb-rl | lr | rl | tb"},top:{comment:"missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",syntax:"<length> | auto"},"track-group":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"'(' [ <string>* <track-minmax> <string>* ]+ ')' [ '[' <positive-integer> ']' ]? | <track-minmax>"},"track-list-v0":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"[ <string>* <track-group> <string>* ]+ | none"},"track-minmax":{comment:"used by old grid-columns and grid-rows syntax v0",syntax:"minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth> | fit-content"},x:{comment:"missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},y:{comment:"missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",syntax:"<number>"},declaration:{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"<ident-token> : <declaration-value>? [ '!' important ]?"},"declaration-list":{comment:"missed, restored by https://drafts.csswg.org/css-syntax",syntax:"[ <declaration>? ';' ]* <declaration>?"},url:{comment:"https://drafts.csswg.org/css-values-4/#urls",syntax:"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{comment:"https://drafts.csswg.org/css-values-4/#typedef-url-modifier",syntax:"<ident> | <function-token> <any-value> )"},"number-zero-one":{syntax:"<number [0,1]>"},"number-one-or-greater":{syntax:"<number [1,\u221E]>"},"positive-integer":{syntax:"<integer [0,\u221E]>"},"-non-standard-display":{syntax:"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}});var SD=b((jZ,bD)=>{"use strict";var Y2=fD(),Z2=hD(),Q2=mD(),Pm=gD(),yD=/^\s*\|\s*/;function K2(e){let t=Object.create(null);for(let n in e){let r=e[n],i=null;if(r.descriptors){i=Object.create(null);for(let o in r.descriptors)i[o]=r.descriptors[o].syntax}t[n.substr(1)]={prelude:r.syntax.trim().match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:i}}return t}function Lm(e,t){let n={};for(let r in e)n[r]=e[r].syntax||e[r];for(let r in t)r in e?t[r].syntax?n[r]=yD.test(t[r].syntax)?n[r]+" "+t[r].syntax.trim():t[r].syntax:delete n[r]:t[r].syntax&&(n[r]=t[r].syntax.replace(yD,""));return n}function vD(e){let t={};for(let n in e)t[n]=e[n].syntax;return t}function J2(e,t){let n={};for(let r in e){let i=t[r]&&t[r].descriptors||null;n[r]={prelude:r in t&&"prelude"in t[r]?t[r].prelude:e[r].prelude||null,descriptors:e[r].descriptors?Lm(e[r].descriptors,i||{}):i&&vD(i)}}for(let r in t)hasOwnProperty.call(e,r)||(n[r]={prelude:t[r].prelude||null,descriptors:t[r].descriptors&&vD(t[r].descriptors)});return n}bD.exports={types:Lm(Q2,Pm.syntaxes),atrules:J2(K2(Y2),Pm.atrules),properties:Lm(Z2,Pm.properties)}});var _D=b((BZ,DD)=>{"use strict";var wD=k().cmpChar,ED=k().isDigit,As=k().TYPE,CD=As.WhiteSpace,xD=As.Comment,Fm=As.Ident,Tn=As.Number,X2=As.Dimension,sn=43,vt=45,tc=110,Ar=!0,eq=!1;function nc(e,t){var n=this.scanner.tokenStart+e,r=this.scanner.source.charCodeAt(n);for((r===sn||r===vt)&&(t&&this.error("Number sign is not allowed"),n++);n<this.scanner.tokenEnd;n++)ED(this.scanner.source.charCodeAt(n))||this.error("Integer is expected",n)}function Ki(e){return nc.call(this,0,e)}function Kn(e,t){if(!wD(this.scanner.source,this.scanner.tokenStart+e,t)){var n="";switch(t){case tc:n="N is expected";break;case vt:n="HyphenMinus is expected";break}this.error(n,this.scanner.tokenStart+e)}}function jm(){for(var e=0,t=0,n=this.scanner.tokenType;n===CD||n===xD;)n=this.scanner.lookupType(++e);if(n!==Tn)if(this.scanner.isDelim(sn,e)||this.scanner.isDelim(vt,e)){t=this.scanner.isDelim(sn,e)?sn:vt;do n=this.scanner.lookupType(++e);while(n===CD||n===xD);n!==Tn&&(this.scanner.skip(e),Ki.call(this,Ar))}else return null;return e>0&&this.scanner.skip(e),t===0&&(n=this.scanner.source.charCodeAt(this.scanner.tokenStart),n!==sn&&n!==vt&&this.error("Number sign is expected")),Ki.call(this,t!==0),t===vt?"-"+this.consume(Tn):this.consume(Tn)}DD.exports={name:"AnPlusB",structure:{a:[String,null],b:[String,null]},parse:function(){var e=this.scanner.tokenStart,t=null,n=null;if(this.scanner.tokenType===Tn)Ki.call(this,eq),n=this.consume(Tn);else if(this.scanner.tokenType===Fm&&wD(this.scanner.source,this.scanner.tokenStart,vt))switch(t="-1",Kn.call(this,1,tc),this.scanner.getTokenLength()){case 2:this.scanner.next(),n=jm.call(this);break;case 3:Kn.call(this,2,vt),this.scanner.next(),this.scanner.skipSC(),Ki.call(this,Ar),n="-"+this.consume(Tn);break;default:Kn.call(this,2,vt),nc.call(this,3,Ar),this.scanner.next(),n=this.scanner.substrToCursor(e+2)}else if(this.scanner.tokenType===Fm||this.scanner.isDelim(sn)&&this.scanner.lookupType(1)===Fm){var r=0;switch(t="1",this.scanner.isDelim(sn)&&(r=1,this.scanner.next()),Kn.call(this,0,tc),this.scanner.getTokenLength()){case 1:this.scanner.next(),n=jm.call(this);break;case 2:Kn.call(this,1,vt),this.scanner.next(),this.scanner.skipSC(),Ki.call(this,Ar),n="-"+this.consume(Tn);break;default:Kn.call(this,1,vt),nc.call(this,2,Ar),this.scanner.next(),n=this.scanner.substrToCursor(e+r+1)}}else if(this.scanner.tokenType===X2){for(var i=this.scanner.source.charCodeAt(this.scanner.tokenStart),r=i===sn||i===vt,o=this.scanner.tokenStart+r;o<this.scanner.tokenEnd&&ED(this.scanner.source.charCodeAt(o));o++);o===this.scanner.tokenStart+r&&this.error("Integer is expected",this.scanner.tokenStart+r),Kn.call(this,o-this.scanner.tokenStart,tc),t=this.scanner.source.substring(e,o),o+1===this.scanner.tokenEnd?(this.scanner.next(),n=jm.call(this)):(Kn.call(this,o-this.scanner.tokenStart+1,vt),o+2===this.scanner.tokenEnd?(this.scanner.next(),this.scanner.skipSC(),Ki.call(this,Ar),n="-"+this.consume(Tn)):(nc.call(this,o-this.scanner.tokenStart+2,Ar),this.scanner.next(),n=this.scanner.substrToCursor(o+1)))}else this.error();return t!==null&&t.charCodeAt(0)===sn&&(t=t.substr(1)),n!==null&&n.charCodeAt(0)===sn&&(n=n.substr(1)),{type:"AnPlusB",loc:this.getLocation(e,this.scanner.tokenStart),a:t,b:n}},generate:function(e){var t=e.a!==null&&e.a!==void 0,n=e.b!==null&&e.b!==void 0;t?(this.chunk(e.a==="+1"?"+n":e.a==="1"?"n":e.a==="-1"?"-n":e.a+"n"),n&&(n=String(e.b),n.charAt(0)==="-"||n.charAt(0)==="+"?(this.chunk(n.charAt(0)),this.chunk(n.substr(1))):(this.chunk("+"),this.chunk(n)))):this.chunk(String(e.b))}}});var Jn=b((zZ,kD)=>{"use strict";var tq=k(),rc=tq.TYPE,nq=rc.WhiteSpace,Bm=rc.Semicolon,TD=rc.LeftCurlyBracket,rq=rc.Delim,iq=33;function oq(){return this.scanner.tokenIndex>0&&this.scanner.lookupType(-1)===nq?this.scanner.tokenIndex>1?this.scanner.getTokenStart(this.scanner.tokenIndex-1):this.scanner.firstCharOffset:this.scanner.tokenStart}function ID(){return 0}function sq(e){return e===TD?1:0}function aq(e){return e===TD||e===Bm?1:0}function lq(e,t,n){return e===rq&&t.charCodeAt(n)===iq||e===Bm?1:0}function uq(e){return e===Bm?2:0}kD.exports={name:"Raw",structure:{value:String},parse:function(e,t,n){var r=this.scanner.getTokenStart(e),i;return this.scanner.skip(this.scanner.getRawLength(e,t||ID)),n&&this.scanner.tokenStart>r?i=oq.call(this):i=this.scanner.tokenStart,{type:"Raw",loc:this.getLocation(r,i),value:this.scanner.source.substring(r,i)}},generate:function(e){this.chunk(e.value)},mode:{default:ID,leftCurlyBracket:sq,leftCurlyBracketOrSemicolon:aq,exclamationMarkOrSemicolon:lq,semicolonIncluded:uq}}});var RD=b((VZ,ND)=>{"use strict";var ic=k().TYPE,cq=Jn().mode,OD=ic.AtKeyword,AD=ic.Semicolon,zm=ic.LeftCurlyBracket,dq=ic.RightCurlyBracket;function MD(e){return this.Raw(e,cq.leftCurlyBracketOrSemicolon,!0)}function pq(){for(var e=1,t;t=this.scanner.lookupType(e);e++){if(t===dq)return!0;if(t===zm||t===OD)return!1}return!1}ND.exports={name:"Atrule",structure:{name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]},parse:function(){var e=this.scanner.tokenStart,t,n,r=null,i=null;switch(this.eat(OD),t=this.scanner.substrToCursor(e+1),n=t.toLowerCase(),this.scanner.skipSC(),this.scanner.eof===!1&&this.scanner.tokenType!==zm&&this.scanner.tokenType!==AD&&(this.parseAtrulePrelude?(r=this.parseWithFallback(this.AtrulePrelude.bind(this,t),MD),r.type==="AtrulePrelude"&&r.children.head===null&&(r=null)):r=MD.call(this,this.scanner.tokenIndex),this.scanner.skipSC()),this.scanner.tokenType){case AD:this.scanner.next();break;case zm:this.atrule.hasOwnProperty(n)&&typeof this.atrule[n].block=="function"?i=this.atrule[n].block.call(this):i=this.Block(pq.call(this));break}return{type:"Atrule",loc:this.getLocation(e,this.scanner.tokenStart),name:t,prelude:r,block:i}},generate:function(e){this.chunk("@"),this.chunk(e.name),e.prelude!==null&&(this.chunk(" "),this.node(e.prelude)),e.block?this.node(e.block):this.chunk(";")},walkContext:"atrule"}});var FD=b((qZ,LD)=>{"use strict";var PD=k().TYPE,fq=PD.Semicolon,hq=PD.LeftCurlyBracket;LD.exports={name:"AtrulePrelude",structure:{children:[[]]},parse:function(e){var t=null;return e!==null&&(e=e.toLowerCase()),this.scanner.skipSC(),this.atrule.hasOwnProperty(e)&&typeof this.atrule[e].prelude=="function"?t=this.atrule[e].prelude.call(this):t=this.readSequence(this.scope.AtrulePrelude),this.scanner.skipSC(),this.scanner.eof!==!0&&this.scanner.tokenType!==hq&&this.scanner.tokenType!==fq&&this.error("Semicolon or block is expected"),t===null&&(t=this.createList()),{type:"AtrulePrelude",loc:this.getLocationFromList(t),children:t}},generate:function(e){this.children(e)},walkContext:"atrulePrelude"}});var VD=b((WZ,zD)=>{"use strict";var Os=k().TYPE,Ms=Os.Ident,mq=Os.String,gq=Os.Colon,yq=Os.LeftSquareBracket,jD=Os.RightSquareBracket,vq=36,BD=42,oc=61,bq=94,Vm=124,Sq=126;function Cq(){this.scanner.eof&&this.error("Unexpected end of input");var e=this.scanner.tokenStart,t=!1,n=!0;return this.scanner.isDelim(BD)?(t=!0,n=!1,this.scanner.next()):this.scanner.isDelim(Vm)||this.eat(Ms),this.scanner.isDelim(Vm)?this.scanner.source.charCodeAt(this.scanner.tokenStart+1)!==oc?(this.scanner.next(),this.eat(Ms)):t&&this.error("Identifier is expected",this.scanner.tokenEnd):t&&this.error("Vertical line is expected"),n&&this.scanner.tokenType===gq&&(this.scanner.next(),this.eat(Ms)),{type:"Identifier",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}}function xq(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(e);return t!==oc&&t!==Sq&&t!==bq&&t!==vq&&t!==BD&&t!==Vm&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.scanner.next(),t!==oc&&(this.scanner.isDelim(oc)||this.error("Equal sign is expected"),this.scanner.next()),this.scanner.substrToCursor(e)}zD.exports={name:"AttributeSelector",structure:{name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]},parse:function(){var e=this.scanner.tokenStart,t,n=null,r=null,i=null;return this.eat(yq),this.scanner.skipSC(),t=Cq.call(this),this.scanner.skipSC(),this.scanner.tokenType!==jD&&(this.scanner.tokenType!==Ms&&(n=xq.call(this),this.scanner.skipSC(),r=this.scanner.tokenType===mq?this.String():this.Identifier(),this.scanner.skipSC()),this.scanner.tokenType===Ms&&(i=this.scanner.getTokenValue(),this.scanner.next(),this.scanner.skipSC())),this.eat(jD),{type:"AttributeSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:t,matcher:n,value:r,flags:i}},generate:function(e){var t=" ";this.chunk("["),this.node(e.name),e.matcher!==null&&(this.chunk(e.matcher),e.value!==null&&(this.node(e.value),e.value.type==="String"&&(t=""))),e.flags!==null&&(this.chunk(t),this.chunk(e.flags)),this.chunk("]")}}});var GD=b((UZ,$D)=>{"use strict";var Ji=k().TYPE,wq=Jn().mode,Eq=Ji.WhiteSpace,Dq=Ji.Comment,qD=Ji.Semicolon,_q=Ji.AtKeyword,Iq=Ji.LeftCurlyBracket,WD=Ji.RightCurlyBracket;function HD(e){return this.Raw(e,null,!0)}function Tq(){return this.parseWithFallback(this.Rule,HD)}function UD(e){return this.Raw(e,wq.semicolonIncluded,!0)}function kq(){if(this.scanner.tokenType===qD)return UD.call(this,this.scanner.tokenIndex);var e=this.parseWithFallback(this.Declaration,UD);return this.scanner.tokenType===qD&&this.scanner.next(),e}$D.exports={name:"Block",structure:{children:[["Atrule","Rule","Declaration"]]},parse:function(e){var t=e?kq:Tq,n=this.scanner.tokenStart,r=this.createList();this.eat(Iq);e:for(;!this.scanner.eof;)switch(this.scanner.tokenType){case WD:break e;case Eq:case Dq:this.scanner.next();break;case _q:r.push(this.parseWithFallback(this.Atrule,HD));break;default:r.push(t.call(this))}return this.scanner.eof||this.eat(WD),{type:"Block",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("{"),this.children(e,function(t){t.type==="Declaration"&&this.chunk(";")}),this.chunk("}")},walkContext:"block"}});var QD=b((HZ,ZD)=>{"use strict";var YD=k().TYPE,Aq=YD.LeftSquareBracket,Mq=YD.RightSquareBracket;ZD.exports={name:"Brackets",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(Aq),r=e.call(this,t),this.scanner.eof||this.eat(Mq),{type:"Brackets",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("["),this.children(e),this.chunk("]")}}});var JD=b(($Z,KD)=>{"use strict";var Oq=k().TYPE.CDC;KD.exports={name:"CDC",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(Oq),{type:"CDC",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("-->")}}});var e_=b((GZ,XD)=>{"use strict";var Nq=k().TYPE.CDO;XD.exports={name:"CDO",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(Nq),{type:"CDO",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("<!--")}}});var n_=b((YZ,t_)=>{"use strict";var Rq=k().TYPE,Pq=Rq.Ident,Lq=46;t_.exports={name:"ClassSelector",structure:{name:String},parse:function(){return this.scanner.isDelim(Lq)||this.error("Full stop is expected"),this.scanner.next(),{type:"ClassSelector",loc:this.getLocation(this.scanner.tokenStart-1,this.scanner.tokenEnd),name:this.consume(Pq)}},generate:function(e){this.chunk("."),this.chunk(e.name)}}});var o_=b((ZZ,i_)=>{"use strict";var Fq=k().TYPE,jq=Fq.Ident,Bq=43,r_=47,zq=62,Vq=126;i_.exports={name:"Combinator",structure:{name:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case zq:case Bq:case Vq:this.scanner.next();break;case r_:this.scanner.next(),(this.scanner.tokenType!==jq||this.scanner.lookupValue(0,"deep")===!1)&&this.error("Identifier `deep` is expected"),this.scanner.next(),this.scanner.isDelim(r_)||this.error("Solidus is expected"),this.scanner.next();break;default:this.error("Combinator is expected")}return{type:"Combinator",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.name)}}});var a_=b((QZ,s_)=>{"use strict";var qq=k().TYPE,Wq=qq.Comment,Uq=42,Hq=47;s_.exports={name:"Comment",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenEnd;return this.eat(Wq),t-e+2>=2&&this.scanner.source.charCodeAt(t-2)===Uq&&this.scanner.source.charCodeAt(t-1)===Hq&&(t-=2),{type:"Comment",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.source.substring(e+2,t)}},generate:function(e){this.chunk("/*"),this.chunk(e.value),this.chunk("*/")}}});var g_=b((KZ,m_)=>{"use strict";var $q=Au().isCustomProperty,Xi=k().TYPE,c_=Jn().mode,d_=Xi.Ident,l_=Xi.Hash,Gq=Xi.Colon,p_=Xi.Semicolon,f_=Xi.Delim,Yq=Xi.WhiteSpace,h_=33,Zq=35,Qq=36,Kq=38,Jq=42,Xq=43,u_=47;function eW(e){return this.Raw(e,c_.exclamationMarkOrSemicolon,!0)}function tW(e){return this.Raw(e,c_.exclamationMarkOrSemicolon,!1)}function nW(){var e=this.scanner.tokenIndex,t=this.Value();return t.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==p_&&this.scanner.isDelim(h_)===!1&&this.scanner.isBalanceEdge(e)===!1&&this.error(),t}m_.exports={name:"Declaration",structure:{important:[Boolean,String],property:String,value:["Value","Raw"]},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenIndex,n=rW.call(this),r=$q(n),i=r?this.parseCustomProperty:this.parseValue,o=r?tW:eW,s=!1,a;this.scanner.skipSC(),this.eat(Gq);let l=this.scanner.tokenIndex;if(r||this.scanner.skipSC(),i?a=this.parseWithFallback(nW,o):a=o.call(this,this.scanner.tokenIndex),r&&a.type==="Value"&&a.children.isEmpty()){for(let u=l-this.scanner.tokenIndex;u<=0;u++)if(this.scanner.lookupType(u)===Yq){a.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.scanner.isDelim(h_)&&(s=iW.call(this),this.scanner.skipSC()),this.scanner.eof===!1&&this.scanner.tokenType!==p_&&this.scanner.isBalanceEdge(t)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(e,this.scanner.tokenStart),important:s,property:n,value:a}},generate:function(e){this.chunk(e.property),this.chunk(":"),this.node(e.value),e.important&&this.chunk(e.important===!0?"!important":"!"+e.important)},walkContext:"declaration"};function rW(){var e=this.scanner.tokenStart,t=0;if(this.scanner.tokenType===f_)switch(this.scanner.source.charCodeAt(this.scanner.tokenStart)){case Jq:case Qq:case Xq:case Zq:case Kq:this.scanner.next();break;case u_:this.scanner.next(),this.scanner.isDelim(u_)&&this.scanner.next();break}return t&&this.scanner.skip(t),this.scanner.tokenType===l_?this.eat(l_):this.eat(d_),this.scanner.substrToCursor(e)}function iW(){this.eat(f_),this.scanner.skipSC();var e=this.consume(d_);return e==="important"?!0:e}});var v_=b((JZ,y_)=>{"use strict";var qm=k().TYPE,oW=Jn().mode,sW=qm.WhiteSpace,aW=qm.Comment,lW=qm.Semicolon;function uW(e){return this.Raw(e,oW.semicolonIncluded,!0)}y_.exports={name:"DeclarationList",structure:{children:[["Declaration"]]},parse:function(){for(var e=this.createList();!this.scanner.eof;)switch(this.scanner.tokenType){case sW:case aW:case lW:this.scanner.next();break;default:e.push(this.parseWithFallback(this.Declaration,uW))}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e,function(t){t.type==="Declaration"&&this.chunk(";")})}}});var S_=b((XZ,b_)=>{"use strict";var cW=zi().consumeNumber,dW=k().TYPE,pW=dW.Dimension;b_.exports={name:"Dimension",structure:{value:String,unit:String},parse:function(){var e=this.scanner.tokenStart,t=cW(this.scanner.source,e);return this.eat(pW),{type:"Dimension",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.source.substring(e,t),unit:this.scanner.source.substring(t,this.scanner.tokenStart)}},generate:function(e){this.chunk(e.value),this.chunk(e.unit)}}});var x_=b((eQ,C_)=>{"use strict";var fW=k().TYPE,hW=fW.RightParenthesis;C_.exports={name:"Function",structure:{name:String,children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=this.consumeFunctionName(),i=r.toLowerCase(),o;return o=t.hasOwnProperty(i)?t[i].call(this,t):e.call(this,t),this.scanner.eof||this.eat(hW),{type:"Function",loc:this.getLocation(n,this.scanner.tokenStart),name:r,children:o}},generate:function(e){this.chunk(e.name),this.chunk("("),this.children(e),this.chunk(")")},walkContext:"function"}});var E_=b((tQ,w_)=>{"use strict";var mW=k().TYPE,gW=mW.Hash;w_.exports={name:"Hash",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(gW),{type:"Hash",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e+1)}},generate:function(e){this.chunk("#"),this.chunk(e.value)}}});var __=b((nQ,D_)=>{"use strict";var yW=k().TYPE,vW=yW.Ident;D_.exports={name:"Identifier",structure:{name:String},parse:function(){return{type:"Identifier",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),name:this.consume(vW)}},generate:function(e){this.chunk(e.name)}}});var T_=b((rQ,I_)=>{"use strict";var bW=k().TYPE,SW=bW.Hash;I_.exports={name:"IdSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(SW),{type:"IdSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e+1)}},generate:function(e){this.chunk("#"),this.chunk(e.name)}}});var O_=b((iQ,M_)=>{"use strict";var Mr=k().TYPE,k_=Mr.Ident,CW=Mr.Number,xW=Mr.Dimension,wW=Mr.LeftParenthesis,A_=Mr.RightParenthesis,EW=Mr.Colon,DW=Mr.Delim;M_.exports={name:"MediaFeature",structure:{name:String,value:["Identifier","Number","Dimension","Ratio",null]},parse:function(){var e=this.scanner.tokenStart,t,n=null;if(this.eat(wW),this.scanner.skipSC(),t=this.consume(k_),this.scanner.skipSC(),this.scanner.tokenType!==A_){switch(this.eat(EW),this.scanner.skipSC(),this.scanner.tokenType){case CW:this.lookupNonWSType(1)===DW?n=this.Ratio():n=this.Number();break;case xW:n=this.Dimension();break;case k_:n=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.scanner.skipSC()}return this.eat(A_),{type:"MediaFeature",loc:this.getLocation(e,this.scanner.tokenStart),name:t,value:n}},generate:function(e){this.chunk("("),this.chunk(e.name),e.value!==null&&(this.chunk(":"),this.node(e.value)),this.chunk(")")}}});var R_=b((oQ,N_)=>{"use strict";var sc=k().TYPE,_W=sc.WhiteSpace,IW=sc.Comment,TW=sc.Ident,kW=sc.LeftParenthesis;N_.exports={name:"MediaQuery",structure:{children:[["Identifier","MediaFeature","WhiteSpace"]]},parse:function(){this.scanner.skipSC();var e=this.createList(),t=null,n=null;e:for(;!this.scanner.eof;){switch(this.scanner.tokenType){case IW:this.scanner.next();continue;case _W:n=this.WhiteSpace();continue;case TW:t=this.Identifier();break;case kW:t=this.MediaFeature();break;default:break e}n!==null&&(e.push(n),n=null),e.push(t)}return t===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e)}}});var L_=b((sQ,P_)=>{"use strict";var AW=k().TYPE.Comma;P_.exports={name:"MediaQueryList",structure:{children:[["MediaQuery"]]},parse:function(e){var t=this.createList();for(this.scanner.skipSC();!this.scanner.eof&&(t.push(this.MediaQuery(e)),this.scanner.tokenType===AW);)this.scanner.next();return{type:"MediaQueryList",loc:this.getLocationFromList(t),children:t}},generate:function(e){this.children(e,function(){this.chunk(",")})}}});var j_=b((aQ,F_)=>{"use strict";F_.exports={name:"Nth",structure:{nth:["AnPlusB","Identifier"],selector:["SelectorList",null]},parse:function(e){this.scanner.skipSC();var t=this.scanner.tokenStart,n=t,r=null,i;return this.scanner.lookupValue(0,"odd")||this.scanner.lookupValue(0,"even")?i=this.Identifier():i=this.AnPlusB(),this.scanner.skipSC(),e&&this.scanner.lookupValue(0,"of")?(this.scanner.next(),r=this.SelectorList(),this.needPositions&&(n=this.getLastListNode(r.children).loc.end.offset)):this.needPositions&&(n=i.loc.end.offset),{type:"Nth",loc:this.getLocation(t,n),nth:i,selector:r}},generate:function(e){this.node(e.nth),e.selector!==null&&(this.chunk(" of "),this.node(e.selector))}}});var z_=b((lQ,B_)=>{"use strict";var MW=k().TYPE.Number;B_.exports={name:"Number",structure:{value:String},parse:function(){return{type:"Number",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(MW)}},generate:function(e){this.chunk(e.value)}}});var q_=b((uQ,V_)=>{"use strict";V_.exports={name:"Operator",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return this.scanner.next(),{type:"Operator",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.value)}}});var H_=b((cQ,U_)=>{"use strict";var W_=k().TYPE,OW=W_.LeftParenthesis,NW=W_.RightParenthesis;U_.exports={name:"Parentheses",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(OW),r=e.call(this,t),this.scanner.eof||this.eat(NW),{type:"Parentheses",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("("),this.children(e),this.chunk(")")}}});var G_=b((dQ,$_)=>{"use strict";var RW=zi().consumeNumber,PW=k().TYPE,LW=PW.Percentage;$_.exports={name:"Percentage",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=RW(this.scanner.source,e);return this.eat(LW),{type:"Percentage",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.source.substring(e,t)}},generate:function(e){this.chunk(e.value),this.chunk("%")}}});var Z_=b((pQ,Y_)=>{"use strict";var ac=k().TYPE,FW=ac.Ident,jW=ac.Function,BW=ac.Colon,zW=ac.RightParenthesis;Y_.exports={name:"PseudoClassSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat(BW),this.scanner.tokenType===jW?(n=this.consumeFunctionName(),r=n.toLowerCase(),this.pseudo.hasOwnProperty(r)?(this.scanner.skipSC(),t=this.pseudo[r].call(this),this.scanner.skipSC()):(t=this.createList(),t.push(this.Raw(this.scanner.tokenIndex,null,!1))),this.eat(zW)):n=this.consume(FW),{type:"PseudoClassSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:n,children:t}},generate:function(e){this.chunk(":"),this.chunk(e.name),e.children!==null&&(this.chunk("("),this.children(e),this.chunk(")"))},walkContext:"function"}});var J_=b((fQ,K_)=>{"use strict";var lc=k().TYPE,VW=lc.Ident,qW=lc.Function,Q_=lc.Colon,WW=lc.RightParenthesis;K_.exports={name:"PseudoElementSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat(Q_),this.eat(Q_),this.scanner.tokenType===qW?(n=this.consumeFunctionName(),r=n.toLowerCase(),this.pseudo.hasOwnProperty(r)?(this.scanner.skipSC(),t=this.pseudo[r].call(this),this.scanner.skipSC()):(t=this.createList(),t.push(this.Raw(this.scanner.tokenIndex,null,!1))),this.eat(WW)):n=this.consume(VW),{type:"PseudoElementSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:n,children:t}},generate:function(e){this.chunk("::"),this.chunk(e.name),e.children!==null&&(this.chunk("("),this.children(e),this.chunk(")"))},walkContext:"function"}});var nI=b((hQ,tI)=>{"use strict";var UW=k().isDigit,eI=k().TYPE,HW=eI.Number,$W=eI.Delim,GW=47,YW=46;function X_(){this.scanner.skipWS();for(var e=this.consume(HW),t=0;t<e.length;t++){var n=e.charCodeAt(t);!UW(n)&&n!==YW&&this.error("Unsigned number is expected",this.scanner.tokenStart-e.length+t)}return Number(e)===0&&this.error("Zero number is not allowed",this.scanner.tokenStart-e.length),e}tI.exports={name:"Ratio",structure:{left:String,right:String},parse:function(){var e=this.scanner.tokenStart,t=X_.call(this),n;return this.scanner.skipWS(),this.scanner.isDelim(GW)||this.error("Solidus is expected"),this.eat($W),n=X_.call(this),{type:"Ratio",loc:this.getLocation(e,this.scanner.tokenStart),left:t,right:n}},generate:function(e){this.chunk(e.left),this.chunk("/"),this.chunk(e.right)}}});var oI=b((mQ,iI)=>{"use strict";var ZW=k().TYPE,QW=Jn().mode,KW=ZW.LeftCurlyBracket;function rI(e){return this.Raw(e,QW.leftCurlyBracket,!0)}function JW(){var e=this.SelectorList();return e.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==KW&&this.error(),e}iI.exports={name:"Rule",structure:{prelude:["SelectorList","Raw"],block:["Block"]},parse:function(){var e=this.scanner.tokenIndex,t=this.scanner.tokenStart,n,r;return this.parseRulePrelude?n=this.parseWithFallback(JW,rI):n=rI.call(this,e),r=this.Block(!0),{type:"Rule",loc:this.getLocation(t,this.scanner.tokenStart),prelude:n,block:r}},generate:function(e){this.node(e.prelude),this.node(e.block)},walkContext:"rule"}});var aI=b((gQ,sI)=>{"use strict";sI.exports={name:"Selector",structure:{children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]},parse:function(){var e=this.readSequence(this.scope.Selector);return this.getFirstListNode(e)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e)}}});var uI=b((yQ,lI)=>{"use strict";var XW=k().TYPE,eU=XW.Comma;lI.exports={name:"SelectorList",structure:{children:[["Selector","Raw"]]},parse:function(){for(var e=this.createList();!this.scanner.eof;){if(e.push(this.Selector()),this.scanner.tokenType===eU){this.scanner.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e,function(){this.chunk(",")})},walkContext:"selector"}});var dI=b((vQ,cI)=>{"use strict";var tU=k().TYPE.String;cI.exports={name:"String",structure:{value:String},parse:function(){return{type:"String",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(tU)}},generate:function(e){this.chunk(e.value)}}});var hI=b((bQ,fI)=>{"use strict";var Ns=k().TYPE,nU=Ns.WhiteSpace,rU=Ns.Comment,iU=Ns.AtKeyword,oU=Ns.CDO,sU=Ns.CDC,aU=33;function pI(e){return this.Raw(e,null,!1)}fI.exports={name:"StyleSheet",structure:{children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]},parse:function(){for(var e=this.scanner.tokenStart,t=this.createList(),n;!this.scanner.eof;){switch(this.scanner.tokenType){case nU:this.scanner.next();continue;case rU:if(this.scanner.source.charCodeAt(this.scanner.tokenStart+2)!==aU){this.scanner.next();continue}n=this.Comment();break;case oU:n=this.CDO();break;case sU:n=this.CDC();break;case iU:n=this.parseWithFallback(this.Atrule,pI);break;default:n=this.parseWithFallback(this.Rule,pI)}t.push(n)}return{type:"StyleSheet",loc:this.getLocation(e,this.scanner.tokenStart),children:t}},generate:function(e){this.children(e)},walkContext:"stylesheet"}});var yI=b((SQ,gI)=>{"use strict";var lU=k().TYPE,uU=lU.Ident,cU=42,mI=124;function Wm(){this.scanner.tokenType!==uU&&this.scanner.isDelim(cU)===!1&&this.error("Identifier or asterisk is expected"),this.scanner.next()}gI.exports={name:"TypeSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.scanner.isDelim(mI)?(this.scanner.next(),Wm.call(this)):(Wm.call(this),this.scanner.isDelim(mI)&&(this.scanner.next(),Wm.call(this))),{type:"TypeSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.name)}}});var wI=b((CQ,xI)=>{"use strict";var dU=k().isHexDigit,vI=k().cmpChar,$m=k().TYPE,pU=k().NAME,fU=$m.Ident,bI=$m.Number,SI=$m.Dimension,cc=43,CI=45,Hm=63,hU=117;function Rs(e,t){for(var n=this.scanner.tokenStart+e,r=0;n<this.scanner.tokenEnd;n++){var i=this.scanner.source.charCodeAt(n);if(i===CI&&t&&r!==0)return Rs.call(this,e+r+1,!1)===0&&this.error(),-1;dU(i)||this.error(t&&r!==0?"HyphenMinus"+(r<6?" or hex digit":"")+" is expected":r<6?"Hex digit is expected":"Unexpected input",n),++r>6&&this.error("Too many hex digits",n)}return this.scanner.next(),r}function uc(e){for(var t=0;this.scanner.isDelim(Hm);)++t>e&&this.error("Too many question marks"),this.scanner.next()}function Um(e){this.scanner.source.charCodeAt(this.scanner.tokenStart)!==e&&this.error(pU[e]+" is expected")}function mU(){var e=0;if(this.scanner.isDelim(cc)){if(this.scanner.next(),this.scanner.tokenType===fU){e=Rs.call(this,0,!0),e>0&&uc.call(this,6-e);return}if(this.scanner.isDelim(Hm)){this.scanner.next(),uc.call(this,5);return}this.error("Hex digit or question mark is expected");return}if(this.scanner.tokenType===bI){if(Um.call(this,cc),e=Rs.call(this,1,!0),this.scanner.isDelim(Hm)){uc.call(this,6-e);return}if(this.scanner.tokenType===SI||this.scanner.tokenType===bI){Um.call(this,CI),Rs.call(this,1,!1);return}return}if(this.scanner.tokenType===SI){Um.call(this,cc),e=Rs.call(this,1,!0),e>0&&uc.call(this,6-e);return}this.error()}xI.exports={name:"UnicodeRange",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return vI(this.scanner.source,e,hU)||this.error("U is expected"),vI(this.scanner.source,e+1,cc)||this.error("Plus sign is expected"),this.scanner.next(),mU.call(this),{type:"UnicodeRange",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.value)}}});var TI=b((xQ,II)=>{"use strict";var EI=k().isWhiteSpace,gU=k().cmpStr,Gm=k().TYPE,DI=Gm.Function,_I=Gm.Url,yU=Gm.RightParenthesis;II.exports={name:"Url",structure:{value:["String","Raw"]},parse:function(){var e=this.scanner.tokenStart,t;switch(this.scanner.tokenType){case _I:for(var n=e+4,r=this.scanner.tokenEnd-1;n<r&&EI(this.scanner.source.charCodeAt(n));)n++;for(;n<r&&EI(this.scanner.source.charCodeAt(r-1));)r--;t={type:"Raw",loc:this.getLocation(n,r),value:this.scanner.source.substring(n,r)},this.eat(_I);break;case DI:gU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(DI),this.scanner.skipSC(),t=this.String(),this.scanner.skipSC(),this.eat(yU);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(e,this.scanner.tokenStart),value:t}},generate:function(e){this.chunk("url"),this.chunk("("),this.node(e.value),this.chunk(")")}}});var AI=b((wQ,kI)=>{"use strict";kI.exports={name:"Value",structure:{children:[[]]},parse:function(){var e=this.scanner.tokenStart,t=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(e,this.scanner.tokenStart),children:t}},generate:function(e){this.children(e)}}});var OI=b((EQ,MI)=>{"use strict";var vU=k().TYPE.WhiteSpace,bU=Object.freeze({type:"WhiteSpace",loc:null,value:" "});MI.exports={name:"WhiteSpace",structure:{value:String},parse:function(){return this.eat(vU),bU},generate:function(e){this.chunk(e.value)}}});var dc=b((DQ,NI)=>{"use strict";NI.exports={AnPlusB:_D(),Atrule:RD(),AtrulePrelude:FD(),AttributeSelector:VD(),Block:GD(),Brackets:QD(),CDC:JD(),CDO:e_(),ClassSelector:n_(),Combinator:o_(),Comment:a_(),Declaration:g_(),DeclarationList:v_(),Dimension:S_(),Function:x_(),Hash:E_(),Identifier:__(),IdSelector:T_(),MediaFeature:O_(),MediaQuery:R_(),MediaQueryList:L_(),Nth:j_(),Number:z_(),Operator:q_(),Parentheses:H_(),Percentage:G_(),PseudoClassSelector:Z_(),PseudoElementSelector:J_(),Ratio:nI(),Raw:Jn(),Rule:oI(),Selector:aI(),SelectorList:uI(),String:dI(),StyleSheet:hI(),TypeSelector:yI(),UnicodeRange:wI(),Url:TI(),Value:AI(),WhiteSpace:OI()}});var PI=b((_Q,RI)=>{"use strict";var Ym=SD();RI.exports={generic:!0,types:Ym.types,atrules:Ym.atrules,properties:Ym.properties,node:dc()}});var Zm=b((IQ,jI)=>{"use strict";var LI=k().cmpChar,SU=k().cmpStr,Nt=k().TYPE,CU=Nt.Ident,xU=Nt.String,wU=Nt.Number,EU=Nt.Function,DU=Nt.Url,_U=Nt.Hash,IU=Nt.Dimension,TU=Nt.Percentage,kU=Nt.LeftParenthesis,AU=Nt.LeftSquareBracket,MU=Nt.Comma,OU=Nt.Delim,NU=35,RU=42,FI=43,PU=45,LU=47,FU=117;jI.exports=function(t){switch(this.scanner.tokenType){case _U:return this.Hash();case MU:return t.space=null,t.ignoreWSAfter=!0,this.Operator();case kU:return this.Parentheses(this.readSequence,t.recognizer);case AU:return this.Brackets(this.readSequence,t.recognizer);case xU:return this.String();case IU:return this.Dimension();case TU:return this.Percentage();case wU:return this.Number();case EU:return SU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,t.recognizer);case DU:return this.Url();case CU:return LI(this.scanner.source,this.scanner.tokenStart,FU)&&LI(this.scanner.source,this.scanner.tokenStart+1,FI)?this.UnicodeRange():this.Identifier();case OU:var n=this.scanner.source.charCodeAt(this.scanner.tokenStart);if(n===LU||n===RU||n===FI||n===PU)return this.Operator();n===NU&&this.error("Hex or identifier is expected",this.scanner.tokenStart+1);break}}});var zI=b((TQ,BI)=>{"use strict";BI.exports={getNode:Zm()}});var UI=b((kQ,WI)=>{"use strict";var Xn=k().TYPE,jU=Xn.Delim,BU=Xn.Ident,zU=Xn.Dimension,VU=Xn.Percentage,qU=Xn.Number,WU=Xn.Hash,VI=Xn.Colon,UU=Xn.LeftSquareBracket,HU=35,$U=42,GU=43,YU=47,qI=46,ZU=62,QU=124,KU=126;function JU(e){switch(this.scanner.tokenType){case UU:return this.AttributeSelector();case WU:return this.IdSelector();case VI:return this.scanner.lookupType(1)===VI?this.PseudoElementSelector():this.PseudoClassSelector();case BU:return this.TypeSelector();case qU:case VU:return this.Percentage();case zU:this.scanner.source.charCodeAt(this.scanner.tokenStart)===qI&&this.error("Identifier is expected",this.scanner.tokenStart+1);break;case jU:var t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case GU:case ZU:case KU:return e.space=null,e.ignoreWSAfter=!0,this.Combinator();case YU:return this.Combinator();case qI:return this.ClassSelector();case $U:case QU:return this.TypeSelector();case HU:return this.IdSelector()}break}}WI.exports={getNode:JU}});var $I=b((AQ,HI)=>{"use strict";HI.exports=function(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}});var ZI=b((MQ,YI)=>{"use strict";var GI=k().TYPE,XU=Jn().mode,eH=GI.Comma,tH=GI.WhiteSpace;YI.exports=function(){var e=this.createList();if(this.scanner.skipSC(),e.push(this.Identifier()),this.scanner.skipSC(),this.scanner.tokenType===eH){e.push(this.Operator());let t=this.scanner.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.scanner.tokenIndex,XU.exclamationMarkOrSemicolon,!1);if(n.type==="Value"&&n.children.isEmpty()){for(let r=t-this.scanner.tokenIndex;r<=0;r++)if(this.scanner.lookupType(r)===tH){n.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}e.push(n)}return e}});var KI=b((OQ,QI)=>{"use strict";QI.exports={getNode:Zm(),expression:$I(),var:ZI()}});var XI=b((NQ,JI)=>{"use strict";JI.exports={AtrulePrelude:zI(),Selector:UI(),Value:KI()}});var tT=b((RQ,eT)=>{"use strict";eT.exports={parse:{prelude:null,block:function(){return this.Block(!0)}}}});var rT=b((PQ,nT)=>{"use strict";var Ps=k().TYPE,nH=Ps.String,rH=Ps.Ident,iH=Ps.Url,oH=Ps.Function,sH=Ps.LeftParenthesis;nT.exports={parse:{prelude:function(){var e=this.createList();switch(this.scanner.skipSC(),this.scanner.tokenType){case nH:e.push(this.String());break;case iH:case oH:e.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===rH||this.lookupNonWSType(0)===sH)&&(e.push(this.WhiteSpace()),e.push(this.MediaQueryList())),e},block:null}}});var oT=b((LQ,iT)=>{"use strict";iT.exports={parse:{prelude:function(){return this.createSingleNodeList(this.MediaQueryList())},block:function(){return this.Block(!1)}}}});var aT=b((FQ,sT)=>{"use strict";sT.exports={parse:{prelude:function(){return this.createSingleNodeList(this.SelectorList())},block:function(){return this.Block(!0)}}}});var dT=b((jQ,cT)=>{"use strict";var eo=k().TYPE,aH=eo.WhiteSpace,lH=eo.Comment,lT=eo.Ident,uH=eo.Function,cH=eo.Colon,dH=eo.LeftParenthesis;function pH(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}function fH(){return this.scanner.skipSC(),this.scanner.tokenType===lT&&this.lookupNonWSType(1)===cH?this.createSingleNodeList(this.Declaration()):uT.call(this)}function uT(){var e=this.createList(),t=null,n;this.scanner.skipSC();e:for(;!this.scanner.eof;){switch(this.scanner.tokenType){case aH:t=this.WhiteSpace();continue;case lH:this.scanner.next();continue;case uH:n=this.Function(pH,this.scope.AtrulePrelude);break;case lT:n=this.Identifier();break;case dH:n=this.Parentheses(fH,this.scope.AtrulePrelude);break;default:break e}t!==null&&(e.push(t),t=null),e.push(n)}return e}cT.exports={parse:{prelude:function(){var e=uT.call(this);return this.getFirstListNode(e)===null&&this.error("Condition is expected"),e},block:function(){return this.Block(!1)}}}});var fT=b((BQ,pT)=>{"use strict";pT.exports={"font-face":tT(),import:rT(),media:oT(),page:aT(),supports:dT()}});var mT=b((zQ,hT)=>{"use strict";hT.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var yT=b((VQ,gT)=>{"use strict";gT.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var bT=b((qQ,vT)=>{"use strict";vT.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var Qm=b((WQ,ST)=>{"use strict";ST.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var xT=b((UQ,CT)=>{"use strict";CT.exports=Qm()});var ET=b((HQ,wT)=>{"use strict";wT.exports=Qm()});var Km=b(($Q,DT)=>{"use strict";var hH=!0;DT.exports={parse:function(){return this.createSingleNodeList(this.Nth(hH))}}});var IT=b((GQ,_T)=>{"use strict";_T.exports=Km()});var kT=b((YQ,TT)=>{"use strict";TT.exports=Km()});var Jm=b((ZQ,AT)=>{"use strict";var mH=!1;AT.exports={parse:function(){return this.createSingleNodeList(this.Nth(mH))}}});var OT=b((QQ,MT)=>{"use strict";MT.exports=Jm()});var RT=b((KQ,NT)=>{"use strict";NT.exports=Jm()});var LT=b((JQ,PT)=>{"use strict";PT.exports={parse:function(){return this.createSingleNodeList(this.Selector())}}});var jT=b((XQ,FT)=>{"use strict";FT.exports={dir:mT(),has:yT(),lang:bT(),matches:xT(),not:ET(),"nth-child":IT(),"nth-last-child":kT(),"nth-last-of-type":OT(),"nth-of-type":RT(),slotted:LT()}});var zT=b((eK,BT)=>{"use strict";BT.exports={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude:function(e){return this.AtrulePrelude(e.atrule?String(e.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block:function(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:XI(),atrule:fT(),pseudo:jT(),node:dc()}});var qT=b((tK,VT)=>{"use strict";VT.exports={node:dc()}});var WT=b((nK,gH)=>{gH.exports={name:"css-tree",version:"1.1.3",description:"A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",author:"Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",license:"MIT",repository:"csstree/csstree",keywords:["css","ast","tokenizer","parser","walker","lexer","generator","utils","syntax","validation"],main:"lib/index.js",unpkg:"dist/csstree.min.js",jsdelivr:"dist/csstree.min.js",scripts:{build:"rollup --config",lint:"eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint","lint-and-test":"npm run lint && npm test","update:docs":"node scripts/update-docs","review:syntax-patch":"node scripts/review-syntax-patch",test:"mocha --reporter progress",coverage:"nyc npm test",travis:"nyc npm run lint-and-test && npm run coveralls",coveralls:"nyc report --reporter=text-lcov | coveralls",prepublishOnly:"npm run build",hydrogen:"node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"},dependencies:{"mdn-data":"2.0.14","source-map":"^0.6.1"},devDependencies:{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-json":"^4.0.2","@rollup/plugin-node-resolve":"^7.1.1",coveralls:"^3.0.9",eslint:"^6.8.0","json-to-ast":"^2.1.0",mocha:"^6.2.3",nyc:"^14.1.1",rollup:"^1.32.1","rollup-plugin-terser":"^5.3.0"},engines:{node:">=8.0.0"},files:["data","dist","lib"]}});var UT=b((rK,Xm)=>{"use strict";function yH(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}Xm.exports=pD().create(yH(PI(),zT(),qT()));Xm.exports.version=WT().version});var Ke=b((iK,HT)=>{"use strict";HT.exports=UT()});var Ck=b(js=>{"use strict";var vH=/(\[[^\]]+\])/g,bH=/(#[^\s\+>~\.\[:]+)/g,SH=/(\.[^\s\+>~\.\[:]+)/g,CH=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/g,xH=/(:[^\s\+>~\.\[:]+)/g,wH=/([^\s\+>~\.\[:]+)/g,EH=/:not\(([^\)]*)\)/g,DH=/\{[^]*/gm,_H=/[\*\s\+>~]/g,IH=/[#\.]/g,no=function(e,t,n,r){var i=r.match(e);if(i)for(var o=0;o<i.length;o++)n[t]++,r=r.replace(i[o]," ");return r},TH=function(e){var t=e.indexOf(",");t!==-1&&(e=e.substring(0,t));var n={a:0,b:0,c:0};return e=e.replace(EH," $1 "),e=e.replace(DH," "),e=no(vH,"b",n,e),e=no(bH,"a",n,e),e=no(SH,"b",n,e),e=no(CH,"c",n,e),e=no(xH,"b",n,e),e=e.replace(_H," "),e=e.replace(IH," "),no(wH,"c",n,e),n.a*100+n.b*10+n.c*1},bk={};js.calculateSpecificity=function(e){var t=bk[e];return t===void 0&&(t=TH(e),bk[e]=t),t};var Sk={},_g=null;js.isSelectorValid=function(e){var t=Sk[e];if(t===void 0){_g==null&&(_g=document.createElement("div"));try{_g.querySelector(e),t=!0}catch{t=!1}Sk[e]=t}return t};js.validateSelector=function(e){if(!js.isSelectorValid(e)){var t=new SyntaxError(e+" is not a valid selector");throw t.code="EBADSELECTOR",t}}});var Ik=b((WJ,_k)=>{"use strict";_k.exports=function(){var e=Array.from,t,n;return typeof e!="function"?!1:(t=["raz","dwa"],n=e(t),!!(n&&n!==t&&n[1]==="dwa"))}});var kk=b((UJ,Tk)=>{"use strict";Tk.exports=function(){return typeof globalThis!="object"||!globalThis?!1:globalThis.Array===Array}});var Ok=b((HJ,Mk)=>{"use strict";var Ak=function(){if(typeof self=="object"&&self)return self;if(typeof window=="object"&&window)return window;throw new Error("Unable to resolve global `this`")};Mk.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch{return Ak()}try{return __global__||Ak()}finally{delete Object.prototype.__global__}}()});var Bs=b(($J,Nk)=>{"use strict";Nk.exports=kk()()?globalThis:Ok()});var Pk=b((GJ,Rk)=>{"use strict";var kH=Bs(),Tg={object:!0,symbol:!0};Rk.exports=function(){var e=kH.Symbol,t;if(typeof e!="function")return!1;t=e("test symbol");try{String(t)}catch{return!1}return!(!Tg[typeof e.iterator]||!Tg[typeof e.toPrimitive]||!Tg[typeof e.toStringTag])}});var Fk=b((YJ,Lk)=>{"use strict";Lk.exports=function(e){return e?typeof e=="symbol"?!0:!e.constructor||e.constructor.name!=="Symbol"?!1:e[e.constructor.toStringTag]==="Symbol":!1}});var kg=b((ZJ,jk)=>{"use strict";var AH=Fk();jk.exports=function(e){if(!AH(e))throw new TypeError(e+" is not a symbol");return e}});var Wk=b((QJ,qk)=>{"use strict";var Bk=_r(),MH=Object.create,zk=Object.defineProperty,OH=Object.prototype,Vk=MH(null);qk.exports=function(e){for(var t=0,n,r;Vk[e+(t||"")];)++t;return e+=t||"",Vk[e]=!0,n="@@"+e,zk(OH,n,Bk.gs(null,function(i){r||(r=!0,zk(this,n,Bk(i)),r=!1)})),n}});var Hk=b((KJ,Uk)=>{"use strict";var Gt=_r(),Ee=Bs().Symbol;Uk.exports=function(e){return Object.defineProperties(e,{hasInstance:Gt("",Ee&&Ee.hasInstance||e("hasInstance")),isConcatSpreadable:Gt("",Ee&&Ee.isConcatSpreadable||e("isConcatSpreadable")),iterator:Gt("",Ee&&Ee.iterator||e("iterator")),match:Gt("",Ee&&Ee.match||e("match")),replace:Gt("",Ee&&Ee.replace||e("replace")),search:Gt("",Ee&&Ee.search||e("search")),species:Gt("",Ee&&Ee.species||e("species")),split:Gt("",Ee&&Ee.split||e("split")),toPrimitive:Gt("",Ee&&Ee.toPrimitive||e("toPrimitive")),toStringTag:Gt("",Ee&&Ee.toStringTag||e("toStringTag")),unscopables:Gt("",Ee&&Ee.unscopables||e("unscopables"))})}});var Yk=b((JJ,Gk)=>{"use strict";var $k=_r(),NH=kg(),zs=Object.create(null);Gk.exports=function(e){return Object.defineProperties(e,{for:$k(function(t){return zs[t]?zs[t]:zs[t]=e(String(t))}),keyFor:$k(function(t){var n;NH(t);for(n in zs)if(zs[n]===t)return n})})}});var Kk=b((XJ,Qk)=>{"use strict";var an=_r(),Ag=kg(),gc=Bs().Symbol,RH=Wk(),PH=Hk(),LH=Yk(),FH=Object.create,Mg=Object.defineProperties,yc=Object.defineProperty,Je,ro,Zk;if(typeof gc=="function")try{String(gc()),Zk=!0}catch{}else gc=null;ro=function(t){if(this instanceof ro)throw new TypeError("Symbol is not a constructor");return Je(t)};Qk.exports=Je=function e(t){var n;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return Zk?gc(t):(n=FH(ro.prototype),t=t===void 0?"":String(t),Mg(n,{__description__:an("",t),__name__:an("",RH(t))}))};PH(Je);LH(Je);Mg(ro.prototype,{constructor:an(Je),toString:an("",function(){return this.__name__})});Mg(Je.prototype,{toString:an(function(){return"Symbol ("+Ag(this).__description__+")"}),valueOf:an(function(){return Ag(this)})});yc(Je.prototype,Je.toPrimitive,an("",function(){var e=Ag(this);return typeof e=="symbol"?e:e.toString()}));yc(Je.prototype,Je.toStringTag,an("c","Symbol"));yc(ro.prototype,Je.toStringTag,an("c",Je.prototype[Je.toStringTag]));yc(ro.prototype,Je.toPrimitive,an("c",Je.prototype[Je.toPrimitive]))});var Xk=b((eX,Jk)=>{"use strict";Jk.exports=Pk()()?Bs().Symbol:Kk()});var nA=b((tX,tA)=>{"use strict";var eA=Object.prototype.toString,jH=eA.call(function(){return arguments}());tA.exports=function(e){return eA.call(e)===jH}});var iA=b((nX,rA)=>{"use strict";var BH=Object.prototype.toString,zH=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);rA.exports=function(e){return typeof e=="function"&&zH(BH.call(e))}});var sA=b((rX,oA)=>{"use strict";oA.exports=function(){var e=Math.sign;return typeof e!="function"?!1:e(10)===1&&e(-20)===-1}});var lA=b((iX,aA)=>{"use strict";aA.exports=function(e){return e=Number(e),isNaN(e)||e===0?e:e>0?1:-1}});var cA=b((oX,uA)=>{"use strict";uA.exports=sA()()?Math.sign:lA()});var pA=b((sX,dA)=>{"use strict";var VH=cA(),qH=Math.abs,WH=Math.floor;dA.exports=function(e){return isNaN(e)?0:(e=Number(e),e===0||!isFinite(e)?e:VH(e)*WH(qH(e)))}});var Og=b((aX,fA)=>{"use strict";var UH=pA(),HH=Math.max;fA.exports=function(e){return HH(0,UH(e))}});var gA=b((lX,mA)=>{"use strict";var hA=Object.prototype.toString,$H=hA.call("");mA.exports=function(e){return typeof e=="string"||e&&typeof e=="object"&&(e instanceof String||hA.call(e)===$H)||!1}});var SA=b((uX,bA)=>{"use strict";var GH=Xk().iterator,YH=nA(),ZH=iA(),QH=Og(),yA=yh(),KH=mu(),JH=Ri(),XH=gA(),vA=Array.isArray,Ng=Function.prototype.call,Or={configurable:!0,enumerable:!0,writable:!0,value:null},Rg=Object.defineProperty;bA.exports=function(e){var t=arguments[1],n=arguments[2],r,i,o,s,a,l,u,c,p,d;if(e=Object(KH(e)),JH(t)&&yA(t),!this||this===Array||!ZH(this)){if(!t){if(YH(e))return a=e.length,a!==1?Array.apply(null,e):(s=new Array(1),s[0]=e[0],s);if(vA(e)){for(s=new Array(a=e.length),i=0;i<a;++i)s[i]=e[i];return s}}s=[]}else r=this;if(!vA(e)){if((p=e[GH])!==void 0){for(u=yA(p).call(e),r&&(s=new r),c=u.next(),i=0;!c.done;)d=t?Ng.call(t,n,c.value,i):c.value,r?(Or.value=d,Rg(s,i,Or)):s[i]=d,c=u.next(),++i;a=i}else if(XH(e)){for(a=e.length,r&&(s=new r),i=0,o=0;i<a;++i)d=e[i],i+1<a&&(l=d.charCodeAt(0),l>=55296&&l<=56319&&(d+=e[++i])),d=t?Ng.call(t,n,d,o):d,r?(Or.value=d,Rg(s,o,Or)):s[o]=d,++o;a=o}}if(a===void 0)for(a=QH(e.length),r&&(s=new r(a)),i=0;i<a;++i)d=t?Ng.call(t,n,e[i],i):e[i],r?(Or.value=d,Rg(s,i,Or)):s[i]=d;return r&&(Or.value=null,s.length=a),s}});var xA=b((cX,CA)=>{"use strict";CA.exports=Ik()()?Array.from:SA()});var EA=b((dX,wA)=>{"use strict";wA.exports=function(){var e=Number.isNaN;return typeof e!="function"?!1:!e({})&&e(NaN)&&!e(34)}});var _A=b((pX,DA)=>{"use strict";DA.exports=function(e){return e!==e}});var TA=b((fX,IA)=>{"use strict";IA.exports=EA()()?Number.isNaN:_A()});var NA=b((hX,OA)=>{"use strict";var kA=TA(),AA=Og(),e$=mu(),t$=Array.prototype.indexOf,n$=Object.prototype.hasOwnProperty,r$=Math.abs,MA=Math.floor;OA.exports=function(e){var t,n,r,i;if(!kA(e))return t$.apply(this,arguments);for(n=AA(e$(this).length),r=arguments[1],isNaN(r)?r=0:r>=0?r=MA(r):r=AA(this.length)-MA(r$(r)),t=r;t<n;++t)if(n$.call(this,t)&&(i=this[t],kA(i)))return t;return-1}});var PA=b((mX,RA)=>{"use strict";var i$=NA(),o$=Array.prototype.forEach,s$=Array.prototype.splice;RA.exports=function(e){o$.call(arguments,function(t){var n=i$.call(this,t);n!==-1&&s$.call(this,n,1)},this)}});var FA=b((gX,LA)=>{"use strict";var a$=Ri(),l$={function:!0,object:!0};LA.exports=function(e){return a$(e)&&l$[typeof e]||!1}});var BA=b((yX,jA)=>{"use strict";var u$=FA();jA.exports=function(e){if(!u$(e))throw new TypeError(e+" is not an Object");return e}});var HA=b((vX,UA)=>{"use strict";var c$=xA(),d$=PA(),zA=BA(),VA=_r(),qA=Gn().methods.emit,WA=Object.defineProperty,p$=Object.prototype.hasOwnProperty,f$=Object.getOwnPropertyDescriptor;UA.exports=function(e,t){var n,r,i,o;return zA(e)&&zA(t),o=arguments[2],o===void 0&&(o="emit"),r={close:function(){d$.call(n,t)}},p$.call(e,"__eePipes__")?((n=e.__eePipes__).push(t),r):(WA(e,"__eePipes__",VA("c",n=[t])),i=f$(e,o),i?(delete i.get,delete i.set):i=VA("c",void 0),i.value=function(){var s,a,l=c$(n);for(qA.apply(this,arguments),s=0;a=l[s];++s)qA.apply(a,arguments)},WA(e,o,i),r)}});function Wg(e,t){return Object.is(e,t)}var Oe=null,Us=!1,Hs=1,An=Symbol("SIGNAL");function J(e){let t=Oe;return Oe=e,t}function Ug(){return Oe}var ao={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function jc(e){if(Us)throw new Error("");if(Oe===null)return;Oe.consumerOnSignalRead(e);let t=Oe.nextProducerIndex++;if(Zs(Oe),t<Oe.producerNode.length&&Oe.producerNode[t]!==e&&so(Oe)){let n=Oe.producerNode[t];Ys(n,Oe.producerIndexOfThis[t])}Oe.producerNode[t]!==e&&(Oe.producerNode[t]=e,Oe.producerIndexOfThis[t]=so(Oe)?Yg(e,Oe,t):0),Oe.producerLastReadVersion[t]=e.version}function lM(){Hs++}function Hg(e){if(!(so(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Hs)){if(!e.producerMustRecompute(e)&&!zc(e)){e.dirty=!1,e.lastCleanEpoch=Hs;return}e.producerRecomputeValue(e),e.dirty=!1,e.lastCleanEpoch=Hs}}function $g(e){if(e.liveConsumerNode===void 0)return;let t=Us;Us=!0;try{for(let n of e.liveConsumerNode)n.dirty||uM(n)}finally{Us=t}}function Gg(){return Oe?.consumerAllowSignalWrites!==!1}function uM(e){e.dirty=!0,$g(e),e.consumerMarkedDirty?.(e)}function Gs(e){return e&&(e.nextProducerIndex=0),J(e)}function Bc(e,t){if(J(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(so(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)Ys(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function zc(e){Zs(e);for(let t=0;t<e.producerNode.length;t++){let n=e.producerNode[t],r=e.producerLastReadVersion[t];if(r!==n.version||(Hg(n),r!==n.version))return!0}return!1}function Vc(e){if(Zs(e),so(e))for(let t=0;t<e.producerNode.length;t++)Ys(e.producerNode[t],e.producerIndexOfThis[t]);e.producerNode.length=e.producerLastReadVersion.length=e.producerIndexOfThis.length=0,e.liveConsumerNode&&(e.liveConsumerNode.length=e.liveConsumerIndexOfThis.length=0)}function Yg(e,t,n){if(Zg(e),e.liveConsumerNode.length===0&&Qg(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=Yg(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function Ys(e,t){if(Zg(e),e.liveConsumerNode.length===1&&Qg(e))for(let r=0;r<e.producerNode.length;r++)Ys(e.producerNode[r],e.producerIndexOfThis[r]);let n=e.liveConsumerNode.length-1;if(e.liveConsumerNode[t]=e.liveConsumerNode[n],e.liveConsumerIndexOfThis[t]=e.liveConsumerIndexOfThis[n],e.liveConsumerNode.length--,e.liveConsumerIndexOfThis.length--,t<e.liveConsumerNode.length){let r=e.liveConsumerIndexOfThis[t],i=e.liveConsumerNode[t];Zs(i),i.producerIndexOfThis[r]=t}}function so(e){return e.consumerIsAlwaysLive||(e?.liveConsumerNode?.length??0)>0}function Zs(e){e.producerNode??=[],e.producerIndexOfThis??=[],e.producerLastReadVersion??=[]}function Zg(e){e.liveConsumerNode??=[],e.liveConsumerIndexOfThis??=[]}function Qg(e){return e.producerNode!==void 0}function Kg(e){let t=Object.create(cM);t.computation=e;let n=()=>{if(Hg(t),jc(t),t.value===$s)throw t.error;return t.value};return n[An]=t,n}var Lc=Symbol("UNSET"),Fc=Symbol("COMPUTING"),$s=Symbol("ERRORED"),cM=ee(E({},ao),{value:Lc,dirty:!0,error:null,equal:Wg,producerMustRecompute(e){return e.value===Lc||e.value===Fc},producerRecomputeValue(e){if(e.value===Fc)throw new Error("Detected cycle in computations.");let t=e.value;e.value=Fc;let n=Gs(e),r;try{r=e.computation()}catch(i){r=$s,e.error=i}finally{Bc(e,n)}if(t!==Lc&&t!==$s&&r!==$s&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function dM(){throw new Error}var Jg=dM;function Xg(){Jg()}function ey(e){Jg=e}var pM=null;function ty(e){let t=Object.create(ry);t.value=e;let n=()=>(jc(t),t.value);return n[An]=t,n}function qc(e,t){Gg()||Xg(),e.equal(e.value,t)||(e.value=t,fM(e))}function ny(e,t){Gg()||Xg(),qc(e,t(e.value))}var ry=ee(E({},ao),{equal:Wg,value:void 0});function fM(e){e.version++,lM(),$g(e),pM?.()}function H(e){return typeof e=="function"}function Nr(e){let n=e(r=>{Error.call(r),r.stack=new Error().stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Qs=Nr(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:
55
55
  ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
56
- `)}`:"",this.name="UnsubscriptionError",this.errors=n});function nr(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Se=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let o of n)o.remove(this);else n.remove(this);let{initialTeardown:r}=this;if(H(r))try{r()}catch(o){t=o instanceof Zs?o.errors:[o]}let{_finalizers:i}=this;if(i){this._finalizers=null;for(let o of i)try{iy(o)}catch(s){t=t??[],s instanceof Zs?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Zs(t)}}add(t){var n;if(t&&t!==this)if(this.closed)iy(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}}_hasParent(t){let{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){let{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){let{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&nr(n,t)}remove(t){let{_finalizers:n}=this;n&&nr(n,t),t instanceof e&&t._removeParent(this)}};Se.EMPTY=(()=>{let e=new Se;return e.closed=!0,e})();var qc=Se.EMPTY;function Qs(e){return e instanceof Se||e&&"closed"in e&&H(e.remove)&&H(e.add)&&H(e.unsubscribe)}function iy(e){H(e)?e():e.unsubscribe()}var Pt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Rr={setTimeout(e,t,...n){let{delegate:r}=Rr;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=Rr;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Xs(e){Rr.setTimeout(()=>{let{onUnhandledError:t}=Pt;if(t)t(e);else throw e})}function lo(){}var oy=Uc("C",void 0,void 0);function sy(e){return Uc("E",void 0,e)}function ay(e){return Uc("N",e,void 0)}function Uc(e,t,n){return{kind:e,value:t,error:n}}var rr=null;function Pr(e){if(Pt.useDeprecatedSynchronousErrorHandling){let t=!rr;if(t&&(rr={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=rr;if(rr=null,n)throw r}}else e()}function ly(e){Pt.useDeprecatedSynchronousErrorHandling&&rr&&(rr.errorThrown=!0,rr.error=e)}var ir=class extends Se{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Qs(t)&&t.add(this)):this.destination=gM}static create(t,n,r){return new Fr(t,n,r)}next(t){this.isStopped?Gc(ay(t),this):this._next(t)}error(t){this.isStopped?Gc(sy(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Gc(oy,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},hM=Function.prototype.bind;function Hc(e,t){return hM.call(e,t)}var Yc=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){Js(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){Js(r)}else Js(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){Js(n)}}},Fr=class extends ir{constructor(t,n,r){super();let i;if(H(t)||!t)i={next:t??void 0,error:n??void 0,complete:r??void 0};else{let o;this&&Pt.useDeprecatedNextContext?(o=Object.create(t),o.unsubscribe=()=>this.unsubscribe(),i={next:t.next&&Hc(t.next,o),error:t.error&&Hc(t.error,o),complete:t.complete&&Hc(t.complete,o)}):i=t}this.destination=new Yc(i)}};function Js(e){Pt.useDeprecatedSynchronousErrorHandling?ly(e):Xs(e)}function mM(e){throw e}function Gc(e,t){let{onStoppedNotification:n}=Pt;n&&Rr.setTimeout(()=>n(e,t))}var gM={closed:!0,next:lo,error:mM,complete:lo};var Lr=typeof Symbol=="function"&&Symbol.observable||"@@observable";function dt(e){return e}function $c(...e){return Kc(e)}function Kc(e){return e.length===0?dt:e.length===1?e[0]:function(n){return e.reduce((r,i)=>i(r),n)}}var ue=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){let r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,i){let o=vM(n)?n:new Fr(n,r,i);return Pr(()=>{let{operator:s,source:a}=this;o.add(s?s.call(o,a):a?this._subscribe(o):this._trySubscribe(o))}),o}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return r=uy(r),new r((i,o)=>{let s=new Fr({next:a=>{try{n(a)}catch(l){o(l),s.unsubscribe()}},error:o,complete:i});this.subscribe(s)})}_subscribe(n){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(n)}[Lr](){return this}pipe(...n){return Kc(n)(this)}toPromise(n){return n=uy(n),new n((r,i)=>{let o;this.subscribe(s=>o=s,s=>i(s),()=>r(o))})}}return e.create=t=>new e(t),e})();function uy(e){var t;return(t=e??Pt.Promise)!==null&&t!==void 0?t:Promise}function yM(e){return e&&H(e.next)&&H(e.error)&&H(e.complete)}function vM(e){return e&&e instanceof ir||yM(e)&&Qs(e)}function Zc(e){return H(e?.lift)}function te(e){return t=>{if(Zc(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function Q(e,t,n,r,i){return new Qc(e,t,n,r,i)}var Qc=class extends ir{constructor(t,n,r,i,o,s){super(t),this.onFinalize=o,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(l){t.error(l)}}:super._next,this._error=i?function(a){try{i(a)}catch(l){t.error(l)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:n}=this;super.unsubscribe(),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}}};function jr(){return te((e,t)=>{let n=null;e._refCount++;let r=Q(t,void 0,void 0,void 0,()=>{if(!e||e._refCount<=0||0<--e._refCount){n=null;return}let i=e._connection,o=n;n=null,i&&(!o||i===o)&&i.unsubscribe(),t.unsubscribe()});e.subscribe(r),r.closed||(n=e.connect())})}var Br=class extends ue{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,Zc(t)&&(this.lift=t.lift)}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){let t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;let{_connection:t}=this;this._subject=this._connection=null,t?.unsubscribe()}connect(){let t=this._connection;if(!t){t=this._connection=new Se;let n=this.getSubject();t.add(this.source.subscribe(Q(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=Se.EMPTY)}return t}refCount(){return jr()(this)}};var cy=Nr(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var Ne=(()=>{class e extends ue{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new ea(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new cy}next(n){Pr(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){Pr(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;let{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){Pr(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){let{hasError:r,isStopped:i,observers:o}=this;return r||i?qc:(this.currentObservers=null,o.push(n),new Se(()=>{this.currentObservers=null,nr(o,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:i,isStopped:o}=this;r?n.error(i):o&&n.complete()}asObservable(){let n=new ue;return n.source=this,n}}return e.create=(t,n)=>new ea(t,n),e})(),ea=class extends Ne{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,t)}error(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,t)}complete(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)}_subscribe(t){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&r!==void 0?r:qc}};var Ve=class extends Ne{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){let n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){let{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}};var Xc={now(){return(Xc.delegate||Date).now()},delegate:void 0};var ta=class extends Se{constructor(t,n){super()}schedule(t,n=0){return this}};var uo={setInterval(e,t,...n){let{delegate:r}=uo;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=uo;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var na=class extends ta{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;let i=this.id,o=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(o,i,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(o,this.id,n),this}requestAsyncId(t,n,r=0){return uo.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&uo.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let r=this._execute(t,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let r=!1,i;try{this.work(t)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){let{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,nr(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var Vr=class e{constructor(t,n=e.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}};Vr.now=Xc.now;var ra=class extends Vr{constructor(t,n=Vr.now){super(t,n),this.actions=[],this._active=!1}flush(t){let{actions:n}=this;if(this._active){n.push(t);return}let r;this._active=!0;do if(r=t.execute(t.state,t.delay))break;while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}};var dy=new ra(na);var pt=new ue(e=>e.complete());function py(e){return e&&H(e.schedule)}function fy(e){return e[e.length-1]}function ia(e){return H(fy(e))?e.pop():void 0}function Mn(e){return py(fy(e))?e.pop():void 0}function my(e,t,n,r){function i(o){return o instanceof n?o:new n(function(s){s(o)})}return new(n||(n=Promise))(function(o,s){function a(c){try{u(r.next(c))}catch(p){s(p)}}function l(c){try{u(r.throw(c))}catch(p){s(p)}}function u(c){c.done?o(c.value):i(c.value).then(a,l)}u((r=r.apply(e,t||[])).next())})}function hy(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function or(e){return this instanceof or?(this.v=e,this):new or(e)}function gy(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),i,o=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),i[Symbol.asyncIterator]=function(){return this},i;function s(f){return function(g){return Promise.resolve(g).then(f,p)}}function a(f,g){r[f]&&(i[f]=function(h){return new Promise(function(y,m){o.push([f,h,y,m])>1||l(f,h)})},g&&(i[f]=g(i[f])))}function l(f,g){try{u(r[f](g))}catch(h){d(o[0][3],h)}}function u(f){f.value instanceof or?Promise.resolve(f.value.v).then(c,p):d(o[0][2],f)}function c(f){l("next",f)}function p(f){l("throw",f)}function d(f,g){f(g),o.shift(),o.length&&l(o[0][0],o[0][1])}}function yy(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof hy=="function"?hy(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(o){n[o]=e[o]&&function(s){return new Promise(function(a,l){s=e[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}var oa=e=>e&&typeof e.length=="number"&&typeof e!="function";function sa(e){return H(e?.then)}function aa(e){return H(e[Lr])}function la(e){return Symbol.asyncIterator&&H(e?.[Symbol.asyncIterator])}function ua(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function bM(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var ca=bM();function da(e){return H(e?.[ca])}function pa(e){return gy(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:i}=yield or(n.read());if(i)return yield or(void 0);yield yield or(r)}}finally{n.releaseLock()}})}function fa(e){return H(e?.getReader)}function _e(e){if(e instanceof ue)return e;if(e!=null){if(aa(e))return SM(e);if(oa(e))return CM(e);if(sa(e))return xM(e);if(la(e))return vy(e);if(da(e))return wM(e);if(fa(e))return EM(e)}throw ua(e)}function SM(e){return new ue(t=>{let n=e[Lr]();if(H(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function CM(e){return new ue(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function xM(e){return new ue(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Xs)})}function wM(e){return new ue(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function vy(e){return new ue(t=>{DM(e,t).catch(n=>t.error(n))})}function EM(e){return vy(pa(e))}function DM(e,t){var n,r,i,o;return my(this,void 0,void 0,function*(){try{for(n=yy(e);r=yield n.next(),!r.done;){let s=r.value;if(t.next(s),t.closed)return}}catch(s){i={error:s}}finally{try{r&&!r.done&&(o=n.return)&&(yield o.call(n))}finally{if(i)throw i.error}}t.complete()})}function it(e,t,n,r=0,i=!1){let o=t.schedule(function(){n(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function ha(e,t=0){return te((n,r)=>{n.subscribe(Q(r,i=>it(r,e,()=>r.next(i),t),()=>it(r,e,()=>r.complete(),t),i=>it(r,e,()=>r.error(i),t)))})}function ma(e,t=0){return te((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function by(e,t){return _e(e).pipe(ma(t),ha(t))}function Sy(e,t){return _e(e).pipe(ma(t),ha(t))}function Cy(e,t){return new ue(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function xy(e,t){return new ue(n=>{let r;return it(n,t,()=>{r=e[ca](),it(n,t,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(s){n.error(s);return}o?n.complete():n.next(i)},0,!0)}),()=>H(r?.return)&&r.return()})}function ga(e,t){if(!e)throw new Error("Iterable cannot be null");return new ue(n=>{it(n,t,()=>{let r=e[Symbol.asyncIterator]();it(n,t,()=>{r.next().then(i=>{i.done?n.complete():n.next(i.value)})},0,!0)})})}function wy(e,t){return ga(pa(e),t)}function Ey(e,t){if(e!=null){if(aa(e))return by(e,t);if(oa(e))return Cy(e,t);if(sa(e))return Sy(e,t);if(la(e))return ga(e,t);if(da(e))return xy(e,t);if(fa(e))return wy(e,t)}throw ua(e)}function Te(e,t){return t?Ey(e,t):_e(e)}function G(...e){let t=Mn(e);return Te(e,t)}function zr(e,t){let n=H(e)?e:()=>e,r=i=>i.error(n());return new ue(t?i=>t.schedule(r,0,i):r)}function Jc(e){return!!e&&(e instanceof ue||H(e.lift)&&H(e.subscribe))}var ln=Nr(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function J(e,t){return te((n,r)=>{let i=0;n.subscribe(Q(r,o=>{r.next(e.call(t,o,i++))}))})}var{isArray:TM}=Array;function AM(e,t){return TM(t)?e(...t):e(t)}function ya(e){return J(t=>AM(e,t))}var{isArray:IM}=Array,{getPrototypeOf:_M,prototype:kM,keys:MM}=Object;function va(e){if(e.length===1){let t=e[0];if(IM(t))return{args:t,keys:null};if(OM(t)){let n=MM(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function OM(e){return e&&typeof e=="object"&&_M(e)===kM}function ba(e,t){return e.reduce((n,r,i)=>(n[r]=t[i],n),{})}function Sa(...e){let t=Mn(e),n=ia(e),{args:r,keys:i}=va(e);if(r.length===0)return Te([],t);let o=new ue(NM(r,t,i?s=>ba(i,s):dt));return n?o.pipe(ya(n)):o}function NM(e,t,n=dt){return r=>{Dy(t,()=>{let{length:i}=e,o=new Array(i),s=i,a=i;for(let l=0;l<i;l++)Dy(t,()=>{let u=Te(e[l],t),c=!1;u.subscribe(Q(r,p=>{o[l]=p,c||(c=!0,a--),a||r.next(n(o.slice()))},()=>{--s||r.complete()}))},r)},r)}}function Dy(e,t,n){e?it(n,e,t):t()}function Ty(e,t,n,r,i,o,s,a){let l=[],u=0,c=0,p=!1,d=()=>{p&&!l.length&&!u&&t.complete()},f=h=>u<r?g(h):l.push(h),g=h=>{o&&t.next(h),u++;let y=!1;_e(n(h,c++)).subscribe(Q(t,m=>{i?.(m),o?f(m):t.next(m)},()=>{y=!0},void 0,()=>{if(y)try{for(u--;l.length&&u<r;){let m=l.shift();s?it(t,s,()=>g(m)):g(m)}d()}catch(m){t.error(m)}}))};return e.subscribe(Q(t,f,()=>{p=!0,d()})),()=>{a?.()}}function Re(e,t,n=1/0){return H(t)?Re((r,i)=>J((o,s)=>t(r,o,i,s))(_e(e(r,i))),n):(typeof t=="number"&&(n=t),te((r,i)=>Ty(r,i,e,n)))}function ed(e=1/0){return Re(dt,e)}function Ay(){return ed(1)}function Wr(...e){return Ay()(Te(e,Mn(e)))}function Ca(e){return new ue(t=>{_e(e()).subscribe(t)})}function td(...e){let t=ia(e),{args:n,keys:r}=va(e),i=new ue(o=>{let{length:s}=n;if(!s){o.complete();return}let a=new Array(s),l=s,u=s;for(let c=0;c<s;c++){let p=!1;_e(n[c]).subscribe(Q(o,d=>{p||(p=!0,u--),a[c]=d},()=>l--,void 0,()=>{(!l||!p)&&(u||o.next(r?ba(r,a):a),o.complete())}))}});return t?i.pipe(ya(t)):i}function Ft(e,t){return te((n,r)=>{let i=0;n.subscribe(Q(r,o=>e.call(t,o,i++)&&r.next(o)))})}function On(e){return te((t,n)=>{let r=null,i=!1,o;r=t.subscribe(Q(n,void 0,void 0,s=>{o=_e(e(s,On(e)(t))),r?(r.unsubscribe(),r=null,o.subscribe(n)):i=!0})),i&&(r.unsubscribe(),r=null,o.subscribe(n))})}function Iy(e,t,n,r,i){return(o,s)=>{let a=n,l=t,u=0;o.subscribe(Q(s,c=>{let p=u++;l=a?e(l,c,p):(a=!0,c),r&&s.next(l)},i&&(()=>{a&&s.next(l),s.complete()})))}}function qr(e,t){return H(t)?Re(e,t,1):Re(e,1)}function nd(e,t=dy){return te((n,r)=>{let i=null,o=null,s=null,a=()=>{if(i){i.unsubscribe(),i=null;let u=o;o=null,r.next(u)}};function l(){let u=s+e,c=t.now();if(c<u){i=this.schedule(void 0,u-c),r.add(i);return}a()}n.subscribe(Q(r,u=>{o=u,s=t.now(),i||(i=t.schedule(l,e),r.add(i))},()=>{a(),r.complete()},void 0,()=>{o=i=null}))})}function Nn(e){return te((t,n)=>{let r=!1;t.subscribe(Q(n,i=>{r=!0,n.next(i)},()=>{r||n.next(e),n.complete()}))})}function un(e){return e<=0?()=>pt:te((t,n)=>{let r=0;t.subscribe(Q(n,i=>{++r<=e&&(n.next(i),e<=r&&n.complete())}))})}function rd(e){return J(()=>e)}function xa(e=RM){return te((t,n)=>{let r=!1;t.subscribe(Q(n,i=>{r=!0,n.next(i)},()=>r?n.complete():n.error(e())))})}function RM(){return new ln}function co(e){return te((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Kt(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Ft((i,o)=>e(i,o,r)):dt,un(1),n?Nn(t):xa(()=>new ln))}function Ur(e){return e<=0?()=>pt:te((t,n)=>{let r=[];t.subscribe(Q(n,i=>{r.push(i),e<r.length&&r.shift()},()=>{for(let i of r)n.next(i);n.complete()},void 0,()=>{r=null}))})}function id(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Ft((i,o)=>e(i,o,r)):dt,Ur(1),n?Nn(t):xa(()=>new ln))}function od(e,t){return te(Iy(e,t,arguments.length>=2,!0))}function sd(...e){let t=Mn(e);return te((n,r)=>{(t?Wr(e,n,t):Wr(e,n)).subscribe(r)})}function Lt(e,t){return te((n,r)=>{let i=null,o=0,s=!1,a=()=>s&&!i&&r.complete();n.subscribe(Q(r,l=>{i?.unsubscribe();let u=0,c=o++;_e(e(l,c)).subscribe(i=Q(r,p=>r.next(t?t(l,p,c,u++):p),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function ad(e){return te((t,n)=>{_e(e).subscribe(Q(n,()=>n.complete(),lo)),!n.closed&&t.subscribe(n)})}function ze(e,t,n){let r=H(e)||t||n?{next:e,error:t,complete:n}:e;return r?te((i,o)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;i.subscribe(Q(o,l=>{var u;(u=r.next)===null||u===void 0||u.call(r,l),o.next(l)},()=>{var l;a=!1,(l=r.complete)===null||l===void 0||l.call(r),o.complete()},l=>{var u;a=!1,(u=r.error)===null||u===void 0||u.call(r,l),o.error(l)},()=>{var l,u;a&&((l=r.unsubscribe)===null||l===void 0||l.call(r)),(u=r.finalize)===null||u===void 0||u.call(r)}))}):dt}var pv="https://g.co/ng/security#xss",P=class extends Error{constructor(t,n){super(vp(t,n)),this.code=t}};function vp(e,t){return`${`NG0${Math.abs(e)}`}${t?": "+t:""}`}function el(e){return{toString:e}.toString()}function he(e){for(let t in e)if(e[t]===he)return t;throw Error("Could not find renamed property on target object.")}function PM(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function ot(e){if(typeof e=="string")return e;if(Array.isArray(e))return"["+e.map(ot).join(", ")+"]";if(e==null)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;let t=e.toString();if(t==null)return""+t;let n=t.indexOf(`
57
- `);return n===-1?t:t.substring(0,n)}function _y(e,t){return e==null||e===""?t===null?"":t:t==null||t===""?e:e+" "+t}var FM=he({__forward_ref__:he});function Io(e){return e.__forward_ref__=Io,e.toString=function(){return ot(this())},e}function Je(e){return fv(e)?e():e}function fv(e){return typeof e=="function"&&e.hasOwnProperty(FM)&&e.__forward_ref__===Io}function j(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ai(e){return{providers:e.providers||[],imports:e.imports||[]}}function tl(e){return ky(e,mv)||ky(e,gv)}function hv(e){return tl(e)!==null}function ky(e,t){return e.hasOwnProperty(t)?e[t]:null}function LM(e){let t=e&&(e[mv]||e[gv]);return t||null}function My(e){return e&&(e.hasOwnProperty(Oy)||e.hasOwnProperty(jM))?e[Oy]:null}var mv=he({\u0275prov:he}),Oy=he({\u0275inj:he}),gv=he({ngInjectableDef:he}),jM=he({ngInjectorDef:he}),F=class{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,typeof n=="number"?this.__NG_ELEMENT_ID__=n:n!==void 0&&(this.\u0275prov=j({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function yv(e){return e&&!!e.\u0275providers}var BM=he({\u0275cmp:he}),VM=he({\u0275dir:he}),zM=he({\u0275pipe:he}),WM=he({\u0275mod:he}),Oa=he({\u0275fac:he}),ho=he({__NG_ELEMENT_ID__:he}),Ny=he({__NG_ENV_ID__:he});function mo(e){return typeof e=="string"?e:e==null?"":String(e)}function qM(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():mo(e)}function UM(e,t){let n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new P(-200,e)}function bp(e,t){throw new P(-201,!1)}var $=function(e){return e[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",e}($||{}),xd;function vv(){return xd}function bt(e){let t=xd;return xd=e,t}function bv(e,t,n){let r=tl(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&$.Optional)return null;if(t!==void 0)return t;bp(e,"Injector")}var HM={},go=HM,GM="__NG_DI_FLAG__",Na="ngTempTokenPath",YM="ngTokenPath",$M=/\n/gm,KM="\u0275",Ry="__source",$r;function ZM(){return $r}function Rn(e){let t=$r;return $r=e,t}function QM(e,t=$.Default){if($r===void 0)throw new P(-203,!1);return $r===null?bv(e,void 0,t):$r.get(e,t&$.Optional?null:void 0,t)}function ie(e,t=$.Default){return(vv()||QM)(Je(e),t)}function T(e,t=$.Default){return ie(e,nl(t))}function nl(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function wd(e){let t=[];for(let n=0;n<e.length;n++){let r=Je(e[n]);if(Array.isArray(r)){if(r.length===0)throw new P(900,!1);let i,o=$.Default;for(let s=0;s<r.length;s++){let a=r[s],l=XM(a);typeof l=="number"?l===-1?i=a.token:o|=l:i=a}t.push(ie(i,o))}else t.push(ie(r))}return t}function XM(e){return e[GM]}function JM(e,t,n,r){let i=e[Na];throw t[Ry]&&i.unshift(t[Ry]),e.message=eO(`
58
- `+e.message,i,n,r),e[YM]=i,e[Na]=null,e}function eO(e,t,n,r=null){e=e&&e.charAt(0)===`
59
- `&&e.charAt(1)==KM?e.slice(2):e;let i=ot(t);if(Array.isArray(t))i=t.map(ot).join(" -> ");else if(typeof t=="object"){let o=[];for(let s in t)if(t.hasOwnProperty(s)){let a=t[s];o.push(s+":"+(typeof a=="string"?JSON.stringify(a):ot(a)))}i=`{${o.join(", ")}}`}return`${n}${r?"("+r+")":""}[${i}]: ${e.replace($M,`
60
- `)}`}function Zr(e,t){let n=e.hasOwnProperty(Oa);return n?e[Oa]:null}function tO(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let i=e[r],o=t[r];if(n&&(i=n(i),o=n(o)),o!==i)return!1}return!0}function nO(e){return e.flat(Number.POSITIVE_INFINITY)}function Sp(e,t){e.forEach(n=>Array.isArray(n)?Sp(n,t):t(n))}function Sv(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Ra(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function rO(e,t,n,r){let i=e.length;if(i==t)e.push(n,r);else if(i===1)e.push(r,e[0]),e[0]=n;else{for(i--,e.push(e[i-1],e[i]);i>t;){let o=i-2;e[i]=e[o],i--}e[t]=n,e[t+1]=r}}function iO(e,t,n){let r=_o(e,t);return r>=0?e[r|1]=n:(r=~r,rO(e,r,t,n)),r}function ld(e,t){let n=_o(e,t);if(n>=0)return e[n|1]}function _o(e,t){return oO(e,t,1)}function oO(e,t,n){let r=0,i=e.length>>n;for(;i!==r;){let o=r+(i-r>>1),s=e[o<<n];if(t===s)return o<<n;s>t?i=o:r=o+1}return~(i<<n)}var Qr={},St=[],Xr=new F(""),Cv=new F("",-1),xv=new F(""),Pa=class{get(t,n=go){if(n===go){let r=new Error(`NullInjectorError: No provider for ${ot(t)}!`);throw r.name="NullInjectorError",r}return n}},wv=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(wv||{}),Xt=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e}(Xt||{}),Ln=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(Ln||{});function sO(e,t,n){let r=e.length;for(;;){let i=e.indexOf(t,n);if(i===-1)return i;if(i===0||e.charCodeAt(i-1)<=32){let o=t.length;if(i+o===r||e.charCodeAt(i+o)<=32)return i}n=i+1}}function Ed(e,t,n){let r=0;for(;r<n.length;){let i=n[r];if(typeof i=="number"){if(i!==0)break;r++;let o=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,o)}else{let o=i,s=n[++r];lO(o)?e.setProperty(t,o,s):e.setAttribute(t,o,s),r++}}return r}function aO(e){return e===3||e===4||e===6}function lO(e){return e.charCodeAt(0)===64}function yo(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){let i=t[r];typeof i=="number"?n=i:n===0||(n===-1||n===2?Py(e,n,i,null,t[++r]):Py(e,n,i,null,null))}}return e}function Py(e,t,n,r,i){let o=0,s=e.length;if(t===-1)s=-1;else for(;o<e.length;){let a=e[o++];if(typeof a=="number"){if(a===t){s=-1;break}else if(a>t){s=o-1;break}}}for(;o<e.length;){let a=e[o];if(typeof a=="number")break;if(a===n){if(r===null){i!==null&&(e[o+1]=i);return}else if(r===e[o+1]){e[o+2]=i;return}}o++,r!==null&&o++,i!==null&&o++}s!==-1&&(e.splice(s,0,t),o=s+1),e.splice(o++,0,n),r!==null&&e.splice(o++,0,r),i!==null&&e.splice(o++,0,i)}var Ev="ng-template";function uO(e,t,n,r){let i=0;if(r){for(;i<t.length&&typeof t[i]=="string";i+=2)if(t[i]==="class"&&sO(t[i+1].toLowerCase(),n,0)!==-1)return!0}else if(Cp(e))return!1;if(i=t.indexOf(1,i),i>-1){let o;for(;++i<t.length&&typeof(o=t[i])=="string";)if(o.toLowerCase()===n)return!0}return!1}function Cp(e){return e.type===4&&e.value!==Ev}function cO(e,t,n){let r=e.type===4&&!n?Ev:e.value;return t===r}function dO(e,t,n){let r=4,i=e.attrs,o=i!==null?hO(i):0,s=!1;for(let a=0;a<t.length;a++){let l=t[a];if(typeof l=="number"){if(!s&&!jt(r)&&!jt(l))return!1;if(s&&jt(l))continue;s=!1,r=l|r&1;continue}if(!s)if(r&4){if(r=2|r&1,l!==""&&!cO(e,l,n)||l===""&&t.length===1){if(jt(r))return!1;s=!0}}else if(r&8){if(i===null||!uO(e,i,l,n)){if(jt(r))return!1;s=!0}}else{let u=t[++a],c=pO(l,i,Cp(e),n);if(c===-1){if(jt(r))return!1;s=!0;continue}if(u!==""){let p;if(c>o?p="":p=i[c+1].toLowerCase(),r&2&&u!==p){if(jt(r))return!1;s=!0}}}}return jt(r)||s}function jt(e){return(e&1)===0}function pO(e,t,n,r){if(t===null)return-1;let i=0;if(r||!n){let o=!1;for(;i<t.length;){let s=t[i];if(s===e)return i;if(s===3||s===6)o=!0;else if(s===1||s===2){let a=t[++i];for(;typeof a=="string";)a=t[++i];continue}else{if(s===4)break;if(s===0){i+=4;continue}}i+=o?1:2}return-1}else return mO(t,e)}function fO(e,t,n=!1){for(let r=0;r<t.length;r++)if(dO(e,t[r],n))return!0;return!1}function hO(e){for(let t=0;t<e.length;t++){let n=e[t];if(aO(n))return t}return e.length}function mO(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){let r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function Fy(e,t){return e?":not("+t.trim()+")":t}function gO(e){let t=e[0],n=1,r=2,i="",o=!1;for(;n<e.length;){let s=e[n];if(typeof s=="string")if(r&2){let a=e[++n];i+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else r&8?i+="."+s:r&4&&(i+=" "+s);else i!==""&&!jt(s)&&(t+=Fy(o,i),i=""),r=s,o=o||!jt(r);n++}return i!==""&&(t+=Fy(o,i)),t}function yO(e){return e.map(gO).join(",")}function vO(e){let t=[],n=[],r=1,i=2;for(;r<e.length;){let o=e[r];if(typeof o=="string")i===2?o!==""&&t.push(o,e[++r]):i===8&&n.push(o);else{if(!jt(i))break;i=o}r++}return{attrs:t,classes:n}}function pe(e){return el(()=>{let t=_v(e),n=ee(E({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===wv.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Xt.Emulated,styles:e.styles||St,_:null,schemas:e.schemas||null,tView:null,id:""});kv(n);let r=e.dependencies;return n.directiveDefs=jy(r,!1),n.pipeDefs=jy(r,!0),n.id=CO(n),n})}function bO(e){return ar(e)||Dv(e)}function SO(e){return e!==null}function li(e){return el(()=>({type:e.type,bootstrap:e.bootstrap||St,declarations:e.declarations||St,imports:e.imports||St,exports:e.exports||St,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function Ly(e,t){if(e==null)return Qr;let n={};for(let r in e)if(e.hasOwnProperty(r)){let i=e[r],o,s,a=Ln.None;Array.isArray(i)?(a=i[0],o=i[1],s=i[2]??o):(o=i,s=i),t?(n[o]=a!==Ln.None?[r,a]:r,t[o]=s):n[o]=r}return n}function zt(e){return el(()=>{let t=_v(e);return kv(t),t})}function ar(e){return e[BM]||null}function Dv(e){return e[VM]||null}function Tv(e){return e[zM]||null}function Av(e){let t=ar(e)||Dv(e)||Tv(e);return t!==null?t.standalone:!1}function Iv(e,t){let n=e[WM]||null;if(!n&&t===!0)throw new Error(`Type ${ot(e)} does not have '\u0275mod' property.`);return n}function _v(e){let t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputTransforms:null,inputConfig:e.inputs||Qr,exportAs:e.exportAs||null,standalone:e.standalone===!0,signals:e.signals===!0,selectors:e.selectors||St,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Ly(e.inputs,t),outputs:Ly(e.outputs),debugInfo:null}}function kv(e){e.features?.forEach(t=>t(e))}function jy(e,t){if(!e)return null;let n=t?Tv:bO;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(SO)}function CO(e){let t=0,n=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,e.consts,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery].join("|");for(let i of n)t=Math.imul(31,t)+i.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function rl(e){return{\u0275providers:e}}function xO(...e){return{\u0275providers:Mv(!0,e),\u0275fromNgModule:!0}}function Mv(e,...t){let n=[],r=new Set,i,o=s=>{n.push(s)};return Sp(t,s=>{let a=s;Dd(a,o,[],r)&&(i||=[],i.push(a))}),i!==void 0&&Ov(i,o),n}function Ov(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:i}=e[n];xp(i,o=>{t(o,r)})}}function Dd(e,t,n,r){if(e=Je(e),!e)return!1;let i=null,o=My(e),s=!o&&ar(e);if(!o&&!s){let l=e.ngModule;if(o=My(l),o)i=l;else return!1}else{if(s&&!s.standalone)return!1;i=e}let a=r.has(i);if(s){if(a)return!1;if(r.add(i),s.dependencies){let l=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let u of l)Dd(u,t,n,r)}}else if(o){if(o.imports!=null&&!a){r.add(i);let u;try{Sp(o.imports,c=>{Dd(c,t,n,r)&&(u||=[],u.push(c))})}finally{}u!==void 0&&Ov(u,t)}if(!a){let u=Zr(i)||(()=>new i);t({provide:i,useFactory:u,deps:St},i),t({provide:xv,useValue:i,multi:!0},i),t({provide:Xr,useValue:()=>ie(i),multi:!0},i)}let l=o.providers;if(l!=null&&!a){let u=e;xp(l,c=>{t(c,u)})}}else return!1;return i!==e&&e.providers!==void 0}function xp(e,t){for(let n of e)yv(n)&&(n=n.\u0275providers),Array.isArray(n)?xp(n,t):t(n)}var wO=he({provide:String,useValue:he});function Nv(e){return e!==null&&typeof e=="object"&&wO in e}function EO(e){return!!(e&&e.useExisting)}function DO(e){return!!(e&&e.useFactory)}function Jr(e){return typeof e=="function"}function TO(e){return!!e.useClass}var il=new F(""),Ta={},AO={},ud;function wp(){return ud===void 0&&(ud=new Pa),ud}var xt=class{},vo=class extends xt{get destroyed(){return this._destroyed}constructor(t,n,r,i){super(),this.parent=n,this.source=r,this.scopes=i,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,Ad(t,s=>this.processProvider(s)),this.records.set(Cv,Hr(void 0,this)),i.has("environment")&&this.records.set(xt,Hr(void 0,this));let o=this.records.get(il);o!=null&&typeof o.value=="string"&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(xv,St,$.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;let t=X(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let n=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),X(t)}}onDestroy(t){return this.assertNotDestroyed(),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){this.assertNotDestroyed();let n=Rn(this),r=bt(void 0),i;try{return t()}finally{Rn(n),bt(r)}}get(t,n=go,r=$.Default){if(this.assertNotDestroyed(),t.hasOwnProperty(Ny))return t[Ny](this);r=nl(r);let i,o=Rn(this),s=bt(void 0);try{if(!(r&$.SkipSelf)){let l=this.records.get(t);if(l===void 0){let u=OO(t)&&tl(t);u&&this.injectableDefInScope(u)?l=Hr(Td(t),Ta):l=null,this.records.set(t,l)}if(l!=null)return this.hydrate(t,l)}let a=r&$.Self?wp():this.parent;return n=r&$.Optional&&n===go?null:n,a.get(t,n)}catch(a){if(a.name==="NullInjectorError"){if((a[Na]=a[Na]||[]).unshift(ot(t)),o)throw a;return JM(a,t,"R3InjectorError",this.source)}else throw a}finally{bt(s),Rn(o)}}resolveInjectorInitializers(){let t=X(null),n=Rn(this),r=bt(void 0),i;try{let o=this.get(Xr,St,$.Self);for(let s of o)s()}finally{Rn(n),bt(r),X(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(ot(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new P(205,!1)}processProvider(t){t=Je(t);let n=Jr(t)?t:Je(t&&t.provide),r=_O(t);if(!Jr(t)&&t.multi===!0){let i=this.records.get(n);i||(i=Hr(void 0,Ta,!0),i.factory=()=>wd(i.multi),this.records.set(n,i)),n=t,i.multi.push(t)}this.records.set(n,r)}hydrate(t,n){let r=X(null);try{return n.value===Ta&&(n.value=AO,n.value=n.factory()),typeof n.value=="object"&&n.value&&MO(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{X(r)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=Je(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){let n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}};function Td(e){let t=tl(e),n=t!==null?t.factory:Zr(e);if(n!==null)return n;if(e instanceof F)throw new P(204,!1);if(e instanceof Function)return IO(e);throw new P(204,!1)}function IO(e){if(e.length>0)throw new P(204,!1);let n=LM(e);return n!==null?()=>n.factory(e):()=>new e}function _O(e){if(Nv(e))return Hr(void 0,e.useValue);{let t=Rv(e);return Hr(t,Ta)}}function Rv(e,t,n){let r;if(Jr(e)){let i=Je(e);return Zr(i)||Td(i)}else if(Nv(e))r=()=>Je(e.useValue);else if(DO(e))r=()=>e.useFactory(...wd(e.deps||[]));else if(EO(e))r=()=>ie(Je(e.useExisting));else{let i=Je(e&&(e.useClass||e.provide));if(kO(e))r=()=>new i(...wd(e.deps));else return Zr(i)||Td(i)}return r}function Hr(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function kO(e){return!!e.deps}function MO(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function OO(e){return typeof e=="function"||typeof e=="object"&&e instanceof F}function Ad(e,t){for(let n of e)Array.isArray(n)?Ad(n,t):n&&yv(n)?Ad(n.\u0275providers,t):t(n)}function fn(e,t){e instanceof vo&&e.assertNotDestroyed();let n,r=Rn(e),i=bt(void 0);try{return t()}finally{Rn(r),bt(i)}}function NO(){return vv()!==void 0||ZM()!=null}function RO(e){return typeof e=="function"}var hn=0,z=1,L=2,Ye=3,Bt=4,Wt=5,bo=6,Fa=7,He=8,ei=9,Jt=10,$e=11,So=12,By=13,ui=14,Vt=15,lr=16,Gr=17,cn=18,ol=19,Pv=20,Pn=21,cd=22,Ct=23,ft=25,Fv=1;var ur=7,La=8,ti=9,Ge=10,ja=function(e){return e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews",e}(ja||{});function Fn(e){return Array.isArray(e)&&typeof e[Fv]=="object"}function mn(e){return Array.isArray(e)&&e[Fv]===!0}function Lv(e){return(e.flags&4)!==0}function sl(e){return e.componentOffset>-1}function Ep(e){return(e.flags&1)===1}function jn(e){return!!e.template}function Id(e){return(e[L]&512)!==0}var _d=class{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function jv(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}function tn(){return Bv}function Bv(e){return e.type.prototype.ngOnChanges&&(e.setInput=FO),PO}tn.ngInherit=!0;function PO(){let e=zv(this),t=e?.current;if(t){let n=e.previous;if(n===Qr)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function FO(e,t,n,r,i){let o=this.declaredInputs[r],s=zv(e)||LO(e,{previous:Qr,current:null}),a=s.current||(s.current={}),l=s.previous,u=l[o];a[o]=new _d(u&&u.currentValue,n,l===Qr),jv(e,t,i,n)}var Vv="__ngSimpleChanges__";function zv(e){return e[Vv]||null}function LO(e,t){return e[Vv]=t}var Vy=null;var Zt=function(e,t,n){Vy?.(e,t,n)},jO="svg",BO="math";function en(e){for(;Array.isArray(e);)e=e[hn];return e}function Wv(e,t){return en(t[e])}function qt(e,t){return en(t[e.index])}function Dp(e,t){return e.data[t]}function VO(e,t){return e[t]}function zn(e,t){let n=t[e];return Fn(n)?n:n[hn]}function zO(e){return(e[L]&4)===4}function Tp(e){return(e[L]&128)===128}function WO(e){return mn(e[Ye])}function ni(e,t){return t==null?null:e[t]}function qv(e){e[Gr]=0}function Uv(e){e[L]&1024||(e[L]|=1024,Tp(e)&&ll(e))}function qO(e,t){for(;e>0;)t=t[ui],e--;return t}function al(e){return!!(e[L]&9216||e[Ct]?.dirty)}function kd(e){e[Jt].changeDetectionScheduler?.notify(8),e[L]&64&&(e[L]|=1024),al(e)&&ll(e)}function ll(e){e[Jt].changeDetectionScheduler?.notify(0);let t=cr(e);for(;t!==null&&!(t[L]&8192||(t[L]|=8192,!Tp(t)));)t=cr(t)}function Hv(e,t){if((e[L]&256)===256)throw new P(911,!1);e[Pn]===null&&(e[Pn]=[]),e[Pn].push(t)}function UO(e,t){if(e[Pn]===null)return;let n=e[Pn].indexOf(t);n!==-1&&e[Pn].splice(n,1)}function cr(e){let t=e[Ye];return mn(t)?t[Ye]:t}var K={lFrame:tb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var Gv=!1;function HO(){return K.lFrame.elementDepthCount}function GO(){K.lFrame.elementDepthCount++}function YO(){K.lFrame.elementDepthCount--}function Yv(){return K.bindingsEnabled}function $O(){return K.skipHydrationRootTNode!==null}function KO(e){return K.skipHydrationRootTNode===e}function ZO(){K.skipHydrationRootTNode=null}function le(){return K.lFrame.lView}function et(){return K.lFrame.tView}function Ap(e){return K.lFrame.contextLView=e,e[He]}function Ip(e){return K.lFrame.contextLView=null,e}function ht(){let e=$v();for(;e!==null&&e.type===64;)e=e.parent;return e}function $v(){return K.lFrame.currentTNode}function QO(){let e=K.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function ci(e,t){let n=K.lFrame;n.currentTNode=e,n.isParent=t}function Kv(){return K.lFrame.isParent}function XO(){K.lFrame.isParent=!1}function JO(){return K.lFrame.contextLView}function Zv(){return Gv}function zy(e){Gv=e}function eN(){return K.lFrame.bindingIndex}function tN(e){return K.lFrame.bindingIndex=e}function ul(){return K.lFrame.bindingIndex++}function Qv(e){let t=K.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function nN(){return K.lFrame.inI18n}function rN(e,t){let n=K.lFrame;n.bindingIndex=n.bindingRootIndex=e,Md(t)}function iN(){return K.lFrame.currentDirectiveIndex}function Md(e){K.lFrame.currentDirectiveIndex=e}function oN(e){let t=K.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Xv(){return K.lFrame.currentQueryIndex}function _p(e){K.lFrame.currentQueryIndex=e}function sN(e){let t=e[z];return t.type===2?t.declTNode:t.type===1?e[Wt]:null}function Jv(e,t,n){if(n&$.SkipSelf){let i=t,o=e;for(;i=i.parent,i===null&&!(n&$.Host);)if(i=sN(o),i===null||(o=o[ui],i.type&10))break;if(i===null)return!1;t=i,e=o}let r=K.lFrame=eb();return r.currentTNode=t,r.lView=e,!0}function kp(e){let t=eb(),n=e[z];K.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function eb(){let e=K.lFrame,t=e===null?null:e.child;return t===null?tb(e):t}function tb(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function nb(){let e=K.lFrame;return K.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var rb=nb;function Mp(){let e=nb();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function aN(e){return(K.lFrame.contextLView=qO(e,K.lFrame.contextLView))[He]}function gn(){return K.lFrame.selectedIndex}function dr(e){K.lFrame.selectedIndex=e}function lN(){let e=K.lFrame;return Dp(e.tView,e.selectedIndex)}function uN(){return K.lFrame.currentNamespace}var ib=!0;function Op(){return ib}function Np(e){ib=e}function cN(e,t,n){let{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=t.type.prototype;if(r){let s=Bv(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}i&&(n.preOrderHooks??=[]).push(0-e,i),o&&((n.preOrderHooks??=[]).push(e,o),(n.preOrderCheckHooks??=[]).push(e,o))}function Rp(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){let o=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:l,ngAfterViewChecked:u,ngOnDestroy:c}=o;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),l&&(e.viewHooks??=[]).push(-n,l),u&&((e.viewHooks??=[]).push(n,u),(e.viewCheckHooks??=[]).push(n,u)),c!=null&&(e.destroyHooks??=[]).push(n,c)}}function Aa(e,t,n){ob(e,t,3,n)}function Ia(e,t,n,r){(e[L]&3)===n&&ob(e,t,n,r)}function dd(e,t){let n=e[L];(n&3)===t&&(n&=16383,n+=1,e[L]=n)}function ob(e,t,n,r){let i=r!==void 0?e[Gr]&65535:0,o=r??-1,s=t.length-1,a=0;for(let l=i;l<s;l++)if(typeof t[l+1]=="number"){if(a=t[l],r!=null&&a>=r)break}else t[l]<0&&(e[Gr]+=65536),(a<o||o==-1)&&(dN(e,n,t,l),e[Gr]=(e[Gr]&4294901760)+l+2),l++}function Wy(e,t){Zt(4,e,t);let n=X(null);try{t.call(e)}finally{X(n),Zt(5,e,t)}}function dN(e,t,n,r){let i=n[r]<0,o=n[r+1],s=i?-n[r]:n[r],a=e[s];i?e[L]>>14<e[Gr]>>16&&(e[L]&3)===t&&(e[L]+=16384,Wy(a,o)):Wy(a,o)}var Kr=-1,pr=class{constructor(t,n,r){this.factory=t,this.resolving=!1,this.canSeeViewProviders=n,this.injectImpl=r}};function pN(e){return e instanceof pr}function fN(e){return(e.flags&8)!==0}function hN(e){return(e.flags&16)!==0}var pd={},Od=class{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){r=nl(r);let i=this.injector.get(t,pd,r);return i!==pd||n===pd?i:this.parentInjector.get(t,n,r)}};function sb(e){return e!==Kr}function Ba(e){return e&32767}function mN(e){return e>>16}function Va(e,t){let n=mN(e),r=t;for(;n>0;)r=r[ui],n--;return r}var Nd=!0;function qy(e){let t=Nd;return Nd=e,t}var gN=256,ab=gN-1,lb=5,yN=0,Qt={};function vN(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(ho)&&(r=n[ho]),r==null&&(r=n[ho]=yN++);let i=r&ab,o=1<<i;t.data[e+(i>>lb)]|=o}function za(e,t){let n=ub(e,t);if(n!==-1)return n;let r=t[z];r.firstCreatePass&&(e.injectorIndex=t.length,fd(r.data,e),fd(t,null),fd(r.blueprint,null));let i=Pp(e,t),o=e.injectorIndex;if(sb(i)){let s=Ba(i),a=Va(i,t),l=a[z].data;for(let u=0;u<8;u++)t[o+u]=a[s+u]|l[s+u]}return t[o+8]=i,o}function fd(e,t){e.push(0,0,0,0,0,0,0,0,t)}function ub(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Pp(e,t){if(e.parent&&e.parent.injectorIndex!==-1)return e.parent.injectorIndex;let n=0,r=null,i=t;for(;i!==null;){if(r=hb(i),r===null)return Kr;if(n++,i=i[ui],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Kr}function Rd(e,t,n){vN(e,t,n)}function cb(e,t,n){if(n&$.Optional||e!==void 0)return e;bp(t,"NodeInjector")}function db(e,t,n,r){if(n&$.Optional&&r===void 0&&(r=null),!(n&($.Self|$.Host))){let i=e[ei],o=bt(void 0);try{return i?i.get(t,r,n&$.Optional):bv(t,r,n&$.Optional)}finally{bt(o)}}return cb(r,t,n)}function pb(e,t,n,r=$.Default,i){if(e!==null){if(t[L]&2048&&!(r&$.Self)){let s=xN(e,t,n,r,Qt);if(s!==Qt)return s}let o=fb(e,t,n,r,Qt);if(o!==Qt)return o}return db(t,n,r,i)}function fb(e,t,n,r,i){let o=SN(n);if(typeof o=="function"){if(!Jv(t,e,r))return r&$.Host?cb(i,n,r):db(t,n,r,i);try{let s;if(s=o(r),s==null&&!(r&$.Optional))bp(n);else return s}finally{rb()}}else if(typeof o=="number"){let s=null,a=ub(e,t),l=Kr,u=r&$.Host?t[Vt][Wt]:null;for((a===-1||r&$.SkipSelf)&&(l=a===-1?Pp(e,t):t[a+8],l===Kr||!Hy(r,!1)?a=-1:(s=t[z],a=Ba(l),t=Va(l,t)));a!==-1;){let c=t[z];if(Uy(o,a,c.data)){let p=bN(a,t,n,s,r,u);if(p!==Qt)return p}l=t[a+8],l!==Kr&&Hy(r,t[z].data[a+8]===u)&&Uy(o,a,t)?(s=c,a=Ba(l),t=Va(l,t)):a=-1}}return i}function bN(e,t,n,r,i,o){let s=t[z],a=s.data[e+8],l=r==null?sl(a)&&Nd:r!=s&&(a.type&3)!==0,u=i&$.Host&&o===a,c=_a(a,s,n,l,u);return c!==null?fr(t,s,c,a):Qt}function _a(e,t,n,r,i){let o=e.providerIndexes,s=t.data,a=o&1048575,l=e.directiveStart,u=e.directiveEnd,c=o>>20,p=r?a:a+c,d=i?a+c:u;for(let f=p;f<d;f++){let g=s[f];if(f<l&&n===g||f>=l&&g.type===n)return f}if(i){let f=s[l];if(f&&jn(f)&&f.type===n)return l}return null}function fr(e,t,n,r){let i=e[n],o=t.data;if(pN(i)){let s=i;s.resolving&&UM(qM(o[n]));let a=qy(s.canSeeViewProviders);s.resolving=!0;let l,u=s.injectImpl?bt(s.injectImpl):null,c=Jv(e,r,$.Default);try{i=e[n]=s.factory(void 0,o,e,r),t.firstCreatePass&&n>=r.directiveStart&&cN(n,o[n],t)}finally{u!==null&&bt(u),qy(a),s.resolving=!1,rb()}}return i}function SN(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(ho)?e[ho]:void 0;return typeof t=="number"?t>=0?t&ab:CN:t}function Uy(e,t,n){let r=1<<e;return!!(n[t+(e>>lb)]&r)}function Hy(e,t){return!(e&$.Self)&&!(e&$.Host&&t)}var sr=class{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return pb(this._tNode,this._lView,t,nl(r),n)}};function CN(){return new sr(ht(),le())}function ko(e){return el(()=>{let t=e.prototype.constructor,n=t[Oa]||Pd(t),r=Object.prototype,i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){let o=i[Oa]||Pd(i);if(o&&o!==n)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function Pd(e){return fv(e)?()=>{let t=Pd(Je(e));return t&&t()}:Zr(e)}function xN(e,t,n,r,i){let o=e,s=t;for(;o!==null&&s!==null&&s[L]&2048&&!(s[L]&512);){let a=fb(o,s,n,r|$.Self,Qt);if(a!==Qt)return a;let l=o.parent;if(!l){let u=s[Pv];if(u){let c=u.get(n,Qt,r);if(c!==Qt)return c}l=hb(s),s=s[ui]}o=l}return i}function hb(e){let t=e[z],n=t.type;return n===2?t.declTNode:n===1?e[Wt]:null}function Gy(e,t=null,n=null,r){let i=mb(e,t,n,r);return i.resolveInjectorInitializers(),i}function mb(e,t=null,n=null,r,i=new Set){let o=[n||St,xO(e)];return r=r||(typeof e=="object"?void 0:ot(e)),new vo(o,t||wp(),r||null,i)}var Bn=class e{static{this.THROW_IF_NOT_FOUND=go}static{this.NULL=new Pa}static create(t,n){if(Array.isArray(t))return Gy({name:""},n,t,"");{let r=t.name??"";return Gy({name:r},t.parent,t.providers,r)}}static{this.\u0275prov=j({token:e,providedIn:"any",factory:()=>ie(Cv)})}static{this.__NG_ELEMENT_ID__=-1}};var wN=new F("");wN.__NG_ELEMENT_ID__=e=>{let t=ht();if(t===null)throw new P(204,!1);if(t.type&2)return t.value;if(e&$.Optional)return null;throw new P(204,!1)};var EN="ngOriginalError";function hd(e){return e[EN]}var gb=!0,yb=(()=>{class e{static{this.__NG_ELEMENT_ID__=DN}static{this.__NG_ENV_ID__=n=>n}}return e})(),Fd=class extends yb{constructor(t){super(),this._lView=t}onDestroy(t){return Hv(this._lView,t),()=>UO(this._lView,t)}};function DN(){return new Fd(le())}var di=(()=>{class e{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new Ve(!1)}get _hasPendingTasks(){return this.hasPendingTasks.value}add(){this._hasPendingTasks||this.hasPendingTasks.next(!0);let n=this.taskId++;return this.pendingTasks.add(n),n}remove(n){this.pendingTasks.delete(n),this.pendingTasks.size===0&&this._hasPendingTasks&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}}return e})();var Ld=class extends Ne{constructor(t=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=t,NO()&&(this.destroyRef=T(yb,{optional:!0})??void 0,this.pendingTasks=T(di,{optional:!0})??void 0)}emit(t){let n=X(null);try{super.next(t)}finally{X(n)}}subscribe(t,n,r){let i=t,o=n||(()=>null),s=r;if(t&&typeof t=="object"){let l=t;i=l.next?.bind(l),o=l.error?.bind(l),s=l.complete?.bind(l)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:i,error:o,complete:s});return t instanceof Se&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{t(n),r!==void 0&&this.pendingTasks?.remove(r)})}}},Ce=Ld;function Wa(...e){}function vb(e){let t,n;function r(){e=Wa;try{n!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(n),t!==void 0&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),typeof requestAnimationFrame=="function"&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function Yy(e){return queueMicrotask(()=>e()),()=>{e=Wa}}var Fp="isAngularZone",qa=Fp+"_ID",TN=0,xe=class e{constructor(t){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Ce(!1),this.onMicrotaskEmpty=new Ce(!1),this.onStable=new Ce(!1),this.onError=new Ce(!1);let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=gb}=t;if(typeof Zone>"u")throw new P(908,!1);Zone.assertZonePatched();let s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&r,s.shouldCoalesceRunChangeDetection=i,s.callbackScheduled=!1,s.scheduleInRootZone=o,_N(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Fp)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new P(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new P(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,i){let o=this._inner,s=o.scheduleEventTask("NgZoneEvent: "+i,t,AN,Wa,Wa);try{return o.runTask(s,n,r)}finally{o.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}},AN={};function Lp(e){if(e._nesting==0&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function IN(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){vb(()=>{e.callbackScheduled=!1,jd(e),e.isCheckStableRunning=!0,Lp(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),jd(e)}function _N(e){let t=()=>{IN(e)},n=TN++;e._inner=e._inner.fork({name:"angular",properties:{[Fp]:!0,[qa]:n,[qa+n]:!0},onInvokeTask:(r,i,o,s,a,l)=>{if(kN(l))return r.invokeTask(o,s,a,l);try{return $y(e),r.invokeTask(o,s,a,l)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),Ky(e)}},onInvoke:(r,i,o,s,a,l,u)=>{try{return $y(e),r.invoke(o,s,a,l,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!MN(l)&&t(),Ky(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,jd(e),Lp(e)):s.change=="macroTask"&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,i,o,s)=>(r.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}function jd(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function $y(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ky(e){e._nesting--,Lp(e)}var Bd=class{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Ce,this.onMicrotaskEmpty=new Ce,this.onStable=new Ce,this.onError=new Ce}run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,i){return t.apply(n,r)}};function kN(e){return bb(e,"__ignore_ng_zone__")}function MN(e){return bb(e,"__scheduler_tick__")}function bb(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var dn=class{constructor(){this._console=console}handleError(t){let n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&hd(t);for(;n&&hd(n);)n=hd(n);return n||null}},ON=new F("",{providedIn:"root",factory:()=>{let e=T(xe),t=T(dn);return n=>e.runOutsideAngular(()=>t.handleError(n))}});function NN(){return pi(ht(),le())}function pi(e,t){return new wt(qt(e,t))}var wt=(()=>{class e{constructor(n){this.nativeElement=n}static{this.__NG_ELEMENT_ID__=NN}}return e})();function RN(e){return e instanceof wt?e.nativeElement:e}function PN(){return this._results[Symbol.iterator]()}var Vd=class e{get changes(){return this._changes??=new Ce}constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._onDirty=void 0,this._results=[],this._changesDetected=!1,this._changes=void 0,this.length=0,this.first=void 0,this.last=void 0;let n=e.prototype;n[Symbol.iterator]||(n[Symbol.iterator]=PN)}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){this.dirty=!1;let r=nO(t);(this._changesDetected=!tO(this._results,r,n))&&(this._results=r,this.length=r.length,this.last=r[this.length-1],this.first=r[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.emit(this)}onDirty(t){this._onDirty=t}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}};function Sb(e){return(e.flags&128)===128}var Cb=new Map,FN=0;function LN(){return FN++}function jN(e){Cb.set(e[ol],e)}function zd(e){Cb.delete(e[ol])}var Zy="__ngContext__";function hr(e,t){Fn(t)?(e[Zy]=t[ol],jN(t)):e[Zy]=t}function xb(e){return Eb(e[So])}function wb(e){return Eb(e[Bt])}function Eb(e){for(;e!==null&&!mn(e);)e=e[Bt];return e}var Wd;function Db(e){Wd=e}function BN(){if(Wd!==void 0)return Wd;if(typeof document<"u")return document;throw new P(210,!1)}var jp=new F("",{providedIn:"root",factory:()=>VN}),VN="ng",Bp=new F(""),fi=new F("",{providedIn:"platform",factory:()=>"unknown"});var Vp=new F("",{providedIn:"root",factory:()=>BN().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var zN="h",WN="b";var qN=()=>null;function zp(e,t,n=!1){return qN(e,t,n)}var Tb=!1,UN=new F("",{providedIn:"root",factory:()=>Tb});var Ua=class{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${pv})`}};function cl(e){return e instanceof Ua?e.changingThisBreaksApplicationSecurity:e}function Ab(e,t){let n=HN(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${pv})`)}return n===t}function HN(e){return e instanceof Ua&&e.getTypeName()||null}var GN=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Ib(e){return e=String(e),e.match(GN)?e:"unsafe:"+e}var Wp=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e}(Wp||{});function Et(e){let t=YN();return t?t.sanitize(Wp.URL,e)||"":Ab(e,"URL")?cl(e):Ib(mo(e))}function YN(){let e=le();return e&&e[Jt].sanitizer}function _b(e){return e instanceof Function?e():e}var pn=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(pn||{}),$N;function qp(e,t){return $N(e,t)}function Yr(e,t,n,r,i){if(r!=null){let o,s=!1;mn(r)?o=r:Fn(r)&&(s=!0,r=r[hn]);let a=en(r);e===0&&n!==null?i==null?Nb(t,n,a):Ha(t,n,a,i||null,!0):e===1&&n!==null?Ha(t,n,a,i||null,!0):e===2?uR(t,a,s):e===3&&t.destroyNode(a),o!=null&&dR(t,e,o,n,i)}}function KN(e,t){return e.createText(t)}function ZN(e,t,n){e.setValue(t,n)}function kb(e,t,n){return e.createElement(t,n)}function QN(e,t){Mb(e,t),t[hn]=null,t[Wt]=null}function XN(e,t,n,r,i,o){r[hn]=i,r[Wt]=t,pl(e,r,n,1,i,o)}function Mb(e,t){t[Jt].changeDetectionScheduler?.notify(9),pl(e,t,t[$e],2,null,null)}function JN(e){let t=e[So];if(!t)return md(e[z],e);for(;t;){let n=null;if(Fn(t))n=t[So];else{let r=t[Ge];r&&(n=r)}if(!n){for(;t&&!t[Bt]&&t!==e;)Fn(t)&&md(t[z],t),t=t[Ye];t===null&&(t=e),Fn(t)&&md(t[z],t),n=t&&t[Bt]}t=n}}function eR(e,t,n,r){let i=Ge+r,o=n.length;r>0&&(n[i-1][Bt]=t),r<o-Ge?(t[Bt]=n[i],Sv(n,Ge+r,t)):(n.push(t),t[Bt]=null),t[Ye]=n;let s=t[lr];s!==null&&n!==s&&Ob(s,t);let a=t[cn];a!==null&&a.insertView(e),kd(t),t[L]|=128}function Ob(e,t){let n=e[ti],r=t[Ye];if(Fn(r))e[L]|=ja.HasTransplantedViews;else{let i=r[Ye][Vt];t[Vt]!==i&&(e[L]|=ja.HasTransplantedViews)}n===null?e[ti]=[t]:n.push(t)}function Up(e,t){let n=e[ti],r=n.indexOf(t);n.splice(r,1)}function Co(e,t){if(e.length<=Ge)return;let n=Ge+t,r=e[n];if(r){let i=r[lr];i!==null&&i!==e&&Up(i,r),t>0&&(e[n-1][Bt]=r[Bt]);let o=Ra(e,Ge+t);QN(r[z],r);let s=o[cn];s!==null&&s.detachView(o[z]),r[Ye]=null,r[Bt]=null,r[L]&=-129}return r}function dl(e,t){if(!(t[L]&256)){let n=t[$e];n.destroyNode&&pl(e,t,n,3,null,null),JN(t)}}function md(e,t){if(t[L]&256)return;let n=X(null);try{t[L]&=-129,t[L]|=256,t[Ct]&&zc(t[Ct]),nR(e,t),tR(e,t),t[z].type===1&&t[$e].destroy();let r=t[lr];if(r!==null&&mn(t[Ye])){r!==t[Ye]&&Up(r,t);let i=t[cn];i!==null&&i.detachView(e)}zd(t)}finally{X(n)}}function tR(e,t){let n=e.cleanup,r=t[Fa];if(n!==null)for(let o=0;o<n.length-1;o+=2)if(typeof n[o]=="string"){let s=n[o+3];s>=0?r[s]():r[-s].unsubscribe(),o+=2}else{let s=r[n[o+1]];n[o].call(s)}r!==null&&(t[Fa]=null);let i=t[Pn];if(i!==null){t[Pn]=null;for(let o=0;o<i.length;o++){let s=i[o];s()}}}function nR(e,t){let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){let i=t[n[r]];if(!(i instanceof pr)){let o=n[r+1];if(Array.isArray(o))for(let s=0;s<o.length;s+=2){let a=i[o[s]],l=o[s+1];Zt(4,a,l);try{l.call(a)}finally{Zt(5,a,l)}}else{Zt(4,i,o);try{o.call(i)}finally{Zt(5,i,o)}}}}}function rR(e,t,n){return iR(e,t.parent,n)}function iR(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[hn];{let{componentOffset:i}=r;if(i>-1){let{encapsulation:o}=e.data[r.directiveStart+i];if(o===Xt.None||o===Xt.Emulated)return null}return qt(r,n)}}function Ha(e,t,n,r,i){e.insertBefore(t,n,r,i)}function Nb(e,t,n){e.appendChild(t,n)}function Qy(e,t,n,r,i){r!==null?Ha(e,t,n,r,i):Nb(e,t,n)}function Rb(e,t){return e.parentNode(t)}function oR(e,t){return e.nextSibling(t)}function sR(e,t,n){return lR(e,t,n)}function aR(e,t,n){return e.type&40?qt(e,n):null}var lR=aR,Xy;function Hp(e,t,n,r){let i=rR(e,r,t),o=t[$e],s=r.parent||t[Wt],a=sR(s,r,t);if(i!=null)if(Array.isArray(n))for(let l=0;l<n.length;l++)Qy(o,i,n[l],a,!1);else Qy(o,i,n,a,!1);Xy!==void 0&&Xy(o,r,t,n,i)}function po(e,t){if(t!==null){let n=t.type;if(n&3)return qt(t,e);if(n&4)return qd(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return po(e,r);{let i=e[t.index];return mn(i)?qd(-1,i):en(i)}}else{if(n&128)return po(e,t.next);if(n&32)return qp(t,e)()||en(e[t.index]);{let r=Pb(e,t);if(r!==null){if(Array.isArray(r))return r[0];let i=cr(e[Vt]);return po(i,r)}else return po(e,t.next)}}}return null}function Pb(e,t){if(t!==null){let r=e[Vt][Wt],i=t.projection;return r.projection[i]}return null}function qd(e,t){let n=Ge+e+1;if(n<t.length){let r=t[n],i=r[z].firstChild;if(i!==null)return po(r,i)}return t[ur]}function uR(e,t,n){e.removeChild(null,t,n)}function Gp(e,t,n,r,i,o,s){for(;n!=null;){if(n.type===128){n=n.next;continue}let a=r[n.index],l=n.type;if(s&&t===0&&(a&&hr(en(a),r),n.flags|=2),(n.flags&32)!==32)if(l&8)Gp(e,t,n.child,r,i,o,!1),Yr(t,e,i,a,o);else if(l&32){let u=qp(n,r),c;for(;c=u();)Yr(t,e,i,c,o);Yr(t,e,i,a,o)}else l&16?cR(e,t,r,n,i,o):Yr(t,e,i,a,o);n=s?n.projectionNext:n.next}}function pl(e,t,n,r,i,o){Gp(n,r,e.firstChild,t,i,o,!1)}function cR(e,t,n,r,i,o){let s=n[Vt],l=s[Wt].projection[r.projection];if(Array.isArray(l))for(let u=0;u<l.length;u++){let c=l[u];Yr(t,e,i,c,o)}else{let u=l,c=s[Ye];Sb(r)&&(u.flags|=128),Gp(e,t,u,c,i,o,!0)}}function dR(e,t,n,r,i){let o=n[ur],s=en(n);o!==s&&Yr(t,e,r,o,i);for(let a=Ge;a<n.length;a++){let l=n[a];pl(l[z],l,e,t,r,o)}}function pR(e,t,n,r,i){if(t)i?e.addClass(n,r):e.removeClass(n,r);else{let o=r.indexOf("-")===-1?void 0:pn.DashCase;i==null?e.removeStyle(n,r,o):(typeof i=="string"&&i.endsWith("!important")&&(i=i.slice(0,-10),o|=pn.Important),e.setStyle(n,r,i,o))}}function fR(e,t,n){e.setAttribute(t,"style",n)}function Fb(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function Lb(e,t,n){let{mergedAttrs:r,classes:i,styles:o}=n;r!==null&&Ed(e,t,r),i!==null&&Fb(e,t,i),o!==null&&fR(e,t,o)}var yn={};function I(e=1){jb(et(),le(),gn()+e,!1)}function jb(e,t,n,r){if(!r)if((t[L]&3)===3){let o=e.preOrderCheckHooks;o!==null&&Aa(t,o,n)}else{let o=e.preOrderHooks;o!==null&&Ia(t,o,0,n)}dr(n)}function ve(e,t=$.Default){let n=le();if(n===null)return ie(e,t);let r=ht();return pb(r,n,Je(e),t)}function Bb(e,t,n,r,i,o){let s=X(null);try{let a=null;i&Ln.SignalBased&&(a=t[r][kn]),a!==null&&a.transformFn!==void 0&&(o=a.transformFn(o)),i&Ln.HasDecoratorInputTransform&&(o=e.inputTransforms[r].call(t,o)),e.setInput!==null?e.setInput(t,a,o,n,r):jv(t,a,r,o)}finally{X(s)}}function hR(e,t){let n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){let i=n[r];if(i<0)dr(~i);else{let o=i,s=n[++r],a=n[++r];rN(s,o);let l=t[o];a(2,l)}}}finally{dr(-1)}}function fl(e,t,n,r,i,o,s,a,l,u,c){let p=t.blueprint.slice();return p[hn]=i,p[L]=r|4|128|8|64,(u!==null||e&&e[L]&2048)&&(p[L]|=2048),qv(p),p[Ye]=p[ui]=e,p[He]=n,p[Jt]=s||e&&e[Jt],p[$e]=a||e&&e[$e],p[ei]=l||e&&e[ei]||null,p[Wt]=o,p[ol]=LN(),p[bo]=c,p[Pv]=u,p[Vt]=t.type==2?e[Vt]:p,p}function Mo(e,t,n,r,i){let o=e.data[t];if(o===null)o=mR(e,t,n,r,i),nN()&&(o.flags|=32);else if(o.type&64){o.type=n,o.value=r,o.attrs=i;let s=QO();o.injectorIndex=s===null?-1:s.injectorIndex}return ci(o,!0),o}function mR(e,t,n,r,i){let o=$v(),s=Kv(),a=s?o:o&&o.parent,l=e.data[t]=CR(e,a,n,t,r,i);return e.firstChild===null&&(e.firstChild=l),o!==null&&(s?o.child==null&&l.parent!==null&&(o.child=l):o.next===null&&(o.next=l,l.prev=o)),l}function Vb(e,t,n,r){if(n===0)return-1;let i=t.length;for(let o=0;o<n;o++)t.push(r),e.blueprint.push(r),e.data.push(null);return i}function zb(e,t,n,r,i){let o=gn(),s=r&2;try{dr(-1),s&&t.length>ft&&jb(e,t,ft,!1),Zt(s?2:0,i),n(r,i)}finally{dr(o),Zt(s?3:1,i)}}function Wb(e,t,n){if(Lv(t)){let r=X(null);try{let i=t.directiveStart,o=t.directiveEnd;for(let s=i;s<o;s++){let a=e.data[s];if(a.contentQueries){let l=n[s];a.contentQueries(1,l,s)}}}finally{X(r)}}}function qb(e,t,n){Yv()&&(IR(e,t,n,qt(n,t)),(n.flags&64)===64&&$b(e,t,n))}function Ub(e,t,n=qt){let r=t.localNames;if(r!==null){let i=t.index+1;for(let o=0;o<r.length;o+=2){let s=r[o+1],a=s===-1?n(t,e):e[s];e[i++]=a}}}function Hb(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Yp(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Yp(e,t,n,r,i,o,s,a,l,u,c){let p=ft+r,d=p+i,f=gR(p,d),g=typeof u=="function"?u():u;return f[z]={type:e,blueprint:f,template:n,queries:null,viewQuery:a,declTNode:t,data:f.slice().fill(null,p),bindingStartIndex:p,expandoStartIndex:d,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof o=="function"?o():o,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:l,consts:g,incompleteFirstPass:!1,ssrId:c}}function gR(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:yn);return n}function yR(e,t,n,r){let o=r.get(UN,Tb)||n===Xt.ShadowDom,s=e.selectRootElement(t,o);return vR(s),s}function vR(e){bR(e)}var bR=()=>null;function SR(e,t,n,r){let i=Qb(t);i.push(n),e.firstCreatePass&&Xb(e).push(r,i.length-1)}function CR(e,t,n,r,i,o){let s=t?t.injectorIndex:-1,a=0;return $O()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:a,providerIndexes:0,value:i,attrs:o,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function Jy(e,t,n,r,i){for(let o in t){if(!t.hasOwnProperty(o))continue;let s=t[o];if(s===void 0)continue;r??={};let a,l=Ln.None;Array.isArray(s)?(a=s[0],l=s[1]):a=s;let u=o;if(i!==null){if(!i.hasOwnProperty(o))continue;u=i[o]}e===0?ev(r,n,u,a,l):ev(r,n,u,a)}return r}function ev(e,t,n,r,i){let o;e.hasOwnProperty(n)?(o=e[n]).push(t,r):o=e[n]=[t,r],i!==void 0&&o.push(i)}function xR(e,t,n){let r=t.directiveStart,i=t.directiveEnd,o=e.data,s=t.attrs,a=[],l=null,u=null;for(let c=r;c<i;c++){let p=o[c],d=n?n.get(p):null,f=d?d.inputs:null,g=d?d.outputs:null;l=Jy(0,p.inputs,c,l,f),u=Jy(1,p.outputs,c,u,g);let h=l!==null&&s!==null&&!Cp(t)?LR(l,c,s):null;a.push(h)}l!==null&&(l.hasOwnProperty("class")&&(t.flags|=8),l.hasOwnProperty("style")&&(t.flags|=16)),t.initialInputs=a,t.inputs=l,t.outputs=u}function wR(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function ER(e,t,n,r,i,o,s,a){let l=qt(t,n),u=t.inputs,c;!a&&u!=null&&(c=u[r])?($p(e,n,c,r,i),sl(t)&&DR(n,t.index)):t.type&3?(r=wR(r),i=s!=null?s(i,t.value||"",r):i,o.setProperty(l,r,i)):t.type&12}function DR(e,t){let n=zn(t,e);n[L]&16||(n[L]|=64)}function Gb(e,t,n,r){if(Yv()){let i=r===null?null:{"":-1},o=kR(e,n),s,a;o===null?s=a=null:[s,a]=o,s!==null&&Yb(e,t,n,s,i,a),i&&MR(n,r,i)}n.mergedAttrs=yo(n.mergedAttrs,n.attrs)}function Yb(e,t,n,r,i,o){for(let u=0;u<r.length;u++)Rd(za(n,t),e,r[u].type);NR(n,e.data.length,r.length);for(let u=0;u<r.length;u++){let c=r[u];c.providersResolver&&c.providersResolver(c)}let s=!1,a=!1,l=Vb(e,t,r.length,null);for(let u=0;u<r.length;u++){let c=r[u];n.mergedAttrs=yo(n.mergedAttrs,c.hostAttrs),RR(e,n,t,l,c),OR(l,c,i),c.contentQueries!==null&&(n.flags|=4),(c.hostBindings!==null||c.hostAttrs!==null||c.hostVars!==0)&&(n.flags|=64);let p=c.type.prototype;!s&&(p.ngOnChanges||p.ngOnInit||p.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),s=!0),!a&&(p.ngOnChanges||p.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),a=!0),l++}xR(e,n,o)}function TR(e,t,n,r,i){let o=i.hostBindings;if(o){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;AR(s)!=a&&s.push(a),s.push(n,r,o)}}function AR(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function IR(e,t,n,r){let i=n.directiveStart,o=n.directiveEnd;sl(n)&&PR(t,n,e.data[i+n.componentOffset]),e.firstCreatePass||za(n,t),hr(r,t);let s=n.initialInputs;for(let a=i;a<o;a++){let l=e.data[a],u=fr(t,e,a,n);if(hr(u,t),s!==null&&FR(t,a-i,u,l,n,s),jn(l)){let c=zn(n.index,t);c[He]=fr(t,e,a,n)}}}function $b(e,t,n){let r=n.directiveStart,i=n.directiveEnd,o=n.index,s=iN();try{dr(o);for(let a=r;a<i;a++){let l=e.data[a],u=t[a];Md(a),(l.hostBindings!==null||l.hostVars!==0||l.hostAttrs!==null)&&_R(l,u)}}finally{dr(-1),Md(s)}}function _R(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function kR(e,t){let n=e.directiveRegistry,r=null,i=null;if(n)for(let o=0;o<n.length;o++){let s=n[o];if(fO(t,s.selectors,!1))if(r||(r=[]),jn(s))if(s.findHostDirectiveDefs!==null){let a=[];i=i||new Map,s.findHostDirectiveDefs(s,a,i),r.unshift(...a,s);let l=a.length;Ud(e,t,l)}else r.unshift(s),Ud(e,t,0);else i=i||new Map,s.findHostDirectiveDefs?.(s,r,i),r.push(s)}return r===null?null:[r,i]}function Ud(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function MR(e,t,n){if(t){let r=e.localNames=[];for(let i=0;i<t.length;i+=2){let o=n[t[i+1]];if(o==null)throw new P(-301,!1);r.push(t[i],o)}}}function OR(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;jn(t)&&(n[""]=e)}}function NR(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function RR(e,t,n,r,i){e.data[r]=i;let o=i.factory||(i.factory=Zr(i.type,!0)),s=new pr(o,jn(i),ve);e.blueprint[r]=s,n[r]=s,TR(e,t,r,Vb(e,n,i.hostVars,yn),i)}function PR(e,t,n){let r=qt(t,e),i=Hb(n),o=e[Jt].rendererFactory,s=16;n.signals?s=4096:n.onPush&&(s=64);let a=hl(e,fl(e,i,null,s,r,t,null,o.createRenderer(r,n),null,null,null));e[t.index]=a}function FR(e,t,n,r,i,o){let s=o[t];if(s!==null)for(let a=0;a<s.length;){let l=s[a++],u=s[a++],c=s[a++],p=s[a++];Bb(r,n,l,u,c,p)}}function LR(e,t,n){let r=null,i=0;for(;i<n.length;){let o=n[i];if(o===0){i+=4;continue}else if(o===5){i+=2;continue}if(typeof o=="number")break;if(e.hasOwnProperty(o)){r===null&&(r=[]);let s=e[o];for(let a=0;a<s.length;a+=3)if(s[a]===t){r.push(o,s[a+1],s[a+2],n[i+1]);break}}i+=2}return r}function Kb(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function Zb(e,t){let n=e.contentQueries;if(n!==null){let r=X(null);try{for(let i=0;i<n.length;i+=2){let o=n[i],s=n[i+1];if(s!==-1){let a=e.data[s];_p(o),a.contentQueries(2,t[s],s)}}}finally{X(r)}}}function hl(e,t){return e[So]?e[By][Bt]=t:e[So]=t,e[By]=t,t}function Hd(e,t,n){_p(0);let r=X(null);try{t(e,n)}finally{X(r)}}function Qb(e){return e[Fa]??=[]}function Xb(e){return e.cleanup??=[]}function Jb(e,t){let n=e[ei],r=n?n.get(dn,null):null;r&&r.handleError(t)}function $p(e,t,n,r,i){for(let o=0;o<n.length;){let s=n[o++],a=n[o++],l=n[o++],u=t[s],c=e.data[s];Bb(c,u,r,a,l,i)}}function eS(e,t,n){let r=Wv(t,e);ZN(e[$e],r,n)}function jR(e,t){let n=zn(t,e),r=n[z];BR(r,n);let i=n[hn];i!==null&&n[bo]===null&&(n[bo]=zp(i,n[ei])),Kp(r,n,n[He])}function BR(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function Kp(e,t,n){kp(t);try{let r=e.viewQuery;r!==null&&Hd(1,r,n);let i=e.template;i!==null&&zb(e,t,i,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[cn]?.finishViewCreation(e),e.staticContentQueries&&Zb(e,t),e.staticViewQueries&&Hd(2,e.viewQuery,n);let o=e.components;o!==null&&VR(t,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[L]&=-5,Mp()}}function VR(e,t){for(let n=0;n<t.length;n++)jR(e,t[n])}function ml(e,t,n,r){let i=X(null);try{let o=t.tView,a=e[L]&4096?4096:16,l=fl(e,o,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),u=e[t.index];l[lr]=u;let c=e[cn];return c!==null&&(l[cn]=c.createEmbeddedView(o)),Kp(o,l,n),l}finally{X(i)}}function tS(e,t){let n=Ge+t;if(n<e.length)return e[n]}function xo(e,t){return!t||t.firstChild===null||Sb(e)}function gl(e,t,n,r=!0){let i=t[z];if(eR(i,t,e,n),r){let s=qd(n,e),a=t[$e],l=Rb(a,e[ur]);l!==null&&XN(i,e[Wt],a,t,l,s)}let o=t[bo];o!==null&&o.firstChild!==null&&(o.firstChild=null)}function nS(e,t){let n=Co(e,t);return n!==void 0&&dl(n[z],n),n}function Ga(e,t,n,r,i=!1){for(;n!==null;){if(n.type===128){n=i?n.projectionNext:n.next;continue}let o=t[n.index];o!==null&&r.push(en(o)),mn(o)&&zR(o,r);let s=n.type;if(s&8)Ga(e,t,n.child,r);else if(s&32){let a=qp(n,t),l;for(;l=a();)r.push(l)}else if(s&16){let a=Pb(t,n);if(Array.isArray(a))r.push(...a);else{let l=cr(t[Vt]);Ga(l[z],l,a,r,!0)}}n=i?n.projectionNext:n.next}return r}function zR(e,t){for(let n=Ge;n<e.length;n++){let r=e[n],i=r[z].firstChild;i!==null&&Ga(r[z],r,i,t)}e[ur]!==e[hn]&&t.push(e[ur])}var rS=[];function WR(e){return e[Ct]??qR(e)}function qR(e){let t=rS.pop()??Object.create(HR);return t.lView=e,t}function UR(e){e.lView[Ct]!==e&&(e.lView=null,rS.push(e))}var HR=ee(E({},ao),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{ll(e.lView)},consumerOnSignalRead(){this.lView[Ct]=this}});function GR(e){let t=e[Ct]??Object.create(YR);return t.lView=e,t}var YR=ee(E({},ao),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{let t=cr(e.lView);for(;t&&!iS(t[z]);)t=cr(t);t&&Uv(t)},consumerOnSignalRead(){this.lView[Ct]=this}});function iS(e){return e.type!==2}var $R=100;function oS(e,t=!0,n=0){let r=e[Jt],i=r.rendererFactory,o=!1;o||i.begin?.();try{KR(e,n)}catch(s){throw t&&Jb(e,s),s}finally{o||(i.end?.(),r.inlineEffectRunner?.flush())}}function KR(e,t){let n=Zv();try{zy(!0),Gd(e,t);let r=0;for(;al(e);){if(r===$R)throw new P(103,!1);r++,Gd(e,1)}}finally{zy(n)}}function ZR(e,t,n,r){let i=t[L];if((i&256)===256)return;let o=!1,s=!1;!o&&t[Jt].inlineEffectRunner?.flush(),kp(t);let a=!0,l=null,u=null;o||(iS(e)?(u=WR(t),l=Ys(u)):Ug()===null?(a=!1,u=GR(t),l=Ys(u)):t[Ct]&&(zc(t[Ct]),t[Ct]=null));try{qv(t),tN(e.bindingStartIndex),n!==null&&zb(e,t,n,2,r);let c=(i&3)===3;if(!o)if(c){let f=e.preOrderCheckHooks;f!==null&&Aa(t,f,null)}else{let f=e.preOrderHooks;f!==null&&Ia(t,f,0,null),dd(t,0)}if(s||QR(t),sS(t,0),e.contentQueries!==null&&Zb(e,t),!o)if(c){let f=e.contentCheckHooks;f!==null&&Aa(t,f)}else{let f=e.contentHooks;f!==null&&Ia(t,f,1),dd(t,1)}hR(e,t);let p=e.components;p!==null&&lS(t,p,0);let d=e.viewQuery;if(d!==null&&Hd(2,d,r),!o)if(c){let f=e.viewCheckHooks;f!==null&&Aa(t,f)}else{let f=e.viewHooks;f!==null&&Ia(t,f,2),dd(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[cd]){for(let f of t[cd])f();t[cd]=null}o||(t[L]&=-73)}catch(c){throw o||ll(t),c}finally{u!==null&&(Bc(u,l),a&&UR(u)),Mp()}}function sS(e,t){for(let n=xb(e);n!==null;n=wb(n))for(let r=Ge;r<n.length;r++){let i=n[r];aS(i,t)}}function QR(e){for(let t=xb(e);t!==null;t=wb(t)){if(!(t[L]&ja.HasTransplantedViews))continue;let n=t[ti];for(let r=0;r<n.length;r++){let i=n[r];Uv(i)}}}function XR(e,t,n){let r=zn(t,e);aS(r,n)}function aS(e,t){Tp(e)&&Gd(e,t)}function Gd(e,t){let r=e[z],i=e[L],o=e[Ct],s=!!(t===0&&i&16);if(s||=!!(i&64&&t===0),s||=!!(i&1024),s||=!!(o?.dirty&&Vc(o)),s||=!1,o&&(o.dirty=!1),e[L]&=-9217,s)ZR(r,e,r.template,e[He]);else if(i&8192){sS(e,1);let a=r.components;a!==null&&lS(e,a,1)}}function lS(e,t,n){for(let r=0;r<t.length;r++)XR(e,t[r],n)}function Zp(e,t){let n=Zv()?64:1088;for(e[Jt].changeDetectionScheduler?.notify(t);e;){e[L]|=n;let r=cr(e);if(Id(e)&&!r)return e;e=r}return null}var mr=class{get rootNodes(){let t=this._lView,n=t[z];return Ga(n,t,n.firstChild,[])}constructor(t,n,r=!0){this._lView=t,this._cdRefInjectingView=n,this.notifyErrorHandler=r,this._appRef=null,this._attachedToViewContainer=!1}get context(){return this._lView[He]}set context(t){this._lView[He]=t}get destroyed(){return(this._lView[L]&256)===256}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[Ye];if(mn(t)){let n=t[La],r=n?n.indexOf(this):-1;r>-1&&(Co(t,r),Ra(n,r))}this._attachedToViewContainer=!1}dl(this._lView[z],this._lView)}onDestroy(t){Hv(this._lView,t)}markForCheck(){Zp(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[L]&=-129}reattach(){kd(this._lView),this._lView[L]|=128}detectChanges(){this._lView[L]|=1024,oS(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new P(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=Id(this._lView),n=this._lView[lr];n!==null&&!t&&Up(n,this._lView),Mb(this._lView[z],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new P(902,!1);this._appRef=t;let n=Id(this._lView),r=this._lView[lr];r!==null&&!n&&Ob(r,this._lView),kd(this._lView)}},wo=(()=>{class e{static{this.__NG_ELEMENT_ID__=t1}}return e})(),JR=wo,e1=class extends JR{constructor(t,n,r){super(),this._declarationLView=t,this._declarationTContainer=n,this.elementRef=r}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(t,n){return this.createEmbeddedViewImpl(t,n)}createEmbeddedViewImpl(t,n,r){let i=ml(this._declarationLView,this._declarationTContainer,t,{embeddedViewInjector:n,dehydratedView:r});return new mr(i)}};function t1(){return Qp(ht(),le())}function Qp(e,t){return e.type&4?new e1(t,e,pi(e,t)):null}var zY=new RegExp(`^(\\d+)*(${WN}|${zN})*(.*)`);var n1=()=>null;function Eo(e,t){return n1(e,t)}var ri=class{},yl=new F("",{providedIn:"root",factory:()=>!1});var uS=new F(""),cS=new F(""),Yd=class{},Ya=class{};function r1(e){let t=Error(`No component factory found for ${ot(e)}.`);return t[i1]=e,t}var i1="ngComponent";var $d=class{resolveComponentFactory(t){throw r1(t)}},ii=class{static{this.NULL=new $d}},oi=class{},hi=(()=>{class e{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>o1()}}return e})();function o1(){let e=le(),t=ht(),n=zn(t.index,e);return(Fn(n)?n:e)[$e]}var s1=(()=>{class e{static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>null})}}return e})();function Kd(e,t,n){let r=n?e.styles:null,i=n?e.classes:null,o=0;if(t!==null)for(let s=0;s<t.length;s++){let a=t[s];if(typeof a=="number")o=a;else if(o==1)i=_y(i,a);else if(o==2){let l=a,u=t[++s];r=_y(r,l+": "+u+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=i:e.classesWithoutHost=i}var $a=class extends ii{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=ar(t);return new Do(n,this.ngModule)}};function tv(e,t){let n=[];for(let r in e){if(!e.hasOwnProperty(r))continue;let i=e[r];if(i===void 0)continue;let o=Array.isArray(i),s=o?i[0]:i,a=o?i[1]:Ln.None;t?n.push({propName:s,templateName:r,isSignal:(a&Ln.SignalBased)!==0}):n.push({propName:s,templateName:r})}return n}function a1(e){let t=e.toLowerCase();return t==="svg"?jO:t==="math"?BO:null}var Do=class extends Ya{get inputs(){let t=this.componentDef,n=t.inputTransforms,r=tv(t.inputs,!0);if(n!==null)for(let i of r)n.hasOwnProperty(i.propName)&&(i.transform=n[i.propName]);return r}get outputs(){return tv(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=yO(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,r,i){let o=X(null);try{i=i||this.ngModule;let s=i instanceof xt?i:i?.injector;s&&this.componentDef.getStandaloneInjector!==null&&(s=this.componentDef.getStandaloneInjector(s)||s);let a=s?new Od(t,s):t,l=a.get(oi,null);if(l===null)throw new P(407,!1);let u=a.get(s1,null),c=a.get(ri,null),p={rendererFactory:l,sanitizer:u,inlineEffectRunner:null,changeDetectionScheduler:c},d=l.createRenderer(null,this.componentDef),f=this.componentDef.selectors[0][0]||"div",g=r?yR(d,r,this.componentDef.encapsulation,a):kb(d,f,a1(f)),h=512;this.componentDef.signals?h|=4096:this.componentDef.onPush||(h|=16);let y=null;g!==null&&(y=zp(g,a,!0));let m=Yp(0,null,null,1,0,null,null,null,null,null,null),v=fl(null,m,null,h,null,null,p,d,a,null,y);kp(v);let S,C,w=null;try{let x=this.componentDef,q,U=null;x.findHostDirectiveDefs?(q=[],U=new Map,x.findHostDirectiveDefs(x,q,U),q.push(x)):q=[x];let ae=l1(v,g);w=u1(ae,g,x,q,v,p,d),C=Dp(m,ft),g&&p1(d,x,g,r),n!==void 0&&f1(C,this.ngContentSelectors,n),S=d1(w,x,q,U,v,[h1]),Kp(m,v,null)}catch(x){throw w!==null&&zd(w),zd(v),x}finally{Mp()}return new Zd(this.componentType,S,pi(C,v),v,C)}finally{X(o)}}},Zd=class extends Yd{constructor(t,n,r,i,o){super(),this.location=r,this._rootLView=i,this._tNode=o,this.previousInputValues=null,this.instance=n,this.hostView=this.changeDetectorRef=new mr(i,void 0,!1),this.componentType=t}setInput(t,n){let r=this._tNode.inputs,i;if(r!==null&&(i=r[t])){if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let o=this._rootLView;$p(o[z],o,i,t,n),this.previousInputValues.set(t,n);let s=zn(this._tNode.index,o);Zp(s,1)}}get injector(){return new sr(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function l1(e,t){let n=e[z],r=ft;return e[r]=t,Mo(n,r,2,"#host",null)}function u1(e,t,n,r,i,o,s){let a=i[z];c1(r,e,t,s);let l=null;t!==null&&(l=zp(t,i[ei]));let u=o.rendererFactory.createRenderer(t,n),c=16;n.signals?c=4096:n.onPush&&(c=64);let p=fl(i,Hb(n),null,c,i[e.index],e,o,u,null,null,l);return a.firstCreatePass&&Ud(a,e,r.length-1),hl(i,p),i[e.index]=p}function c1(e,t,n,r){for(let i of e)t.mergedAttrs=yo(t.mergedAttrs,i.hostAttrs);t.mergedAttrs!==null&&(Kd(t,t.mergedAttrs,!0),n!==null&&Lb(r,n,t))}function d1(e,t,n,r,i,o){let s=ht(),a=i[z],l=qt(s,i);Yb(a,i,s,n,null,r);for(let c=0;c<n.length;c++){let p=s.directiveStart+c,d=fr(i,a,p,s);hr(d,i)}$b(a,i,s),l&&hr(l,i);let u=fr(i,a,s.directiveStart+s.componentOffset,s);if(e[He]=i[He]=u,o!==null)for(let c of o)c(u,t);return Wb(a,s,i),u}function p1(e,t,n,r){if(r)Ed(e,n,["ng-version","18.2.14"]);else{let{attrs:i,classes:o}=vO(t.selectors[0]);i&&Ed(e,n,i),o&&o.length>0&&Fb(e,n,o.join(" "))}}function f1(e,t,n){let r=e.projection=[];for(let i=0;i<t.length;i++){let o=n[i];r.push(o!=null?Array.from(o):null)}}function h1(){let e=ht();Rp(le()[z],e)}var mi=(()=>{class e{static{this.__NG_ELEMENT_ID__=m1}}return e})();function m1(){let e=ht();return pS(e,le())}var g1=mi,dS=class extends g1{constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return pi(this._hostTNode,this._hostLView)}get injector(){return new sr(this._hostTNode,this._hostLView)}get parentInjector(){let t=Pp(this._hostTNode,this._hostLView);if(sb(t)){let n=Va(t,this._hostLView),r=Ba(t),i=n[z].data[r+8];return new sr(i,n)}else return new sr(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=nv(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-Ge}createEmbeddedView(t,n,r){let i,o;typeof r=="number"?i=r:r!=null&&(i=r.index,o=r.injector);let s=Eo(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},o,s);return this.insertImpl(a,i,xo(this._hostTNode,s)),a}createComponent(t,n,r,i,o){let s=t&&!RO(t),a;if(s)a=n;else{let g=n||{};a=g.index,r=g.injector,i=g.projectableNodes,o=g.environmentInjector||g.ngModuleRef}let l=s?t:new Do(ar(t)),u=r||this.parentInjector;if(!o&&l.ngModule==null){let h=(s?u:this.parentInjector).get(xt,null);h&&(o=h)}let c=ar(l.componentType??{}),p=Eo(this._lContainer,c?.id??null),d=p?.firstChild??null,f=l.create(u,i,d,o);return this.insertImpl(f.hostView,a,xo(this._hostTNode,p)),f}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let i=t._lView;if(WO(i)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let l=i[Ye],u=new dS(l,l[Wt],l[Ye]);u.detach(u.indexOf(t))}}let o=this._adjustIndex(n),s=this._lContainer;return gl(s,i,o,r),t.attachToViewContainerRef(),Sv(gd(s),o,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=nv(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=Co(this._lContainer,n);r&&(Ra(gd(this._lContainer),n),dl(r[z],r))}detach(t){let n=this._adjustIndex(t,-1),r=Co(this._lContainer,n);return r&&Ra(gd(this._lContainer),n)!=null?new mr(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function nv(e){return e[La]}function gd(e){return e[La]||(e[La]=[])}function pS(e,t){let n,r=t[e.index];return mn(r)?n=r:(n=Kb(r,t,null,e),t[e.index]=n,hl(t,n)),v1(n,t,e,r),new dS(n,e,t)}function y1(e,t){let n=e[$e],r=n.createComment(""),i=qt(t,e),o=Rb(n,i);return Ha(n,o,r,oR(n,i),!1),r}var v1=C1,b1=()=>!1;function S1(e,t,n){return b1(e,t,n)}function C1(e,t,n,r){if(e[ur])return;let i;n.type&8?i=en(r):i=y1(t,n),e[ur]=i}var Qd=class e{constructor(t){this.queryList=t,this.matches=null}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},Xd=class e{constructor(t=[]){this.queries=t}createEmbeddedView(t){let n=t.queries;if(n!==null){let r=t.contentQueries!==null?t.contentQueries[0]:n.length,i=[];for(let o=0;o<r;o++){let s=n.getByIndex(o),a=this.queries[s.indexInDeclarationView];i.push(a.clone())}return new e(i)}return null}insertView(t){this.dirtyQueriesWithMatches(t)}detachView(t){this.dirtyQueriesWithMatches(t)}finishViewCreation(t){this.dirtyQueriesWithMatches(t)}dirtyQueriesWithMatches(t){for(let n=0;n<this.queries.length;n++)Xp(t,n).matches!==null&&this.queries[n].setDirty()}},Jd=class{constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=_1(t):this.predicate=t}},ep=class e{constructor(t=[]){this.queries=t}elementStart(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].elementStart(t,n)}elementEnd(t){for(let n=0;n<this.queries.length;n++)this.queries[n].elementEnd(t)}embeddedTView(t){let n=null;for(let r=0;r<this.length;r++){let i=n!==null?n.length:0,o=this.getByIndex(r).embeddedTView(t,i);o&&(o.indexInDeclarationView=r,n!==null?n.push(o):n=[o])}return n!==null?new e(n):null}template(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}},tp=class e{constructor(t,n=-1){this.metadata=t,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,this._declarationNodeIndex=n}elementStart(t,n){this.isApplyingToNode(n)&&this.matchTNode(t,n)}elementEnd(t){this._declarationNodeIndex===t.index&&(this._appliesToNextNode=!1)}template(t,n){this.elementStart(t,n)}embeddedTView(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let n=this._declarationNodeIndex,r=t.parent;for(;r!==null&&r.type&8&&r.index!==n;)r=r.parent;return n===(r!==null?r.index:-1)}return this._appliesToNextNode}matchTNode(t,n){let r=this.metadata.predicate;if(Array.isArray(r))for(let i=0;i<r.length;i++){let o=r[i];this.matchTNodeWithReadOption(t,n,x1(n,o)),this.matchTNodeWithReadOption(t,n,_a(n,t,o,!1,!1))}else r===wo?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,_a(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let i=this.metadata.read;if(i!==null)if(i===wt||i===mi||i===wo&&n.type&4)this.addMatch(n.index,-2);else{let o=_a(n,t,i,!1,!1);o!==null&&this.addMatch(n.index,o)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}};function x1(e,t){let n=e.localNames;if(n!==null){for(let r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1]}return null}function w1(e,t){return e.type&11?pi(e,t):e.type&4?Qp(e,t):null}function E1(e,t,n,r){return n===-1?w1(t,e):n===-2?D1(e,t,r):fr(e,e[z],n,t)}function D1(e,t,n){if(n===wt)return pi(t,e);if(n===wo)return Qp(t,e);if(n===mi)return pS(t,e)}function fS(e,t,n,r){let i=t[cn].queries[r];if(i.matches===null){let o=e.data,s=n.matches,a=[];for(let l=0;s!==null&&l<s.length;l+=2){let u=s[l];if(u<0)a.push(null);else{let c=o[u];a.push(E1(t,c,s[l+1],n.metadata.read))}}i.matches=a}return i.matches}function np(e,t,n,r){let i=e.queries.getByIndex(n),o=i.matches;if(o!==null){let s=fS(e,t,i,n);for(let a=0;a<o.length;a+=2){let l=o[a];if(l>0)r.push(s[a/2]);else{let u=o[a+1],c=t[-l];for(let p=Ge;p<c.length;p++){let d=c[p];d[lr]===d[Ye]&&np(d[z],d,u,r)}if(c[ti]!==null){let p=c[ti];for(let d=0;d<p.length;d++){let f=p[d];np(f[z],f,u,r)}}}}}return r}function T1(e,t){return e[cn].queries[t].queryList}function A1(e,t,n){let r=new Vd((n&4)===4);return SR(e,t,r,r.destroy),(t[cn]??=new Xd).queries.push(new Qd(r))-1}function I1(e,t,n){let r=et();return r.firstCreatePass&&(k1(r,new Jd(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),A1(r,le(),t)}function _1(e){return e.split(",").map(t=>t.trim())}function k1(e,t,n){e.queries===null&&(e.queries=new ep),e.queries.track(new tp(t,n))}function Xp(e,t){return e.queries.getByIndex(t)}function M1(e,t){let n=e[z],r=Xp(n,t);return r.crossesNgTemplate?np(n,e,t,[]):fS(n,e,r,t)}var rv=new Set;function Wn(e){rv.has(e)||(rv.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}function vl(e,t){Wn("NgSignals");let n=ty(e),r=n[kn];return t?.equal&&(r.equal=t.equal),n.set=i=>Wc(r,i),n.update=i=>ny(r,i),n.asReadonly=O1.bind(n),n}function O1(){let e=this[kn];if(e.readonlyFn===void 0){let t=()=>this();t[kn]=e,e.readonlyFn=t}return e.readonlyFn}function N1(e){return Object.getPrototypeOf(e.prototype).constructor}function gi(e){let t=N1(e.type),n=!0,r=[e];for(;t;){let i;if(jn(e))i=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new P(903,!1);i=t.\u0275dir}if(i){if(n){r.push(i);let s=e;s.inputs=wa(e.inputs),s.inputTransforms=wa(e.inputTransforms),s.declaredInputs=wa(e.declaredInputs),s.outputs=wa(e.outputs);let a=i.hostBindings;a&&j1(e,a);let l=i.viewQuery,u=i.contentQueries;if(l&&F1(e,l),u&&L1(e,u),R1(e,i),PM(e.outputs,i.outputs),jn(i)&&i.data.animation){let c=e.data;c.animation=(c.animation||[]).concat(i.data.animation)}}let o=i.features;if(o)for(let s=0;s<o.length;s++){let a=o[s];a&&a.ngInherit&&a(e),a===gi&&(n=!1)}}t=Object.getPrototypeOf(t)}P1(r)}function R1(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];if(r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n],t.inputTransforms!==null)){let i=Array.isArray(r)?r[0]:r;if(!t.inputTransforms.hasOwnProperty(i))continue;e.inputTransforms??={},e.inputTransforms[i]=t.inputTransforms[i]}}}function P1(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){let i=e[r];i.hostVars=t+=i.hostVars,i.hostAttrs=yo(i.hostAttrs,n=yo(n,i.hostAttrs))}}function wa(e){return e===Qr?{}:e===St?[]:e}function F1(e,t){let n=e.viewQuery;n?e.viewQuery=(r,i)=>{t(r,i),n(r,i)}:e.viewQuery=t}function L1(e,t){let n=e.contentQueries;n?e.contentQueries=(r,i,o)=>{t(r,i,o),n(r,i,o)}:e.contentQueries=t}function j1(e,t){let n=e.hostBindings;n?e.hostBindings=(r,i)=>{t(r,i),n(r,i)}:e.hostBindings=t}var Vn=class{},To=class{};var rp=class extends Vn{constructor(t,n,r,i=!0){super(),this.ngModuleType=t,this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new $a(this);let o=Iv(t);this._bootstrapComponents=_b(o.bootstrap),this._r3Injector=mb(t,n,[{provide:Vn,useValue:this},{provide:ii,useValue:this.componentFactoryResolver},...r],ot(t),new Set(["environment"])),i&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){let t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}},ip=class extends To{constructor(t){super(),this.moduleType=t}create(t){return new rp(this.moduleType,t,[])}};var Ka=class extends Vn{constructor(t){super(),this.componentFactoryResolver=new $a(this),this.instance=null;let n=new vo([...t.providers,{provide:Vn,useValue:this},{provide:ii,useValue:this.componentFactoryResolver}],t.parent||wp(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function Jp(e,t,n=null){return new Ka({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}function gr(e,t,n){let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function B1(e,t,n,r){let i=gr(e,t,n);return gr(e,t+1,r)||i}function V1(e){return(e.flags&32)===32}function z1(e,t,n,r,i,o,s,a,l){let u=t.consts,c=Mo(t,e,4,s||null,a||null);Gb(t,n,c,ni(u,l)),Rp(t,c);let p=c.tView=Yp(2,c,r,i,o,t.directiveRegistry,t.pipeRegistry,null,t.schemas,u,null);return t.queries!==null&&(t.queries.template(t,c),p.queries=t.queries.embeddedTView(c)),c}function op(e,t,n,r,i,o,s,a,l,u){let c=n+ft,p=t.firstCreatePass?z1(c,t,e,r,i,o,s,a,l):t.data[c];ci(p,!1);let d=W1(t,e,p,n);Op()&&Hp(t,e,d,p),hr(d,e);let f=Kb(d,e,d,p);return e[c]=f,hl(e,f),S1(f,p,e),Ep(p)&&qb(t,e,p),l!=null&&Ub(e,p,u),p}function je(e,t,n,r,i,o,s,a){let l=le(),u=et(),c=ni(u.consts,o);return op(l,u,e,t,n,r,i,c,s,a),je}var W1=q1;function q1(e,t,n,r){return Np(!0),t[$e].createComment("")}var fo=function(e){return e[e.EarlyRead=0]="EarlyRead",e[e.Write=1]="Write",e[e.MixedReadWrite=2]="MixedReadWrite",e[e.Read=3]="Read",e}(fo||{}),U1=(()=>{class e{constructor(){this.impl=null}execute(){this.impl?.execute()}static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}}return e})(),iv=class e{constructor(){this.ngZone=T(xe),this.scheduler=T(ri),this.errorHandler=T(dn,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}static{this.PHASES=[fo.EarlyRead,fo.Write,fo.MixedReadWrite,fo.Read]}execute(){this.executing=!0;for(let t of e.PHASES)for(let n of this.sequences)if(!(n.erroredOrDestroyed||!n.hooks[t]))try{n.pipelinedValue=this.ngZone.runOutsideAngular(()=>n.hooks[t](n.pipelinedValue))}catch(r){n.erroredOrDestroyed=!0,this.errorHandler?.handleError(r)}this.executing=!1;for(let t of this.sequences)t.afterRun(),t.once&&(this.sequences.delete(t),t.destroy());for(let t of this.deferredRegistrations)this.sequences.add(t);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear()}register(t){this.executing?this.deferredRegistrations.add(t):(this.sequences.add(t),this.scheduler.notify(6))}unregister(t){this.executing&&this.sequences.has(t)?(t.erroredOrDestroyed=!0,t.pipelinedValue=void 0,t.once=!0):(this.sequences.delete(t),this.deferredRegistrations.delete(t))}static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}};function H1(e,t,n,r){return gr(e,ul(),n)?t+mo(n)+r:yn}function G1(e,t,n,r,i,o){let s=eN(),a=B1(e,s,n,i);return Qv(2),a?t+mo(n)+r+mo(i)+o:yn}function Ea(e,t){return e<<17|t<<2}function yr(e){return e>>17&32767}function Y1(e){return(e&2)==2}function $1(e,t){return e&131071|t<<17}function sp(e){return e|2}function si(e){return(e&131068)>>2}function yd(e,t){return e&-131069|t<<2}function K1(e){return(e&1)===1}function ap(e){return e|1}function Z1(e,t,n,r,i,o){let s=o?t.classBindings:t.styleBindings,a=yr(s),l=si(s);e[r]=n;let u=!1,c;if(Array.isArray(n)){let p=n;c=p[1],(c===null||_o(p,c)>0)&&(u=!0)}else c=n;if(i)if(l!==0){let d=yr(e[a+1]);e[r+1]=Ea(d,a),d!==0&&(e[d+1]=yd(e[d+1],r)),e[a+1]=$1(e[a+1],r)}else e[r+1]=Ea(a,0),a!==0&&(e[a+1]=yd(e[a+1],r)),a=r;else e[r+1]=Ea(l,0),a===0?a=r:e[l+1]=yd(e[l+1],r),l=r;u&&(e[r+1]=sp(e[r+1])),ov(e,c,r,!0),ov(e,c,r,!1),Q1(t,c,e,r,o),s=Ea(a,l),o?t.classBindings=s:t.styleBindings=s}function Q1(e,t,n,r,i){let o=i?e.residualClasses:e.residualStyles;o!=null&&typeof t=="string"&&_o(o,t)>=0&&(n[r+1]=ap(n[r+1]))}function ov(e,t,n,r){let i=e[n+1],o=t===null,s=r?yr(i):si(i),a=!1;for(;s!==0&&(a===!1||o);){let l=e[s],u=e[s+1];X1(l,t)&&(a=!0,e[s+1]=r?ap(u):sp(u)),s=r?yr(u):si(u)}a&&(e[n+1]=r?sp(i):ap(i))}function X1(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?_o(e,t)>=0:!1}function oe(e,t,n){let r=le(),i=ul();if(gr(r,i,t)){let o=et(),s=lN();ER(o,s,r,e,t,r[$e],n,!1)}return oe}function sv(e,t,n,r,i){let o=t.inputs,s=i?"class":"style";$p(e,n,o[s],s,r)}function ef(e,t){return J1(e,t,null,!0),ef}function J1(e,t,n,r){let i=le(),o=et(),s=Qv(2);if(o.firstUpdatePass&&tP(o,e,s,r),t!==yn&&gr(i,s,t)){let a=o.data[gn()];sP(o,a,i,i[$e],e,i[s+1]=aP(t,n),r,s)}}function eP(e,t){return t>=e.expandoStartIndex}function tP(e,t,n,r){let i=e.data;if(i[n+1]===null){let o=i[gn()],s=eP(e,n);lP(o,r)&&t===null&&!s&&(t=!1),t=nP(i,o,t,r),Z1(i,o,t,n,s,r)}}function nP(e,t,n,r){let i=oN(e),o=r?t.residualClasses:t.residualStyles;if(i===null)(r?t.classBindings:t.styleBindings)===0&&(n=vd(null,e,t,n,r),n=Ao(n,t.attrs,r),o=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==i)if(n=vd(i,e,t,n,r),o===null){let l=rP(e,t,r);l!==void 0&&Array.isArray(l)&&(l=vd(null,e,t,l[1],r),l=Ao(l,t.attrs,r),iP(e,t,r,l))}else o=oP(e,t,r)}return o!==void 0&&(r?t.residualClasses=o:t.residualStyles=o),n}function rP(e,t,n){let r=n?t.classBindings:t.styleBindings;if(si(r)!==0)return e[yr(r)]}function iP(e,t,n,r){let i=n?t.classBindings:t.styleBindings;e[yr(i)]=r}function oP(e,t,n){let r,i=t.directiveEnd;for(let o=1+t.directiveStylingLast;o<i;o++){let s=e[o].hostAttrs;r=Ao(r,s,n)}return Ao(r,t.attrs,n)}function vd(e,t,n,r,i){let o=null,s=n.directiveEnd,a=n.directiveStylingLast;for(a===-1?a=n.directiveStart:a++;a<s&&(o=t[a],r=Ao(r,o.hostAttrs,i),o!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function Ao(e,t,n){let r=n?1:2,i=-1;if(t!==null)for(let o=0;o<t.length;o++){let s=t[o];typeof s=="number"?i=s:i===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),iO(e,s,n?!0:t[++o]))}return e===void 0?null:e}function sP(e,t,n,r,i,o,s,a){if(!(t.type&3))return;let l=e.data,u=l[a+1],c=K1(u)?av(l,t,n,i,si(u),s):void 0;if(!Za(c)){Za(o)||Y1(u)&&(o=av(l,null,n,i,a,s));let p=Wv(gn(),n);pR(r,s,p,i,o)}}function av(e,t,n,r,i,o){let s=t===null,a;for(;i>0;){let l=e[i],u=Array.isArray(l),c=u?l[1]:l,p=c===null,d=n[i+1];d===yn&&(d=p?St:void 0);let f=p?ld(d,r):c===r?d:void 0;if(u&&!Za(f)&&(f=ld(l,r)),Za(f)&&(a=f,s))return a;let g=e[i+1];i=s?yr(g):si(g)}if(t!==null){let l=o?t.residualClasses:t.residualStyles;l!=null&&(a=ld(l,r))}return a}function Za(e){return e!==void 0}function aP(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=ot(cl(e)))),e}function lP(e,t){return(e.flags&(t?8:16))!==0}var lp=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),i=Math.max(t,n),o=this.detach(i);if(i-r>1){let s=this.detach(r);this.attach(r,o),this.attach(i,s)}else this.attach(r,o)}move(t,n){this.attach(n,this.detach(t))}};function bd(e,t,n,r,i){return e===n&&Object.is(t,r)?1:Object.is(i(e,t),i(n,r))?-1:0}function uP(e,t,n){let r,i,o=0,s=e.length-1,a=void 0;if(Array.isArray(t)){let l=t.length-1;for(;o<=s&&o<=l;){let u=e.at(o),c=t[o],p=bd(o,u,o,c,n);if(p!==0){p<0&&e.updateValue(o,c),o++;continue}let d=e.at(s),f=t[l],g=bd(s,d,l,f,n);if(g!==0){g<0&&e.updateValue(s,f),s--,l--;continue}let h=n(o,u),y=n(s,d),m=n(o,c);if(Object.is(m,y)){let v=n(l,f);Object.is(v,h)?(e.swap(o,s),e.updateValue(s,f),l--,s--):e.move(s,o),e.updateValue(o,c),o++;continue}if(r??=new Qa,i??=uv(e,o,s,n),up(e,r,o,m))e.updateValue(o,c),o++,s++;else if(i.has(m))r.set(h,e.detach(o)),s--;else{let v=e.create(o,t[o]);e.attach(o,v),o++,s++}}for(;o<=l;)lv(e,r,n,o,t[o]),o++}else if(t!=null){let l=t[Symbol.iterator](),u=l.next();for(;!u.done&&o<=s;){let c=e.at(o),p=u.value,d=bd(o,c,o,p,n);if(d!==0)d<0&&e.updateValue(o,p),o++,u=l.next();else{r??=new Qa,i??=uv(e,o,s,n);let f=n(o,p);if(up(e,r,o,f))e.updateValue(o,p),o++,s++,u=l.next();else if(!i.has(f))e.attach(o,e.create(o,p)),o++,s++,u=l.next();else{let g=n(o,c);r.set(g,e.detach(o)),s--}}}for(;!u.done;)lv(e,r,n,e.length,u.value),u=l.next()}for(;o<=s;)e.destroy(e.detach(s--));r?.forEach(l=>{e.destroy(l)})}function up(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function lv(e,t,n,r,i){if(up(e,t,r,n(r,i)))e.updateValue(r,i);else{let o=e.create(r,i);e.attach(r,o)}}function uv(e,t,n,r){let i=new Set;for(let o=t;o<=n;o++)i.add(r(o,e.at(o)));return i}var Qa=class{constructor(){this.kvMap=new Map,this._vMap=void 0}has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;let n=this.kvMap.get(t);return this._vMap!==void 0&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);this._vMap===void 0&&(this._vMap=new Map);let i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),this._vMap!==void 0){let i=this._vMap;for(;i.has(r);)r=i.get(r),t(r,n)}}};function we(e,t){Wn("NgControlFlow");let n=le(),r=ul(),i=n[r]!==yn?n[r]:-1,o=i!==-1?Xa(n,ft+i):void 0,s=0;if(gr(n,r,e)){let a=X(null);try{if(o!==void 0&&nS(o,s),e!==-1){let l=ft+e,u=Xa(n,l),c=fp(n[z],l),p=Eo(u,c.tView.ssrId),d=ml(n,c,t,{dehydratedView:p});gl(u,d,s,xo(c,p))}}finally{X(a)}}else if(o!==void 0){let a=tS(o,s);a!==void 0&&(a[He]=t)}}var cp=class{constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-Ge}};function st(e){return e}var dp=class{constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function at(e,t,n,r,i,o,s,a,l,u,c,p,d){Wn("NgControlFlow");let f=le(),g=et(),h=l!==void 0,y=le(),m=a?s.bind(y[Vt][He]):s,v=new dp(h,m);y[ft+e]=v,op(f,g,e+1,t,n,r,i,ni(g.consts,o)),h&&op(f,g,e+2,l,u,c,p,ni(g.consts,d))}var pp=class extends lp{constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r,this.operationsCounter=void 0,this.needsIndexUpdate=!1}get length(){return this.lContainer.length-Ge}at(t){return this.getLView(t)[He].$implicit}attach(t,n){let r=n[bo];this.needsIndexUpdate||=t!==this.length,gl(this.lContainer,n,t,xo(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,cP(this.lContainer,t)}create(t,n){let r=Eo(this.lContainer,this.templateTNode.tView.ssrId),i=ml(this.hostLView,this.templateTNode,new cp(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),i}destroy(t){dl(t[z],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[He].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[He].$index=t}getLView(t){return dP(this.lContainer,t)}};function lt(e){let t=X(null),n=gn();try{let r=le(),i=r[z],o=r[n],s=n+1,a=Xa(r,s);if(o.liveCollection===void 0){let u=fp(i,s);o.liveCollection=new pp(a,r,u)}else o.liveCollection.reset();let l=o.liveCollection;if(uP(l,e,o.trackByFn),l.updateIndexes(),o.hasEmptyBlock){let u=ul(),c=l.length===0;if(gr(r,u,c)){let p=n+2,d=Xa(r,p);if(c){let f=fp(i,p),g=Eo(d,f.tView.ssrId),h=ml(r,f,void 0,{dehydratedView:g});gl(d,h,0,xo(f,g))}else nS(d,0)}}}finally{X(t)}}function Xa(e,t){return e[t]}function cP(e,t){return Co(e,t)}function dP(e,t){return tS(e,t)}function fp(e,t){return Dp(e,t)}function pP(e,t,n,r,i,o){let s=t.consts,a=ni(s,i),l=Mo(t,e,2,r,a);return Gb(t,n,l,ni(s,o)),l.attrs!==null&&Kd(l,l.attrs,!1),l.mergedAttrs!==null&&Kd(l,l.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,l),l}function A(e,t,n,r){let i=le(),o=et(),s=ft+e,a=i[$e],l=o.firstCreatePass?pP(s,o,i,t,n,r):o.data[s],u=fP(o,i,l,a,t,e);i[s]=u;let c=Ep(l);return ci(l,!0),Lb(a,u,l),!V1(l)&&Op()&&Hp(o,i,u,l),HO()===0&&hr(u,i),GO(),c&&(qb(o,i,l),Wb(o,l,i)),r!==null&&Ub(i,l),A}function D(){let e=ht();Kv()?XO():(e=e.parent,ci(e,!1));let t=e;KO(t)&&ZO(),YO();let n=et();return n.firstCreatePass&&(Rp(n,e),Lv(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&fN(t)&&sv(n,t,le(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&hN(t)&&sv(n,t,le(),t.stylesWithoutHost,!1),D}function ne(e,t,n,r){return A(e,t,n,r),D(),ne}var fP=(e,t,n,r,i,o)=>(Np(!0),kb(r,i,uN()));function tf(){return le()}var Ja="en-US";var hP=Ja;function mP(e){typeof e=="string"&&(hP=e.toLowerCase().replace(/_/g,"-"))}var gP=(e,t,n)=>{};function Dt(e,t,n,r){let i=le(),o=et(),s=ht();return vP(o,i,i[$e],s,e,t,r),Dt}function yP(e,t,n,r){let i=e.cleanup;if(i!=null)for(let o=0;o<i.length-1;o+=2){let s=i[o];if(s===n&&i[o+1]===r){let a=t[Fa],l=i[o+2];return a.length>l?a[l]:null}typeof s=="string"&&(o+=2)}return null}function vP(e,t,n,r,i,o,s){let a=Ep(r),u=e.firstCreatePass&&Xb(e),c=t[He],p=Qb(t),d=!0;if(r.type&3||s){let h=qt(r,t),y=s?s(h):h,m=p.length,v=s?C=>s(en(C[r.index])):r.index,S=null;if(!s&&a&&(S=yP(e,t,i,r.index)),S!==null){let C=S.__ngLastListenerFn__||S;C.__ngNextListenerFn__=o,S.__ngLastListenerFn__=o,d=!1}else{o=dv(r,t,c,o),gP(h,i,o);let C=n.listen(y,i,o);p.push(o,C),u&&u.push(i,v,m,m+1)}}else o=dv(r,t,c,o);let f=r.outputs,g;if(d&&f!==null&&(g=f[i])){let h=g.length;if(h)for(let y=0;y<h;y+=2){let m=g[y],v=g[y+1],w=t[m][v].subscribe(o),x=p.length;p.push(o,w),u&&u.push(i,r.index,x,-(x+1))}}}function cv(e,t,n,r){let i=X(null);try{return Zt(6,t,n),n(r)!==!1}catch(o){return Jb(e,o),!1}finally{Zt(7,t,n),X(i)}}function dv(e,t,n,r){return function i(o){if(o===Function)return r;let s=e.componentOffset>-1?zn(e.index,t):t;Zp(s,5);let a=cv(t,n,r,o),l=i.__ngNextListenerFn__;for(;l;)a=cv(t,n,l,o)&&a,l=l.__ngNextListenerFn__;return a}}function se(e=1){return aN(e)}function nf(e,t,n){I1(e,t,n)}function bl(e){let t=le(),n=et(),r=Xv();_p(r+1);let i=Xp(n,r);if(e.dirty&&zO(t)===((i.metadata.flags&2)===2)){if(i.matches===null)e.reset([]);else{let o=M1(t,r);e.reset(o,RN),e.notifyOnChanges()}return!0}return!1}function Sl(){return T1(le(),Xv())}function hS(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function B(e,t=""){let n=le(),r=et(),i=e+ft,o=r.firstCreatePass?Mo(r,i,1,t,null):r.data[i],s=bP(r,n,o,t,e);n[i]=s,Op()&&Hp(r,n,s,o),ci(o,!1)}var bP=(e,t,n,r,i)=>(Np(!0),KN(t[$e],r));function be(e){return yi("",e,""),be}function yi(e,t,n){let r=le(),i=H1(r,e,t,n);return i!==yn&&eS(r,gn(),i),yi}function rf(e,t,n,r,i){let o=le(),s=G1(o,e,t,n,r,i);return s!==yn&&eS(o,gn(),s),rf}var mS={};function of(e){let t=et(),n=le(),r=e+ft,i=Mo(t,r,128,null,null);return ci(i,!1),hS(t,n,r,mS),of}function gS(e){Wn("NgLet");let t=et(),n=le(),r=gn();return hS(t,n,r,e),e}function yS(e){let t=JO(),n=VO(t,ft+e);if(n===mS)throw new P(314,!1);return n}function SP(e,t,n){let r=et();if(r.firstCreatePass){let i=jn(e);hp(n,r.data,r.blueprint,i,!0),hp(t,r.data,r.blueprint,i,!1)}}function hp(e,t,n,r,i){if(e=Je(e),Array.isArray(e))for(let o=0;o<e.length;o++)hp(e[o],t,n,r,i);else{let o=et(),s=le(),a=ht(),l=Jr(e)?e:Je(e.provide),u=Rv(e),c=a.providerIndexes&1048575,p=a.directiveStart,d=a.providerIndexes>>20;if(Jr(e)||!e.multi){let f=new pr(u,i,ve),g=Cd(l,t,i?c:c+d,p);g===-1?(Rd(za(a,s),o,l),Sd(o,e,t.length),t.push(l),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),n.push(f),s.push(f)):(n[g]=f,s[g]=f)}else{let f=Cd(l,t,c+d,p),g=Cd(l,t,c,c+d),h=f>=0&&n[f],y=g>=0&&n[g];if(i&&!y||!i&&!h){Rd(za(a,s),o,l);let m=wP(i?xP:CP,n.length,i,r,u);!i&&y&&(n[g].providerFactory=m),Sd(o,e,t.length,0),t.push(l),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),n.push(m),s.push(m)}else{let m=vS(n[i?g:f],u,!i&&r);Sd(o,e,f>-1?f:g,m)}!i&&r&&y&&n[g].componentProviders++}}}function Sd(e,t,n,r){let i=Jr(t),o=TO(t);if(i||o){let l=(o?Je(t.useClass):t).prototype.ngOnDestroy;if(l){let u=e.destroyHooks||(e.destroyHooks=[]);if(!i&&t.multi){let c=u.indexOf(n);c===-1?u.push(n,[r,l]):u[c+1].push(r,l)}else u.push(n,l)}}}function vS(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Cd(e,t,n,r){for(let i=n;i<r;i++)if(t[i]===e)return i;return-1}function CP(e,t,n,r){return mp(this.multi,[])}function xP(e,t,n,r){let i=this.multi,o;if(this.providerFactory){let s=this.providerFactory.componentProviders,a=fr(n,n[z],this.providerFactory.index,r);o=a.slice(0,s),mp(i,o);for(let l=s;l<a.length;l++)o.push(a[l])}else o=[],mp(i,o);return o}function mp(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function wP(e,t,n,r,i){let o=new pr(e,n,ve);return o.multi=[],o.index=t,o.componentProviders=0,vS(o,i,r&&!n),o}function sf(e,t=[]){return n=>{n.providersResolver=(r,i)=>SP(r,i?i(e):e,t)}}var EP=(()=>{class e{constructor(n){this._injector=n,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){let r=Mv(!1,n.type),i=r.length>0?Jp([r],this._injector,`Standalone[${n.type.name}]`):null;this.cachedInjectors.set(n,i)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static{this.\u0275prov=j({token:e,providedIn:"environment",factory:()=>new e(ie(xt))})}}return e})();function fe(e){Wn("NgStandalone"),e.getStandaloneInjector=t=>t.get(EP).getOrCreateStandaloneInjector(e)}var Cl=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"platform"})}}return e})();var bS=new F("");function vr(e){return!!e&&typeof e.then=="function"}function SS(e){return!!e&&typeof e.subscribe=="function"}var CS=new F(""),xS=(()=>{class e{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r}),this.appInits=T(CS,{optional:!0})??[]}runInitializers(){if(this.initialized)return;let n=[];for(let i of this.appInits){let o=i();if(vr(o))n.push(o);else if(SS(o)){let s=new Promise((a,l)=>{o.subscribe({complete:a,error:l})});n.push(s)}}let r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(i=>{this.reject(i)}),n.length===0&&r(),this.initialized=!0}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),af=new F("");function DP(){ey(()=>{throw new P(600,!1)})}function TP(e){return e.isBoundToModule}var AP=10;function IP(e,t,n){try{let r=n();return vr(r)?r.catch(i=>{throw t.runOutsideAngular(()=>e.handleError(i)),i}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}var br=(()=>{class e{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=T(ON),this.afterRenderManager=T(U1),this.zonelessEnabled=T(yl),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new Ne,this.afterTick=new Ne,this.componentTypes=[],this.components=[],this.isStable=T(di).hasPendingTasks.pipe(J(n=>!n)),this._injector=T(xt)}get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:i=>{i&&r()}})}).finally(()=>{n.unsubscribe()})}get injector(){return this._injector}bootstrap(n,r){let i=n instanceof Ya;if(!this._injector.get(xS).done){let d=!i&&Av(n),f=!1;throw new P(405,f)}let s;i?s=n:s=this._injector.get(ii).resolveComponentFactory(n),this.componentTypes.push(s.componentType);let a=TP(s)?void 0:this._injector.get(Vn),l=r||s.selector,u=s.create(Bn.NULL,[],l,a),c=u.location.nativeElement,p=u.injector.get(bS,null);return p?.registerApplication(c),u.onDestroy(()=>{this.detachView(u.hostView),ka(this.components,u),p?.unregisterApplication(c)}),this._loadComponent(u),u}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if(this._runningTick)throw new P(101,!1);let n=X(null);try{this._runningTick=!0,this.synchronize()}catch(r){this.internalErrorHandler(r)}finally{this._runningTick=!1,X(n),this.afterTick.next()}}synchronize(){let n=null;this._injector.destroyed||(n=this._injector.get(oi,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let r=0;for(;this.dirtyFlags!==0&&r++<AP;)this.synchronizeOnce(n)}synchronizeOnce(n){if(this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0,this.dirtyFlags&7){let r=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8,this.beforeRender.next(r);for(let{_lView:i,notifyErrorHandler:o}of this._views)_P(i,o,r,this.zonelessEnabled);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&7)return}else n?.begin?.(),n?.end?.();this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>al(n))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(n){let r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){let r=n;ka(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView),this.tick(),this.components.push(n);let r=this._injector.get(af,[]);[...this._bootstrapListeners,...r].forEach(i=>i(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>ka(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new P(406,!1);let n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function ka(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function _P(e,t,n,r){if(!n&&!al(e))return;oS(e,t,n&&!r?0:1)}var gp=class{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},lf=(()=>{class e{compileModuleSync(n){return new ip(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),i=Iv(n),o=_b(i.declarations).reduce((s,a)=>{let l=ar(a);return l&&s.push(new Do(l)),s},[]);return new gp(r,o)}compileModuleAndAllComponentsAsync(n){return Promise.resolve(this.compileModuleAndAllComponentsSync(n))}clearCache(){}clearCacheFor(n){}getModuleId(n){}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var kP=(()=>{class e{constructor(){this.zone=T(xe),this.changeDetectionScheduler=T(ri),this.applicationRef=T(br)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),MP=new F("",{factory:()=>!1});function wS({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new xe(ee(E({},DS()),{scheduleInRootZone:n})),[{provide:xe,useFactory:e},{provide:Xr,multi:!0,useFactory:()=>{let r=T(kP,{optional:!0});return()=>r.initialize()}},{provide:Xr,multi:!0,useFactory:()=>{let r=T(OP);return()=>{r.initialize()}}},t===!0?{provide:uS,useValue:!0}:[],{provide:cS,useValue:n??gb}]}function ES(e){let t=e?.ignoreChangesOutsideZone,n=e?.scheduleInRootZone,r=wS({ngZoneFactory:()=>{let i=DS(e);return i.scheduleInRootZone=n,i.shouldCoalesceEventChangeDetection&&Wn("NgZone_CoalesceEvent"),new xe(i)},ignoreChangesOutsideZone:t,scheduleInRootZone:n});return rl([{provide:MP,useValue:!0},{provide:yl,useValue:!1},r])}function DS(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var OP=(()=>{class e{constructor(){this.subscription=new Se,this.initialized=!1,this.zone=T(xe),this.pendingTasks=T(di)}initialize(){if(this.initialized)return;this.initialized=!0;let n=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(n=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{xe.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{xe.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var NP=(()=>{class e{constructor(){this.appRef=T(br),this.taskService=T(di),this.ngZone=T(xe),this.zonelessEnabled=T(yl),this.disableScheduling=T(uS,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new Se,this.angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(qa):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(T(cS,{optional:!0})??!1),this.cancelScheduledCallback=null,this.useMicrotaskScheduler=!1,this.runningTick=!1,this.pendingRenderTaskId=null,this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof Bd||!this.zoneIsDefined)}notify(n){if(!this.zonelessEnabled&&n===5)return;switch(n){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 7:{this.appRef.deferredDirtyFlags|=8;break}case 9:case 8:case 6:case 10:default:this.appRef.dirtyFlags|=8}if(!this.shouldScheduleTick())return;let r=this.useMicrotaskScheduler?Yy:vb;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>r(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.disableScheduling||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(qa+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){throw this.taskService.remove(n),r}finally{this.cleanup()}this.useMicrotaskScheduler=!0,Yy(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function RP(){return typeof $localize<"u"&&$localize.locale||Ja}var uf=new F("",{providedIn:"root",factory:()=>T(uf,$.Optional|$.SkipSelf)||RP()});var yp=new F("");function Da(e){return!e.moduleRef}function PP(e){let t=Da(e)?e.r3Injector:e.moduleRef.injector,n=t.get(xe);return n.run(()=>{Da(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(dn,null),i;if(n.runOutsideAngular(()=>{i=n.onError.subscribe({next:o=>{r.handleError(o)}})}),Da(e)){let o=()=>t.destroy(),s=e.platformInjector.get(yp);s.add(o),t.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{let o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(yp);s.add(o),e.moduleRef.onDestroy(()=>{ka(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return IP(r,n,()=>{let o=t.get(xS);return o.runInitializers(),o.donePromise.then(()=>{let s=t.get(uf,Ja);if(mP(s||Ja),Da(e)){let a=t.get(br);return e.rootComponent!==void 0&&a.bootstrap(e.rootComponent),a}else return FP(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function FP(e,t){let n=e.injector.get(br);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(r=>n.bootstrap(r));else if(e.instance.ngDoBootstrap)e.instance.ngDoBootstrap(n);else throw new P(-403,!1);t.push(e)}var Ma=null,TS=new F("");function LP(e=[],t){return Bn.create({name:t,providers:[{provide:il,useValue:"platform"},{provide:yp,useValue:new Set([()=>Ma=null])},...e]})}function jP(e=[]){if(Ma)return Ma;let t=LP(e);return t.get(TS,!1)||(Ma=t),DP(),BP(t),t}function BP(e){e.get(Bp,null)?.forEach(n=>n())}var Sr=(()=>{class e{static{this.__NG_ELEMENT_ID__=VP}}return e})();function VP(e){return zP(ht(),le(),(e&16)===16)}function zP(e,t,n){if(sl(e)&&!n){let r=zn(e.index,t);return new mr(r,r)}else if(e.type&175){let r=t[Vt];return new mr(r,t)}return null}function AS(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:i}=e;try{let o=i?.injector??jP(r);if(o.get(TS,!1)===!0&&!e.platformRef)throw new P(401,!1);let s=[wS({}),{provide:ri,useExisting:NP},...n||[]],a=new Ka({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1});return PP({r3Injector:a.injector,platformInjector:o,rootComponent:t})}catch(o){return Promise.reject(o)}}function xl(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function wl(e,t){Wn("NgSignals");let n=Qg(e);return t?.equal&&(n[kn].equal=t.equal),n}function qn(e){let t=X(null);try{return e()}finally{X(t)}}var kS=null;function vn(){return kS}function MS(e){kS??=e}var El=class{};var Tt=new F(""),OS=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>T(UP),providedIn:"platform"})}}return e})();var UP=(()=>{class e extends OS{constructor(){super(),this._doc=T(Tt),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return vn().getBaseHref(this._doc)}onPopState(n){let r=vn().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){let r=vn().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,i){this._history.pushState(n,r,i)}replaceState(n,r,i){this._history.replaceState(n,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>new e,providedIn:"platform"})}}return e})();function NS(e,t){if(e.length==0)return t;if(t.length==0)return e;let n=0;return e.endsWith("/")&&n++,t.startsWith("/")&&n++,n==2?e+t.substring(1):n==1?e+t:e+"/"+t}function IS(e){let t=e.match(/#|\?|$/),n=t&&t.index||e.length,r=n-(e[n-1]==="/"?1:0);return e.slice(0,r)+e.slice(n)}function Cr(e){return e&&e[0]!=="?"?"?"+e:e}var Tl=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>T(RS),providedIn:"root"})}}return e})(),HP=new F(""),RS=(()=>{class e extends Tl{constructor(n,r){super(),this._platformLocation=n,this._removeListenerFns=[],this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??T(Tt).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}prepareExternalUrl(n){return NS(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+Cr(this._platformLocation.search),i=this._platformLocation.hash;return i&&n?`${r}${i}`:r}pushState(n,r,i,o){let s=this.prepareExternalUrl(i+Cr(o));this._platformLocation.pushState(n,r,s)}replaceState(n,r,i,o){let s=this.prepareExternalUrl(i+Cr(o));this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static{this.\u0275fac=function(r){return new(r||e)(ie(OS),ie(HP,8))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Oo=(()=>{class e{constructor(n){this._subject=new Ce,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=$P(IS(_S(r))),this._locationStrategy.onPopState(i=>{this._subject.emit({url:this.path(!0),pop:!0,state:i.state,type:i.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(n=!1){return this.normalize(this._locationStrategy.path(n))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(n,r=""){return this.path()==this.normalize(n+Cr(r))}normalize(n){return e.stripTrailingSlash(YP(this._basePath,_S(n)))}prepareExternalUrl(n){return n&&n[0]!=="/"&&(n="/"+n),this._locationStrategy.prepareExternalUrl(n)}go(n,r="",i=null){this._locationStrategy.pushState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Cr(r)),i)}replaceState(n,r="",i=null){this._locationStrategy.replaceState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Cr(r)),i)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(n=0){this._locationStrategy.historyGo?.(n)}onUrlChange(n){return this._urlChangeListeners.push(n),this._urlChangeSubscription??=this.subscribe(r=>{this._notifyUrlChangeListeners(r.url,r.state)}),()=>{let r=this._urlChangeListeners.indexOf(n);this._urlChangeListeners.splice(r,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(n="",r){this._urlChangeListeners.forEach(i=>i(n,r))}subscribe(n,r,i){return this._subject.subscribe({next:n,error:r,complete:i})}static{this.normalizeQueryParams=Cr}static{this.joinWithSlash=NS}static{this.stripTrailingSlash=IS}static{this.\u0275fac=function(r){return new(r||e)(ie(Tl))}}static{this.\u0275prov=j({token:e,factory:()=>GP(),providedIn:"root"})}}return e})();function GP(){return new Oo(ie(Tl))}function YP(e,t){if(!e||!t.startsWith(e))return t;let n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function _S(e){return e.replace(/\/index.html$/,"")}function $P(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}function PS(e,t){t=encodeURIComponent(t);for(let n of e.split(";")){let r=n.indexOf("="),[i,o]=r==-1?[n,""]:[n.slice(0,r),n.slice(r+1)];if(i.trim()===t)return decodeURIComponent(o)}return null}var FS="browser",KP="server";function df(e){return e===KP}var Dl=class{};var hf=class extends El{constructor(){super(...arguments),this.supportsDOMEvents=!0}},mf=class e extends hf{static makeCurrent(){MS(new e)}onAndCancel(t,n,r){return t.addEventListener(n,r),()=>{t.removeEventListener(n,r)}}dispatchEvent(t,n){t.dispatchEvent(n)}remove(t){t.remove()}createElement(t,n){return n=n||this.getDefaultDocument(),n.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,n){return n==="window"?window:n==="document"?t:n==="body"?t.body:null}getBaseHref(t){let n=QP();return n==null?null:XP(n)}resetBaseElement(){No=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return PS(document.cookie,t)}},No=null;function QP(){return No=No||document.querySelector("base"),No?No.getAttribute("href"):null}function XP(e){return new URL(e,document.baseURI).pathname}var JP=(()=>{class e{build(){return new XMLHttpRequest}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),gf=new F(""),VS=(()=>{class e{constructor(n,r){this._zone=r,this._eventNameToPlugin=new Map,n.forEach(i=>{i.manager=this}),this._plugins=n.slice().reverse()}addEventListener(n,r,i){return this._findPluginFor(r).addEventListener(n,r,i)}getZone(){return this._zone}_findPluginFor(n){let r=this._eventNameToPlugin.get(n);if(r)return r;if(r=this._plugins.find(o=>o.supports(n)),!r)throw new P(5101,!1);return this._eventNameToPlugin.set(n,r),r}static{this.\u0275fac=function(r){return new(r||e)(ie(gf),ie(xe))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),Al=class{constructor(t){this._doc=t}},pf="ng-app-id",zS=(()=>{class e{constructor(n,r,i,o={}){this.doc=n,this.appId=r,this.nonce=i,this.platformId=o,this.styleRef=new Map,this.hostNodes=new Set,this.styleNodesInDOM=this.collectServerRenderedStyles(),this.platformIsServer=df(o),this.resetHostNodes()}addStyles(n){for(let r of n)this.changeUsageCount(r,1)===1&&this.onStyleAdded(r)}removeStyles(n){for(let r of n)this.changeUsageCount(r,-1)<=0&&this.onStyleRemoved(r)}ngOnDestroy(){let n=this.styleNodesInDOM;n&&(n.forEach(r=>r.remove()),n.clear());for(let r of this.getAllStyles())this.onStyleRemoved(r);this.resetHostNodes()}addHost(n){this.hostNodes.add(n);for(let r of this.getAllStyles())this.addStyleToHost(n,r)}removeHost(n){this.hostNodes.delete(n)}getAllStyles(){return this.styleRef.keys()}onStyleAdded(n){for(let r of this.hostNodes)this.addStyleToHost(r,n)}onStyleRemoved(n){let r=this.styleRef;r.get(n)?.elements?.forEach(i=>i.remove()),r.delete(n)}collectServerRenderedStyles(){let n=this.doc.head?.querySelectorAll(`style[${pf}="${this.appId}"]`);if(n?.length){let r=new Map;return n.forEach(i=>{i.textContent!=null&&r.set(i.textContent,i)}),r}return null}changeUsageCount(n,r){let i=this.styleRef;if(i.has(n)){let o=i.get(n);return o.usage+=r,o.usage}return i.set(n,{usage:r,elements:[]}),r}getStyleElement(n,r){let i=this.styleNodesInDOM,o=i?.get(r);if(o?.parentNode===n)return i.delete(r),o.removeAttribute(pf),o;{let s=this.doc.createElement("style");return this.nonce&&s.setAttribute("nonce",this.nonce),s.textContent=r,this.platformIsServer&&s.setAttribute(pf,this.appId),n.appendChild(s),s}}addStyleToHost(n,r){let i=this.getStyleElement(n,r),o=this.styleRef,s=o.get(r)?.elements;s?s.push(i):o.set(r,{elements:[i],usage:1})}resetHostNodes(){let n=this.hostNodes;n.clear(),n.add(this.doc.head)}static{this.\u0275fac=function(r){return new(r||e)(ie(Tt),ie(jp),ie(Vp,8),ie(fi))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),ff={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},vf=/%COMP%/g,WS="%COMP%",eF=`_nghost-${WS}`,tF=`_ngcontent-${WS}`,nF=!0,rF=new F("",{providedIn:"root",factory:()=>nF});function iF(e){return tF.replace(vf,e)}function oF(e){return eF.replace(vf,e)}function qS(e,t){return t.map(n=>n.replace(vf,e))}var LS=(()=>{class e{constructor(n,r,i,o,s,a,l,u=null){this.eventManager=n,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.platformId=a,this.ngZone=l,this.nonce=u,this.rendererByCompId=new Map,this.platformIsServer=df(a),this.defaultRenderer=new Ro(n,s,l,this.platformIsServer)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;this.platformIsServer&&r.encapsulation===Xt.ShadowDom&&(r=ee(E({},r),{encapsulation:Xt.Emulated}));let i=this.getOrCreateRenderer(n,r);return i instanceof Il?i.applyToHost(n):i instanceof Po&&i.applyStyles(),i}getOrCreateRenderer(n,r){let i=this.rendererByCompId,o=i.get(r.id);if(!o){let s=this.doc,a=this.ngZone,l=this.eventManager,u=this.sharedStylesHost,c=this.removeStylesOnCompDestroy,p=this.platformIsServer;switch(r.encapsulation){case Xt.Emulated:o=new Il(l,u,r,this.appId,c,s,a,p);break;case Xt.ShadowDom:return new yf(l,u,n,r,s,a,this.nonce,p);default:o=new Po(l,u,r,c,s,a,p);break}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}static{this.\u0275fac=function(r){return new(r||e)(ie(VS),ie(zS),ie(jp),ie(rF),ie(Tt),ie(fi),ie(xe),ie(Vp))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),Ro=class{constructor(t,n,r,i){this.eventManager=t,this.doc=n,this.ngZone=r,this.platformIsServer=i,this.data=Object.create(null),this.throwOnSyntheticProps=!0,this.destroyNode=null}destroy(){}createElement(t,n){return n?this.doc.createElementNS(ff[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(jS(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(jS(t)?t.content:t).insertBefore(n,r)}removeChild(t,n){n.remove()}selectRootElement(t,n){let r=typeof t=="string"?this.doc.querySelector(t):t;if(!r)throw new P(-5104,!1);return n||(r.textContent=""),r}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,r,i){if(i){n=i+":"+n;let o=ff[i];o?t.setAttributeNS(o,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let i=ff[r];i?t.removeAttributeNS(i,n):t.removeAttribute(`${r}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,r,i){i&(pn.DashCase|pn.Important)?t.style.setProperty(n,r,i&pn.Important?"important":""):t.style[n]=r}removeStyle(t,n,r){r&pn.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,r){t!=null&&(t[n]=r)}setValue(t,n){t.nodeValue=n}listen(t,n,r){if(typeof t=="string"&&(t=vn().getGlobalEventTarget(this.doc,t),!t))throw new Error(`Unsupported event target ${t} for event ${n}`);return this.eventManager.addEventListener(t,n,this.decoratePreventDefault(r))}decoratePreventDefault(t){return n=>{if(n==="__ngUnwrap__")return t;(this.platformIsServer?this.ngZone.runGuarded(()=>t(n)):t(n))===!1&&n.preventDefault()}}};function jS(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var yf=class extends Ro{constructor(t,n,r,i,o,s,a,l){super(t,o,s,l),this.sharedStylesHost=n,this.hostEl=r,this.shadowRoot=r.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let u=qS(i.id,i.styles);for(let c of u){let p=document.createElement("style");a&&p.setAttribute("nonce",a),p.textContent=c,this.shadowRoot.appendChild(p)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,r){return super.insertBefore(this.nodeOrShadowRoot(t),n,r)}removeChild(t,n){return super.removeChild(null,n)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},Po=class extends Ro{constructor(t,n,r,i,o,s,a,l){super(t,o,s,a),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=i,this.styles=l?qS(l,r.styles):r.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}},Il=class extends Po{constructor(t,n,r,i,o,s,a,l){let u=i+"-"+r.id;super(t,n,r,o,s,a,l,u),this.contentAttr=iF(u),this.hostAttr=oF(u)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){let r=super.createElement(t,n);return super.setAttribute(r,this.contentAttr,""),r}},sF=(()=>{class e extends Al{constructor(n){super(n)}supports(n){return!0}addEventListener(n,r,i){return n.addEventListener(r,i,!1),()=>this.removeEventListener(n,r,i)}removeEventListener(n,r,i){return n.removeEventListener(r,i)}static{this.\u0275fac=function(r){return new(r||e)(ie(Tt))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),BS=["alt","control","meta","shift"],aF={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},lF={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},uF=(()=>{class e extends Al{constructor(n){super(n)}supports(n){return e.parseEventName(n)!=null}addEventListener(n,r,i){let o=e.parseEventName(r),s=e.eventCallback(o.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>vn().onAndCancel(n,o.domEventName,s))}static parseEventName(n){let r=n.toLowerCase().split("."),i=r.shift();if(r.length===0||!(i==="keydown"||i==="keyup"))return null;let o=e._normalizeKey(r.pop()),s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),BS.forEach(u=>{let c=r.indexOf(u);c>-1&&(r.splice(c,1),s+=u+".")}),s+=o,r.length!=0||o.length===0)return null;let l={};return l.domEventName=i,l.fullKey=s,l}static matchEventFullKeyCode(n,r){let i=aF[n.key]||n.key,o="";return r.indexOf("code.")>-1&&(i=n.code,o="code."),i==null||!i?!1:(i=i.toLowerCase(),i===" "?i="space":i==="."&&(i="dot"),BS.forEach(s=>{if(s!==i){let a=lF[s];a(n)&&(o+=s+".")}}),o+=i,o===r)}static eventCallback(n,r,i){return o=>{e.matchEventFullKeyCode(o,n)&&i.runGuarded(()=>r(o))}}static _normalizeKey(n){return n==="esc"?"escape":n}static{this.\u0275fac=function(r){return new(r||e)(ie(Tt))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})();function US(e,t,n){return AS(E({rootComponent:e,platformRef:n?.platformRef},cF(t)))}function cF(e){return{appProviders:[...mF,...e?.providers??[]],platformProviders:hF}}function dF(){mf.makeCurrent()}function pF(){return new dn}function fF(){return Db(document),document}var hF=[{provide:fi,useValue:FS},{provide:Bp,useValue:dF,multi:!0},{provide:Tt,useFactory:fF,deps:[]}];var mF=[{provide:il,useValue:"root"},{provide:dn,useFactory:pF,deps:[]},{provide:gf,useClass:sF,multi:!0,deps:[Tt,xe,fi]},{provide:gf,useClass:uF,multi:!0,deps:[Tt]},LS,zS,VS,{provide:oi,useExisting:LS},{provide:Dl,useClass:JP,deps:[]},[]];var HS=(()=>{class e{constructor(n){this._doc=n}getTitle(){return this._doc.title}setTitle(n){this._doc.title=n||""}static{this.\u0275fac=function(r){return new(r||e)(ie(Tt))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Y="primary",Xo=Symbol("RouteTitle"),wf=class{constructor(t){this.params=t||{}}has(t){return Object.prototype.hasOwnProperty.call(this.params,t)}get(t){if(this.has(t)){let n=this.params[t];return Array.isArray(n)?n[0]:n}return null}getAll(t){if(this.has(t)){let n=this.params[t];return Array.isArray(n)?n:[n]}return[]}get keys(){return Object.keys(this.params)}};function wi(e){return new wf(e)}function vF(e,t,n){let r=n.path.split("/");if(r.length>e.length||n.pathMatch==="full"&&(t.hasChildren()||r.length<e.length))return null;let i={};for(let o=0;o<r.length;o++){let s=r[o],a=e[o];if(s[0]===":")i[s.substring(1)]=a;else if(s!==a.path)return null}return{consumed:e.slice(0,r.length),posParams:i}}function bF(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;++n)if(!nn(e[n],t[n]))return!1;return!0}function nn(e,t){let n=e?Ef(e):void 0,r=t?Ef(t):void 0;if(!n||!r||n.length!=r.length)return!1;let i;for(let o=0;o<n.length;o++)if(i=n[o],!JS(e[i],t[i]))return!1;return!0}function Ef(e){return[...Object.keys(e),...Object.getOwnPropertySymbols(e)]}function JS(e,t){if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;let n=[...e].sort(),r=[...t].sort();return n.every((i,o)=>r[o]===i)}else return e===t}function eC(e){return e.length>0?e[e.length-1]:null}function Un(e){return Jc(e)?e:vr(e)?Te(Promise.resolve(e)):G(e)}var SF={exact:nC,subset:rC},tC={exact:CF,subset:xF,ignored:()=>!0};function GS(e,t,n){return SF[n.paths](e.root,t.root,n.matrixParams)&&tC[n.queryParams](e.queryParams,t.queryParams)&&!(n.fragment==="exact"&&e.fragment!==t.fragment)}function CF(e,t){return nn(e,t)}function nC(e,t,n){if(!wr(e.segments,t.segments)||!Ml(e.segments,t.segments,n)||e.numberOfChildren!==t.numberOfChildren)return!1;for(let r in t.children)if(!e.children[r]||!nC(e.children[r],t.children[r],n))return!1;return!0}function xF(e,t){return Object.keys(t).length<=Object.keys(e).length&&Object.keys(t).every(n=>JS(e[n],t[n]))}function rC(e,t,n){return iC(e,t,t.segments,n)}function iC(e,t,n,r){if(e.segments.length>n.length){let i=e.segments.slice(0,n.length);return!(!wr(i,n)||t.hasChildren()||!Ml(i,n,r))}else if(e.segments.length===n.length){if(!wr(e.segments,n)||!Ml(e.segments,n,r))return!1;for(let i in t.children)if(!e.children[i]||!rC(e.children[i],t.children[i],r))return!1;return!0}else{let i=n.slice(0,e.segments.length),o=n.slice(e.segments.length);return!wr(e.segments,i)||!Ml(e.segments,i,r)||!e.children[Y]?!1:iC(e.children[Y],t,o,r)}}function Ml(e,t,n){return t.every((r,i)=>tC[n](e[i].parameters,r.parameters))}var Sn=class{constructor(t=new ce([],{}),n={},r=null){this.root=t,this.queryParams=n,this.fragment=r}get queryParamMap(){return this._queryParamMap??=wi(this.queryParams),this._queryParamMap}toString(){return DF.serialize(this)}},ce=class{constructor(t,n){this.segments=t,this.children=n,this.parent=null,Object.values(n).forEach(r=>r.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Ol(this)}},xr=class{constructor(t,n){this.path=t,this.parameters=n}get parameterMap(){return this._parameterMap??=wi(this.parameters),this._parameterMap}toString(){return sC(this)}};function wF(e,t){return wr(e,t)&&e.every((n,r)=>nn(n.parameters,t[r].parameters))}function wr(e,t){return e.length!==t.length?!1:e.every((n,r)=>n.path===t[r].path)}function EF(e,t){let n=[];return Object.entries(e.children).forEach(([r,i])=>{r===Y&&(n=n.concat(t(i,r)))}),Object.entries(e.children).forEach(([r,i])=>{r!==Y&&(n=n.concat(t(i,r)))}),n}var Zf=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>new Wo,providedIn:"root"})}}return e})(),Wo=class{parse(t){let n=new Tf(t);return new Sn(n.parseRootSegment(),n.parseQueryParams(),n.parseFragment())}serialize(t){let n=`/${Fo(t.root,!0)}`,r=IF(t.queryParams),i=typeof t.fragment=="string"?`#${TF(t.fragment)}`:"";return`${n}${r}${i}`}},DF=new Wo;function Ol(e){return e.segments.map(t=>sC(t)).join("/")}function Fo(e,t){if(!e.hasChildren())return Ol(e);if(t){let n=e.children[Y]?Fo(e.children[Y],!1):"",r=[];return Object.entries(e.children).forEach(([i,o])=>{i!==Y&&r.push(`${i}:${Fo(o,!1)}`)}),r.length>0?`${n}(${r.join("//")})`:n}else{let n=EF(e,(r,i)=>i===Y?[Fo(e.children[Y],!1)]:[`${i}:${Fo(r,!1)}`]);return Object.keys(e.children).length===1&&e.children[Y]!=null?`${Ol(e)}/${n[0]}`:`${Ol(e)}/(${n.join("//")})`}}function oC(e){return encodeURIComponent(e).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function _l(e){return oC(e).replace(/%3B/gi,";")}function TF(e){return encodeURI(e)}function Df(e){return oC(e).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Nl(e){return decodeURIComponent(e)}function YS(e){return Nl(e.replace(/\+/g,"%20"))}function sC(e){return`${Df(e.path)}${AF(e.parameters)}`}function AF(e){return Object.entries(e).map(([t,n])=>`;${Df(t)}=${Df(n)}`).join("")}function IF(e){let t=Object.entries(e).map(([n,r])=>Array.isArray(r)?r.map(i=>`${_l(n)}=${_l(i)}`).join("&"):`${_l(n)}=${_l(r)}`).filter(n=>n);return t.length?`?${t.join("&")}`:""}var _F=/^[^\/()?;#]+/;function bf(e){let t=e.match(_F);return t?t[0]:""}var kF=/^[^\/()?;=#]+/;function MF(e){let t=e.match(kF);return t?t[0]:""}var OF=/^[^=?&#]+/;function NF(e){let t=e.match(OF);return t?t[0]:""}var RF=/^[^&#]+/;function PF(e){let t=e.match(RF);return t?t[0]:""}var Tf=class{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),this.remaining===""||this.peekStartsWith("?")||this.peekStartsWith("#")?new ce([],{}):new ce([],this.parseChildren())}parseQueryParams(){let t={};if(this.consumeOptional("?"))do this.parseQueryParam(t);while(this.consumeOptional("&"));return t}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(this.remaining==="")return{};this.consumeOptional("/");let t=[];for(this.peekStartsWith("(")||t.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),t.push(this.parseSegment());let n={};this.peekStartsWith("/(")&&(this.capture("/"),n=this.parseParens(!0));let r={};return this.peekStartsWith("(")&&(r=this.parseParens(!1)),(t.length>0||Object.keys(n).length>0)&&(r[Y]=new ce(t,n)),r}parseSegment(){let t=bf(this.remaining);if(t===""&&this.peekStartsWith(";"))throw new P(4009,!1);return this.capture(t),new xr(Nl(t),this.parseMatrixParams())}parseMatrixParams(){let t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){let n=MF(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let i=bf(this.remaining);i&&(r=i,this.capture(r))}t[Nl(n)]=Nl(r)}parseQueryParam(t){let n=NF(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let s=PF(this.remaining);s&&(r=s,this.capture(r))}let i=YS(n),o=YS(r);if(t.hasOwnProperty(i)){let s=t[i];Array.isArray(s)||(s=[s],t[i]=s),s.push(o)}else t[i]=o}parseParens(t){let n={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){let r=bf(this.remaining),i=this.remaining[r.length];if(i!=="/"&&i!==")"&&i!==";")throw new P(4010,!1);let o;r.indexOf(":")>-1?(o=r.slice(0,r.indexOf(":")),this.capture(o),this.capture(":")):t&&(o=Y);let s=this.parseChildren();n[o]=Object.keys(s).length===1?s[Y]:new ce([],s),this.consumeOptional("//")}return n}peekStartsWith(t){return this.remaining.startsWith(t)}consumeOptional(t){return this.peekStartsWith(t)?(this.remaining=this.remaining.substring(t.length),!0):!1}capture(t){if(!this.consumeOptional(t))throw new P(4011,!1)}};function aC(e){return e.segments.length>0?new ce([],{[Y]:e}):e}function lC(e){let t={};for(let[r,i]of Object.entries(e.children)){let o=lC(i);if(r===Y&&o.segments.length===0&&o.hasChildren())for(let[s,a]of Object.entries(o.children))t[s]=a;else(o.segments.length>0||o.hasChildren())&&(t[r]=o)}let n=new ce(e.segments,t);return FF(n)}function FF(e){if(e.numberOfChildren===1&&e.children[Y]){let t=e.children[Y];return new ce(e.segments.concat(t.segments),t.children)}return e}function qo(e){return e instanceof Sn}function LF(e,t,n=null,r=null){let i=uC(e);return cC(i,t,n,r)}function uC(e){let t;function n(o){let s={};for(let l of o.children){let u=n(l);s[l.outlet]=u}let a=new ce(o.url,s);return o===e&&(t=a),a}let r=n(e.root),i=aC(r);return t??i}function cC(e,t,n,r){let i=e;for(;i.parent;)i=i.parent;if(t.length===0)return Sf(i,i,i,n,r);let o=jF(t);if(o.toRoot())return Sf(i,i,new ce([],{}),n,r);let s=BF(o,i,e),a=s.processChildren?Bo(s.segmentGroup,s.index,o.commands):pC(s.segmentGroup,s.index,o.commands);return Sf(i,s.segmentGroup,a,n,r)}function Rl(e){return typeof e=="object"&&e!=null&&!e.outlets&&!e.segmentPath}function Uo(e){return typeof e=="object"&&e!=null&&e.outlets}function Sf(e,t,n,r,i){let o={};r&&Object.entries(r).forEach(([l,u])=>{o[l]=Array.isArray(u)?u.map(c=>`${c}`):`${u}`});let s;e===t?s=n:s=dC(e,t,n);let a=aC(lC(s));return new Sn(a,o,i)}function dC(e,t,n){let r={};return Object.entries(e.children).forEach(([i,o])=>{o===t?r[i]=n:r[i]=dC(o,t,n)}),new ce(e.segments,r)}var Pl=class{constructor(t,n,r){if(this.isAbsolute=t,this.numberOfDoubleDots=n,this.commands=r,t&&r.length>0&&Rl(r[0]))throw new P(4003,!1);let i=r.find(Uo);if(i&&i!==eC(r))throw new P(4004,!1)}toRoot(){return this.isAbsolute&&this.commands.length===1&&this.commands[0]=="/"}};function jF(e){if(typeof e[0]=="string"&&e.length===1&&e[0]==="/")return new Pl(!0,0,e);let t=0,n=!1,r=e.reduce((i,o,s)=>{if(typeof o=="object"&&o!=null){if(o.outlets){let a={};return Object.entries(o.outlets).forEach(([l,u])=>{a[l]=typeof u=="string"?u.split("/"):u}),[...i,{outlets:a}]}if(o.segmentPath)return[...i,o.segmentPath]}return typeof o!="string"?[...i,o]:s===0?(o.split("/").forEach((a,l)=>{l==0&&a==="."||(l==0&&a===""?n=!0:a===".."?t++:a!=""&&i.push(a))}),i):[...i,o]},[]);return new Pl(n,t,r)}var Si=class{constructor(t,n,r){this.segmentGroup=t,this.processChildren=n,this.index=r}};function BF(e,t,n){if(e.isAbsolute)return new Si(t,!0,0);if(!n)return new Si(t,!1,NaN);if(n.parent===null)return new Si(n,!0,0);let r=Rl(e.commands[0])?0:1,i=n.segments.length-1+r;return VF(n,i,e.numberOfDoubleDots)}function VF(e,t,n){let r=e,i=t,o=n;for(;o>i;){if(o-=i,r=r.parent,!r)throw new P(4005,!1);i=r.segments.length}return new Si(r,!1,i-o)}function zF(e){return Uo(e[0])?e[0].outlets:{[Y]:e}}function pC(e,t,n){if(e??=new ce([],{}),e.segments.length===0&&e.hasChildren())return Bo(e,t,n);let r=WF(e,t,n),i=n.slice(r.commandIndex);if(r.match&&r.pathIndex<e.segments.length){let o=new ce(e.segments.slice(0,r.pathIndex),{});return o.children[Y]=new ce(e.segments.slice(r.pathIndex),e.children),Bo(o,0,i)}else return r.match&&i.length===0?new ce(e.segments,{}):r.match&&!e.hasChildren()?Af(e,t,n):r.match?Bo(e,0,i):Af(e,t,n)}function Bo(e,t,n){if(n.length===0)return new ce(e.segments,{});{let r=zF(n),i={};if(Object.keys(r).some(o=>o!==Y)&&e.children[Y]&&e.numberOfChildren===1&&e.children[Y].segments.length===0){let o=Bo(e.children[Y],t,n);return new ce(e.segments,o.children)}return Object.entries(r).forEach(([o,s])=>{typeof s=="string"&&(s=[s]),s!==null&&(i[o]=pC(e.children[o],t,s))}),Object.entries(e.children).forEach(([o,s])=>{r[o]===void 0&&(i[o]=s)}),new ce(e.segments,i)}}function WF(e,t,n){let r=0,i=t,o={match:!1,pathIndex:0,commandIndex:0};for(;i<e.segments.length;){if(r>=n.length)return o;let s=e.segments[i],a=n[r];if(Uo(a))break;let l=`${a}`,u=r<n.length-1?n[r+1]:null;if(i>0&&l===void 0)break;if(l&&u&&typeof u=="object"&&u.outlets===void 0){if(!KS(l,u,s))return o;r+=2}else{if(!KS(l,{},s))return o;r++}i++}return{match:!0,pathIndex:i,commandIndex:r}}function Af(e,t,n){let r=e.segments.slice(0,t),i=0;for(;i<n.length;){let o=n[i];if(Uo(o)){let l=qF(o.outlets);return new ce(r,l)}if(i===0&&Rl(n[0])){let l=e.segments[t];r.push(new xr(l.path,$S(n[0]))),i++;continue}let s=Uo(o)?o.outlets[Y]:`${o}`,a=i<n.length-1?n[i+1]:null;s&&a&&Rl(a)?(r.push(new xr(s,$S(a))),i+=2):(r.push(new xr(s,{})),i++)}return new ce(r,{})}function qF(e){let t={};return Object.entries(e).forEach(([n,r])=>{typeof r=="string"&&(r=[r]),r!==null&&(t[n]=Af(new ce([],{}),0,r))}),t}function $S(e){let t={};return Object.entries(e).forEach(([n,r])=>t[n]=`${r}`),t}function KS(e,t,n){return e==n.path&&nn(t,n.parameters)}var Vo="imperative",We=function(e){return e[e.NavigationStart=0]="NavigationStart",e[e.NavigationEnd=1]="NavigationEnd",e[e.NavigationCancel=2]="NavigationCancel",e[e.NavigationError=3]="NavigationError",e[e.RoutesRecognized=4]="RoutesRecognized",e[e.ResolveStart=5]="ResolveStart",e[e.ResolveEnd=6]="ResolveEnd",e[e.GuardsCheckStart=7]="GuardsCheckStart",e[e.GuardsCheckEnd=8]="GuardsCheckEnd",e[e.RouteConfigLoadStart=9]="RouteConfigLoadStart",e[e.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",e[e.ChildActivationStart=11]="ChildActivationStart",e[e.ChildActivationEnd=12]="ChildActivationEnd",e[e.ActivationStart=13]="ActivationStart",e[e.ActivationEnd=14]="ActivationEnd",e[e.Scroll=15]="Scroll",e[e.NavigationSkipped=16]="NavigationSkipped",e}(We||{}),At=class{constructor(t,n){this.id=t,this.url=n}},Ho=class extends At{constructor(t,n,r="imperative",i=null){super(t,n),this.type=We.NavigationStart,this.navigationTrigger=r,this.restoredState=i}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}},Er=class extends At{constructor(t,n,r){super(t,n),this.urlAfterRedirects=r,this.type=We.NavigationEnd}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}},gt=function(e){return e[e.Redirect=0]="Redirect",e[e.SupersededByNewNavigation=1]="SupersededByNewNavigation",e[e.NoDataFromResolver=2]="NoDataFromResolver",e[e.GuardRejected=3]="GuardRejected",e}(gt||{}),If=function(e){return e[e.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",e[e.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",e}(If||{}),bn=class extends At{constructor(t,n,r,i){super(t,n),this.reason=r,this.code=i,this.type=We.NavigationCancel}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}},Dr=class extends At{constructor(t,n,r,i){super(t,n),this.reason=r,this.code=i,this.type=We.NavigationSkipped}},Go=class extends At{constructor(t,n,r,i){super(t,n),this.error=r,this.target=i,this.type=We.NavigationError}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}},Fl=class extends At{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=We.RoutesRecognized}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},_f=class extends At{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=We.GuardsCheckStart}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},kf=class extends At{constructor(t,n,r,i,o){super(t,n),this.urlAfterRedirects=r,this.state=i,this.shouldActivate=o,this.type=We.GuardsCheckEnd}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}},Mf=class extends At{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=We.ResolveStart}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},Of=class extends At{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=We.ResolveEnd}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},Nf=class{constructor(t){this.route=t,this.type=We.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}},Rf=class{constructor(t){this.route=t,this.type=We.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}},Pf=class{constructor(t){this.snapshot=t,this.type=We.ChildActivationStart}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Ff=class{constructor(t){this.snapshot=t,this.type=We.ChildActivationEnd}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Lf=class{constructor(t){this.snapshot=t,this.type=We.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},jf=class{constructor(t){this.snapshot=t,this.type=We.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}};var Yo=class{},Ei=class{constructor(t,n){this.url=t,this.navigationBehaviorOptions=n}};function UF(e,t){return e.providers&&!e._injector&&(e._injector=Jp(e.providers,t,`Route: ${e.path}`)),e._injector??t}function Ut(e){return e.outlet||Y}function HF(e,t){let n=e.filter(r=>Ut(r)===t);return n.push(...e.filter(r=>Ut(r)!==t)),n}function Jo(e){if(!e)return null;if(e.routeConfig?._injector)return e.routeConfig._injector;for(let t=e.parent;t;t=t.parent){let n=t.routeConfig;if(n?._loadedInjector)return n._loadedInjector;if(n?._injector)return n._injector}return null}var Bf=class{get injector(){return Jo(this.route?.snapshot)??this.rootInjector}set injector(t){}constructor(t){this.rootInjector=t,this.outlet=null,this.route=null,this.children=new ql(this.rootInjector),this.attachRef=null}},ql=(()=>{class e{constructor(n){this.rootInjector=n,this.contexts=new Map}onChildOutletCreated(n,r){let i=this.getOrCreateContext(n);i.outlet=r,this.contexts.set(n,i)}onChildOutletDestroyed(n){let r=this.getContext(n);r&&(r.outlet=null,r.attachRef=null)}onOutletDeactivated(){let n=this.contexts;return this.contexts=new Map,n}onOutletReAttached(n){this.contexts=n}getOrCreateContext(n){let r=this.getContext(n);return r||(r=new Bf(this.rootInjector),this.contexts.set(n,r)),r}getContext(n){return this.contexts.get(n)||null}static{this.\u0275fac=function(r){return new(r||e)(ie(xt))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Ll=class{constructor(t){this._root=t}get root(){return this._root.value}parent(t){let n=this.pathFromRoot(t);return n.length>1?n[n.length-2]:null}children(t){let n=Vf(t,this._root);return n?n.children.map(r=>r.value):[]}firstChild(t){let n=Vf(t,this._root);return n&&n.children.length>0?n.children[0].value:null}siblings(t){let n=zf(t,this._root);return n.length<2?[]:n[n.length-2].children.map(i=>i.value).filter(i=>i!==t)}pathFromRoot(t){return zf(t,this._root).map(n=>n.value)}};function Vf(e,t){if(e===t.value)return t;for(let n of t.children){let r=Vf(e,n);if(r)return r}return null}function zf(e,t){if(e===t.value)return[t];for(let n of t.children){let r=zf(e,n);if(r.length)return r.unshift(t),r}return[]}var mt=class{constructor(t,n){this.value=t,this.children=n}toString(){return`TreeNode(${this.value})`}};function bi(e){let t={};return e&&e.children.forEach(n=>t[n.value.outlet]=n),t}var jl=class extends Ll{constructor(t,n){super(t),this.snapshot=n,Qf(this,t)}toString(){return this.snapshot.toString()}};function fC(e){let t=GF(e),n=new Ve([new xr("",{})]),r=new Ve({}),i=new Ve({}),o=new Ve({}),s=new Ve(""),a=new Di(n,r,o,s,i,Y,e,t.root);return a.snapshot=t.root,new jl(new mt(a,[]),t)}function GF(e){let t={},n={},r={},i="",o=new Ci([],t,r,i,n,Y,e,null,{});return new Vl("",new mt(o,[]))}var Di=class{constructor(t,n,r,i,o,s,a,l){this.urlSubject=t,this.paramsSubject=n,this.queryParamsSubject=r,this.fragmentSubject=i,this.dataSubject=o,this.outlet=s,this.component=a,this._futureSnapshot=l,this.title=this.dataSubject?.pipe(J(u=>u[Xo]))??G(void 0),this.url=t,this.params=n,this.queryParams=r,this.fragment=i,this.data=o}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=this.params.pipe(J(t=>wi(t))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe(J(t=>wi(t))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}};function Bl(e,t,n="emptyOnly"){let r,{routeConfig:i}=e;return t!==null&&(n==="always"||i?.path===""||!t.component&&!t.routeConfig?.loadComponent)?r={params:E(E({},t.params),e.params),data:E(E({},t.data),e.data),resolve:E(E(E(E({},e.data),t.data),i?.data),e._resolvedData)}:r={params:E({},e.params),data:E({},e.data),resolve:E(E({},e.data),e._resolvedData??{})},i&&mC(i)&&(r.resolve[Xo]=i.title),r}var Ci=class{get title(){return this.data?.[Xo]}constructor(t,n,r,i,o,s,a,l,u){this.url=t,this.params=n,this.queryParams=r,this.fragment=i,this.data=o,this.outlet=s,this.component=a,this.routeConfig=l,this._resolve=u}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=wi(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=wi(this.queryParams),this._queryParamMap}toString(){let t=this.url.map(r=>r.toString()).join("/"),n=this.routeConfig?this.routeConfig.path:"";return`Route(url:'${t}', path:'${n}')`}},Vl=class extends Ll{constructor(t,n){super(n),this.url=t,Qf(this,n)}toString(){return hC(this._root)}};function Qf(e,t){t.value._routerState=e,t.children.forEach(n=>Qf(e,n))}function hC(e){let t=e.children.length>0?` { ${e.children.map(hC).join(", ")} } `:"";return`${e.value}${t}`}function Cf(e){if(e.snapshot){let t=e.snapshot,n=e._futureSnapshot;e.snapshot=n,nn(t.queryParams,n.queryParams)||e.queryParamsSubject.next(n.queryParams),t.fragment!==n.fragment&&e.fragmentSubject.next(n.fragment),nn(t.params,n.params)||e.paramsSubject.next(n.params),bF(t.url,n.url)||e.urlSubject.next(n.url),nn(t.data,n.data)||e.dataSubject.next(n.data)}else e.snapshot=e._futureSnapshot,e.dataSubject.next(e._futureSnapshot.data)}function Wf(e,t){let n=nn(e.params,t.params)&&wF(e.url,t.url),r=!e.parent!=!t.parent;return n&&!r&&(!e.parent||Wf(e.parent,t.parent))}function mC(e){return typeof e.title=="string"||e.title===null}var Xf=(()=>{class e{constructor(){this.activated=null,this._activatedRoute=null,this.name=Y,this.activateEvents=new Ce,this.deactivateEvents=new Ce,this.attachEvents=new Ce,this.detachEvents=new Ce,this.parentContexts=T(ql),this.location=T(mi),this.changeDetector=T(Sr),this.inputBinder=T(Jf,{optional:!0}),this.supportsBindingToComponentInputs=!0}get activatedComponentRef(){return this.activated}ngOnChanges(n){if(n.name){let{firstChange:r,previousValue:i}=n.name;if(r)return;this.isTrackedInParentContexts(i)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(i)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts(n){return this.parentContexts.getContext(n)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;let n=this.parentContexts.getContext(this.name);n?.route&&(n.attachRef?this.attach(n.attachRef,n.route):this.activateWith(n.route,n.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new P(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new P(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new P(4012,!1);this.location.detach();let n=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(n.instance),n}attach(n,r){this.activated=n,this._activatedRoute=r,this.location.insert(n.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(n.instance)}deactivate(){if(this.activated){let n=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(n)}}activateWith(n,r){if(this.isActivated)throw new P(4013,!1);this._activatedRoute=n;let i=this.location,s=n.snapshot.component,a=this.parentContexts.getOrCreateContext(this.name).children,l=new qf(n,a,i.injector);this.activated=i.createComponent(s,{index:i.length,injector:l,environmentInjector:r}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=zt({type:e,selectors:[["router-outlet"]],inputs:{name:"name"},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],standalone:!0,features:[tn]})}}return e})(),qf=class e{__ngOutletInjector(t){return new e(this.route,this.childContexts,t)}constructor(t,n,r){this.route=t,this.childContexts=n,this.parent=r}get(t,n){return t===Di?this.route:t===ql?this.childContexts:this.parent.get(t,n)}},Jf=new F("");function YF(e,t,n){let r=$o(e,t._root,n?n._root:void 0);return new jl(r,t)}function $o(e,t,n){if(n&&e.shouldReuseRoute(t.value,n.value.snapshot)){let r=n.value;r._futureSnapshot=t.value;let i=$F(e,t,n);return new mt(r,i)}else{if(e.shouldAttach(t.value)){let o=e.retrieve(t.value);if(o!==null){let s=o.route;return s.value._futureSnapshot=t.value,s.children=t.children.map(a=>$o(e,a)),s}}let r=KF(t.value),i=t.children.map(o=>$o(e,o));return new mt(r,i)}}function $F(e,t,n){return t.children.map(r=>{for(let i of n.children)if(e.shouldReuseRoute(r.value,i.value.snapshot))return $o(e,r,i);return $o(e,r)})}function KF(e){return new Di(new Ve(e.url),new Ve(e.params),new Ve(e.queryParams),new Ve(e.fragment),new Ve(e.data),e.outlet,e.component,e)}var Ko=class{constructor(t,n){this.redirectTo=t,this.navigationBehaviorOptions=n}},gC="ngNavigationCancelingError";function zl(e,t){let{redirectTo:n,navigationBehaviorOptions:r}=qo(t)?{redirectTo:t,navigationBehaviorOptions:void 0}:t,i=yC(!1,gt.Redirect);return i.url=n,i.navigationBehaviorOptions=r,i}function yC(e,t){let n=new Error(`NavigationCancelingError: ${e||""}`);return n[gC]=!0,n.cancellationCode=t,n}function ZF(e){return vC(e)&&qo(e.url)}function vC(e){return!!e&&e[gC]}var QF=(e,t,n,r)=>J(i=>(new Uf(t,i.targetRouterState,i.currentRouterState,n,r).activate(e),i)),Uf=class{constructor(t,n,r,i,o){this.routeReuseStrategy=t,this.futureState=n,this.currState=r,this.forwardEvent=i,this.inputBindingEnabled=o}activate(t){let n=this.futureState._root,r=this.currState?this.currState._root:null;this.deactivateChildRoutes(n,r,t),Cf(this.futureState.root),this.activateChildRoutes(n,r,t)}deactivateChildRoutes(t,n,r){let i=bi(n);t.children.forEach(o=>{let s=o.value.outlet;this.deactivateRoutes(o,i[s],r),delete i[s]}),Object.values(i).forEach(o=>{this.deactivateRouteAndItsChildren(o,r)})}deactivateRoutes(t,n,r){let i=t.value,o=n?n.value:null;if(i===o)if(i.component){let s=r.getContext(i.outlet);s&&this.deactivateChildRoutes(t,n,s.children)}else this.deactivateChildRoutes(t,n,r);else o&&this.deactivateRouteAndItsChildren(n,r)}deactivateRouteAndItsChildren(t,n){t.value.component&&this.routeReuseStrategy.shouldDetach(t.value.snapshot)?this.detachAndStoreRouteSubtree(t,n):this.deactivateRouteAndOutlet(t,n)}detachAndStoreRouteSubtree(t,n){let r=n.getContext(t.value.outlet),i=r&&t.value.component?r.children:n,o=bi(t);for(let s of Object.values(o))this.deactivateRouteAndItsChildren(s,i);if(r&&r.outlet){let s=r.outlet.detach(),a=r.children.onOutletDeactivated();this.routeReuseStrategy.store(t.value.snapshot,{componentRef:s,route:t,contexts:a})}}deactivateRouteAndOutlet(t,n){let r=n.getContext(t.value.outlet),i=r&&t.value.component?r.children:n,o=bi(t);for(let s of Object.values(o))this.deactivateRouteAndItsChildren(s,i);r&&(r.outlet&&(r.outlet.deactivate(),r.children.onOutletDeactivated()),r.attachRef=null,r.route=null)}activateChildRoutes(t,n,r){let i=bi(n);t.children.forEach(o=>{this.activateRoutes(o,i[o.value.outlet],r),this.forwardEvent(new jf(o.value.snapshot))}),t.children.length&&this.forwardEvent(new Ff(t.value.snapshot))}activateRoutes(t,n,r){let i=t.value,o=n?n.value:null;if(Cf(i),i===o)if(i.component){let s=r.getOrCreateContext(i.outlet);this.activateChildRoutes(t,n,s.children)}else this.activateChildRoutes(t,n,r);else if(i.component){let s=r.getOrCreateContext(i.outlet);if(this.routeReuseStrategy.shouldAttach(i.snapshot)){let a=this.routeReuseStrategy.retrieve(i.snapshot);this.routeReuseStrategy.store(i.snapshot,null),s.children.onOutletReAttached(a.contexts),s.attachRef=a.componentRef,s.route=a.route.value,s.outlet&&s.outlet.attach(a.componentRef,a.route.value),Cf(a.route.value),this.activateChildRoutes(t,null,s.children)}else s.attachRef=null,s.route=i,s.outlet&&s.outlet.activateWith(i,s.injector),this.activateChildRoutes(t,null,s.children)}else this.activateChildRoutes(t,null,r)}},Wl=class{constructor(t){this.path=t,this.route=this.path[this.path.length-1]}},xi=class{constructor(t,n){this.component=t,this.route=n}};function XF(e,t,n){let r=e._root,i=t?t._root:null;return Lo(r,i,n,[r.value])}function JF(e){let t=e.routeConfig?e.routeConfig.canActivateChild:null;return!t||t.length===0?null:{node:e,guards:t}}function Ai(e,t){let n=Symbol(),r=t.get(e,n);return r===n?typeof e=="function"&&!hv(e)?e:t.get(e):r}function Lo(e,t,n,r,i={canDeactivateChecks:[],canActivateChecks:[]}){let o=bi(t);return e.children.forEach(s=>{eL(s,o[s.value.outlet],n,r.concat([s.value]),i),delete o[s.value.outlet]}),Object.entries(o).forEach(([s,a])=>zo(a,n.getContext(s),i)),i}function eL(e,t,n,r,i={canDeactivateChecks:[],canActivateChecks:[]}){let o=e.value,s=t?t.value:null,a=n?n.getContext(e.value.outlet):null;if(s&&o.routeConfig===s.routeConfig){let l=tL(s,o,o.routeConfig.runGuardsAndResolvers);l?i.canActivateChecks.push(new Wl(r)):(o.data=s.data,o._resolvedData=s._resolvedData),o.component?Lo(e,t,a?a.children:null,r,i):Lo(e,t,n,r,i),l&&a&&a.outlet&&a.outlet.isActivated&&i.canDeactivateChecks.push(new xi(a.outlet.component,s))}else s&&zo(t,a,i),i.canActivateChecks.push(new Wl(r)),o.component?Lo(e,null,a?a.children:null,r,i):Lo(e,null,n,r,i);return i}function tL(e,t,n){if(typeof n=="function")return n(e,t);switch(n){case"pathParamsChange":return!wr(e.url,t.url);case"pathParamsOrQueryParamsChange":return!wr(e.url,t.url)||!nn(e.queryParams,t.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!Wf(e,t)||!nn(e.queryParams,t.queryParams);case"paramsChange":default:return!Wf(e,t)}}function zo(e,t,n){let r=bi(e),i=e.value;Object.entries(r).forEach(([o,s])=>{i.component?t?zo(s,t.children.getContext(o),n):zo(s,null,n):zo(s,t,n)}),i.component?t&&t.outlet&&t.outlet.isActivated?n.canDeactivateChecks.push(new xi(t.outlet.component,i)):n.canDeactivateChecks.push(new xi(null,i)):n.canDeactivateChecks.push(new xi(null,i))}function es(e){return typeof e=="function"}function nL(e){return typeof e=="boolean"}function rL(e){return e&&es(e.canLoad)}function iL(e){return e&&es(e.canActivate)}function oL(e){return e&&es(e.canActivateChild)}function sL(e){return e&&es(e.canDeactivate)}function aL(e){return e&&es(e.canMatch)}function bC(e){return e instanceof ln||e?.name==="EmptyError"}var kl=Symbol("INITIAL_VALUE");function Ti(){return Lt(e=>Sa(e.map(t=>t.pipe(un(1),sd(kl)))).pipe(J(t=>{for(let n of t)if(n!==!0){if(n===kl)return kl;if(n===!1||lL(n))return n}return!0}),Ft(t=>t!==kl),un(1)))}function lL(e){return qo(e)||e instanceof Ko}function uL(e,t){return Re(n=>{let{targetSnapshot:r,currentSnapshot:i,guards:{canActivateChecks:o,canDeactivateChecks:s}}=n;return s.length===0&&o.length===0?G(ee(E({},n),{guardsResult:!0})):cL(s,r,i,e).pipe(Re(a=>a&&nL(a)?dL(r,o,e,t):G(a)),J(a=>ee(E({},n),{guardsResult:a})))})}function cL(e,t,n,r){return Te(e).pipe(Re(i=>gL(i.component,i.route,n,t,r)),Kt(i=>i!==!0,!0))}function dL(e,t,n,r){return Te(t).pipe(qr(i=>Wr(fL(i.route.parent,r),pL(i.route,r),mL(e,i.path,n),hL(e,i.route,n))),Kt(i=>i!==!0,!0))}function pL(e,t){return e!==null&&t&&t(new Lf(e)),G(!0)}function fL(e,t){return e!==null&&t&&t(new Pf(e)),G(!0)}function hL(e,t,n){let r=t.routeConfig?t.routeConfig.canActivate:null;if(!r||r.length===0)return G(!0);let i=r.map(o=>Ca(()=>{let s=Jo(t)??n,a=Ai(o,s),l=iL(a)?a.canActivate(t,e):fn(s,()=>a(t,e));return Un(l).pipe(Kt())}));return G(i).pipe(Ti())}function mL(e,t,n){let r=t[t.length-1],o=t.slice(0,t.length-1).reverse().map(s=>JF(s)).filter(s=>s!==null).map(s=>Ca(()=>{let a=s.guards.map(l=>{let u=Jo(s.node)??n,c=Ai(l,u),p=oL(c)?c.canActivateChild(r,e):fn(u,()=>c(r,e));return Un(p).pipe(Kt())});return G(a).pipe(Ti())}));return G(o).pipe(Ti())}function gL(e,t,n,r,i){let o=t&&t.routeConfig?t.routeConfig.canDeactivate:null;if(!o||o.length===0)return G(!0);let s=o.map(a=>{let l=Jo(t)??i,u=Ai(a,l),c=sL(u)?u.canDeactivate(e,t,n,r):fn(l,()=>u(e,t,n,r));return Un(c).pipe(Kt())});return G(s).pipe(Ti())}function yL(e,t,n,r){let i=t.canLoad;if(i===void 0||i.length===0)return G(!0);let o=i.map(s=>{let a=Ai(s,e),l=rL(a)?a.canLoad(t,n):fn(e,()=>a(t,n));return Un(l)});return G(o).pipe(Ti(),SC(r))}function SC(e){return $c(ze(t=>{if(typeof t!="boolean")throw zl(e,t)}),J(t=>t===!0))}function vL(e,t,n,r){let i=t.canMatch;if(!i||i.length===0)return G(!0);let o=i.map(s=>{let a=Ai(s,e),l=aL(a)?a.canMatch(t,n):fn(e,()=>a(t,n));return Un(l)});return G(o).pipe(Ti(),SC(r))}var Zo=class{constructor(t){this.segmentGroup=t||null}},Qo=class extends Error{constructor(t){super(),this.urlTree=t}};function vi(e){return zr(new Zo(e))}function bL(e){return zr(new P(4e3,!1))}function SL(e){return zr(yC(!1,gt.GuardRejected))}var Hf=class{constructor(t,n){this.urlSerializer=t,this.urlTree=n}lineralizeSegments(t,n){let r=[],i=n.root;for(;;){if(r=r.concat(i.segments),i.numberOfChildren===0)return G(r);if(i.numberOfChildren>1||!i.children[Y])return bL(`${t.redirectTo}`);i=i.children[Y]}}applyRedirectCommands(t,n,r,i,o){if(typeof n!="string"){let a=n,{queryParams:l,fragment:u,routeConfig:c,url:p,outlet:d,params:f,data:g,title:h}=i,y=fn(o,()=>a({params:f,data:g,queryParams:l,fragment:u,routeConfig:c,url:p,outlet:d,title:h}));if(y instanceof Sn)throw new Qo(y);n=y}let s=this.applyRedirectCreateUrlTree(n,this.urlSerializer.parse(n),t,r);if(n[0]==="/")throw new Qo(s);return s}applyRedirectCreateUrlTree(t,n,r,i){let o=this.createSegmentGroup(t,n.root,r,i);return new Sn(o,this.createQueryParams(n.queryParams,this.urlTree.queryParams),n.fragment)}createQueryParams(t,n){let r={};return Object.entries(t).forEach(([i,o])=>{if(typeof o=="string"&&o[0]===":"){let a=o.substring(1);r[i]=n[a]}else r[i]=o}),r}createSegmentGroup(t,n,r,i){let o=this.createSegments(t,n.segments,r,i),s={};return Object.entries(n.children).forEach(([a,l])=>{s[a]=this.createSegmentGroup(t,l,r,i)}),new ce(o,s)}createSegments(t,n,r,i){return n.map(o=>o.path[0]===":"?this.findPosParam(t,o,i):this.findOrReturn(o,r))}findPosParam(t,n,r){let i=r[n.path.substring(1)];if(!i)throw new P(4001,!1);return i}findOrReturn(t,n){let r=0;for(let i of n){if(i.path===t.path)return n.splice(r),i;r++}return t}},Gf={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function CL(e,t,n,r,i){let o=CC(e,t,n);return o.matched?(r=UF(t,r),vL(r,t,n,i).pipe(J(s=>s===!0?o:E({},Gf)))):G(o)}function CC(e,t,n){if(t.path==="**")return xL(n);if(t.path==="")return t.pathMatch==="full"&&(e.hasChildren()||n.length>0)?E({},Gf):{matched:!0,consumedSegments:[],remainingSegments:n,parameters:{},positionalParamSegments:{}};let i=(t.matcher||vF)(n,e,t);if(!i)return E({},Gf);let o={};Object.entries(i.posParams??{}).forEach(([a,l])=>{o[a]=l.path});let s=i.consumed.length>0?E(E({},o),i.consumed[i.consumed.length-1].parameters):o;return{matched:!0,consumedSegments:i.consumed,remainingSegments:n.slice(i.consumed.length),parameters:s,positionalParamSegments:i.posParams??{}}}function xL(e){return{matched:!0,parameters:e.length>0?eC(e).parameters:{},consumedSegments:e,remainingSegments:[],positionalParamSegments:{}}}function ZS(e,t,n,r){return n.length>0&&DL(e,n,r)?{segmentGroup:new ce(t,EL(r,new ce(n,e.children))),slicedSegments:[]}:n.length===0&&TL(e,n,r)?{segmentGroup:new ce(e.segments,wL(e,n,r,e.children)),slicedSegments:n}:{segmentGroup:new ce(e.segments,e.children),slicedSegments:n}}function wL(e,t,n,r){let i={};for(let o of n)if(Ul(e,t,o)&&!r[Ut(o)]){let s=new ce([],{});i[Ut(o)]=s}return E(E({},r),i)}function EL(e,t){let n={};n[Y]=t;for(let r of e)if(r.path===""&&Ut(r)!==Y){let i=new ce([],{});n[Ut(r)]=i}return n}function DL(e,t,n){return n.some(r=>Ul(e,t,r)&&Ut(r)!==Y)}function TL(e,t,n){return n.some(r=>Ul(e,t,r))}function Ul(e,t,n){return(e.hasChildren()||t.length>0)&&n.pathMatch==="full"?!1:n.path===""}function AL(e,t,n){return t.length===0&&!e.children[n]}var Yf=class{};function IL(e,t,n,r,i,o,s="emptyOnly"){return new $f(e,t,n,r,i,s,o).recognize()}var _L=31,$f=class{constructor(t,n,r,i,o,s,a){this.injector=t,this.configLoader=n,this.rootComponentType=r,this.config=i,this.urlTree=o,this.paramsInheritanceStrategy=s,this.urlSerializer=a,this.applyRedirects=new Hf(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(t){return new P(4002,`'${t.segmentGroup}'`)}recognize(){let t=ZS(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(t).pipe(J(({children:n,rootSnapshot:r})=>{let i=new mt(r,n),o=new Vl("",i),s=LF(r,[],this.urlTree.queryParams,this.urlTree.fragment);return s.queryParams=this.urlTree.queryParams,o.url=this.urlSerializer.serialize(s),{state:o,tree:s}}))}match(t){let n=new Ci([],Object.freeze({}),Object.freeze(E({},this.urlTree.queryParams)),this.urlTree.fragment,Object.freeze({}),Y,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,t,Y,n).pipe(J(r=>({children:r,rootSnapshot:n})),On(r=>{if(r instanceof Qo)return this.urlTree=r.urlTree,this.match(r.urlTree.root);throw r instanceof Zo?this.noMatchError(r):r}))}processSegmentGroup(t,n,r,i,o){return r.segments.length===0&&r.hasChildren()?this.processChildren(t,n,r,o):this.processSegment(t,n,r,r.segments,i,!0,o).pipe(J(s=>s instanceof mt?[s]:[]))}processChildren(t,n,r,i){let o=[];for(let s of Object.keys(r.children))s==="primary"?o.unshift(s):o.push(s);return Te(o).pipe(qr(s=>{let a=r.children[s],l=HF(n,s);return this.processSegmentGroup(t,l,a,s,i)}),od((s,a)=>(s.push(...a),s)),Nn(null),id(),Re(s=>{if(s===null)return vi(r);let a=xC(s);return kL(a),G(a)}))}processSegment(t,n,r,i,o,s,a){return Te(n).pipe(qr(l=>this.processSegmentAgainstRoute(l._injector??t,n,l,r,i,o,s,a).pipe(On(u=>{if(u instanceof Zo)return G(null);throw u}))),Kt(l=>!!l),On(l=>{if(bC(l))return AL(r,i,o)?G(new Yf):vi(r);throw l}))}processSegmentAgainstRoute(t,n,r,i,o,s,a,l){return Ut(r)!==s&&(s===Y||!Ul(i,o,r))?vi(i):r.redirectTo===void 0?this.matchSegmentAgainstRoute(t,i,r,o,s,l):this.allowRedirects&&a?this.expandSegmentAgainstRouteUsingRedirect(t,i,n,r,o,s,l):vi(i)}expandSegmentAgainstRouteUsingRedirect(t,n,r,i,o,s,a){let{matched:l,parameters:u,consumedSegments:c,positionalParamSegments:p,remainingSegments:d}=CC(n,i,o);if(!l)return vi(n);typeof i.redirectTo=="string"&&i.redirectTo[0]==="/"&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>_L&&(this.allowRedirects=!1));let f=new Ci(o,u,Object.freeze(E({},this.urlTree.queryParams)),this.urlTree.fragment,QS(i),Ut(i),i.component??i._loadedComponent??null,i,XS(i)),g=Bl(f,a,this.paramsInheritanceStrategy);f.params=Object.freeze(g.params),f.data=Object.freeze(g.data);let h=this.applyRedirects.applyRedirectCommands(c,i.redirectTo,p,f,t);return this.applyRedirects.lineralizeSegments(i,h).pipe(Re(y=>this.processSegment(t,r,n,y.concat(d),s,!1,a)))}matchSegmentAgainstRoute(t,n,r,i,o,s){let a=CL(n,r,i,t,this.urlSerializer);return r.path==="**"&&(n.children={}),a.pipe(Lt(l=>l.matched?(t=r._injector??t,this.getChildConfig(t,r,i).pipe(Lt(({routes:u})=>{let c=r._loadedInjector??t,{parameters:p,consumedSegments:d,remainingSegments:f}=l,g=new Ci(d,p,Object.freeze(E({},this.urlTree.queryParams)),this.urlTree.fragment,QS(r),Ut(r),r.component??r._loadedComponent??null,r,XS(r)),h=Bl(g,s,this.paramsInheritanceStrategy);g.params=Object.freeze(h.params),g.data=Object.freeze(h.data);let{segmentGroup:y,slicedSegments:m}=ZS(n,d,f,u);if(m.length===0&&y.hasChildren())return this.processChildren(c,u,y,g).pipe(J(S=>new mt(g,S)));if(u.length===0&&m.length===0)return G(new mt(g,[]));let v=Ut(r)===o;return this.processSegment(c,u,y,m,v?Y:o,!0,g).pipe(J(S=>new mt(g,S instanceof mt?[S]:[])))}))):vi(n)))}getChildConfig(t,n,r){return n.children?G({routes:n.children,injector:t}):n.loadChildren?n._loadedRoutes!==void 0?G({routes:n._loadedRoutes,injector:n._loadedInjector}):yL(t,n,r,this.urlSerializer).pipe(Re(i=>i?this.configLoader.loadChildren(t,n).pipe(ze(o=>{n._loadedRoutes=o.routes,n._loadedInjector=o.injector})):SL(n))):G({routes:[],injector:t})}};function kL(e){e.sort((t,n)=>t.value.outlet===Y?-1:n.value.outlet===Y?1:t.value.outlet.localeCompare(n.value.outlet))}function ML(e){let t=e.value.routeConfig;return t&&t.path===""}function xC(e){let t=[],n=new Set;for(let r of e){if(!ML(r)){t.push(r);continue}let i=t.find(o=>r.value.routeConfig===o.value.routeConfig);i!==void 0?(i.children.push(...r.children),n.add(i)):t.push(r)}for(let r of n){let i=xC(r.children);t.push(new mt(r.value,i))}return t.filter(r=>!n.has(r))}function QS(e){return e.data||{}}function XS(e){return e.resolve||{}}function OL(e,t,n,r,i,o){return Re(s=>IL(e,t,n,r,s.extractedUrl,i,o).pipe(J(({state:a,tree:l})=>ee(E({},s),{targetSnapshot:a,urlAfterRedirects:l}))))}function NL(e,t){return Re(n=>{let{targetSnapshot:r,guards:{canActivateChecks:i}}=n;if(!i.length)return G(n);let o=new Set(i.map(l=>l.route)),s=new Set;for(let l of o)if(!s.has(l))for(let u of wC(l))s.add(u);let a=0;return Te(s).pipe(qr(l=>o.has(l)?RL(l,r,e,t):(l.data=Bl(l,l.parent,e).resolve,G(void 0))),ze(()=>a++),Ur(1),Re(l=>a===s.size?G(n):pt))})}function wC(e){let t=e.children.map(n=>wC(n)).flat();return[e,...t]}function RL(e,t,n,r){let i=e.routeConfig,o=e._resolve;return i?.title!==void 0&&!mC(i)&&(o[Xo]=i.title),PL(o,e,t,r).pipe(J(s=>(e._resolvedData=s,e.data=Bl(e,e.parent,n).resolve,null)))}function PL(e,t,n,r){let i=Ef(e);if(i.length===0)return G({});let o={};return Te(i).pipe(Re(s=>FL(e[s],t,n,r).pipe(Kt(),ze(a=>{if(a instanceof Ko)throw zl(new Wo,a);o[s]=a}))),Ur(1),rd(o),On(s=>bC(s)?pt:zr(s)))}function FL(e,t,n,r){let i=Jo(t)??r,o=Ai(e,i),s=o.resolve?o.resolve(t,n):fn(i,()=>o(t,n));return Un(s)}function xf(e){return Lt(t=>{let n=e(t);return n?Te(n).pipe(J(()=>t)):G(t)})}var EC=(()=>{class e{buildTitle(n){let r,i=n.root;for(;i!==void 0;)r=this.getResolvedTitleForRoute(i)??r,i=i.children.find(o=>o.outlet===Y);return r}getResolvedTitleForRoute(n){return n.data[Xo]}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>T(LL),providedIn:"root"})}}return e})(),LL=(()=>{class e extends EC{constructor(n){super(),this.title=n}updateTitle(n){let r=this.buildTitle(n);r!==void 0&&this.title.setTitle(r)}static{this.\u0275fac=function(r){return new(r||e)(ie(HS))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),eh=new F("",{providedIn:"root",factory:()=>({})}),jL=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=pe({type:e,selectors:[["ng-component"]],standalone:!0,features:[fe],decls:1,vars:0,template:function(r,i){r&1&&ne(0,"router-outlet")},dependencies:[Xf],encapsulation:2})}}return e})();function th(e){let t=e.children&&e.children.map(th),n=t?ee(E({},e),{children:t}):E({},e);return!n.component&&!n.loadComponent&&(t||n.loadChildren)&&n.outlet&&n.outlet!==Y&&(n.component=jL),n}var nh=new F(""),BL=(()=>{class e{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=T(lf)}loadComponent(n){if(this.componentLoaders.get(n))return this.componentLoaders.get(n);if(n._loadedComponent)return G(n._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(n);let r=Un(n.loadComponent()).pipe(J(DC),ze(o=>{this.onLoadEndListener&&this.onLoadEndListener(n),n._loadedComponent=o}),co(()=>{this.componentLoaders.delete(n)})),i=new Br(r,()=>new Ne).pipe(jr());return this.componentLoaders.set(n,i),i}loadChildren(n,r){if(this.childrenLoaders.get(r))return this.childrenLoaders.get(r);if(r._loadedRoutes)return G({routes:r._loadedRoutes,injector:r._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(r);let o=VL(r,this.compiler,n,this.onLoadEndListener).pipe(co(()=>{this.childrenLoaders.delete(r)})),s=new Br(o,()=>new Ne).pipe(jr());return this.childrenLoaders.set(r,s),s}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function VL(e,t,n,r){return Un(e.loadChildren()).pipe(J(DC),Re(i=>i instanceof To||Array.isArray(i)?G(i):Te(t.compileModuleAsync(i))),J(i=>{r&&r(e);let o,s,a=!1;return Array.isArray(i)?(s=i,a=!0):(o=i.create(n).injector,s=o.get(nh,[],{optional:!0,self:!0}).flat()),{routes:s.map(th),injector:o}}))}function zL(e){return e&&typeof e=="object"&&"default"in e}function DC(e){return zL(e)?e.default:e}var rh=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>T(WL),providedIn:"root"})}}return e})(),WL=(()=>{class e{shouldProcessUrl(n){return!0}extract(n){return n}merge(n,r){return n}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),qL=new F("");var UL=new F(""),HL=(()=>{class e{get hasRequestedNavigation(){return this.navigationId!==0}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new Ne,this.transitionAbortSubject=new Ne,this.configLoader=T(BL),this.environmentInjector=T(xt),this.urlSerializer=T(Zf),this.rootContexts=T(ql),this.location=T(Oo),this.inputBindingEnabled=T(Jf,{optional:!0})!==null,this.titleStrategy=T(EC),this.options=T(eh,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=T(rh),this.createViewTransition=T(qL,{optional:!0}),this.navigationErrorHandler=T(UL,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>G(void 0),this.rootComponentType=null;let n=i=>this.events.next(new Nf(i)),r=i=>this.events.next(new Rf(i));this.configLoader.onLoadEndListener=r,this.configLoader.onLoadStartListener=n}complete(){this.transitions?.complete()}handleNavigationRequest(n){let r=++this.navigationId;this.transitions?.next(ee(E(E({},this.transitions.value),n),{id:r}))}setupNavigations(n,r,i){return this.transitions=new Ve({id:0,currentUrlTree:r,currentRawUrl:r,extractedUrl:this.urlHandlingStrategy.extract(r),urlAfterRedirects:this.urlHandlingStrategy.extract(r),rawUrl:r,extras:{},resolve:()=>{},reject:()=>{},promise:Promise.resolve(!0),source:Vo,restoredState:null,currentSnapshot:i.snapshot,targetSnapshot:null,currentRouterState:i,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe(Ft(o=>o.id!==0),J(o=>ee(E({},o),{extractedUrl:this.urlHandlingStrategy.extract(o.rawUrl)})),Lt(o=>{let s=!1,a=!1;return G(o).pipe(Lt(l=>{if(this.navigationId>o.id)return this.cancelNavigationTransition(o,"",gt.SupersededByNewNavigation),pt;this.currentTransition=o,this.currentNavigation={id:l.id,initialUrl:l.rawUrl,extractedUrl:l.extractedUrl,targetBrowserUrl:typeof l.extras.browserUrl=="string"?this.urlSerializer.parse(l.extras.browserUrl):l.extras.browserUrl,trigger:l.source,extras:l.extras,previousNavigation:this.lastSuccessfulNavigation?ee(E({},this.lastSuccessfulNavigation),{previousNavigation:null}):null};let u=!n.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl(),c=l.extras.onSameUrlNavigation??n.onSameUrlNavigation;if(!u&&c!=="reload"){let p="";return this.events.next(new Dr(l.id,this.urlSerializer.serialize(l.rawUrl),p,If.IgnoredSameUrlNavigation)),l.resolve(!1),pt}if(this.urlHandlingStrategy.shouldProcessUrl(l.rawUrl))return G(l).pipe(Lt(p=>{let d=this.transitions?.getValue();return this.events.next(new Ho(p.id,this.urlSerializer.serialize(p.extractedUrl),p.source,p.restoredState)),d!==this.transitions?.getValue()?pt:Promise.resolve(p)}),OL(this.environmentInjector,this.configLoader,this.rootComponentType,n.config,this.urlSerializer,this.paramsInheritanceStrategy),ze(p=>{o.targetSnapshot=p.targetSnapshot,o.urlAfterRedirects=p.urlAfterRedirects,this.currentNavigation=ee(E({},this.currentNavigation),{finalUrl:p.urlAfterRedirects});let d=new Fl(p.id,this.urlSerializer.serialize(p.extractedUrl),this.urlSerializer.serialize(p.urlAfterRedirects),p.targetSnapshot);this.events.next(d)}));if(u&&this.urlHandlingStrategy.shouldProcessUrl(l.currentRawUrl)){let{id:p,extractedUrl:d,source:f,restoredState:g,extras:h}=l,y=new Ho(p,this.urlSerializer.serialize(d),f,g);this.events.next(y);let m=fC(this.rootComponentType).snapshot;return this.currentTransition=o=ee(E({},l),{targetSnapshot:m,urlAfterRedirects:d,extras:ee(E({},h),{skipLocationChange:!1,replaceUrl:!1})}),this.currentNavigation.finalUrl=d,G(o)}else{let p="";return this.events.next(new Dr(l.id,this.urlSerializer.serialize(l.extractedUrl),p,If.IgnoredByUrlHandlingStrategy)),l.resolve(!1),pt}}),ze(l=>{let u=new _f(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot);this.events.next(u)}),J(l=>(this.currentTransition=o=ee(E({},l),{guards:XF(l.targetSnapshot,l.currentSnapshot,this.rootContexts)}),o)),uL(this.environmentInjector,l=>this.events.next(l)),ze(l=>{if(o.guardsResult=l.guardsResult,l.guardsResult&&typeof l.guardsResult!="boolean")throw zl(this.urlSerializer,l.guardsResult);let u=new kf(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot,!!l.guardsResult);this.events.next(u)}),Ft(l=>l.guardsResult?!0:(this.cancelNavigationTransition(l,"",gt.GuardRejected),!1)),xf(l=>{if(l.guards.canActivateChecks.length)return G(l).pipe(ze(u=>{let c=new Mf(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}),Lt(u=>{let c=!1;return G(u).pipe(NL(this.paramsInheritanceStrategy,this.environmentInjector),ze({next:()=>c=!0,complete:()=>{c||this.cancelNavigationTransition(u,"",gt.NoDataFromResolver)}}))}),ze(u=>{let c=new Of(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}))}),xf(l=>{let u=c=>{let p=[];c.routeConfig?.loadComponent&&!c.routeConfig._loadedComponent&&p.push(this.configLoader.loadComponent(c.routeConfig).pipe(ze(d=>{c.component=d}),J(()=>{})));for(let d of c.children)p.push(...u(d));return p};return Sa(u(l.targetSnapshot.root)).pipe(Nn(null),un(1))}),xf(()=>this.afterPreactivation()),Lt(()=>{let{currentSnapshot:l,targetSnapshot:u}=o,c=this.createViewTransition?.(this.environmentInjector,l.root,u.root);return c?Te(c).pipe(J(()=>o)):G(o)}),J(l=>{let u=YF(n.routeReuseStrategy,l.targetSnapshot,l.currentRouterState);return this.currentTransition=o=ee(E({},l),{targetRouterState:u}),this.currentNavigation.targetRouterState=u,o}),ze(()=>{this.events.next(new Yo)}),QF(this.rootContexts,n.routeReuseStrategy,l=>this.events.next(l),this.inputBindingEnabled),un(1),ze({next:l=>{s=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new Er(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects))),this.titleStrategy?.updateTitle(l.targetRouterState.snapshot),l.resolve(!0)},complete:()=>{s=!0}}),ad(this.transitionAbortSubject.pipe(ze(l=>{throw l}))),co(()=>{!s&&!a&&this.cancelNavigationTransition(o,"",gt.SupersededByNewNavigation),this.currentTransition?.id===o.id&&(this.currentNavigation=null,this.currentTransition=null)}),On(l=>{if(a=!0,vC(l))this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),l.message,l.cancellationCode)),ZF(l)?this.events.next(new Ei(l.url,l.navigationBehaviorOptions)):o.resolve(!1);else{let u=new Go(o.id,this.urlSerializer.serialize(o.extractedUrl),l,o.targetSnapshot??void 0);try{let c=fn(this.environmentInjector,()=>this.navigationErrorHandler?.(u));if(c instanceof Ko){let{message:p,cancellationCode:d}=zl(this.urlSerializer,c);this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),p,d)),this.events.next(new Ei(c.redirectTo,c.navigationBehaviorOptions))}else{this.events.next(u);let p=n.errorHandler(l);o.resolve(!!p)}}catch(c){this.options.resolveNavigationPromiseOnError?o.resolve(!1):o.reject(c)}}return pt}))}))}cancelNavigationTransition(n,r,i){let o=new bn(n.id,this.urlSerializer.serialize(n.extractedUrl),r,i);this.events.next(o),n.resolve(!1)}isUpdatingInternalState(){return this.currentTransition?.extractedUrl.toString()!==this.currentTransition?.currentUrlTree.toString()}isUpdatedBrowserUrl(){let n=this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))),r=this.currentNavigation?.targetBrowserUrl??this.currentNavigation?.extractedUrl;return n.toString()!==r?.toString()&&!this.currentNavigation?.extras.skipLocationChange}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function GL(e){return e!==Vo}var YL=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>T($L),providedIn:"root"})}}return e})(),Kf=class{shouldDetach(t){return!1}store(t,n){}shouldAttach(t){return!1}retrieve(t){return null}shouldReuseRoute(t,n){return t.routeConfig===n.routeConfig}},$L=(()=>{class e extends Kf{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=ko(e)))(i||e)}})()}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),TC=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>T(KL),providedIn:"root"})}}return e})(),KL=(()=>{class e extends TC{constructor(){super(...arguments),this.location=T(Oo),this.urlSerializer=T(Zf),this.options=T(eh,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=T(rh),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new Sn,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=fC(null),this.stateMemento=this.createStateMemento()}getCurrentUrlTree(){return this.currentUrlTree}getRawUrlTree(){return this.rawUrlTree}restoredState(){return this.location.getState()}get browserPageId(){return this.canceledNavigationResolution!=="computed"?this.currentPageId:this.restoredState()?.\u0275routerPageId??this.currentPageId}getRouterState(){return this.routerState}createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}registerNonRouterCurrentEntryChangeListener(n){return this.location.subscribe(r=>{r.type==="popstate"&&n(r.url,r.state)})}handleRouterEvent(n,r){if(n instanceof Ho)this.stateMemento=this.createStateMemento();else if(n instanceof Dr)this.rawUrlTree=r.initialUrl;else if(n instanceof Fl){if(this.urlUpdateStrategy==="eager"&&!r.extras.skipLocationChange){let i=this.urlHandlingStrategy.merge(r.finalUrl,r.initialUrl);this.setBrowserUrl(r.targetBrowserUrl??i,r)}}else n instanceof Yo?(this.currentUrlTree=r.finalUrl,this.rawUrlTree=this.urlHandlingStrategy.merge(r.finalUrl,r.initialUrl),this.routerState=r.targetRouterState,this.urlUpdateStrategy==="deferred"&&!r.extras.skipLocationChange&&this.setBrowserUrl(r.targetBrowserUrl??this.rawUrlTree,r)):n instanceof bn&&(n.code===gt.GuardRejected||n.code===gt.NoDataFromResolver)?this.restoreHistory(r):n instanceof Go?this.restoreHistory(r,!0):n instanceof Er&&(this.lastSuccessfulId=n.id,this.currentPageId=this.browserPageId)}setBrowserUrl(n,r){let i=n instanceof Sn?this.urlSerializer.serialize(n):n;if(this.location.isCurrentPathEqualTo(i)||r.extras.replaceUrl){let o=this.browserPageId,s=E(E({},r.extras.state),this.generateNgRouterState(r.id,o));this.location.replaceState(i,"",s)}else{let o=E(E({},r.extras.state),this.generateNgRouterState(r.id,this.browserPageId+1));this.location.go(i,"",o)}}restoreHistory(n,r=!1){if(this.canceledNavigationResolution==="computed"){let i=this.browserPageId,o=this.currentPageId-i;o!==0?this.location.historyGo(o):this.currentUrlTree===n.finalUrl&&o===0&&(this.resetState(n),this.resetUrlToCurrentUrlTree())}else this.canceledNavigationResolution==="replace"&&(r&&this.resetState(n),this.resetUrlToCurrentUrlTree())}resetState(n){this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,n.finalUrl??this.rawUrlTree)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(n,r){return this.canceledNavigationResolution==="computed"?{navigationId:n,\u0275routerPageId:r}:{navigationId:n}}static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=ko(e)))(i||e)}})()}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),jo=function(e){return e[e.COMPLETE=0]="COMPLETE",e[e.FAILED=1]="FAILED",e[e.REDIRECTING=2]="REDIRECTING",e}(jo||{});function ZL(e,t){e.events.pipe(Ft(n=>n instanceof Er||n instanceof bn||n instanceof Go||n instanceof Dr),J(n=>n instanceof Er||n instanceof Dr?jo.COMPLETE:(n instanceof bn?n.code===gt.Redirect||n.code===gt.SupersededByNewNavigation:!1)?jo.REDIRECTING:jo.FAILED),Ft(n=>n!==jo.REDIRECTING),un(1)).subscribe(()=>{t()})}function QL(e){throw e}var XL={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},JL={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"},AC=(()=>{class e{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}constructor(){this.disposed=!1,this.console=T(Cl),this.stateManager=T(TC),this.options=T(eh,{optional:!0})||{},this.pendingTasks=T(di),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=T(HL),this.urlSerializer=T(Zf),this.location=T(Oo),this.urlHandlingStrategy=T(rh),this._events=new Ne,this.errorHandler=this.options.errorHandler||QL,this.navigated=!1,this.routeReuseStrategy=T(YL),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=T(nh,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!T(Jf,{optional:!0}),this.eventsSubscription=new Se,this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe({error:n=>{this.console.warn(n)}}),this.subscribeToNavigationEvents()}subscribeToNavigationEvents(){let n=this.navigationTransitions.events.subscribe(r=>{try{let i=this.navigationTransitions.currentTransition,o=this.navigationTransitions.currentNavigation;if(i!==null&&o!==null){if(this.stateManager.handleRouterEvent(r,o),r instanceof bn&&r.code!==gt.Redirect&&r.code!==gt.SupersededByNewNavigation)this.navigated=!0;else if(r instanceof Er)this.navigated=!0;else if(r instanceof Ei){let s=r.navigationBehaviorOptions,a=this.urlHandlingStrategy.merge(r.url,i.currentRawUrl),l=E({browserUrl:i.extras.browserUrl,info:i.extras.info,skipLocationChange:i.extras.skipLocationChange,replaceUrl:i.extras.replaceUrl||this.urlUpdateStrategy==="eager"||GL(i.source)},s);this.scheduleNavigation(a,Vo,null,l,{resolve:i.resolve,reject:i.reject,promise:i.promise})}}tj(r)&&this._events.next(r)}catch(i){this.navigationTransitions.transitionAbortSubject.next(i)}});this.eventsSubscription.add(n)}resetRootComponentType(n){this.routerState.root.component=n,this.navigationTransitions.rootComponentType=n}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),Vo,this.stateManager.restoredState())}setUpLocationChangeListener(){this.nonRouterCurrentEntryChangeSubscription??=this.stateManager.registerNonRouterCurrentEntryChangeListener((n,r)=>{setTimeout(()=>{this.navigateToSyncWithBrowser(n,"popstate",r)},0)})}navigateToSyncWithBrowser(n,r,i){let o={replaceUrl:!0},s=i?.navigationId?i:null;if(i){let l=E({},i);delete l.navigationId,delete l.\u0275routerPageId,Object.keys(l).length!==0&&(o.state=l)}let a=this.parseUrl(n);this.scheduleNavigation(a,r,s,o)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(n){this.config=n.map(th),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(n,r={}){let{relativeTo:i,queryParams:o,fragment:s,queryParamsHandling:a,preserveFragment:l}=r,u=l?this.currentUrlTree.fragment:s,c=null;switch(a??this.options.defaultQueryParamsHandling){case"merge":c=E(E({},this.currentUrlTree.queryParams),o);break;case"preserve":c=this.currentUrlTree.queryParams;break;default:c=o||null}c!==null&&(c=this.removeEmptyProps(c));let p;try{let d=i?i.snapshot:this.routerState.snapshot.root;p=uC(d)}catch{(typeof n[0]!="string"||n[0][0]!=="/")&&(n=[]),p=this.currentUrlTree.root}return cC(p,n,c,u??null)}navigateByUrl(n,r={skipLocationChange:!1}){let i=qo(n)?n:this.parseUrl(n),o=this.urlHandlingStrategy.merge(i,this.rawUrlTree);return this.scheduleNavigation(o,Vo,null,r)}navigate(n,r={skipLocationChange:!1}){return ej(n),this.navigateByUrl(this.createUrlTree(n,r),r)}serializeUrl(n){return this.urlSerializer.serialize(n)}parseUrl(n){try{return this.urlSerializer.parse(n)}catch{return this.urlSerializer.parse("/")}}isActive(n,r){let i;if(r===!0?i=E({},XL):r===!1?i=E({},JL):i=r,qo(n))return GS(this.currentUrlTree,n,i);let o=this.parseUrl(n);return GS(this.currentUrlTree,o,i)}removeEmptyProps(n){return Object.entries(n).reduce((r,[i,o])=>(o!=null&&(r[i]=o),r),{})}scheduleNavigation(n,r,i,o,s){if(this.disposed)return Promise.resolve(!1);let a,l,u;s?(a=s.resolve,l=s.reject,u=s.promise):u=new Promise((p,d)=>{a=p,l=d});let c=this.pendingTasks.add();return ZL(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(c))}),this.navigationTransitions.handleNavigationRequest({source:r,restoredState:i,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:n,extras:o,resolve:a,reject:l,promise:u,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),u.catch(p=>Promise.reject(p))}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function ej(e){for(let t=0;t<e.length;t++)if(e[t]==null)throw new P(4008,!1)}function tj(e){return!(e instanceof Yo)&&!(e instanceof Ei)}var nj=new F("");function IC(e,...t){return rl([{provide:nh,multi:!0,useValue:e},[],{provide:Di,useFactory:rj,deps:[AC]},{provide:af,multi:!0,useFactory:ij},t.map(n=>n.\u0275providers)])}function rj(e){return e.routerState.root}function ij(){let e=T(Bn);return t=>{let n=e.get(br);if(t!==n.components[0])return;let r=e.get(AC),i=e.get(oj);e.get(sj)===1&&r.initialNavigation(),e.get(aj,null,$.Optional)?.setUpPreloading(),e.get(nj,null,$.Optional)?.init(),r.resetRootComponentType(n.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}var oj=new F("",{factory:()=>new Ne}),sj=new F("",{providedIn:"root",factory:()=>1});var aj=new F("");var FC=(()=>{class e{constructor(n,r){this._renderer=n,this._elementRef=r,this.onChange=i=>{},this.onTouched=()=>{}}setProperty(n,r){this._renderer.setProperty(this._elementRef.nativeElement,n,r)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static{this.\u0275fac=function(r){return new(r||e)(ve(hi),ve(wt))}}static{this.\u0275dir=zt({type:e})}}return e})(),lj=(()=>{class e extends FC{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=ko(e)))(i||e)}})()}static{this.\u0275dir=zt({type:e,features:[gi]})}}return e})(),LC=new F("");var uj={provide:LC,useExisting:Io(()=>Kl),multi:!0};function cj(){let e=vn()?vn().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}var dj=new F(""),Kl=(()=>{class e extends FC{constructor(n,r,i){super(n,r),this._compositionMode=i,this._composing=!1,this._compositionMode==null&&(this._compositionMode=!cj())}writeValue(n){let r=n??"";this.setProperty("value",r)}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static{this.\u0275fac=function(r){return new(r||e)(ve(hi),ve(wt),ve(dj,8))}}static{this.\u0275dir=zt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){r&1&&Dt("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},features:[sf([uj]),gi]})}}return e})();var pj=new F(""),fj=new F("");function jC(e){return e!=null}function BC(e){return vr(e)?Te(e):e}function VC(e){let t={};return e.forEach(n=>{t=n!=null?E(E({},t),n):t}),Object.keys(t).length===0?null:t}function zC(e,t){return t.map(n=>n(e))}function hj(e){return!e.validate}function WC(e){return e.map(t=>hj(t)?t:n=>t.validate(n))}function mj(e){if(!e)return null;let t=e.filter(jC);return t.length==0?null:function(n){return VC(zC(n,t))}}function qC(e){return e!=null?mj(WC(e)):null}function gj(e){if(!e)return null;let t=e.filter(jC);return t.length==0?null:function(n){let r=zC(n,t).map(BC);return td(r).pipe(J(VC))}}function UC(e){return e!=null?gj(WC(e)):null}function _C(e,t){return e===null?[t]:Array.isArray(e)?[...e,t]:[e,t]}function yj(e){return e._rawValidators}function vj(e){return e._rawAsyncValidators}function ih(e){return e?Array.isArray(e)?e:[e]:[]}function Gl(e,t){return Array.isArray(e)?e.includes(t):e===t}function kC(e,t){let n=ih(t);return ih(e).forEach(i=>{Gl(n,i)||n.push(i)}),n}function MC(e,t){return ih(t).filter(n=>!Gl(e,n))}var Yl=class{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=qC(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=UC(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control&&this.control.reset(t)}hasError(t,n){return this.control?this.control.hasError(t,n):!1}getError(t,n){return this.control?this.control.getError(t,n):null}},oh=class extends Yl{get formDirective(){return null}get path(){return null}},os=class extends Yl{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}},sh=class{constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}},bj={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},O9=ee(E({},bj),{"[class.ng-submitted]":"isSubmitted"}),HC=(()=>{class e extends sh{constructor(n){super(n)}static{this.\u0275fac=function(r){return new(r||e)(ve(os,2))}}static{this.\u0275dir=zt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){r&2&&ef("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},features:[gi]})}}return e})();var ts="VALID",Hl="INVALID",Ii="PENDING",ns="DISABLED",ki=class{},$l=class extends ki{constructor(t,n){super(),this.value=t,this.source=n}},rs=class extends ki{constructor(t,n){super(),this.pristine=t,this.source=n}},is=class extends ki{constructor(t,n){super(),this.touched=t,this.source=n}},_i=class extends ki{constructor(t,n){super(),this.status=t,this.source=n}};function Sj(e){return(Zl(e)?e.validators:e)||null}function Cj(e){return Array.isArray(e)?qC(e):e||null}function xj(e,t){return(Zl(t)?t.asyncValidators:e)||null}function wj(e){return Array.isArray(e)?UC(e):e||null}function Zl(e){return e!=null&&!Array.isArray(e)&&typeof e=="object"}var ah=class{constructor(t,n){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this._status=wl(()=>this.statusReactive()),this.statusReactive=vl(void 0),this._pristine=wl(()=>this.pristineReactive()),this.pristineReactive=vl(!0),this._touched=wl(()=>this.touchedReactive()),this.touchedReactive=vl(!1),this._events=new Ne,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return qn(this.statusReactive)}set status(t){qn(()=>this.statusReactive.set(t))}get valid(){return this.status===ts}get invalid(){return this.status===Hl}get pending(){return this.status==Ii}get disabled(){return this.status===ns}get enabled(){return this.status!==ns}get pristine(){return qn(this.pristineReactive)}set pristine(t){qn(()=>this.pristineReactive.set(t))}get dirty(){return!this.pristine}get touched(){return qn(this.touchedReactive)}set touched(t){qn(()=>this.touchedReactive.set(t))}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(kC(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(kC(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(MC(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(MC(t,this._rawAsyncValidators))}hasValidator(t){return Gl(this._rawValidators,t)}hasAsyncValidator(t){return Gl(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){let n=this.touched===!1;this.touched=!0;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsTouched(ee(E({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new is(!0,r))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){let n=this.touched===!0;this.touched=!1,this._pendingTouched=!1;let r=t.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:r})}),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,r),n&&t.emitEvent!==!1&&this._events.next(new is(!1,r))}markAsDirty(t={}){let n=this.pristine===!0;this.pristine=!1;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsDirty(ee(E({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new rs(!1,r))}markAsPristine(t={}){let n=this.pristine===!1;this.pristine=!0,this._pendingDirty=!1;let r=t.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),this._parent&&!t.onlySelf&&this._parent._updatePristine(t,r),n&&t.emitEvent!==!1&&this._events.next(new rs(!0,r))}markAsPending(t={}){this.status=Ii;let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new _i(this.status,n)),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.markAsPending(ee(E({},t),{sourceControl:n}))}disable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=ns,this.errors=null,this._forEachChild(i=>{i.disable(ee(E({},t),{onlySelf:!0}))}),this._updateValue();let r=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new $l(this.value,r)),this._events.next(new _i(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(ee(E({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(i=>i(!0))}enable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=ts,this._forEachChild(r=>{r.enable(ee(E({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(ee(E({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(t,n){this._parent&&!t.onlySelf&&(this._parent.updateValueAndValidity(t),t.skipPristineCheck||this._parent._updatePristine({},n),this._parent._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){let r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===ts||this.status===Ii)&&this._runAsyncValidator(r,t.emitEvent)}let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new $l(this.value,n)),this._events.next(new _i(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.updateValueAndValidity(ee(E({},t),{sourceControl:n}))}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?ns:ts}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=Ii,this._hasOwnPendingAsyncValidator={emitEvent:n!==!1};let r=BC(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();let t=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(n.emitEvent!==!1,this,n.shouldHaveEmitted)}get(t){let n=t;return n==null||(Array.isArray(n)||(n=n.split(".")),n.length===0)?null:n.reduce((r,i)=>r&&r._find(i),this)}getError(t,n){let r=n?this.get(n):this;return r&&r.errors?r.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,r){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||r)&&this._events.next(new _i(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,r)}_initObservables(){this.valueChanges=new Ce,this.statusChanges=new Ce}_calculateStatus(){return this._allControlsDisabled()?ns:this.errors?Hl:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Ii)?Ii:this._anyControlsHaveStatus(Hl)?Hl:ts}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){let r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,this._parent&&!t.onlySelf&&this._parent._updatePristine(t,n),i&&this._events.next(new rs(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new is(this.touched,n)),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,n)}_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){Zl(t)&&t.updateOn!=null&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){let n=this._parent&&this._parent.dirty;return!t&&!!n&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=Cj(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=wj(this._rawAsyncValidators)}};var GC=new F("CallSetDisabledState",{providedIn:"root",factory:()=>lh}),lh="always";function Ej(e,t){return[...t.path,e]}function Dj(e,t,n=lh){Aj(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||n==="always")&&t.valueAccessor.setDisabledState?.(e.disabled),Ij(e,t),kj(e,t),_j(e,t),Tj(e,t)}function OC(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function Tj(e,t){if(t.valueAccessor.setDisabledState){let n=r=>{t.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}function Aj(e,t){let n=yj(e);t.validator!==null?e.setValidators(_C(n,t.validator)):typeof n=="function"&&e.setValidators([n]);let r=vj(e);t.asyncValidator!==null?e.setAsyncValidators(_C(r,t.asyncValidator)):typeof r=="function"&&e.setAsyncValidators([r]);let i=()=>e.updateValueAndValidity();OC(t._rawValidators,i),OC(t._rawAsyncValidators,i)}function Ij(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,e.updateOn==="change"&&YC(e,t)})}function _j(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,e.updateOn==="blur"&&e._pendingChange&&YC(e,t),e.updateOn!=="submit"&&e.markAsTouched()})}function YC(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function kj(e,t){let n=(r,i)=>{t.valueAccessor.writeValue(r),i&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}function Mj(e,t){if(!e.hasOwnProperty("model"))return!1;let n=e.model;return n.isFirstChange()?!0:!Object.is(t,n.currentValue)}function Oj(e){return Object.getPrototypeOf(e.constructor)===lj}function Nj(e,t){if(!t)return null;Array.isArray(t);let n,r,i;return t.forEach(o=>{o.constructor===Kl?n=o:Oj(o)?r=o:i=o}),i||r||n||null}function NC(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function RC(e){return typeof e=="object"&&e!==null&&Object.keys(e).length===2&&"value"in e&&"disabled"in e}var Rj=class extends ah{constructor(t=null,n,r){super(Sj(n),xj(r,n)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Zl(n)&&(n.nonNullable||n.initialValueIsDefault)&&(RC(t)?this.defaultValue=t.value:this.defaultValue=t)}setValue(t,n={}){this.value=this._pendingValue=t,this._onChange.length&&n.emitModelToViewChange!==!1&&this._onChange.forEach(r=>r(this.value,n.emitViewToModelChange!==!1)),this.updateValueAndValidity(n)}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),this._pendingChange=!1}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){NC(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){NC(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return this.updateOn==="submit"&&(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),this._pendingChange)?(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0):!1}_applyFormState(t){RC(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};var Pj={provide:os,useExisting:Io(()=>uh)},PC=Promise.resolve(),uh=(()=>{class e extends os{constructor(n,r,i,o,s,a){super(),this._changeDetectorRef=s,this.callSetDisabledState=a,this.control=new Rj,this._registered=!1,this.name="",this.update=new Ce,this._parent=n,this._setValidators(r),this._setAsyncValidators(i),this.valueAccessor=Nj(this,o)}ngOnChanges(n){if(this._checkForErrors(),!this._registered||"name"in n){if(this._registered&&(this._checkName(),this.formDirective)){let r=n.name.previousValue;this.formDirective.removeControl({name:r,path:this._getPath(r)})}this._setUpControl()}"isDisabled"in n&&this._updateDisabled(n),Mj(n,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&this.options.updateOn!=null&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!!(this.options&&this.options.standalone)}_setUpStandalone(){Dj(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(n){PC.then(()=>{this.control.setValue(n,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(n){let r=n.isDisabled.currentValue,i=r!==0&&xl(r);PC.then(()=>{i&&!this.control.disabled?this.control.disable():!i&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(n){return this._parent?Ej(n,this._parent):[n]}static{this.\u0275fac=function(r){return new(r||e)(ve(oh,9),ve(pj,10),ve(fj,10),ve(LC,10),ve(Sr,8),ve(GC,8))}}static{this.\u0275dir=zt({type:e,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[sf([Pj]),gi,tn]})}}return e})();var Fj=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=li({type:e})}static{this.\u0275inj=ai({})}}return e})();var $C=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:GC,useValue:n.callSetDisabledState??lh}]}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=li({type:e})}static{this.\u0275inj=ai({imports:[Fj]})}}return e})();function jj(e,t){if(e&1){let n=tf();A(0,"div",1)(1,"label"),B(2,"Project One Liner"),D(),A(3,"textarea",7),Dt("ngModelChange",function(i){Ap(n);let o=se();return Ip(o.updateField("projectExplainer",i))}),D()()}if(e&2){let n=se();I(3),oe("ngModel",n.data.projectExplainer)}}function Bj(e,t){if(e&1){let n=tf();A(0,"input",8),Dt("ngModelChange",function(i){let o=Ap(n).$index,s=se();return Ip(s.onUpdateStepSection("getReadySection",o,i))}),D()}if(e&2){let n=t.$index,r=se();oe("ngModel",r.data.getReadySection[n])("name","step-"+n)}}var Ql=class e{data;dataChange=new Ce;updateField(t,n){let r=ee(E({},this.data),{[t]:n});this.dataChange.emit(r)}onUpdateStepSection(t,n,r){let i=this.data[t];if(!Array.isArray(i))return;let o=[...i];o[n]=r,this.updateField(t,o)}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-lesson-form"]],inputs:{data:"data"},outputs:{dataChange:"dataChange"},standalone:!0,features:[fe],decls:26,vars:4,consts:[[1,"form-container"],[1,"form-group"],["placeholder","e.g. Decisions",3,"ngModelChange","ngModel"],[3,"ngModelChange","ngModel"],["rows","6",3,"ngModelChange","ngModel"],["type","file","id","file-upload","name","uploaded-file"],[3,"ngModel","name"],["rows","3",3,"ngModelChange","ngModel"],[3,"ngModelChange","ngModel","name"]],template:function(n,r){n&1&&(A(0,"div",0)(1,"h2"),B(2,"Lesson Editor"),D(),A(3,"div",1)(4,"label"),B(5,"Topic"),D(),A(6,"input",2),Dt("ngModelChange",function(o){return r.updateField("topic",o)}),D()(),A(7,"div",1)(8,"label"),B(9,"Project"),D(),A(10,"input",3),Dt("ngModelChange",function(o){return r.updateField("project",o)}),D()(),A(11,"div",1)(12,"label"),B(13,"Description"),D(),A(14,"textarea",4),Dt("ngModelChange",function(o){return r.updateField("description",o)}),D()(),je(15,jj,4,1,"div",1),A(16,"div",1)(17,"label"),B(18,"Cover Image"),D(),ne(19,"input",5),D(),A(20,"div",1)(21,"label"),B(22,"Get Ready Section"),D(),at(23,Bj,1,2,"input",6,st),D(),ne(25,"div",1),D()),n&2&&(I(6),oe("ngModel",r.data.topic),I(4),oe("ngModel",r.data.project),I(4),oe("ngModel",r.data.description),I(),we(r.data.lessonType!=="debugging lesson"?15:-1),I(8),lt(r.data.getReadySection))},dependencies:[$C,Kl,HC,uh],styles:[".form-container[_ngcontent-%COMP%]{padding:20px}.form-group[_ngcontent-%COMP%]{margin-bottom:20px}input[_ngcontent-%COMP%], textarea[_ngcontent-%COMP%]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;margin-top:5px}"]})};var ch=ge(KC());(function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(Prism);Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/};Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python;Prism.languages.py=Prism.languages.python;Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript;Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity;Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup;Prism.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};i["language-"+n]={pattern:/[\s\S]+/,inside:Prism.languages[n]};var o={};o[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:i},Prism.languages.insertBefore("markup","cdata",o)}});Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});Prism.languages.html=Prism.languages.markup;Prism.languages.mathml=Prism.languages.markup;Prism.languages.svg=Prism.languages.markup;Prism.languages.xml=Prism.languages.extend("markup",{});Prism.languages.ssml=Prism.languages.xml;Prism.languages.atom=Prism.languages.xml;Prism.languages.rss=Prism.languages.xml;var Jl=class e{normalizeLanguage(t){if(!t)return null;let n=t.toLowerCase().trim();return n==="none"?null:n==="small-basic"?"clike":n==="javascript or html or css"?"markup":n==="c"||n==="java"?"clike":n}highlight(t,n,r){let i=this.normalizeLanguage(r);if(!i){t.textContent=n;return}t.className=`language-${i}`;let o=ch.default.languages[i];if(!o){t.textContent=n;return}t.innerHTML=ch.default.highlight(n,o,i)}static \u0275fac=function(n){return new(n||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})};var Mi=class e{constructor(t,n){this.elementRef=t;this.prism=n}code=null;language=null;ngAfterViewInit(){this.applyHighlight()}ngOnChanges(){this.applyHighlight()}applyHighlight(){let t=this.elementRef.nativeElement,n=this.code??"";this.prism.highlight(t,n,this.language??void 0)}static \u0275fac=function(n){return new(n||e)(ve(wt),ve(Jl))};static \u0275dir=zt({type:e,selectors:[["","prismHighlight",""]],inputs:{code:"code",language:"language"},standalone:!0,features:[tn]})};function Wj(e,t){if(e&1&&(A(0,"p",1),B(1),A(2,"span",3),B(3),D()()),e&2){se();let n=yS(0);I(),yi(" ",n[0].toUpperCase(),": "),I(2),be(n[1])}}function qj(e,t){if(e&1&&(A(0,"p",2),B(1),D()),e&2){let n=se().$implicit;I(),be(n.step)}}function Uj(e,t){if(e&1&&ne(0,"img",4)(1,"br"),e&2){let n=se().$implicit;oe("src",n.imageSlot.base64,Et)}}function Hj(e,t){if(e&1&&(of(0),je(1,Wj,4,2,"p",1)(2,qj,2,1,"p",2)(3,Uj,2,1)),e&2){let n=t.$implicit,r=gS(n.step.split(":"));I(),we(r.length==2?1:2),I(2),we(n.imageSlot&&n.imageSlot.base64?3:-1)}}function Gj(e,t){if(e&1&&at(0,Hj,4,3,null,null,st),e&2){let n=se();lt(n.stepsWithImages)}}function Yj(e,t){if(e&1&&(A(0,"p",2),B(1),D()),e&2){let n=t.$implicit,r=se().$index;I(),rf("(",r+1,") ",n,"")}}function $j(e,t){if(e&1&&(A(0,"pre",6),ne(1,"code",7),D()),e&2){let n=se().$implicit,r=se(2);I(),oe("code",n.codeBlock)("language",r.programmingLanguage)}}function Kj(e,t){if(e&1&&(A(0,"div",5),at(1,Yj,2,2,"p",2,st),je(3,$j,2,2,"pre",6),D()),e&2){let n=t.$implicit;I(),lt(n.steps),I(2),we(n.codeBlock!=null&&n.codeBlock.trim()?3:-1)}}function Zj(e,t){if(e&1&&at(0,Kj,4,1,"div",5,st),e&2){let n=se();lt(n.stepsWithCodeBlockArray)}}var eu=class e{data;programmingLanguage;get isStepWithImage(){return Array.isArray(this.data)&&this.data.every(t=>"step"in t)}get stepsWithImages(){return this.isStepWithImage?this.data:[]}get isStepsWithCodeBlockArray(){return Array.isArray(this.data)&&this.data.every(t=>"steps"in t)}get stepsWithCodeBlockArray(){return this.isStepsWithCodeBlockArray?this.data:[]}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-add-your-code"]],inputs:{data:"data",programmingLanguage:"programmingLanguage"},standalone:!0,features:[fe],decls:3,vars:1,consts:[[1,"add-your-code"],[1,"step",2,"font-weight","bold"],[1,"step"],[2,"font-weight","normal"],[1,"step-image",3,"src"],[1,"multiple-steps-with-code-block"],[1,"code-block"],["prismHighlight","",3,"code","language"]],template:function(n,r){n&1&&(A(0,"section",0),je(1,Gj,2,0)(2,Zj,2,0),D()),n&2&&(I(),we(r.isStepWithImage?1:r.isStepsWithCodeBlockArray?2:-1))},dependencies:[Mi],styles:[".add-your-code[_ngcontent-%COMP%]{margin:1rem 0}.add-your-code[_ngcontent-%COMP%] .step[_ngcontent-%COMP%]{margin:.5rem 0;padding:.5rem;background-color:#f5f5f5;border-radius:1rem;font-size:.95rem;white-space:pre-wrap}.add-your-code[_ngcontent-%COMP%] .step-image[_ngcontent-%COMP%]{display:block;max-width:100%;max-height:100mm;width:auto;object-fit:contain;margin:.5rem auto;border-radius:4px}.add-your-code[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%]{background-color:var(--codeblock-background-color);padding:1rem;border-radius:8px;font-family:Consolas,Monaco,monospace;font-size:.9rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;margin:1rem 0;-webkit-user-select:none;user-select:none}.add-your-code[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%] code[_ngcontent-%COMP%]{font-size:9pt;tab-size:2;font-family:Jetbrains}.multiple-steps-with-code-block[_ngcontent-%COMP%]{break-inside:avoid}"]})};function tu(e){if(!e)return;let t;if(typeof e.getBoundingClientRect<"u")t=e.getBoundingClientRect();else{let n=document.createRange();n.selectNode(e),t=n.getBoundingClientRect()}return t}function ZC(e){if(!e)return;let t;if(typeof e.getClientRects<"u")t=e.getClientRects();else{let n=document.createRange();n.selectNode(e),t=n.getClientRects()}return t}function tt(){var e=new Date().getTime();return typeof performance<"u"&&typeof performance.now=="function"&&(e+=performance.now()),"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var n=(e+Math.random()*16)%16|0;return e=Math.floor(e/16),(t==="x"?n:n&3|8).toString(16)})}function nu(e,t){for(var n=0;n<t.length;n++)if(e.hasAttribute(t[n]))return e.getAttribute(t[n])}function ru(e){if(arguments.length==0)throw new TypeError("`CSS.escape` requires an argument.");for(var t=String(e),n=t.length,r=-1,i,o="",s=t.charCodeAt(0);++r<n;){if(i=t.charCodeAt(r),i==0){o+="\uFFFD";continue}if(i>=1&&i<=31||i==127||r==0&&i>=48&&i<=57||r==1&&i>=48&&i<=57&&s==45){o+="\\"+i.toString(16)+" ";continue}if(r==0&&n==1&&i==45){o+="\\"+t.charAt(r);continue}if(i==46&&t.charAt(0)=="#"){o+="\\.";continue}if(i>=128||i==45||i==95||i==35||i==46||i>=48&&i<=57||i>=65&&i<=90||i>=97&&i<=122){o+=t.charAt(r);continue}o+="\\"+t.charAt(r)}return o}function iu(){this.resolve=null,this.reject=null,this.id=tt(),this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t}),Object.freeze(this)}var QC=typeof window<"u"&&("requestIdleCallback"in window?window.requestIdleCallback:window.requestAnimationFrame);function k(e){return e.value+(e.unit||"")}function Be(e){return e&&e.nodeType===1}function Cn(e){return e&&e.nodeType===3}function*as(e,t){let n=e;for(;n;)if(yield n,n.childNodes.length)n=n.firstChild;else if(n.nextSibling){if(t&&n===t){n=void 0;break}n=n.nextSibling}else for(;n;){if(n=n.parentNode,t&&n===t){n=void 0;break}if(n&&n.nextSibling){n=n.nextSibling;break}}}function Hn(e,t){if(t&&e===t)return;let n=su(e);if(n)return n;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(n=su(e),n)return n}}function ss(e,t){if(t&&e===t)return;let n=ou(e);if(n)return n;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(n=ou(e),n)return n}}function XC(e,t){let n=Hn(e,t);for(;n&&n.nodeType!==1;)n=Hn(n,t);return n}function JC(e,t){let n=ss(e,t);for(;n&&n.nodeType!==1;)n=ss(n,t);return n}function dh(e,t){let n=XC(e,t);for(;n&&n.dataset.undisplayed;)n=XC(n,t);return n}function tx(e,t){let n=JC(e,t);for(;n&&n.dataset.undisplayed;)n=JC(n,t);return n}function au(e){let t,n,r=[],i=[],o=document.createDocumentFragment();if(e.nodeName==="TR"){let l=e.previousElementSibling,u=1;for(;l;){if(l.childElementCount>e.childElementCount){let c=Array.from(e.children);for(;e.firstChild;)e.firstChild.remove();let p=0;for(let d=0;d<l.children.length;d++){let f=l.children[d];if(f.rowSpan&&f.rowSpan>u){let g=f.cloneNode(!0);g.rowSpan=f.rowSpan-u,e.appendChild(g)}else{let g=c[p++];g&&e.appendChild(g)}}}l=l.previousElementSibling,u++}}let s=e;for(;s.parentNode&&s.parentNode.nodeType===1;)r.unshift(s.parentNode),s=s.parentNode;for(var a=0;a<r.length;a++){if(n=r[a],t=n.cloneNode(!1),t.setAttribute("data-split-from",t.getAttribute("data-ref")),t.hasAttribute("id")){let l=t.getAttribute("id");t.setAttribute("data-id",l),t.removeAttribute("id")}if(t.hasAttribute("data-break-before")&&t.removeAttribute("data-break-before"),t.hasAttribute("data-previous-break-after")&&t.removeAttribute("data-previous-break-after"),i.length?i[i.length-1].appendChild(t):o.appendChild(t),i.push(t),t.nodeName==="TD"&&n.parentElement.contains(n)){let l=n,u=t;for(;l=l.previousElementSibling;){let c=l.cloneNode(!1);t.parentElement.insertBefore(c,u),u=c}}}return i=void 0,o}function lu(e){return typeof e<"u"&&typeof e.dataset<"u"&&typeof e.dataset.breakBefore<"u"&&(e.dataset.breakBefore==="always"||e.dataset.breakBefore==="page"||e.dataset.breakBefore==="left"||e.dataset.breakBefore==="right"||e.dataset.breakBefore==="recto"||e.dataset.breakBefore==="verso")}function nx(e){return typeof e<"u"&&typeof e.dataset<"u"&&typeof e.dataset.previousBreakAfter<"u"&&(e.dataset.previousBreakAfter==="always"||e.dataset.previousBreakAfter==="page"||e.dataset.previousBreakAfter==="left"||e.dataset.previousBreakAfter==="right"||e.dataset.previousBreakAfter==="recto"||e.dataset.previousBreakAfter==="verso")}function uu(e,t){if(typeof e>"u"||!t||us(e)||e.dataset&&e.dataset.undisplayed)return!1;let n=t.dataset?t.dataset.page:void 0;if(typeof n>"u"){let i=ex(t);i&&(n=i.dataset.page)}let r=e.dataset?e.dataset.page:void 0;if(typeof r>"u"){let i=ex(e,t);i&&(r=i.dataset.page)}return r!==n}function*rx(e){let t=e.nodeValue,n=t.length,r=0,i,o,s=e.parentElement&&e.parentElement.nodeName==="PRE";for(;r<n;)i=t[r],/^[\S\u202F\u00A0]$/.test(i)||s?o||(o=document.createRange(),o.setStart(e,r)):o&&(o.setEnd(e,r),yield o,o=void 0),r+=1;o&&(o.setEnd(e,r),yield o)}function*ix(e){let t=e.startContainer,n=t.length,r=e.startOffset,i;for(;r<n;)i=document.createRange(),i.setStart(t,r),i.setEnd(t,r+1),yield i,r+=1}function cu(e){let t;if(typeof e.tagName>"u")return!0;if(e.style&&e.style.display==="none")return!1;switch(e.tagName){case"A":case"ABBR":case"ACRONYM":case"B":case"BDO":case"BIG":case"BR":case"BUTTON":case"CITE":case"CODE":case"DFN":case"EM":case"I":case"IMG":case"INPUT":case"KBD":case"LABEL":case"MAP":case"OBJECT":case"Q":case"SAMP":case"SCRIPT":case"SELECT":case"SMALL":case"SPAN":case"STRONG":case"SUB":case"SUP":case"TEXTAREA":case"TIME":case"TT":case"VAR":case"P":case"H1":case"H2":case"H3":case"H4":case"H5":case"H6":case"FIGCAPTION":case"BLOCKQUOTE":case"PRE":case"LI":case"TD":case"DT":case"DD":case"VIDEO":case"CANVAS":t=!1;break;default:t=!0}return t}function ox(e,t=!1){return e.cloneNode(t)}function qe(e,t,n){let r=e.getAttribute("data-ref");return Qj(r,t,n)}function Qj(e,t,n){return!n&&t.indexOfRefs&&t.indexOfRefs[e]?t.indexOfRefs[e]:t.querySelector(`[data-ref='${e}']`)}function du(e){return!!(Cn(e)||Be(e)&&e.dataset.ref)}function ls(e){for(;!du(e)&&(e.previousSibling?e=e.previousSibling:e=e.parentNode,!!e););return e}function sx(e){let t=e.parentNode;return t?Array.prototype.indexOf.call(t.childNodes,e):0}function pu(e,t){return e.childNodes[t]}function ax(e){return Be(e)?!0:!!(Cn(e)&&e.textContent.trim().length)}function ph(e,t){if(!Cn(e))return-1;let n=e.textContent,r,i=-1;for(var o=0;o<t.childNodes.length;o++)if(r=t.childNodes[o],r.nodeType===3&&t.childNodes[o].textContent.includes(n)){i=o;break}return i}function us(e){return e.nodeType===8||e.nodeType===3&&Xj(e)}function Xj(e){return!/[^\t\n\r ]/.test(e.textContent)}function ou(e){for(;e=e.previousSibling;)if(!us(e))return e;return null}function ex(e,t){if(e&&e.dataset&&e.dataset.page)return e;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(e.dataset&&e.dataset.page)return e}return null}function lx(e){for(;e=e.parentNode;)if(e&&e.dataset&&e.dataset.breakInside==="avoid")return e;return null}function fu(e,t,n){if(!(n&&e===n)&&e.parentNode)for(;e=e.parentNode;){if(n&&e===n)return;if(e.nodeName===t)return e}}function su(e){for(;e=e.nextSibling;)if(!us(e))return e;return null}function hu(e,t,n){let r=document.createTreeWalker(e||this.dom,n||NodeFilter.SHOW_ALL,t?{acceptNode:t}:null,!1),i,o;for(i=r.nextNode();i;)o=i,i=r.nextNode(),o.parentNode.removeChild(o)}var fh=class{constructor(t,n){this.node=t,this.offset=n}equals(t){return!(!t||this.node&&t.node&&this.node!==t.node||this.offset&&t.offset&&this.offset!==t.offset)}toJSON(t){let n,r=0;return this.node?(Be(this.node)&&this.node.dataset.ref?n=this.node.dataset.ref:t&&(n=this.node.parentElement.dataset.ref),this.node.parentElement&&(r=Array.from(this.node.parentElement.childNodes).indexOf(this.node)),JSON.stringify({node:n,index:r,offset:this.offset})):{}}},Oi=fh;var hh=class{constructor(t,n){this.breakToken=t,this.error=n}},Gn=class extends Error{constructor(t,n){super(t),this.items=n}},Ni=hh;var Xx=ge(Yn(),1);var Ah=class{constructor(t){this.context=t||this,this.hooks=[]}register(){for(var t=0;t<arguments.length;++t)if(typeof arguments[t]=="function")this.hooks.push(arguments[t]);else for(var n=0;n<arguments[t].length;++n)this.hooks.push(arguments[t][n])}trigger(){var t=arguments,n=this.context,r=[];return this.hooks.forEach(function(i){var o=i.apply(n,t);o&&typeof o.then=="function"?r.push(o):r.push(new Promise((s,a)=>{s(o)}))}),Promise.all(r)}triggerSync(){var t=arguments,n=this.context,r=[];return this.hooks.forEach(function(i){var o=i.apply(n,t);r.push(o)}),r}list(){return this.hooks}clear(){return this.hooks=[]}},N=Ah;var CB=1500,Su=class{constructor(t,n,r){this.element=t,this.bounds=this.element.getBoundingClientRect(),this.parentBounds=this.element.offsetParent.getBoundingClientRect();let i=parseFloat(window.getComputedStyle(this.element).columnGap);if(i){let o=this.bounds.left-this.parentBounds.left;this.gap=i-o}else this.gap=0;n?this.hooks=n:(this.hooks={},this.hooks.onPageLayout=new N,this.hooks.layout=new N,this.hooks.renderNode=new N,this.hooks.layoutNode=new N,this.hooks.beforeOverflow=new N,this.hooks.onOverflow=new N,this.hooks.afterOverflowRemoved=new N,this.hooks.onBreakToken=new N,this.hooks.beforeRenderResult=new N),this.settings=r||{},this.maxChars=this.settings.maxChars||CB,this.forceRenderBreak=!1}renderTo(o,s,a){return de(this,arguments,function*(t,n,r,i=this.bounds){let l=this.getStart(n,r),u=as(l,n),c,p,d,f,g=!1,h,y=0,m=r||new Oi(l);for(this.hooks&&this.hooks.onPageLayout.trigger(t,m,this);!d&&!h;){if(f=u.next(),p=c,c=f.value,d=f.done,!c){this.hooks&&this.hooks.layout.trigger(t,this);let C=t.querySelectorAll("img");return C.length&&(yield this.waitForImages(C)),h=this.findBreakToken(t,n,i,m),h&&h.equals(m)?(console.warn("Unable to layout item: ",p),this.hooks&&this.hooks.beforeRenderResult.trigger(void 0,t,this),new Ni(void 0,new Gn("Unable to layout item",[p]))):(this.rebuildTableFromBreakToken(h,t),this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ni(h))}if(this.hooks&&this.hooks.layoutNode.trigger(c),g&&this.shouldBreak(c,l)){this.hooks&&this.hooks.layout.trigger(t,this);let C=t.querySelectorAll("img");if(C.length&&(yield this.waitForImages(C)),h=this.findBreakToken(t,n,i,m),h?this.rebuildTableFromBreakToken(h,t):h=this.breakAt(c),h&&h.equals(m)){console.warn("Unable to layout item: ",c);let w=h.node&&Hn(h.node);if(w)h=new Oi(w);else return new Ni(void 0,new Gn("Unable to layout item",[c]))}y=0;break}if(c.dataset&&c.dataset.page){let C=c.dataset.page,w=this.element.closest(".pagedjs_page");w.classList.add("pagedjs_named_page"),w.classList.add("pagedjs_"+C+"_page"),c.dataset.splitFrom||w.classList.add("pagedjs_"+C+"_first_page")}let v=cu(c),S=this.append(c,t,r,v);if(y+=S.textContent.length,g||(g=ax(c)),v||(u=as(Hn(c,n),n)),this.forceRenderBreak){this.hooks&&this.hooks.layout.trigger(t,this),h=this.findBreakToken(t,n,i,m),h?this.rebuildTableFromBreakToken(h,t):h=this.breakAt(c),y=0,this.forceRenderBreak=!1;break}if(y>=this.maxChars){this.hooks&&this.hooks.layout.trigger(t,this);let C=t.querySelectorAll("img");if(C.length&&(yield this.waitForImages(C)),h=this.findBreakToken(t,n,i,m),h&&(y=0,this.rebuildTableFromBreakToken(h,t)),h&&h.equals(m)){console.warn("Unable to layout item: ",c);let w=h.node&&Hn(h.node);if(w)h=new Oi(w);else return this.hooks&&this.hooks.beforeRenderResult.trigger(void 0,t,this),new Ni(void 0,new Gn("Unable to layout item",[c]))}}}return this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ni(h)})}breakAt(t,n=0){let r=new Oi(t,n);return this.hooks.onBreakToken.triggerSync(r,void 0,t,this).forEach(o=>{typeof o<"u"&&(r=o)}),r}shouldBreak(t,n){let r=ss(t,n),i=t.parentNode,o=lu(t)&&i&&!r&&lu(i),s;return o&&(s=t.dataset.breakBefore===i.dataset.breakBefore),!s&&lu(t)||nx(t)||uu(t,r)}forceBreak(){this.forceRenderBreak=!0}getStart(t,n){let r,i=n&&n.node;return i?r=i:r=t.firstChild,r}append(t,n,r,i=!0,o=!0){let s=ox(t,!i);if(t.parentNode&&Be(t.parentNode)){let l=qe(t.parentNode,n);if(l)l.appendChild(s);else if(o){let u=au(t);l=qe(t.parentNode,u),l?(r&&Cn(r.node)&&r.offset>0&&(s.textContent=s.textContent.substring(r.offset)),l.appendChild(s)):n.appendChild(s),n.appendChild(u)}else n.appendChild(s)}else n.appendChild(s);return s.dataset&&s.dataset.ref&&(n.indexOfRefs||(n.indexOfRefs={}),n.indexOfRefs[s.dataset.ref]=s),this.hooks.renderNode.triggerSync(s,t,this).forEach(l=>{typeof l<"u"&&(s=l)}),s}rebuildTableFromBreakToken(t,n){if(!t||!t.node)return;let r=t.node,i=Be(r)?r.closest("td"):r.parentElement.closest("td");if(i){if(!qe(i,n,!0))return;for(;i=i.nextElementSibling;)this.append(i,n,null,!0)}}waitForImages(t){return de(this,null,function*(){let n=Array.from(t).map(r=>de(this,null,function*(){return this.awaitImageLoaded(r)}));yield Promise.all(n)})}awaitImageLoaded(t){return de(this,null,function*(){return new Promise(n=>{if(t.complete!==!0)t.onload=function(){let{width:r,height:i}=window.getComputedStyle(t);n(r,i)},t.onerror=function(r){let{width:i,height:o}=window.getComputedStyle(t);n(i,o,r)};else{let{width:r,height:i}=window.getComputedStyle(t);n(r,i)}})})}avoidBreakInside(t,n){let r;if(t!==n){for(;t.parentNode&&(t=t.parentNode,t!==n);)if(window.getComputedStyle(t)["break-inside"]==="avoid"){r=t;break}return r}}createBreakToken(t,n,r){let i=t.startContainer,o=t.startOffset,s,a,l,u,c;if(Be(i))if(c=pu(i,o),Be(c))if(a=qe(c,n),a)s=qe(a,r),o=0;else{let p=ls(c);if(Be(p)||(p=p.parentElement),a=qe(p,n),!c.nextSibling){let d=qe(a,r),g=document.createTreeWalker(d,NodeFilter.SHOW_ELEMENT).lastChild();if(!qe(g,n))return}s=qe(a,r).nextSibling,o=0}else a=qe(i,n),a||(a=qe(ls(i),n)),l=qe(a,r),u=ph(c,l),u===0?(s=l,o=0):(s=pu(l,u),o=0);else{if(a=qe(i.parentNode,n),a||(a=qe(ls(i.parentNode),n)),l=qe(a,r),u=ph(i,l),u===-1)return;s=pu(l,u),o+=s.textContent.indexOf(i.textContent)}if(s)return new Oi(s,o)}findBreakToken(t,n,r=this.bounds,i,o=!0){let s=this.findOverflow(t,r),a,l;if(this.hooks.onOverflow.triggerSync(s,t,r,this).forEach(c=>{typeof c<"u"&&(s=c)}),s){if(a=this.createBreakToken(s,t,n),this.hooks.onBreakToken.triggerSync(a,s,t,this).forEach(p=>{typeof p<"u"&&(a=p)}),a&&a.equals(i))return a;if(a&&a.node&&a.offset&&a.node.textContent?l=a.node.textContent.charAt(a.offset):l=void 0,a&&a.node&&o){let p=this.removeOverflow(s,l);this.hooks&&this.hooks.afterOverflowRemoved.trigger(p,t,this)}}return a}hasOverflow(t,n=this.bounds){let r=t&&t.parentNode,{width:i,height:o}=t.getBoundingClientRect(),s=r?r.scrollWidth:0,a=r?r.scrollHeight:0;return Math.max(Math.floor(i),s)>Math.round(n.width)||Math.max(Math.floor(o),a)>Math.round(n.height)}findOverflow(t,n=this.bounds,r=this.gap){if(!this.hasOverflow(t,n))return;let i=Math.floor(n.left),o=Math.round(n.right+r),s=Math.round(n.top),a=Math.round(n.bottom),l,u=as(t.firstChild,t),c,p,d,f,g,h,y,m;for(;!p;)if(c=u.next(),p=c.done,d=c.value,g=!1,h=!1,y=void 0,m=void 0,d){let S=tu(d),C=Math.round(S.left),w=Math.floor(S.right),x=Math.round(S.top),q=Math.floor(S.bottom);if(!l&&(C>=o||x>=a)){let U=!1,ae=fu(d,"TD",t);if(ae&&window.getComputedStyle(ae)["break-inside"]==="avoid")y=ae.parentElement;else if(Be(d)){let Me=window.getComputedStyle(d);U=Me.getPropertyValue("float")!=="none",g=Me.getPropertyValue("break-inside")==="avoid",h=d.dataset.breakBefore==="avoid"||d.dataset.previousBreakAfter==="avoid",y=h&&ss(d,t),m=d.tagName==="BR"||d.tagName==="WBR"}let Fe;if(d.nodeName==="TR"?Fe=d:Fe=fu(d,"TR",t),Fe){let Me=Fe.parentElement;["TBODY","THEAD"].includes(Me.nodeName)&&window.getComputedStyle(Me).getPropertyValue("break-inside")==="avoid"&&(y=Me);let De=fu(Fe,"TABLE",t),Ue=De.querySelector("[colspan]");if(De&&Ue){let Le=0;for(let re of Array.from(De.rows[0].cells))Le+=parseInt(re.getAttribute("colspan")||"1");if(Fe.cells.length!==Le){let re=Fe.previousElementSibling,ye;for(;re!==null;){ye=0;for(let Rt of Array.from(re.cells))ye+=parseInt(Rt.getAttribute("colspan")||"1");if(ye===Le)break;re=re.previousElementSibling}ye===Le&&(y=re)}}}if(y){l=document.createRange(),l.selectNode(y);break}if(!m&&!U&&Be(d)){l=document.createRange(),l.selectNode(d);break}if(Cn(d)&&d.textContent.trim().length){l=document.createRange(),l.selectNode(d);break}}if(!l&&Cn(d)&&d.textContent.trim().length&&!lx(d.parentNode)){let U=ZC(d),ae;C=0,x=0;for(var v=0;v!=U.length;v++)ae=U[v],ae.width>0&&(!C||ae.left>C)&&(C=ae.left),ae.height>0&&(!x||ae.top>x)&&(x=ae.top);if(C>=o||x>=a){l=document.createRange(),f=this.textBreak(d,i,o,s,a),f?l.setStart(d,f):l=void 0;break}}(g||w<=o&&q<=a)&&(c=Hn(d,t),c&&(u=as(c,t)))}if(l)return l.setEndAfter(t.lastChild),l}findEndToken(t,n){if(t.childNodes.length===0)return;let r=t.lastChild,i;for(;r&&r.lastChild;)if(!du(r))r=r.previousSibling;else if(du(r.lastChild))r=r.lastChild;else{r=ls(r.lastChild);break}Cn(r)&&(r.parentNode.dataset.ref?(i=sx(r),r=r.parentNode):r=r.previousSibling);let o=qe(r,n);i&&(o=o.childNodes[i]);let s=Hn(o);return this.breakAt(s)}textBreak(t,n,r,i,o){let s=rx(t),a=0,l=0,u=0,c=0,p,d,f,g,h;for(;!f&&(d=s.next(),p=d.value,f=d.done,!!p);){if(g=tu(p),a=Math.floor(g.left),l=Math.floor(g.right),u=Math.floor(g.top),c=Math.floor(g.bottom),a>=r||u>=o){h=p.startOffset;break}if(l>r||c>o){let y=ix(p),m,v,S;for(;!S&&(v=y.next(),m=v.value,S=v.done,!!m);)if(g=tu(m),a=Math.floor(g.left),u=Math.floor(g.top),a>=r||u>=o){h=m.startOffset,f=!0;break}}}return h}removeOverflow(t,n){let{startContainer:r}=t,i=t.extractContents();return this.hyphenateAtBreak(r,n),i}hyphenateAtBreak(t,n){if(Cn(t)){let r=t.textContent,i=r[r.length-1];(n&&/^\w|\u00AD$/.test(i)&&/^\w|\u00AD$/.test(n)||!n&&/^\w|\u00AD$/.test(i))&&(t.parentNode.classList.add("pagedjs_hyphen"),t.textContent+=this.settings.hyphenGlyph||"\u2011")}}equalTokens(t,n){return!(!t||!n||t.node&&n.node&&t.node!==n.node||t.offset&&n.offset&&t.offset!==n.offset)}};(0,Xx.default)(Su.prototype);var Cu=Su;var Jx=ge(Yn(),1);var xu=class{constructor(t,n,r,i,o){this.pagesArea=t,this.pageTemplate=n,this.blank=r,this.width=void 0,this.height=void 0,this.hooks=i,this.settings=o||{}}create(t,n){let r=document.importNode(this.pageTemplate.content,!0),i,o;n?(this.pagesArea.insertBefore(r,n.nextElementSibling),o=Array.prototype.indexOf.call(this.pagesArea.children,n.nextElementSibling),i=this.pagesArea.children[o]):(this.pagesArea.appendChild(r),i=this.pagesArea.lastChild);let s=i.querySelector(".pagedjs_pagebox"),a=i.querySelector(".pagedjs_page_content"),l=i.querySelector(".pagedjs_footnote_area"),u=a.getBoundingClientRect();return a.style.columnWidth=Math.round(u.width)+"px",a.style.columnGap="calc(var(--pagedjs-margin-right) + var(--pagedjs-margin-left) + var(--pagedjs-bleed-right) + var(--pagedjs-bleed-left) + var(--pagedjs-column-gap-offset))",this.width=Math.round(u.width),this.height=Math.round(u.height),this.element=i,this.pagebox=s,this.area=a,this.footnotesArea=l,i}createWrapper(){let t=document.createElement("div");return this.area.appendChild(t),this.wrapper=t,t}index(t){this.position=t;let n=this.element,r=t+1,i=`page-${r}`;this.id=i,n.dataset.pageNumber=r,n.setAttribute("id",i),this.name&&n.classList.add("pagedjs_"+this.name+"_page"),this.blank&&n.classList.add("pagedjs_blank_page"),t===0&&n.classList.add("pagedjs_first_page"),t%2!==1?(n.classList.remove("pagedjs_left_page"),n.classList.add("pagedjs_right_page")):(n.classList.remove("pagedjs_right_page"),n.classList.add("pagedjs_left_page"))}layout(t,n,r){return de(this,null,function*(){this.clear(),this.startToken=n;let i=this.settings;!i.maxChars&&r&&(i.maxChars=r),this.layoutMethod=new Cu(this.area,this.hooks,i);let s=(yield this.layoutMethod.renderTo(this.wrapper,t,n)).breakToken;return this.addListeners(t),this.endToken=s,s})}append(t,n){return de(this,null,function*(){if(!this.layoutMethod)return this.layout(t,n);let i=(yield this.layoutMethod.renderTo(this.wrapper,t,n)).breakToken;return this.endToken=i,i})}getByParent(t,n){let r;for(var i=0;i<n.length;i++)if(r=n[i],r.dataset.ref===t)return r}onOverflow(t){this._onOverflow=t}onUnderflow(t){this._onUnderflow=t}clear(){this.removeListeners(),this.wrapper&&this.wrapper.remove(),this.createWrapper()}addListeners(t){return typeof ResizeObserver<"u"?this.addResizeObserver(t):(this._checkOverflowAfterResize=this.checkOverflowAfterResize.bind(this,t),this.element.addEventListener("overflow",this._checkOverflowAfterResize,!1),this.element.addEventListener("underflow",this._checkOverflowAfterResize,!1)),this._onScroll=function(){this.listening&&(this.element.scrollLeft=0)}.bind(this),this.element.addEventListener("scroll",this._onScroll),this.listening=!0,!0}removeListeners(){this.listening=!1,typeof ResizeObserver<"u"&&this.ro?this.ro.disconnect():this.element&&(this.element.removeEventListener("overflow",this._checkOverflowAfterResize,!1),this.element.removeEventListener("underflow",this._checkOverflowAfterResize,!1)),this.element&&this.element.removeEventListener("scroll",this._onScroll)}addResizeObserver(t){let n=this.wrapper,r=n.getBoundingClientRect().height;this.ro=new ResizeObserver(i=>{this.listening&&requestAnimationFrame(()=>{for(let o of i){let s=o.contentRect;s.height>r?(this.checkOverflowAfterResize(t),r=n.getBoundingClientRect().height):s.height<r&&(this.checkUnderflowAfterResize(t),r=s.height)}})}),this.ro.observe(n)}checkOverflowAfterResize(t){if(!this.listening||!this.layoutMethod)return;let n=this.layoutMethod.findBreakToken(this.wrapper,t,this.startToken);n&&(this.endToken=n,this._onOverflow&&this._onOverflow(n))}checkUnderflowAfterResize(t){if(!this.listening||!this.layoutMethod)return;let n=this.layoutMethod.findEndToken(this.wrapper,t);n&&this._onUnderflow&&this._onUnderflow(n)}destroy(){this.removeListeners(),this.element.remove(),this.element=void 0,this.wrapper=void 0}};(0,Jx.default)(xu.prototype);var Ih=xu;var _h=class{constructor(t,n){return t&&t.nodeType?this.dom=this.add(t):typeof t=="string"&&(this.dom=this.parse(t)),this.dom}parse(t,n){let i=document.createRange().createContextualFragment(t);return this.addRefs(i),i}add(t){return this.addRefs(t),t}addRefs(t){var n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,null,!1);let r=n.nextNode();for(;r;){if(!r.hasAttribute("data-ref")){let i=tt();r.setAttribute("data-ref",i)}r.id&&r.setAttribute("data-id",r.id),r=n.nextNode()}}find(t){return this.refs[t]}destroy(){this.refs=void 0,this.dom=void 0}},ew=_h;var iw=ge(Yn(),1);var kh=class{constructor(t){this._q=[],this.context=t,this.tick=requestAnimationFrame,this.running=!1,this.paused=!1}enqueue(){var t,n,r,i=[].shift.call(arguments),o=arguments;if(!i)throw new Error("No Task Provided");return typeof i=="function"?(t=new iu,n=t.promise,r={task:i,args:o,deferred:t,promise:n}):r={promise:i},this._q.push(r),this.paused==!1&&!this.running&&this.run(),r.promise}dequeue(){var t,n,r;if(this._q.length&&!this.paused){if(t=this._q.shift(),n=t.task,n)return r=n.apply(this.context,t.args),r&&typeof r.then=="function"?r.then(function(){t.deferred.resolve.apply(this.context,arguments)}.bind(this),function(){t.deferred.reject.apply(this.context,arguments)}.bind(this)):(t.deferred.resolve.apply(this.context,r),t.promise);if(t.promise)return t.promise}else return t=new iu,t.deferred.resolve(),t.promise}dump(){for(;this._q.length;)this.dequeue()}run(){return this.running||(this.running=!0,this.defered=new iu),this.tick.call(window,()=>{this._q.length?this.dequeue().then(function(){this.run()}.bind(this)):(this.defered.resolve(),this.running=void 0)}),this.paused==!0&&(this.paused=!1),this.defered.promise}flush(){if(this.running)return this.running;if(this._q.length)return this.running=this.dequeue().then(function(){return this.running=void 0,this.flush()}.bind(this)),this.running}clear(){this._q=[]}length(){return this._q.length}pause(){this.paused=!0}stop(){this._q=[],this.running=!1,this.paused=!0}};var tw=kh;var nw=!1,rw=!1,xB=`
56
+ `)}`:"",this.name="UnsubscriptionError",this.errors=n});function nr(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Se=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let o of n)o.remove(this);else n.remove(this);let{initialTeardown:r}=this;if(H(r))try{r()}catch(o){t=o instanceof Qs?o.errors:[o]}let{_finalizers:i}=this;if(i){this._finalizers=null;for(let o of i)try{iy(o)}catch(s){t=t??[],s instanceof Qs?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Qs(t)}}add(t){var n;if(t&&t!==this)if(this.closed)iy(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}}_hasParent(t){let{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){let{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){let{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&nr(n,t)}remove(t){let{_finalizers:n}=this;n&&nr(n,t),t instanceof e&&t._removeParent(this)}};Se.EMPTY=(()=>{let e=new Se;return e.closed=!0,e})();var Wc=Se.EMPTY;function Ks(e){return e instanceof Se||e&&"closed"in e&&H(e.remove)&&H(e.add)&&H(e.unsubscribe)}function iy(e){H(e)?e():e.unsubscribe()}var Pt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Rr={setTimeout(e,t,...n){let{delegate:r}=Rr;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=Rr;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Js(e){Rr.setTimeout(()=>{let{onUnhandledError:t}=Pt;if(t)t(e);else throw e})}function lo(){}var oy=Uc("C",void 0,void 0);function sy(e){return Uc("E",void 0,e)}function ay(e){return Uc("N",e,void 0)}function Uc(e,t,n){return{kind:e,value:t,error:n}}var rr=null;function Pr(e){if(Pt.useDeprecatedSynchronousErrorHandling){let t=!rr;if(t&&(rr={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=rr;if(rr=null,n)throw r}}else e()}function ly(e){Pt.useDeprecatedSynchronousErrorHandling&&rr&&(rr.errorThrown=!0,rr.error=e)}var ir=class extends Se{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Ks(t)&&t.add(this)):this.destination=gM}static create(t,n,r){return new Lr(t,n,r)}next(t){this.isStopped?$c(ay(t),this):this._next(t)}error(t){this.isStopped?$c(sy(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?$c(oy,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},hM=Function.prototype.bind;function Hc(e,t){return hM.call(e,t)}var Gc=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){Xs(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){Xs(r)}else Xs(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){Xs(n)}}},Lr=class extends ir{constructor(t,n,r){super();let i;if(H(t)||!t)i={next:t??void 0,error:n??void 0,complete:r??void 0};else{let o;this&&Pt.useDeprecatedNextContext?(o=Object.create(t),o.unsubscribe=()=>this.unsubscribe(),i={next:t.next&&Hc(t.next,o),error:t.error&&Hc(t.error,o),complete:t.complete&&Hc(t.complete,o)}):i=t}this.destination=new Gc(i)}};function Xs(e){Pt.useDeprecatedSynchronousErrorHandling?ly(e):Js(e)}function mM(e){throw e}function $c(e,t){let{onStoppedNotification:n}=Pt;n&&Rr.setTimeout(()=>n(e,t))}var gM={closed:!0,next:lo,error:mM,complete:lo};var Fr=typeof Symbol=="function"&&Symbol.observable||"@@observable";function dt(e){return e}function Yc(...e){return Zc(e)}function Zc(e){return e.length===0?dt:e.length===1?e[0]:function(n){return e.reduce((r,i)=>i(r),n)}}var ue=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){let r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,i){let o=vM(n)?n:new Lr(n,r,i);return Pr(()=>{let{operator:s,source:a}=this;o.add(s?s.call(o,a):a?this._subscribe(o):this._trySubscribe(o))}),o}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return r=uy(r),new r((i,o)=>{let s=new Lr({next:a=>{try{n(a)}catch(l){o(l),s.unsubscribe()}},error:o,complete:i});this.subscribe(s)})}_subscribe(n){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(n)}[Fr](){return this}pipe(...n){return Zc(n)(this)}toPromise(n){return n=uy(n),new n((r,i)=>{let o;this.subscribe(s=>o=s,s=>i(s),()=>r(o))})}}return e.create=t=>new e(t),e})();function uy(e){var t;return(t=e??Pt.Promise)!==null&&t!==void 0?t:Promise}function yM(e){return e&&H(e.next)&&H(e.error)&&H(e.complete)}function vM(e){return e&&e instanceof ir||yM(e)&&Ks(e)}function Qc(e){return H(e?.lift)}function te(e){return t=>{if(Qc(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function K(e,t,n,r,i){return new Kc(e,t,n,r,i)}var Kc=class extends ir{constructor(t,n,r,i,o,s){super(t),this.onFinalize=o,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(l){t.error(l)}}:super._next,this._error=i?function(a){try{i(a)}catch(l){t.error(l)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:n}=this;super.unsubscribe(),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}}};function jr(){return te((e,t)=>{let n=null;e._refCount++;let r=K(t,void 0,void 0,void 0,()=>{if(!e||e._refCount<=0||0<--e._refCount){n=null;return}let i=e._connection,o=n;n=null,i&&(!o||i===o)&&i.unsubscribe(),t.unsubscribe()});e.subscribe(r),r.closed||(n=e.connect())})}var Br=class extends ue{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,Qc(t)&&(this.lift=t.lift)}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){let t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;let{_connection:t}=this;this._subject=this._connection=null,t?.unsubscribe()}connect(){let t=this._connection;if(!t){t=this._connection=new Se;let n=this.getSubject();t.add(this.source.subscribe(K(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=Se.EMPTY)}return t}refCount(){return jr()(this)}};var cy=Nr(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var Ne=(()=>{class e extends ue{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new ea(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new cy}next(n){Pr(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){Pr(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;let{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){Pr(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){let{hasError:r,isStopped:i,observers:o}=this;return r||i?Wc:(this.currentObservers=null,o.push(n),new Se(()=>{this.currentObservers=null,nr(o,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:i,isStopped:o}=this;r?n.error(i):o&&n.complete()}asObservable(){let n=new ue;return n.source=this,n}}return e.create=(t,n)=>new ea(t,n),e})(),ea=class extends Ne{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,t)}error(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,t)}complete(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)}_subscribe(t){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&r!==void 0?r:Wc}};var ze=class extends Ne{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){let n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){let{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}};var Jc={now(){return(Jc.delegate||Date).now()},delegate:void 0};var ta=class extends Se{constructor(t,n){super()}schedule(t,n=0){return this}};var uo={setInterval(e,t,...n){let{delegate:r}=uo;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=uo;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var na=class extends ta{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;let i=this.id,o=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(o,i,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(o,this.id,n),this}requestAsyncId(t,n,r=0){return uo.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&uo.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let r=this._execute(t,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let r=!1,i;try{this.work(t)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){let{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,nr(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var zr=class e{constructor(t,n=e.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}};zr.now=Jc.now;var ra=class extends zr{constructor(t,n=zr.now){super(t,n),this.actions=[],this._active=!1}flush(t){let{actions:n}=this;if(this._active){n.push(t);return}let r;this._active=!0;do if(r=t.execute(t.state,t.delay))break;while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}};var dy=new ra(na);var pt=new ue(e=>e.complete());function py(e){return e&&H(e.schedule)}function fy(e){return e[e.length-1]}function ia(e){return H(fy(e))?e.pop():void 0}function Mn(e){return py(fy(e))?e.pop():void 0}function my(e,t,n,r){function i(o){return o instanceof n?o:new n(function(s){s(o)})}return new(n||(n=Promise))(function(o,s){function a(c){try{u(r.next(c))}catch(p){s(p)}}function l(c){try{u(r.throw(c))}catch(p){s(p)}}function u(c){c.done?o(c.value):i(c.value).then(a,l)}u((r=r.apply(e,t||[])).next())})}function hy(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function or(e){return this instanceof or?(this.v=e,this):new or(e)}function gy(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),i,o=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),i[Symbol.asyncIterator]=function(){return this},i;function s(f){return function(g){return Promise.resolve(g).then(f,p)}}function a(f,g){r[f]&&(i[f]=function(h){return new Promise(function(y,m){o.push([f,h,y,m])>1||l(f,h)})},g&&(i[f]=g(i[f])))}function l(f,g){try{u(r[f](g))}catch(h){d(o[0][3],h)}}function u(f){f.value instanceof or?Promise.resolve(f.value.v).then(c,p):d(o[0][2],f)}function c(f){l("next",f)}function p(f){l("throw",f)}function d(f,g){f(g),o.shift(),o.length&&l(o[0][0],o[0][1])}}function yy(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof hy=="function"?hy(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(o){n[o]=e[o]&&function(s){return new Promise(function(a,l){s=e[o](s),i(a,l,s.done,s.value)})}}function i(o,s,a,l){Promise.resolve(l).then(function(u){o({value:u,done:a})},s)}}var oa=e=>e&&typeof e.length=="number"&&typeof e!="function";function sa(e){return H(e?.then)}function aa(e){return H(e[Fr])}function la(e){return Symbol.asyncIterator&&H(e?.[Symbol.asyncIterator])}function ua(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function bM(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var ca=bM();function da(e){return H(e?.[ca])}function pa(e){return gy(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:i}=yield or(n.read());if(i)return yield or(void 0);yield yield or(r)}}finally{n.releaseLock()}})}function fa(e){return H(e?.getReader)}function ke(e){if(e instanceof ue)return e;if(e!=null){if(aa(e))return SM(e);if(oa(e))return CM(e);if(sa(e))return xM(e);if(la(e))return vy(e);if(da(e))return wM(e);if(fa(e))return EM(e)}throw ua(e)}function SM(e){return new ue(t=>{let n=e[Fr]();if(H(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function CM(e){return new ue(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function xM(e){return new ue(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Js)})}function wM(e){return new ue(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function vy(e){return new ue(t=>{DM(e,t).catch(n=>t.error(n))})}function EM(e){return vy(pa(e))}function DM(e,t){var n,r,i,o;return my(this,void 0,void 0,function*(){try{for(n=yy(e);r=yield n.next(),!r.done;){let s=r.value;if(t.next(s),t.closed)return}}catch(s){i={error:s}}finally{try{r&&!r.done&&(o=n.return)&&(yield o.call(n))}finally{if(i)throw i.error}}t.complete()})}function it(e,t,n,r=0,i=!1){let o=t.schedule(function(){n(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function ha(e,t=0){return te((n,r)=>{n.subscribe(K(r,i=>it(r,e,()=>r.next(i),t),()=>it(r,e,()=>r.complete(),t),i=>it(r,e,()=>r.error(i),t)))})}function ma(e,t=0){return te((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function by(e,t){return ke(e).pipe(ma(t),ha(t))}function Sy(e,t){return ke(e).pipe(ma(t),ha(t))}function Cy(e,t){return new ue(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function xy(e,t){return new ue(n=>{let r;return it(n,t,()=>{r=e[ca](),it(n,t,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(s){n.error(s);return}o?n.complete():n.next(i)},0,!0)}),()=>H(r?.return)&&r.return()})}function ga(e,t){if(!e)throw new Error("Iterable cannot be null");return new ue(n=>{it(n,t,()=>{let r=e[Symbol.asyncIterator]();it(n,t,()=>{r.next().then(i=>{i.done?n.complete():n.next(i.value)})},0,!0)})})}function wy(e,t){return ga(pa(e),t)}function Ey(e,t){if(e!=null){if(aa(e))return by(e,t);if(oa(e))return Cy(e,t);if(sa(e))return Sy(e,t);if(la(e))return ga(e,t);if(da(e))return xy(e,t);if(fa(e))return wy(e,t)}throw ua(e)}function _e(e,t){return t?Ey(e,t):ke(e)}function $(...e){let t=Mn(e);return _e(e,t)}function Vr(e,t){let n=H(e)?e:()=>e,r=i=>i.error(n());return new ue(t?i=>t.schedule(r,0,i):r)}function Xc(e){return!!e&&(e instanceof ue||H(e.lift)&&H(e.subscribe))}var ln=Nr(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function X(e,t){return te((n,r)=>{let i=0;n.subscribe(K(r,o=>{r.next(e.call(t,o,i++))}))})}var{isArray:_M}=Array;function IM(e,t){return _M(t)?e(...t):e(t)}function ya(e){return X(t=>IM(e,t))}var{isArray:TM}=Array,{getPrototypeOf:kM,prototype:AM,keys:MM}=Object;function va(e){if(e.length===1){let t=e[0];if(TM(t))return{args:t,keys:null};if(OM(t)){let n=MM(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function OM(e){return e&&typeof e=="object"&&kM(e)===AM}function ba(e,t){return e.reduce((n,r,i)=>(n[r]=t[i],n),{})}function Sa(...e){let t=Mn(e),n=ia(e),{args:r,keys:i}=va(e);if(r.length===0)return _e([],t);let o=new ue(NM(r,t,i?s=>ba(i,s):dt));return n?o.pipe(ya(n)):o}function NM(e,t,n=dt){return r=>{Dy(t,()=>{let{length:i}=e,o=new Array(i),s=i,a=i;for(let l=0;l<i;l++)Dy(t,()=>{let u=_e(e[l],t),c=!1;u.subscribe(K(r,p=>{o[l]=p,c||(c=!0,a--),a||r.next(n(o.slice()))},()=>{--s||r.complete()}))},r)},r)}}function Dy(e,t,n){e?it(n,e,t):t()}function _y(e,t,n,r,i,o,s,a){let l=[],u=0,c=0,p=!1,d=()=>{p&&!l.length&&!u&&t.complete()},f=h=>u<r?g(h):l.push(h),g=h=>{o&&t.next(h),u++;let y=!1;ke(n(h,c++)).subscribe(K(t,m=>{i?.(m),o?f(m):t.next(m)},()=>{y=!0},void 0,()=>{if(y)try{for(u--;l.length&&u<r;){let m=l.shift();s?it(t,s,()=>g(m)):g(m)}d()}catch(m){t.error(m)}}))};return e.subscribe(K(t,f,()=>{p=!0,d()})),()=>{a?.()}}function Re(e,t,n=1/0){return H(t)?Re((r,i)=>X((o,s)=>t(r,o,i,s))(ke(e(r,i))),n):(typeof t=="number"&&(n=t),te((r,i)=>_y(r,i,e,n)))}function ed(e=1/0){return Re(dt,e)}function Iy(){return ed(1)}function qr(...e){return Iy()(_e(e,Mn(e)))}function Ca(e){return new ue(t=>{ke(e()).subscribe(t)})}function td(...e){let t=ia(e),{args:n,keys:r}=va(e),i=new ue(o=>{let{length:s}=n;if(!s){o.complete();return}let a=new Array(s),l=s,u=s;for(let c=0;c<s;c++){let p=!1;ke(n[c]).subscribe(K(o,d=>{p||(p=!0,u--),a[c]=d},()=>l--,void 0,()=>{(!l||!p)&&(u||o.next(r?ba(r,a):a),o.complete())}))}});return t?i.pipe(ya(t)):i}function Lt(e,t){return te((n,r)=>{let i=0;n.subscribe(K(r,o=>e.call(t,o,i++)&&r.next(o)))})}function On(e){return te((t,n)=>{let r=null,i=!1,o;r=t.subscribe(K(n,void 0,void 0,s=>{o=ke(e(s,On(e)(t))),r?(r.unsubscribe(),r=null,o.subscribe(n)):i=!0})),i&&(r.unsubscribe(),r=null,o.subscribe(n))})}function Ty(e,t,n,r,i){return(o,s)=>{let a=n,l=t,u=0;o.subscribe(K(s,c=>{let p=u++;l=a?e(l,c,p):(a=!0,c),r&&s.next(l)},i&&(()=>{a&&s.next(l),s.complete()})))}}function Wr(e,t){return H(t)?Re(e,t,1):Re(e,1)}function nd(e,t=dy){return te((n,r)=>{let i=null,o=null,s=null,a=()=>{if(i){i.unsubscribe(),i=null;let u=o;o=null,r.next(u)}};function l(){let u=s+e,c=t.now();if(c<u){i=this.schedule(void 0,u-c),r.add(i);return}a()}n.subscribe(K(r,u=>{o=u,s=t.now(),i||(i=t.schedule(l,e),r.add(i))},()=>{a(),r.complete()},void 0,()=>{o=i=null}))})}function Nn(e){return te((t,n)=>{let r=!1;t.subscribe(K(n,i=>{r=!0,n.next(i)},()=>{r||n.next(e),n.complete()}))})}function un(e){return e<=0?()=>pt:te((t,n)=>{let r=0;t.subscribe(K(n,i=>{++r<=e&&(n.next(i),e<=r&&n.complete())}))})}function rd(e){return X(()=>e)}function xa(e=RM){return te((t,n)=>{let r=!1;t.subscribe(K(n,i=>{r=!0,n.next(i)},()=>r?n.complete():n.error(e())))})}function RM(){return new ln}function co(e){return te((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Zt(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Lt((i,o)=>e(i,o,r)):dt,un(1),n?Nn(t):xa(()=>new ln))}function Ur(e){return e<=0?()=>pt:te((t,n)=>{let r=[];t.subscribe(K(n,i=>{r.push(i),e<r.length&&r.shift()},()=>{for(let i of r)n.next(i);n.complete()},void 0,()=>{r=null}))})}function id(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Lt((i,o)=>e(i,o,r)):dt,Ur(1),n?Nn(t):xa(()=>new ln))}function od(e,t){return te(Ty(e,t,arguments.length>=2,!0))}function sd(...e){let t=Mn(e);return te((n,r)=>{(t?qr(e,n,t):qr(e,n)).subscribe(r)})}function Ft(e,t){return te((n,r)=>{let i=null,o=0,s=!1,a=()=>s&&!i&&r.complete();n.subscribe(K(r,l=>{i?.unsubscribe();let u=0,c=o++;ke(e(l,c)).subscribe(i=K(r,p=>r.next(t?t(l,p,c,u++):p),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function ad(e){return te((t,n)=>{ke(e).subscribe(K(n,()=>n.complete(),lo)),!n.closed&&t.subscribe(n)})}function Ve(e,t,n){let r=H(e)||t||n?{next:e,error:t,complete:n}:e;return r?te((i,o)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;i.subscribe(K(o,l=>{var u;(u=r.next)===null||u===void 0||u.call(r,l),o.next(l)},()=>{var l;a=!1,(l=r.complete)===null||l===void 0||l.call(r),o.complete()},l=>{var u;a=!1,(u=r.error)===null||u===void 0||u.call(r,l),o.error(l)},()=>{var l,u;a&&((l=r.unsubscribe)===null||l===void 0||l.call(r)),(u=r.finalize)===null||u===void 0||u.call(r)}))}):dt}var pv="https://g.co/ng/security#xss",P=class extends Error{constructor(t,n){super(vp(t,n)),this.code=t}};function vp(e,t){return`${`NG0${Math.abs(e)}`}${t?": "+t:""}`}function el(e){return{toString:e}.toString()}function he(e){for(let t in e)if(e[t]===he)return t;throw Error("Could not find renamed property on target object.")}function PM(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function ot(e){if(typeof e=="string")return e;if(Array.isArray(e))return"["+e.map(ot).join(", ")+"]";if(e==null)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;let t=e.toString();if(t==null)return""+t;let n=t.indexOf(`
57
+ `);return n===-1?t:t.substring(0,n)}function ky(e,t){return e==null||e===""?t===null?"":t:t==null||t===""?e:e+" "+t}var LM=he({__forward_ref__:he});function To(e){return e.__forward_ref__=To,e.toString=function(){return ot(this())},e}function Xe(e){return fv(e)?e():e}function fv(e){return typeof e=="function"&&e.hasOwnProperty(LM)&&e.__forward_ref__===To}function j(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ai(e){return{providers:e.providers||[],imports:e.imports||[]}}function tl(e){return Ay(e,mv)||Ay(e,gv)}function hv(e){return tl(e)!==null}function Ay(e,t){return e.hasOwnProperty(t)?e[t]:null}function FM(e){let t=e&&(e[mv]||e[gv]);return t||null}function My(e){return e&&(e.hasOwnProperty(Oy)||e.hasOwnProperty(jM))?e[Oy]:null}var mv=he({\u0275prov:he}),Oy=he({\u0275inj:he}),gv=he({ngInjectableDef:he}),jM=he({ngInjectorDef:he}),L=class{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,typeof n=="number"?this.__NG_ELEMENT_ID__=n:n!==void 0&&(this.\u0275prov=j({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function yv(e){return e&&!!e.\u0275providers}var BM=he({\u0275cmp:he}),zM=he({\u0275dir:he}),VM=he({\u0275pipe:he}),qM=he({\u0275mod:he}),Oa=he({\u0275fac:he}),ho=he({__NG_ELEMENT_ID__:he}),Ny=he({__NG_ENV_ID__:he});function mo(e){return typeof e=="string"?e:e==null?"":String(e)}function WM(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():mo(e)}function UM(e,t){let n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new P(-200,e)}function bp(e,t){throw new P(-201,!1)}var Y=function(e){return e[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",e}(Y||{}),xd;function vv(){return xd}function bt(e){let t=xd;return xd=e,t}function bv(e,t,n){let r=tl(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&Y.Optional)return null;if(t!==void 0)return t;bp(e,"Injector")}var HM={},go=HM,$M="__NG_DI_FLAG__",Na="ngTempTokenPath",GM="ngTokenPath",YM=/\n/gm,ZM="\u0275",Ry="__source",Yr;function QM(){return Yr}function Rn(e){let t=Yr;return Yr=e,t}function KM(e,t=Y.Default){if(Yr===void 0)throw new P(-203,!1);return Yr===null?bv(e,void 0,t):Yr.get(e,t&Y.Optional?null:void 0,t)}function ie(e,t=Y.Default){return(vv()||KM)(Xe(e),t)}function _(e,t=Y.Default){return ie(e,nl(t))}function nl(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function wd(e){let t=[];for(let n=0;n<e.length;n++){let r=Xe(e[n]);if(Array.isArray(r)){if(r.length===0)throw new P(900,!1);let i,o=Y.Default;for(let s=0;s<r.length;s++){let a=r[s],l=JM(a);typeof l=="number"?l===-1?i=a.token:o|=l:i=a}t.push(ie(i,o))}else t.push(ie(r))}return t}function JM(e){return e[$M]}function XM(e,t,n,r){let i=e[Na];throw t[Ry]&&i.unshift(t[Ry]),e.message=eO(`
58
+ `+e.message,i,n,r),e[GM]=i,e[Na]=null,e}function eO(e,t,n,r=null){e=e&&e.charAt(0)===`
59
+ `&&e.charAt(1)==ZM?e.slice(2):e;let i=ot(t);if(Array.isArray(t))i=t.map(ot).join(" -> ");else if(typeof t=="object"){let o=[];for(let s in t)if(t.hasOwnProperty(s)){let a=t[s];o.push(s+":"+(typeof a=="string"?JSON.stringify(a):ot(a)))}i=`{${o.join(", ")}}`}return`${n}${r?"("+r+")":""}[${i}]: ${e.replace(YM,`
60
+ `)}`}function Qr(e,t){let n=e.hasOwnProperty(Oa);return n?e[Oa]:null}function tO(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let i=e[r],o=t[r];if(n&&(i=n(i),o=n(o)),o!==i)return!1}return!0}function nO(e){return e.flat(Number.POSITIVE_INFINITY)}function Sp(e,t){e.forEach(n=>Array.isArray(n)?Sp(n,t):t(n))}function Sv(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Ra(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function rO(e,t,n,r){let i=e.length;if(i==t)e.push(n,r);else if(i===1)e.push(r,e[0]),e[0]=n;else{for(i--,e.push(e[i-1],e[i]);i>t;){let o=i-2;e[i]=e[o],i--}e[t]=n,e[t+1]=r}}function iO(e,t,n){let r=ko(e,t);return r>=0?e[r|1]=n:(r=~r,rO(e,r,t,n)),r}function ld(e,t){let n=ko(e,t);if(n>=0)return e[n|1]}function ko(e,t){return oO(e,t,1)}function oO(e,t,n){let r=0,i=e.length>>n;for(;i!==r;){let o=r+(i-r>>1),s=e[o<<n];if(t===s)return o<<n;s>t?i=o:r=o+1}return~(i<<n)}var Kr={},St=[],Jr=new L(""),Cv=new L("",-1),xv=new L(""),Pa=class{get(t,n=go){if(n===go){let r=new Error(`NullInjectorError: No provider for ${ot(t)}!`);throw r.name="NullInjectorError",r}return n}},wv=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(wv||{}),Jt=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e}(Jt||{}),Fn=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(Fn||{});function sO(e,t,n){let r=e.length;for(;;){let i=e.indexOf(t,n);if(i===-1)return i;if(i===0||e.charCodeAt(i-1)<=32){let o=t.length;if(i+o===r||e.charCodeAt(i+o)<=32)return i}n=i+1}}function Ed(e,t,n){let r=0;for(;r<n.length;){let i=n[r];if(typeof i=="number"){if(i!==0)break;r++;let o=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,o)}else{let o=i,s=n[++r];lO(o)?e.setProperty(t,o,s):e.setAttribute(t,o,s),r++}}return r}function aO(e){return e===3||e===4||e===6}function lO(e){return e.charCodeAt(0)===64}function yo(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){let i=t[r];typeof i=="number"?n=i:n===0||(n===-1||n===2?Py(e,n,i,null,t[++r]):Py(e,n,i,null,null))}}return e}function Py(e,t,n,r,i){let o=0,s=e.length;if(t===-1)s=-1;else for(;o<e.length;){let a=e[o++];if(typeof a=="number"){if(a===t){s=-1;break}else if(a>t){s=o-1;break}}}for(;o<e.length;){let a=e[o];if(typeof a=="number")break;if(a===n){if(r===null){i!==null&&(e[o+1]=i);return}else if(r===e[o+1]){e[o+2]=i;return}}o++,r!==null&&o++,i!==null&&o++}s!==-1&&(e.splice(s,0,t),o=s+1),e.splice(o++,0,n),r!==null&&e.splice(o++,0,r),i!==null&&e.splice(o++,0,i)}var Ev="ng-template";function uO(e,t,n,r){let i=0;if(r){for(;i<t.length&&typeof t[i]=="string";i+=2)if(t[i]==="class"&&sO(t[i+1].toLowerCase(),n,0)!==-1)return!0}else if(Cp(e))return!1;if(i=t.indexOf(1,i),i>-1){let o;for(;++i<t.length&&typeof(o=t[i])=="string";)if(o.toLowerCase()===n)return!0}return!1}function Cp(e){return e.type===4&&e.value!==Ev}function cO(e,t,n){let r=e.type===4&&!n?Ev:e.value;return t===r}function dO(e,t,n){let r=4,i=e.attrs,o=i!==null?hO(i):0,s=!1;for(let a=0;a<t.length;a++){let l=t[a];if(typeof l=="number"){if(!s&&!jt(r)&&!jt(l))return!1;if(s&&jt(l))continue;s=!1,r=l|r&1;continue}if(!s)if(r&4){if(r=2|r&1,l!==""&&!cO(e,l,n)||l===""&&t.length===1){if(jt(r))return!1;s=!0}}else if(r&8){if(i===null||!uO(e,i,l,n)){if(jt(r))return!1;s=!0}}else{let u=t[++a],c=pO(l,i,Cp(e),n);if(c===-1){if(jt(r))return!1;s=!0;continue}if(u!==""){let p;if(c>o?p="":p=i[c+1].toLowerCase(),r&2&&u!==p){if(jt(r))return!1;s=!0}}}}return jt(r)||s}function jt(e){return(e&1)===0}function pO(e,t,n,r){if(t===null)return-1;let i=0;if(r||!n){let o=!1;for(;i<t.length;){let s=t[i];if(s===e)return i;if(s===3||s===6)o=!0;else if(s===1||s===2){let a=t[++i];for(;typeof a=="string";)a=t[++i];continue}else{if(s===4)break;if(s===0){i+=4;continue}}i+=o?1:2}return-1}else return mO(t,e)}function fO(e,t,n=!1){for(let r=0;r<t.length;r++)if(dO(e,t[r],n))return!0;return!1}function hO(e){for(let t=0;t<e.length;t++){let n=e[t];if(aO(n))return t}return e.length}function mO(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){let r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function Ly(e,t){return e?":not("+t.trim()+")":t}function gO(e){let t=e[0],n=1,r=2,i="",o=!1;for(;n<e.length;){let s=e[n];if(typeof s=="string")if(r&2){let a=e[++n];i+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else r&8?i+="."+s:r&4&&(i+=" "+s);else i!==""&&!jt(s)&&(t+=Ly(o,i),i=""),r=s,o=o||!jt(r);n++}return i!==""&&(t+=Ly(o,i)),t}function yO(e){return e.map(gO).join(",")}function vO(e){let t=[],n=[],r=1,i=2;for(;r<e.length;){let o=e[r];if(typeof o=="string")i===2?o!==""&&t.push(o,e[++r]):i===8&&n.push(o);else{if(!jt(i))break;i=o}r++}return{attrs:t,classes:n}}function pe(e){return el(()=>{let t=kv(e),n=ee(E({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===wv.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Jt.Emulated,styles:e.styles||St,_:null,schemas:e.schemas||null,tView:null,id:""});Av(n);let r=e.dependencies;return n.directiveDefs=jy(r,!1),n.pipeDefs=jy(r,!0),n.id=CO(n),n})}function bO(e){return ar(e)||Dv(e)}function SO(e){return e!==null}function li(e){return el(()=>({type:e.type,bootstrap:e.bootstrap||St,declarations:e.declarations||St,imports:e.imports||St,exports:e.exports||St,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function Fy(e,t){if(e==null)return Kr;let n={};for(let r in e)if(e.hasOwnProperty(r)){let i=e[r],o,s,a=Fn.None;Array.isArray(i)?(a=i[0],o=i[1],s=i[2]??o):(o=i,s=i),t?(n[o]=a!==Fn.None?[r,a]:r,t[o]=s):n[o]=r}return n}function Vt(e){return el(()=>{let t=kv(e);return Av(t),t})}function ar(e){return e[BM]||null}function Dv(e){return e[zM]||null}function _v(e){return e[VM]||null}function Iv(e){let t=ar(e)||Dv(e)||_v(e);return t!==null?t.standalone:!1}function Tv(e,t){let n=e[qM]||null;if(!n&&t===!0)throw new Error(`Type ${ot(e)} does not have '\u0275mod' property.`);return n}function kv(e){let t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputTransforms:null,inputConfig:e.inputs||Kr,exportAs:e.exportAs||null,standalone:e.standalone===!0,signals:e.signals===!0,selectors:e.selectors||St,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Fy(e.inputs,t),outputs:Fy(e.outputs),debugInfo:null}}function Av(e){e.features?.forEach(t=>t(e))}function jy(e,t){if(!e)return null;let n=t?_v:bO;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(SO)}function CO(e){let t=0,n=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,e.consts,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery].join("|");for(let i of n)t=Math.imul(31,t)+i.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function rl(e){return{\u0275providers:e}}function xO(...e){return{\u0275providers:Mv(!0,e),\u0275fromNgModule:!0}}function Mv(e,...t){let n=[],r=new Set,i,o=s=>{n.push(s)};return Sp(t,s=>{let a=s;Dd(a,o,[],r)&&(i||=[],i.push(a))}),i!==void 0&&Ov(i,o),n}function Ov(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:i}=e[n];xp(i,o=>{t(o,r)})}}function Dd(e,t,n,r){if(e=Xe(e),!e)return!1;let i=null,o=My(e),s=!o&&ar(e);if(!o&&!s){let l=e.ngModule;if(o=My(l),o)i=l;else return!1}else{if(s&&!s.standalone)return!1;i=e}let a=r.has(i);if(s){if(a)return!1;if(r.add(i),s.dependencies){let l=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let u of l)Dd(u,t,n,r)}}else if(o){if(o.imports!=null&&!a){r.add(i);let u;try{Sp(o.imports,c=>{Dd(c,t,n,r)&&(u||=[],u.push(c))})}finally{}u!==void 0&&Ov(u,t)}if(!a){let u=Qr(i)||(()=>new i);t({provide:i,useFactory:u,deps:St},i),t({provide:xv,useValue:i,multi:!0},i),t({provide:Jr,useValue:()=>ie(i),multi:!0},i)}let l=o.providers;if(l!=null&&!a){let u=e;xp(l,c=>{t(c,u)})}}else return!1;return i!==e&&e.providers!==void 0}function xp(e,t){for(let n of e)yv(n)&&(n=n.\u0275providers),Array.isArray(n)?xp(n,t):t(n)}var wO=he({provide:String,useValue:he});function Nv(e){return e!==null&&typeof e=="object"&&wO in e}function EO(e){return!!(e&&e.useExisting)}function DO(e){return!!(e&&e.useFactory)}function Xr(e){return typeof e=="function"}function _O(e){return!!e.useClass}var il=new L(""),_a={},IO={},ud;function wp(){return ud===void 0&&(ud=new Pa),ud}var xt=class{},vo=class extends xt{get destroyed(){return this._destroyed}constructor(t,n,r,i){super(),this.parent=n,this.source=r,this.scopes=i,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,Id(t,s=>this.processProvider(s)),this.records.set(Cv,Hr(void 0,this)),i.has("environment")&&this.records.set(xt,Hr(void 0,this));let o=this.records.get(il);o!=null&&typeof o.value=="string"&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(xv,St,Y.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;let t=J(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let n=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),J(t)}}onDestroy(t){return this.assertNotDestroyed(),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){this.assertNotDestroyed();let n=Rn(this),r=bt(void 0),i;try{return t()}finally{Rn(n),bt(r)}}get(t,n=go,r=Y.Default){if(this.assertNotDestroyed(),t.hasOwnProperty(Ny))return t[Ny](this);r=nl(r);let i,o=Rn(this),s=bt(void 0);try{if(!(r&Y.SkipSelf)){let l=this.records.get(t);if(l===void 0){let u=OO(t)&&tl(t);u&&this.injectableDefInScope(u)?l=Hr(_d(t),_a):l=null,this.records.set(t,l)}if(l!=null)return this.hydrate(t,l)}let a=r&Y.Self?wp():this.parent;return n=r&Y.Optional&&n===go?null:n,a.get(t,n)}catch(a){if(a.name==="NullInjectorError"){if((a[Na]=a[Na]||[]).unshift(ot(t)),o)throw a;return XM(a,t,"R3InjectorError",this.source)}else throw a}finally{bt(s),Rn(o)}}resolveInjectorInitializers(){let t=J(null),n=Rn(this),r=bt(void 0),i;try{let o=this.get(Jr,St,Y.Self);for(let s of o)s()}finally{Rn(n),bt(r),J(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(ot(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new P(205,!1)}processProvider(t){t=Xe(t);let n=Xr(t)?t:Xe(t&&t.provide),r=kO(t);if(!Xr(t)&&t.multi===!0){let i=this.records.get(n);i||(i=Hr(void 0,_a,!0),i.factory=()=>wd(i.multi),this.records.set(n,i)),n=t,i.multi.push(t)}this.records.set(n,r)}hydrate(t,n){let r=J(null);try{return n.value===_a&&(n.value=IO,n.value=n.factory()),typeof n.value=="object"&&n.value&&MO(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{J(r)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=Xe(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){let n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}};function _d(e){let t=tl(e),n=t!==null?t.factory:Qr(e);if(n!==null)return n;if(e instanceof L)throw new P(204,!1);if(e instanceof Function)return TO(e);throw new P(204,!1)}function TO(e){if(e.length>0)throw new P(204,!1);let n=FM(e);return n!==null?()=>n.factory(e):()=>new e}function kO(e){if(Nv(e))return Hr(void 0,e.useValue);{let t=Rv(e);return Hr(t,_a)}}function Rv(e,t,n){let r;if(Xr(e)){let i=Xe(e);return Qr(i)||_d(i)}else if(Nv(e))r=()=>Xe(e.useValue);else if(DO(e))r=()=>e.useFactory(...wd(e.deps||[]));else if(EO(e))r=()=>ie(Xe(e.useExisting));else{let i=Xe(e&&(e.useClass||e.provide));if(AO(e))r=()=>new i(...wd(e.deps));else return Qr(i)||_d(i)}return r}function Hr(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function AO(e){return!!e.deps}function MO(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function OO(e){return typeof e=="function"||typeof e=="object"&&e instanceof L}function Id(e,t){for(let n of e)Array.isArray(n)?Id(n,t):n&&yv(n)?Id(n.\u0275providers,t):t(n)}function fn(e,t){e instanceof vo&&e.assertNotDestroyed();let n,r=Rn(e),i=bt(void 0);try{return t()}finally{Rn(r),bt(i)}}function NO(){return vv()!==void 0||QM()!=null}function RO(e){return typeof e=="function"}var hn=0,V=1,F=2,Ge=3,Bt=4,qt=5,bo=6,La=7,He=8,ei=9,Xt=10,Ye=11,So=12,By=13,ui=14,zt=15,lr=16,$r=17,cn=18,ol=19,Pv=20,Pn=21,cd=22,Ct=23,ft=25,Lv=1;var ur=7,Fa=8,ti=9,$e=10,ja=function(e){return e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews",e}(ja||{});function Ln(e){return Array.isArray(e)&&typeof e[Lv]=="object"}function mn(e){return Array.isArray(e)&&e[Lv]===!0}function Fv(e){return(e.flags&4)!==0}function sl(e){return e.componentOffset>-1}function Ep(e){return(e.flags&1)===1}function jn(e){return!!e.template}function Td(e){return(e[F]&512)!==0}var kd=class{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function jv(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}function tn(){return Bv}function Bv(e){return e.type.prototype.ngOnChanges&&(e.setInput=LO),PO}tn.ngInherit=!0;function PO(){let e=Vv(this),t=e?.current;if(t){let n=e.previous;if(n===Kr)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function LO(e,t,n,r,i){let o=this.declaredInputs[r],s=Vv(e)||FO(e,{previous:Kr,current:null}),a=s.current||(s.current={}),l=s.previous,u=l[o];a[o]=new kd(u&&u.currentValue,n,l===Kr),jv(e,t,i,n)}var zv="__ngSimpleChanges__";function Vv(e){return e[zv]||null}function FO(e,t){return e[zv]=t}var zy=null;var Qt=function(e,t,n){zy?.(e,t,n)},jO="svg",BO="math";function en(e){for(;Array.isArray(e);)e=e[hn];return e}function qv(e,t){return en(t[e])}function Wt(e,t){return en(t[e.index])}function Dp(e,t){return e.data[t]}function zO(e,t){return e[t]}function Vn(e,t){let n=t[e];return Ln(n)?n:n[hn]}function VO(e){return(e[F]&4)===4}function _p(e){return(e[F]&128)===128}function qO(e){return mn(e[Ge])}function ni(e,t){return t==null?null:e[t]}function Wv(e){e[$r]=0}function Uv(e){e[F]&1024||(e[F]|=1024,_p(e)&&ll(e))}function WO(e,t){for(;e>0;)t=t[ui],e--;return t}function al(e){return!!(e[F]&9216||e[Ct]?.dirty)}function Ad(e){e[Xt].changeDetectionScheduler?.notify(8),e[F]&64&&(e[F]|=1024),al(e)&&ll(e)}function ll(e){e[Xt].changeDetectionScheduler?.notify(0);let t=cr(e);for(;t!==null&&!(t[F]&8192||(t[F]|=8192,!_p(t)));)t=cr(t)}function Hv(e,t){if((e[F]&256)===256)throw new P(911,!1);e[Pn]===null&&(e[Pn]=[]),e[Pn].push(t)}function UO(e,t){if(e[Pn]===null)return;let n=e[Pn].indexOf(t);n!==-1&&e[Pn].splice(n,1)}function cr(e){let t=e[Ge];return mn(t)?t[Ge]:t}var Z={lFrame:tb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var $v=!1;function HO(){return Z.lFrame.elementDepthCount}function $O(){Z.lFrame.elementDepthCount++}function GO(){Z.lFrame.elementDepthCount--}function Gv(){return Z.bindingsEnabled}function YO(){return Z.skipHydrationRootTNode!==null}function ZO(e){return Z.skipHydrationRootTNode===e}function QO(){Z.skipHydrationRootTNode=null}function le(){return Z.lFrame.lView}function et(){return Z.lFrame.tView}function Ip(e){return Z.lFrame.contextLView=e,e[He]}function Tp(e){return Z.lFrame.contextLView=null,e}function ht(){let e=Yv();for(;e!==null&&e.type===64;)e=e.parent;return e}function Yv(){return Z.lFrame.currentTNode}function KO(){let e=Z.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function ci(e,t){let n=Z.lFrame;n.currentTNode=e,n.isParent=t}function Zv(){return Z.lFrame.isParent}function JO(){Z.lFrame.isParent=!1}function XO(){return Z.lFrame.contextLView}function Qv(){return $v}function Vy(e){$v=e}function eN(){return Z.lFrame.bindingIndex}function tN(e){return Z.lFrame.bindingIndex=e}function ul(){return Z.lFrame.bindingIndex++}function Kv(e){let t=Z.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function nN(){return Z.lFrame.inI18n}function rN(e,t){let n=Z.lFrame;n.bindingIndex=n.bindingRootIndex=e,Md(t)}function iN(){return Z.lFrame.currentDirectiveIndex}function Md(e){Z.lFrame.currentDirectiveIndex=e}function oN(e){let t=Z.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Jv(){return Z.lFrame.currentQueryIndex}function kp(e){Z.lFrame.currentQueryIndex=e}function sN(e){let t=e[V];return t.type===2?t.declTNode:t.type===1?e[qt]:null}function Xv(e,t,n){if(n&Y.SkipSelf){let i=t,o=e;for(;i=i.parent,i===null&&!(n&Y.Host);)if(i=sN(o),i===null||(o=o[ui],i.type&10))break;if(i===null)return!1;t=i,e=o}let r=Z.lFrame=eb();return r.currentTNode=t,r.lView=e,!0}function Ap(e){let t=eb(),n=e[V];Z.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function eb(){let e=Z.lFrame,t=e===null?null:e.child;return t===null?tb(e):t}function tb(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function nb(){let e=Z.lFrame;return Z.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var rb=nb;function Mp(){let e=nb();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function aN(e){return(Z.lFrame.contextLView=WO(e,Z.lFrame.contextLView))[He]}function gn(){return Z.lFrame.selectedIndex}function dr(e){Z.lFrame.selectedIndex=e}function lN(){let e=Z.lFrame;return Dp(e.tView,e.selectedIndex)}function uN(){return Z.lFrame.currentNamespace}var ib=!0;function Op(){return ib}function Np(e){ib=e}function cN(e,t,n){let{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=t.type.prototype;if(r){let s=Bv(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}i&&(n.preOrderHooks??=[]).push(0-e,i),o&&((n.preOrderHooks??=[]).push(e,o),(n.preOrderCheckHooks??=[]).push(e,o))}function Rp(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){let o=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:l,ngAfterViewChecked:u,ngOnDestroy:c}=o;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),l&&(e.viewHooks??=[]).push(-n,l),u&&((e.viewHooks??=[]).push(n,u),(e.viewCheckHooks??=[]).push(n,u)),c!=null&&(e.destroyHooks??=[]).push(n,c)}}function Ia(e,t,n){ob(e,t,3,n)}function Ta(e,t,n,r){(e[F]&3)===n&&ob(e,t,n,r)}function dd(e,t){let n=e[F];(n&3)===t&&(n&=16383,n+=1,e[F]=n)}function ob(e,t,n,r){let i=r!==void 0?e[$r]&65535:0,o=r??-1,s=t.length-1,a=0;for(let l=i;l<s;l++)if(typeof t[l+1]=="number"){if(a=t[l],r!=null&&a>=r)break}else t[l]<0&&(e[$r]+=65536),(a<o||o==-1)&&(dN(e,n,t,l),e[$r]=(e[$r]&4294901760)+l+2),l++}function qy(e,t){Qt(4,e,t);let n=J(null);try{t.call(e)}finally{J(n),Qt(5,e,t)}}function dN(e,t,n,r){let i=n[r]<0,o=n[r+1],s=i?-n[r]:n[r],a=e[s];i?e[F]>>14<e[$r]>>16&&(e[F]&3)===t&&(e[F]+=16384,qy(a,o)):qy(a,o)}var Zr=-1,pr=class{constructor(t,n,r){this.factory=t,this.resolving=!1,this.canSeeViewProviders=n,this.injectImpl=r}};function pN(e){return e instanceof pr}function fN(e){return(e.flags&8)!==0}function hN(e){return(e.flags&16)!==0}var pd={},Od=class{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){r=nl(r);let i=this.injector.get(t,pd,r);return i!==pd||n===pd?i:this.parentInjector.get(t,n,r)}};function sb(e){return e!==Zr}function Ba(e){return e&32767}function mN(e){return e>>16}function za(e,t){let n=mN(e),r=t;for(;n>0;)r=r[ui],n--;return r}var Nd=!0;function Wy(e){let t=Nd;return Nd=e,t}var gN=256,ab=gN-1,lb=5,yN=0,Kt={};function vN(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(ho)&&(r=n[ho]),r==null&&(r=n[ho]=yN++);let i=r&ab,o=1<<i;t.data[e+(i>>lb)]|=o}function Va(e,t){let n=ub(e,t);if(n!==-1)return n;let r=t[V];r.firstCreatePass&&(e.injectorIndex=t.length,fd(r.data,e),fd(t,null),fd(r.blueprint,null));let i=Pp(e,t),o=e.injectorIndex;if(sb(i)){let s=Ba(i),a=za(i,t),l=a[V].data;for(let u=0;u<8;u++)t[o+u]=a[s+u]|l[s+u]}return t[o+8]=i,o}function fd(e,t){e.push(0,0,0,0,0,0,0,0,t)}function ub(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Pp(e,t){if(e.parent&&e.parent.injectorIndex!==-1)return e.parent.injectorIndex;let n=0,r=null,i=t;for(;i!==null;){if(r=hb(i),r===null)return Zr;if(n++,i=i[ui],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Zr}function Rd(e,t,n){vN(e,t,n)}function cb(e,t,n){if(n&Y.Optional||e!==void 0)return e;bp(t,"NodeInjector")}function db(e,t,n,r){if(n&Y.Optional&&r===void 0&&(r=null),!(n&(Y.Self|Y.Host))){let i=e[ei],o=bt(void 0);try{return i?i.get(t,r,n&Y.Optional):bv(t,r,n&Y.Optional)}finally{bt(o)}}return cb(r,t,n)}function pb(e,t,n,r=Y.Default,i){if(e!==null){if(t[F]&2048&&!(r&Y.Self)){let s=xN(e,t,n,r,Kt);if(s!==Kt)return s}let o=fb(e,t,n,r,Kt);if(o!==Kt)return o}return db(t,n,r,i)}function fb(e,t,n,r,i){let o=SN(n);if(typeof o=="function"){if(!Xv(t,e,r))return r&Y.Host?cb(i,n,r):db(t,n,r,i);try{let s;if(s=o(r),s==null&&!(r&Y.Optional))bp(n);else return s}finally{rb()}}else if(typeof o=="number"){let s=null,a=ub(e,t),l=Zr,u=r&Y.Host?t[zt][qt]:null;for((a===-1||r&Y.SkipSelf)&&(l=a===-1?Pp(e,t):t[a+8],l===Zr||!Hy(r,!1)?a=-1:(s=t[V],a=Ba(l),t=za(l,t)));a!==-1;){let c=t[V];if(Uy(o,a,c.data)){let p=bN(a,t,n,s,r,u);if(p!==Kt)return p}l=t[a+8],l!==Zr&&Hy(r,t[V].data[a+8]===u)&&Uy(o,a,t)?(s=c,a=Ba(l),t=za(l,t)):a=-1}}return i}function bN(e,t,n,r,i,o){let s=t[V],a=s.data[e+8],l=r==null?sl(a)&&Nd:r!=s&&(a.type&3)!==0,u=i&Y.Host&&o===a,c=ka(a,s,n,l,u);return c!==null?fr(t,s,c,a):Kt}function ka(e,t,n,r,i){let o=e.providerIndexes,s=t.data,a=o&1048575,l=e.directiveStart,u=e.directiveEnd,c=o>>20,p=r?a:a+c,d=i?a+c:u;for(let f=p;f<d;f++){let g=s[f];if(f<l&&n===g||f>=l&&g.type===n)return f}if(i){let f=s[l];if(f&&jn(f)&&f.type===n)return l}return null}function fr(e,t,n,r){let i=e[n],o=t.data;if(pN(i)){let s=i;s.resolving&&UM(WM(o[n]));let a=Wy(s.canSeeViewProviders);s.resolving=!0;let l,u=s.injectImpl?bt(s.injectImpl):null,c=Xv(e,r,Y.Default);try{i=e[n]=s.factory(void 0,o,e,r),t.firstCreatePass&&n>=r.directiveStart&&cN(n,o[n],t)}finally{u!==null&&bt(u),Wy(a),s.resolving=!1,rb()}}return i}function SN(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(ho)?e[ho]:void 0;return typeof t=="number"?t>=0?t&ab:CN:t}function Uy(e,t,n){let r=1<<e;return!!(n[t+(e>>lb)]&r)}function Hy(e,t){return!(e&Y.Self)&&!(e&Y.Host&&t)}var sr=class{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return pb(this._tNode,this._lView,t,nl(r),n)}};function CN(){return new sr(ht(),le())}function Ao(e){return el(()=>{let t=e.prototype.constructor,n=t[Oa]||Pd(t),r=Object.prototype,i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){let o=i[Oa]||Pd(i);if(o&&o!==n)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function Pd(e){return fv(e)?()=>{let t=Pd(Xe(e));return t&&t()}:Qr(e)}function xN(e,t,n,r,i){let o=e,s=t;for(;o!==null&&s!==null&&s[F]&2048&&!(s[F]&512);){let a=fb(o,s,n,r|Y.Self,Kt);if(a!==Kt)return a;let l=o.parent;if(!l){let u=s[Pv];if(u){let c=u.get(n,Kt,r);if(c!==Kt)return c}l=hb(s),s=s[ui]}o=l}return i}function hb(e){let t=e[V],n=t.type;return n===2?t.declTNode:n===1?e[qt]:null}function $y(e,t=null,n=null,r){let i=mb(e,t,n,r);return i.resolveInjectorInitializers(),i}function mb(e,t=null,n=null,r,i=new Set){let o=[n||St,xO(e)];return r=r||(typeof e=="object"?void 0:ot(e)),new vo(o,t||wp(),r||null,i)}var Bn=class e{static{this.THROW_IF_NOT_FOUND=go}static{this.NULL=new Pa}static create(t,n){if(Array.isArray(t))return $y({name:""},n,t,"");{let r=t.name??"";return $y({name:r},t.parent,t.providers,r)}}static{this.\u0275prov=j({token:e,providedIn:"any",factory:()=>ie(Cv)})}static{this.__NG_ELEMENT_ID__=-1}};var wN=new L("");wN.__NG_ELEMENT_ID__=e=>{let t=ht();if(t===null)throw new P(204,!1);if(t.type&2)return t.value;if(e&Y.Optional)return null;throw new P(204,!1)};var EN="ngOriginalError";function hd(e){return e[EN]}var gb=!0,yb=(()=>{class e{static{this.__NG_ELEMENT_ID__=DN}static{this.__NG_ENV_ID__=n=>n}}return e})(),Ld=class extends yb{constructor(t){super(),this._lView=t}onDestroy(t){return Hv(this._lView,t),()=>UO(this._lView,t)}};function DN(){return new Ld(le())}var di=(()=>{class e{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new ze(!1)}get _hasPendingTasks(){return this.hasPendingTasks.value}add(){this._hasPendingTasks||this.hasPendingTasks.next(!0);let n=this.taskId++;return this.pendingTasks.add(n),n}remove(n){this.pendingTasks.delete(n),this.pendingTasks.size===0&&this._hasPendingTasks&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}}return e})();var Fd=class extends Ne{constructor(t=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=t,NO()&&(this.destroyRef=_(yb,{optional:!0})??void 0,this.pendingTasks=_(di,{optional:!0})??void 0)}emit(t){let n=J(null);try{super.next(t)}finally{J(n)}}subscribe(t,n,r){let i=t,o=n||(()=>null),s=r;if(t&&typeof t=="object"){let l=t;i=l.next?.bind(l),o=l.error?.bind(l),s=l.complete?.bind(l)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:i,error:o,complete:s});return t instanceof Se&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{t(n),r!==void 0&&this.pendingTasks?.remove(r)})}}},Ce=Fd;function qa(...e){}function vb(e){let t,n;function r(){e=qa;try{n!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(n),t!==void 0&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),typeof requestAnimationFrame=="function"&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function Gy(e){return queueMicrotask(()=>e()),()=>{e=qa}}var Lp="isAngularZone",Wa=Lp+"_ID",_N=0,xe=class e{constructor(t){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Ce(!1),this.onMicrotaskEmpty=new Ce(!1),this.onStable=new Ce(!1),this.onError=new Ce(!1);let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=gb}=t;if(typeof Zone>"u")throw new P(908,!1);Zone.assertZonePatched();let s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&r,s.shouldCoalesceRunChangeDetection=i,s.callbackScheduled=!1,s.scheduleInRootZone=o,kN(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Lp)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new P(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new P(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,i){let o=this._inner,s=o.scheduleEventTask("NgZoneEvent: "+i,t,IN,qa,qa);try{return o.runTask(s,n,r)}finally{o.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}},IN={};function Fp(e){if(e._nesting==0&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function TN(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){vb(()=>{e.callbackScheduled=!1,jd(e),e.isCheckStableRunning=!0,Fp(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),jd(e)}function kN(e){let t=()=>{TN(e)},n=_N++;e._inner=e._inner.fork({name:"angular",properties:{[Lp]:!0,[Wa]:n,[Wa+n]:!0},onInvokeTask:(r,i,o,s,a,l)=>{if(AN(l))return r.invokeTask(o,s,a,l);try{return Yy(e),r.invokeTask(o,s,a,l)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),Zy(e)}},onInvoke:(r,i,o,s,a,l,u)=>{try{return Yy(e),r.invoke(o,s,a,l,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!MN(l)&&t(),Zy(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,jd(e),Fp(e)):s.change=="macroTask"&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,i,o,s)=>(r.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}function jd(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Yy(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Zy(e){e._nesting--,Fp(e)}var Bd=class{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Ce,this.onMicrotaskEmpty=new Ce,this.onStable=new Ce,this.onError=new Ce}run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,i){return t.apply(n,r)}};function AN(e){return bb(e,"__ignore_ng_zone__")}function MN(e){return bb(e,"__scheduler_tick__")}function bb(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var dn=class{constructor(){this._console=console}handleError(t){let n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&hd(t);for(;n&&hd(n);)n=hd(n);return n||null}},ON=new L("",{providedIn:"root",factory:()=>{let e=_(xe),t=_(dn);return n=>e.runOutsideAngular(()=>t.handleError(n))}});function NN(){return pi(ht(),le())}function pi(e,t){return new wt(Wt(e,t))}var wt=(()=>{class e{constructor(n){this.nativeElement=n}static{this.__NG_ELEMENT_ID__=NN}}return e})();function RN(e){return e instanceof wt?e.nativeElement:e}function PN(){return this._results[Symbol.iterator]()}var zd=class e{get changes(){return this._changes??=new Ce}constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._onDirty=void 0,this._results=[],this._changesDetected=!1,this._changes=void 0,this.length=0,this.first=void 0,this.last=void 0;let n=e.prototype;n[Symbol.iterator]||(n[Symbol.iterator]=PN)}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){this.dirty=!1;let r=nO(t);(this._changesDetected=!tO(this._results,r,n))&&(this._results=r,this.length=r.length,this.last=r[this.length-1],this.first=r[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.emit(this)}onDirty(t){this._onDirty=t}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}};function Sb(e){return(e.flags&128)===128}var Cb=new Map,LN=0;function FN(){return LN++}function jN(e){Cb.set(e[ol],e)}function Vd(e){Cb.delete(e[ol])}var Qy="__ngContext__";function hr(e,t){Ln(t)?(e[Qy]=t[ol],jN(t)):e[Qy]=t}function xb(e){return Eb(e[So])}function wb(e){return Eb(e[Bt])}function Eb(e){for(;e!==null&&!mn(e);)e=e[Bt];return e}var qd;function Db(e){qd=e}function BN(){if(qd!==void 0)return qd;if(typeof document<"u")return document;throw new P(210,!1)}var jp=new L("",{providedIn:"root",factory:()=>zN}),zN="ng",Bp=new L(""),fi=new L("",{providedIn:"platform",factory:()=>"unknown"});var zp=new L("",{providedIn:"root",factory:()=>BN().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var VN="h",qN="b";var WN=()=>null;function Vp(e,t,n=!1){return WN(e,t,n)}var _b=!1,UN=new L("",{providedIn:"root",factory:()=>_b});var Ua=class{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${pv})`}};function cl(e){return e instanceof Ua?e.changingThisBreaksApplicationSecurity:e}function Ib(e,t){let n=HN(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${pv})`)}return n===t}function HN(e){return e instanceof Ua&&e.getTypeName()||null}var $N=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Tb(e){return e=String(e),e.match($N)?e:"unsafe:"+e}var qp=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e}(qp||{});function Et(e){let t=GN();return t?t.sanitize(qp.URL,e)||"":Ib(e,"URL")?cl(e):Tb(mo(e))}function GN(){let e=le();return e&&e[Xt].sanitizer}function kb(e){return e instanceof Function?e():e}var pn=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(pn||{}),YN;function Wp(e,t){return YN(e,t)}function Gr(e,t,n,r,i){if(r!=null){let o,s=!1;mn(r)?o=r:Ln(r)&&(s=!0,r=r[hn]);let a=en(r);e===0&&n!==null?i==null?Nb(t,n,a):Ha(t,n,a,i||null,!0):e===1&&n!==null?Ha(t,n,a,i||null,!0):e===2?uR(t,a,s):e===3&&t.destroyNode(a),o!=null&&dR(t,e,o,n,i)}}function ZN(e,t){return e.createText(t)}function QN(e,t,n){e.setValue(t,n)}function Ab(e,t,n){return e.createElement(t,n)}function KN(e,t){Mb(e,t),t[hn]=null,t[qt]=null}function JN(e,t,n,r,i,o){r[hn]=i,r[qt]=t,pl(e,r,n,1,i,o)}function Mb(e,t){t[Xt].changeDetectionScheduler?.notify(9),pl(e,t,t[Ye],2,null,null)}function XN(e){let t=e[So];if(!t)return md(e[V],e);for(;t;){let n=null;if(Ln(t))n=t[So];else{let r=t[$e];r&&(n=r)}if(!n){for(;t&&!t[Bt]&&t!==e;)Ln(t)&&md(t[V],t),t=t[Ge];t===null&&(t=e),Ln(t)&&md(t[V],t),n=t&&t[Bt]}t=n}}function eR(e,t,n,r){let i=$e+r,o=n.length;r>0&&(n[i-1][Bt]=t),r<o-$e?(t[Bt]=n[i],Sv(n,$e+r,t)):(n.push(t),t[Bt]=null),t[Ge]=n;let s=t[lr];s!==null&&n!==s&&Ob(s,t);let a=t[cn];a!==null&&a.insertView(e),Ad(t),t[F]|=128}function Ob(e,t){let n=e[ti],r=t[Ge];if(Ln(r))e[F]|=ja.HasTransplantedViews;else{let i=r[Ge][zt];t[zt]!==i&&(e[F]|=ja.HasTransplantedViews)}n===null?e[ti]=[t]:n.push(t)}function Up(e,t){let n=e[ti],r=n.indexOf(t);n.splice(r,1)}function Co(e,t){if(e.length<=$e)return;let n=$e+t,r=e[n];if(r){let i=r[lr];i!==null&&i!==e&&Up(i,r),t>0&&(e[n-1][Bt]=r[Bt]);let o=Ra(e,$e+t);KN(r[V],r);let s=o[cn];s!==null&&s.detachView(o[V]),r[Ge]=null,r[Bt]=null,r[F]&=-129}return r}function dl(e,t){if(!(t[F]&256)){let n=t[Ye];n.destroyNode&&pl(e,t,n,3,null,null),XN(t)}}function md(e,t){if(t[F]&256)return;let n=J(null);try{t[F]&=-129,t[F]|=256,t[Ct]&&Vc(t[Ct]),nR(e,t),tR(e,t),t[V].type===1&&t[Ye].destroy();let r=t[lr];if(r!==null&&mn(t[Ge])){r!==t[Ge]&&Up(r,t);let i=t[cn];i!==null&&i.detachView(e)}Vd(t)}finally{J(n)}}function tR(e,t){let n=e.cleanup,r=t[La];if(n!==null)for(let o=0;o<n.length-1;o+=2)if(typeof n[o]=="string"){let s=n[o+3];s>=0?r[s]():r[-s].unsubscribe(),o+=2}else{let s=r[n[o+1]];n[o].call(s)}r!==null&&(t[La]=null);let i=t[Pn];if(i!==null){t[Pn]=null;for(let o=0;o<i.length;o++){let s=i[o];s()}}}function nR(e,t){let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){let i=t[n[r]];if(!(i instanceof pr)){let o=n[r+1];if(Array.isArray(o))for(let s=0;s<o.length;s+=2){let a=i[o[s]],l=o[s+1];Qt(4,a,l);try{l.call(a)}finally{Qt(5,a,l)}}else{Qt(4,i,o);try{o.call(i)}finally{Qt(5,i,o)}}}}}function rR(e,t,n){return iR(e,t.parent,n)}function iR(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[hn];{let{componentOffset:i}=r;if(i>-1){let{encapsulation:o}=e.data[r.directiveStart+i];if(o===Jt.None||o===Jt.Emulated)return null}return Wt(r,n)}}function Ha(e,t,n,r,i){e.insertBefore(t,n,r,i)}function Nb(e,t,n){e.appendChild(t,n)}function Ky(e,t,n,r,i){r!==null?Ha(e,t,n,r,i):Nb(e,t,n)}function Rb(e,t){return e.parentNode(t)}function oR(e,t){return e.nextSibling(t)}function sR(e,t,n){return lR(e,t,n)}function aR(e,t,n){return e.type&40?Wt(e,n):null}var lR=aR,Jy;function Hp(e,t,n,r){let i=rR(e,r,t),o=t[Ye],s=r.parent||t[qt],a=sR(s,r,t);if(i!=null)if(Array.isArray(n))for(let l=0;l<n.length;l++)Ky(o,i,n[l],a,!1);else Ky(o,i,n,a,!1);Jy!==void 0&&Jy(o,r,t,n,i)}function po(e,t){if(t!==null){let n=t.type;if(n&3)return Wt(t,e);if(n&4)return Wd(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return po(e,r);{let i=e[t.index];return mn(i)?Wd(-1,i):en(i)}}else{if(n&128)return po(e,t.next);if(n&32)return Wp(t,e)()||en(e[t.index]);{let r=Pb(e,t);if(r!==null){if(Array.isArray(r))return r[0];let i=cr(e[zt]);return po(i,r)}else return po(e,t.next)}}}return null}function Pb(e,t){if(t!==null){let r=e[zt][qt],i=t.projection;return r.projection[i]}return null}function Wd(e,t){let n=$e+e+1;if(n<t.length){let r=t[n],i=r[V].firstChild;if(i!==null)return po(r,i)}return t[ur]}function uR(e,t,n){e.removeChild(null,t,n)}function $p(e,t,n,r,i,o,s){for(;n!=null;){if(n.type===128){n=n.next;continue}let a=r[n.index],l=n.type;if(s&&t===0&&(a&&hr(en(a),r),n.flags|=2),(n.flags&32)!==32)if(l&8)$p(e,t,n.child,r,i,o,!1),Gr(t,e,i,a,o);else if(l&32){let u=Wp(n,r),c;for(;c=u();)Gr(t,e,i,c,o);Gr(t,e,i,a,o)}else l&16?cR(e,t,r,n,i,o):Gr(t,e,i,a,o);n=s?n.projectionNext:n.next}}function pl(e,t,n,r,i,o){$p(n,r,e.firstChild,t,i,o,!1)}function cR(e,t,n,r,i,o){let s=n[zt],l=s[qt].projection[r.projection];if(Array.isArray(l))for(let u=0;u<l.length;u++){let c=l[u];Gr(t,e,i,c,o)}else{let u=l,c=s[Ge];Sb(r)&&(u.flags|=128),$p(e,t,u,c,i,o,!0)}}function dR(e,t,n,r,i){let o=n[ur],s=en(n);o!==s&&Gr(t,e,r,o,i);for(let a=$e;a<n.length;a++){let l=n[a];pl(l[V],l,e,t,r,o)}}function pR(e,t,n,r,i){if(t)i?e.addClass(n,r):e.removeClass(n,r);else{let o=r.indexOf("-")===-1?void 0:pn.DashCase;i==null?e.removeStyle(n,r,o):(typeof i=="string"&&i.endsWith("!important")&&(i=i.slice(0,-10),o|=pn.Important),e.setStyle(n,r,i,o))}}function fR(e,t,n){e.setAttribute(t,"style",n)}function Lb(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function Fb(e,t,n){let{mergedAttrs:r,classes:i,styles:o}=n;r!==null&&Ed(e,t,r),i!==null&&Lb(e,t,i),o!==null&&fR(e,t,o)}var yn={};function T(e=1){jb(et(),le(),gn()+e,!1)}function jb(e,t,n,r){if(!r)if((t[F]&3)===3){let o=e.preOrderCheckHooks;o!==null&&Ia(t,o,n)}else{let o=e.preOrderHooks;o!==null&&Ta(t,o,0,n)}dr(n)}function ve(e,t=Y.Default){let n=le();if(n===null)return ie(e,t);let r=ht();return pb(r,n,Xe(e),t)}function Bb(e,t,n,r,i,o){let s=J(null);try{let a=null;i&Fn.SignalBased&&(a=t[r][An]),a!==null&&a.transformFn!==void 0&&(o=a.transformFn(o)),i&Fn.HasDecoratorInputTransform&&(o=e.inputTransforms[r].call(t,o)),e.setInput!==null?e.setInput(t,a,o,n,r):jv(t,a,r,o)}finally{J(s)}}function hR(e,t){let n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){let i=n[r];if(i<0)dr(~i);else{let o=i,s=n[++r],a=n[++r];rN(s,o);let l=t[o];a(2,l)}}}finally{dr(-1)}}function fl(e,t,n,r,i,o,s,a,l,u,c){let p=t.blueprint.slice();return p[hn]=i,p[F]=r|4|128|8|64,(u!==null||e&&e[F]&2048)&&(p[F]|=2048),Wv(p),p[Ge]=p[ui]=e,p[He]=n,p[Xt]=s||e&&e[Xt],p[Ye]=a||e&&e[Ye],p[ei]=l||e&&e[ei]||null,p[qt]=o,p[ol]=FN(),p[bo]=c,p[Pv]=u,p[zt]=t.type==2?e[zt]:p,p}function Mo(e,t,n,r,i){let o=e.data[t];if(o===null)o=mR(e,t,n,r,i),nN()&&(o.flags|=32);else if(o.type&64){o.type=n,o.value=r,o.attrs=i;let s=KO();o.injectorIndex=s===null?-1:s.injectorIndex}return ci(o,!0),o}function mR(e,t,n,r,i){let o=Yv(),s=Zv(),a=s?o:o&&o.parent,l=e.data[t]=CR(e,a,n,t,r,i);return e.firstChild===null&&(e.firstChild=l),o!==null&&(s?o.child==null&&l.parent!==null&&(o.child=l):o.next===null&&(o.next=l,l.prev=o)),l}function zb(e,t,n,r){if(n===0)return-1;let i=t.length;for(let o=0;o<n;o++)t.push(r),e.blueprint.push(r),e.data.push(null);return i}function Vb(e,t,n,r,i){let o=gn(),s=r&2;try{dr(-1),s&&t.length>ft&&jb(e,t,ft,!1),Qt(s?2:0,i),n(r,i)}finally{dr(o),Qt(s?3:1,i)}}function qb(e,t,n){if(Fv(t)){let r=J(null);try{let i=t.directiveStart,o=t.directiveEnd;for(let s=i;s<o;s++){let a=e.data[s];if(a.contentQueries){let l=n[s];a.contentQueries(1,l,s)}}}finally{J(r)}}}function Wb(e,t,n){Gv()&&(TR(e,t,n,Wt(n,t)),(n.flags&64)===64&&Yb(e,t,n))}function Ub(e,t,n=Wt){let r=t.localNames;if(r!==null){let i=t.index+1;for(let o=0;o<r.length;o+=2){let s=r[o+1],a=s===-1?n(t,e):e[s];e[i++]=a}}}function Hb(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Gp(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Gp(e,t,n,r,i,o,s,a,l,u,c){let p=ft+r,d=p+i,f=gR(p,d),g=typeof u=="function"?u():u;return f[V]={type:e,blueprint:f,template:n,queries:null,viewQuery:a,declTNode:t,data:f.slice().fill(null,p),bindingStartIndex:p,expandoStartIndex:d,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof o=="function"?o():o,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:l,consts:g,incompleteFirstPass:!1,ssrId:c}}function gR(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:yn);return n}function yR(e,t,n,r){let o=r.get(UN,_b)||n===Jt.ShadowDom,s=e.selectRootElement(t,o);return vR(s),s}function vR(e){bR(e)}var bR=()=>null;function SR(e,t,n,r){let i=Kb(t);i.push(n),e.firstCreatePass&&Jb(e).push(r,i.length-1)}function CR(e,t,n,r,i,o){let s=t?t.injectorIndex:-1,a=0;return YO()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:a,providerIndexes:0,value:i,attrs:o,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function Xy(e,t,n,r,i){for(let o in t){if(!t.hasOwnProperty(o))continue;let s=t[o];if(s===void 0)continue;r??={};let a,l=Fn.None;Array.isArray(s)?(a=s[0],l=s[1]):a=s;let u=o;if(i!==null){if(!i.hasOwnProperty(o))continue;u=i[o]}e===0?ev(r,n,u,a,l):ev(r,n,u,a)}return r}function ev(e,t,n,r,i){let o;e.hasOwnProperty(n)?(o=e[n]).push(t,r):o=e[n]=[t,r],i!==void 0&&o.push(i)}function xR(e,t,n){let r=t.directiveStart,i=t.directiveEnd,o=e.data,s=t.attrs,a=[],l=null,u=null;for(let c=r;c<i;c++){let p=o[c],d=n?n.get(p):null,f=d?d.inputs:null,g=d?d.outputs:null;l=Xy(0,p.inputs,c,l,f),u=Xy(1,p.outputs,c,u,g);let h=l!==null&&s!==null&&!Cp(t)?FR(l,c,s):null;a.push(h)}l!==null&&(l.hasOwnProperty("class")&&(t.flags|=8),l.hasOwnProperty("style")&&(t.flags|=16)),t.initialInputs=a,t.inputs=l,t.outputs=u}function wR(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function ER(e,t,n,r,i,o,s,a){let l=Wt(t,n),u=t.inputs,c;!a&&u!=null&&(c=u[r])?(Yp(e,n,c,r,i),sl(t)&&DR(n,t.index)):t.type&3?(r=wR(r),i=s!=null?s(i,t.value||"",r):i,o.setProperty(l,r,i)):t.type&12}function DR(e,t){let n=Vn(t,e);n[F]&16||(n[F]|=64)}function $b(e,t,n,r){if(Gv()){let i=r===null?null:{"":-1},o=AR(e,n),s,a;o===null?s=a=null:[s,a]=o,s!==null&&Gb(e,t,n,s,i,a),i&&MR(n,r,i)}n.mergedAttrs=yo(n.mergedAttrs,n.attrs)}function Gb(e,t,n,r,i,o){for(let u=0;u<r.length;u++)Rd(Va(n,t),e,r[u].type);NR(n,e.data.length,r.length);for(let u=0;u<r.length;u++){let c=r[u];c.providersResolver&&c.providersResolver(c)}let s=!1,a=!1,l=zb(e,t,r.length,null);for(let u=0;u<r.length;u++){let c=r[u];n.mergedAttrs=yo(n.mergedAttrs,c.hostAttrs),RR(e,n,t,l,c),OR(l,c,i),c.contentQueries!==null&&(n.flags|=4),(c.hostBindings!==null||c.hostAttrs!==null||c.hostVars!==0)&&(n.flags|=64);let p=c.type.prototype;!s&&(p.ngOnChanges||p.ngOnInit||p.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),s=!0),!a&&(p.ngOnChanges||p.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),a=!0),l++}xR(e,n,o)}function _R(e,t,n,r,i){let o=i.hostBindings;if(o){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;IR(s)!=a&&s.push(a),s.push(n,r,o)}}function IR(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function TR(e,t,n,r){let i=n.directiveStart,o=n.directiveEnd;sl(n)&&PR(t,n,e.data[i+n.componentOffset]),e.firstCreatePass||Va(n,t),hr(r,t);let s=n.initialInputs;for(let a=i;a<o;a++){let l=e.data[a],u=fr(t,e,a,n);if(hr(u,t),s!==null&&LR(t,a-i,u,l,n,s),jn(l)){let c=Vn(n.index,t);c[He]=fr(t,e,a,n)}}}function Yb(e,t,n){let r=n.directiveStart,i=n.directiveEnd,o=n.index,s=iN();try{dr(o);for(let a=r;a<i;a++){let l=e.data[a],u=t[a];Md(a),(l.hostBindings!==null||l.hostVars!==0||l.hostAttrs!==null)&&kR(l,u)}}finally{dr(-1),Md(s)}}function kR(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function AR(e,t){let n=e.directiveRegistry,r=null,i=null;if(n)for(let o=0;o<n.length;o++){let s=n[o];if(fO(t,s.selectors,!1))if(r||(r=[]),jn(s))if(s.findHostDirectiveDefs!==null){let a=[];i=i||new Map,s.findHostDirectiveDefs(s,a,i),r.unshift(...a,s);let l=a.length;Ud(e,t,l)}else r.unshift(s),Ud(e,t,0);else i=i||new Map,s.findHostDirectiveDefs?.(s,r,i),r.push(s)}return r===null?null:[r,i]}function Ud(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function MR(e,t,n){if(t){let r=e.localNames=[];for(let i=0;i<t.length;i+=2){let o=n[t[i+1]];if(o==null)throw new P(-301,!1);r.push(t[i],o)}}}function OR(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;jn(t)&&(n[""]=e)}}function NR(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function RR(e,t,n,r,i){e.data[r]=i;let o=i.factory||(i.factory=Qr(i.type,!0)),s=new pr(o,jn(i),ve);e.blueprint[r]=s,n[r]=s,_R(e,t,r,zb(e,n,i.hostVars,yn),i)}function PR(e,t,n){let r=Wt(t,e),i=Hb(n),o=e[Xt].rendererFactory,s=16;n.signals?s=4096:n.onPush&&(s=64);let a=hl(e,fl(e,i,null,s,r,t,null,o.createRenderer(r,n),null,null,null));e[t.index]=a}function LR(e,t,n,r,i,o){let s=o[t];if(s!==null)for(let a=0;a<s.length;){let l=s[a++],u=s[a++],c=s[a++],p=s[a++];Bb(r,n,l,u,c,p)}}function FR(e,t,n){let r=null,i=0;for(;i<n.length;){let o=n[i];if(o===0){i+=4;continue}else if(o===5){i+=2;continue}if(typeof o=="number")break;if(e.hasOwnProperty(o)){r===null&&(r=[]);let s=e[o];for(let a=0;a<s.length;a+=3)if(s[a]===t){r.push(o,s[a+1],s[a+2],n[i+1]);break}}i+=2}return r}function Zb(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function Qb(e,t){let n=e.contentQueries;if(n!==null){let r=J(null);try{for(let i=0;i<n.length;i+=2){let o=n[i],s=n[i+1];if(s!==-1){let a=e.data[s];kp(o),a.contentQueries(2,t[s],s)}}}finally{J(r)}}}function hl(e,t){return e[So]?e[By][Bt]=t:e[So]=t,e[By]=t,t}function Hd(e,t,n){kp(0);let r=J(null);try{t(e,n)}finally{J(r)}}function Kb(e){return e[La]??=[]}function Jb(e){return e.cleanup??=[]}function Xb(e,t){let n=e[ei],r=n?n.get(dn,null):null;r&&r.handleError(t)}function Yp(e,t,n,r,i){for(let o=0;o<n.length;){let s=n[o++],a=n[o++],l=n[o++],u=t[s],c=e.data[s];Bb(c,u,r,a,l,i)}}function eS(e,t,n){let r=qv(t,e);QN(e[Ye],r,n)}function jR(e,t){let n=Vn(t,e),r=n[V];BR(r,n);let i=n[hn];i!==null&&n[bo]===null&&(n[bo]=Vp(i,n[ei])),Zp(r,n,n[He])}function BR(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function Zp(e,t,n){Ap(t);try{let r=e.viewQuery;r!==null&&Hd(1,r,n);let i=e.template;i!==null&&Vb(e,t,i,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[cn]?.finishViewCreation(e),e.staticContentQueries&&Qb(e,t),e.staticViewQueries&&Hd(2,e.viewQuery,n);let o=e.components;o!==null&&zR(t,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[F]&=-5,Mp()}}function zR(e,t){for(let n=0;n<t.length;n++)jR(e,t[n])}function ml(e,t,n,r){let i=J(null);try{let o=t.tView,a=e[F]&4096?4096:16,l=fl(e,o,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),u=e[t.index];l[lr]=u;let c=e[cn];return c!==null&&(l[cn]=c.createEmbeddedView(o)),Zp(o,l,n),l}finally{J(i)}}function tS(e,t){let n=$e+t;if(n<e.length)return e[n]}function xo(e,t){return!t||t.firstChild===null||Sb(e)}function gl(e,t,n,r=!0){let i=t[V];if(eR(i,t,e,n),r){let s=Wd(n,e),a=t[Ye],l=Rb(a,e[ur]);l!==null&&JN(i,e[qt],a,t,l,s)}let o=t[bo];o!==null&&o.firstChild!==null&&(o.firstChild=null)}function nS(e,t){let n=Co(e,t);return n!==void 0&&dl(n[V],n),n}function $a(e,t,n,r,i=!1){for(;n!==null;){if(n.type===128){n=i?n.projectionNext:n.next;continue}let o=t[n.index];o!==null&&r.push(en(o)),mn(o)&&VR(o,r);let s=n.type;if(s&8)$a(e,t,n.child,r);else if(s&32){let a=Wp(n,t),l;for(;l=a();)r.push(l)}else if(s&16){let a=Pb(t,n);if(Array.isArray(a))r.push(...a);else{let l=cr(t[zt]);$a(l[V],l,a,r,!0)}}n=i?n.projectionNext:n.next}return r}function VR(e,t){for(let n=$e;n<e.length;n++){let r=e[n],i=r[V].firstChild;i!==null&&$a(r[V],r,i,t)}e[ur]!==e[hn]&&t.push(e[ur])}var rS=[];function qR(e){return e[Ct]??WR(e)}function WR(e){let t=rS.pop()??Object.create(HR);return t.lView=e,t}function UR(e){e.lView[Ct]!==e&&(e.lView=null,rS.push(e))}var HR=ee(E({},ao),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{ll(e.lView)},consumerOnSignalRead(){this.lView[Ct]=this}});function $R(e){let t=e[Ct]??Object.create(GR);return t.lView=e,t}var GR=ee(E({},ao),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{let t=cr(e.lView);for(;t&&!iS(t[V]);)t=cr(t);t&&Uv(t)},consumerOnSignalRead(){this.lView[Ct]=this}});function iS(e){return e.type!==2}var YR=100;function oS(e,t=!0,n=0){let r=e[Xt],i=r.rendererFactory,o=!1;o||i.begin?.();try{ZR(e,n)}catch(s){throw t&&Xb(e,s),s}finally{o||(i.end?.(),r.inlineEffectRunner?.flush())}}function ZR(e,t){let n=Qv();try{Vy(!0),$d(e,t);let r=0;for(;al(e);){if(r===YR)throw new P(103,!1);r++,$d(e,1)}}finally{Vy(n)}}function QR(e,t,n,r){let i=t[F];if((i&256)===256)return;let o=!1,s=!1;!o&&t[Xt].inlineEffectRunner?.flush(),Ap(t);let a=!0,l=null,u=null;o||(iS(e)?(u=qR(t),l=Gs(u)):Ug()===null?(a=!1,u=$R(t),l=Gs(u)):t[Ct]&&(Vc(t[Ct]),t[Ct]=null));try{Wv(t),tN(e.bindingStartIndex),n!==null&&Vb(e,t,n,2,r);let c=(i&3)===3;if(!o)if(c){let f=e.preOrderCheckHooks;f!==null&&Ia(t,f,null)}else{let f=e.preOrderHooks;f!==null&&Ta(t,f,0,null),dd(t,0)}if(s||KR(t),sS(t,0),e.contentQueries!==null&&Qb(e,t),!o)if(c){let f=e.contentCheckHooks;f!==null&&Ia(t,f)}else{let f=e.contentHooks;f!==null&&Ta(t,f,1),dd(t,1)}hR(e,t);let p=e.components;p!==null&&lS(t,p,0);let d=e.viewQuery;if(d!==null&&Hd(2,d,r),!o)if(c){let f=e.viewCheckHooks;f!==null&&Ia(t,f)}else{let f=e.viewHooks;f!==null&&Ta(t,f,2),dd(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[cd]){for(let f of t[cd])f();t[cd]=null}o||(t[F]&=-73)}catch(c){throw o||ll(t),c}finally{u!==null&&(Bc(u,l),a&&UR(u)),Mp()}}function sS(e,t){for(let n=xb(e);n!==null;n=wb(n))for(let r=$e;r<n.length;r++){let i=n[r];aS(i,t)}}function KR(e){for(let t=xb(e);t!==null;t=wb(t)){if(!(t[F]&ja.HasTransplantedViews))continue;let n=t[ti];for(let r=0;r<n.length;r++){let i=n[r];Uv(i)}}}function JR(e,t,n){let r=Vn(t,e);aS(r,n)}function aS(e,t){_p(e)&&$d(e,t)}function $d(e,t){let r=e[V],i=e[F],o=e[Ct],s=!!(t===0&&i&16);if(s||=!!(i&64&&t===0),s||=!!(i&1024),s||=!!(o?.dirty&&zc(o)),s||=!1,o&&(o.dirty=!1),e[F]&=-9217,s)QR(r,e,r.template,e[He]);else if(i&8192){sS(e,1);let a=r.components;a!==null&&lS(e,a,1)}}function lS(e,t,n){for(let r=0;r<t.length;r++)JR(e,t[r],n)}function Qp(e,t){let n=Qv()?64:1088;for(e[Xt].changeDetectionScheduler?.notify(t);e;){e[F]|=n;let r=cr(e);if(Td(e)&&!r)return e;e=r}return null}var mr=class{get rootNodes(){let t=this._lView,n=t[V];return $a(n,t,n.firstChild,[])}constructor(t,n,r=!0){this._lView=t,this._cdRefInjectingView=n,this.notifyErrorHandler=r,this._appRef=null,this._attachedToViewContainer=!1}get context(){return this._lView[He]}set context(t){this._lView[He]=t}get destroyed(){return(this._lView[F]&256)===256}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[Ge];if(mn(t)){let n=t[Fa],r=n?n.indexOf(this):-1;r>-1&&(Co(t,r),Ra(n,r))}this._attachedToViewContainer=!1}dl(this._lView[V],this._lView)}onDestroy(t){Hv(this._lView,t)}markForCheck(){Qp(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[F]&=-129}reattach(){Ad(this._lView),this._lView[F]|=128}detectChanges(){this._lView[F]|=1024,oS(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new P(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=Td(this._lView),n=this._lView[lr];n!==null&&!t&&Up(n,this._lView),Mb(this._lView[V],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new P(902,!1);this._appRef=t;let n=Td(this._lView),r=this._lView[lr];r!==null&&!n&&Ob(r,this._lView),Ad(this._lView)}},wo=(()=>{class e{static{this.__NG_ELEMENT_ID__=tP}}return e})(),XR=wo,eP=class extends XR{constructor(t,n,r){super(),this._declarationLView=t,this._declarationTContainer=n,this.elementRef=r}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(t,n){return this.createEmbeddedViewImpl(t,n)}createEmbeddedViewImpl(t,n,r){let i=ml(this._declarationLView,this._declarationTContainer,t,{embeddedViewInjector:n,dehydratedView:r});return new mr(i)}};function tP(){return Kp(ht(),le())}function Kp(e,t){return e.type&4?new eP(t,e,pi(e,t)):null}var V6=new RegExp(`^(\\d+)*(${qN}|${VN})*(.*)`);var nP=()=>null;function Eo(e,t){return nP(e,t)}var ri=class{},yl=new L("",{providedIn:"root",factory:()=>!1});var uS=new L(""),cS=new L(""),Gd=class{},Ga=class{};function rP(e){let t=Error(`No component factory found for ${ot(e)}.`);return t[iP]=e,t}var iP="ngComponent";var Yd=class{resolveComponentFactory(t){throw rP(t)}},ii=class{static{this.NULL=new Yd}},oi=class{},hi=(()=>{class e{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>oP()}}return e})();function oP(){let e=le(),t=ht(),n=Vn(t.index,e);return(Ln(n)?n:e)[Ye]}var sP=(()=>{class e{static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>null})}}return e})();function Zd(e,t,n){let r=n?e.styles:null,i=n?e.classes:null,o=0;if(t!==null)for(let s=0;s<t.length;s++){let a=t[s];if(typeof a=="number")o=a;else if(o==1)i=ky(i,a);else if(o==2){let l=a,u=t[++s];r=ky(r,l+": "+u+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=i:e.classesWithoutHost=i}var Ya=class extends ii{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=ar(t);return new Do(n,this.ngModule)}};function tv(e,t){let n=[];for(let r in e){if(!e.hasOwnProperty(r))continue;let i=e[r];if(i===void 0)continue;let o=Array.isArray(i),s=o?i[0]:i,a=o?i[1]:Fn.None;t?n.push({propName:s,templateName:r,isSignal:(a&Fn.SignalBased)!==0}):n.push({propName:s,templateName:r})}return n}function aP(e){let t=e.toLowerCase();return t==="svg"?jO:t==="math"?BO:null}var Do=class extends Ga{get inputs(){let t=this.componentDef,n=t.inputTransforms,r=tv(t.inputs,!0);if(n!==null)for(let i of r)n.hasOwnProperty(i.propName)&&(i.transform=n[i.propName]);return r}get outputs(){return tv(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=yO(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,r,i){let o=J(null);try{i=i||this.ngModule;let s=i instanceof xt?i:i?.injector;s&&this.componentDef.getStandaloneInjector!==null&&(s=this.componentDef.getStandaloneInjector(s)||s);let a=s?new Od(t,s):t,l=a.get(oi,null);if(l===null)throw new P(407,!1);let u=a.get(sP,null),c=a.get(ri,null),p={rendererFactory:l,sanitizer:u,inlineEffectRunner:null,changeDetectionScheduler:c},d=l.createRenderer(null,this.componentDef),f=this.componentDef.selectors[0][0]||"div",g=r?yR(d,r,this.componentDef.encapsulation,a):Ab(d,f,aP(f)),h=512;this.componentDef.signals?h|=4096:this.componentDef.onPush||(h|=16);let y=null;g!==null&&(y=Vp(g,a,!0));let m=Gp(0,null,null,1,0,null,null,null,null,null,null),v=fl(null,m,null,h,null,null,p,d,a,null,y);Ap(v);let S,C,w=null;try{let x=this.componentDef,W,U=null;x.findHostDirectiveDefs?(W=[],U=new Map,x.findHostDirectiveDefs(x,W,U),W.push(x)):W=[x];let ae=lP(v,g);w=uP(ae,g,x,W,v,p,d),C=Dp(m,ft),g&&pP(d,x,g,r),n!==void 0&&fP(C,this.ngContentSelectors,n),S=dP(w,x,W,U,v,[hP]),Zp(m,v,null)}catch(x){throw w!==null&&Vd(w),Vd(v),x}finally{Mp()}return new Qd(this.componentType,S,pi(C,v),v,C)}finally{J(o)}}},Qd=class extends Gd{constructor(t,n,r,i,o){super(),this.location=r,this._rootLView=i,this._tNode=o,this.previousInputValues=null,this.instance=n,this.hostView=this.changeDetectorRef=new mr(i,void 0,!1),this.componentType=t}setInput(t,n){let r=this._tNode.inputs,i;if(r!==null&&(i=r[t])){if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let o=this._rootLView;Yp(o[V],o,i,t,n),this.previousInputValues.set(t,n);let s=Vn(this._tNode.index,o);Qp(s,1)}}get injector(){return new sr(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function lP(e,t){let n=e[V],r=ft;return e[r]=t,Mo(n,r,2,"#host",null)}function uP(e,t,n,r,i,o,s){let a=i[V];cP(r,e,t,s);let l=null;t!==null&&(l=Vp(t,i[ei]));let u=o.rendererFactory.createRenderer(t,n),c=16;n.signals?c=4096:n.onPush&&(c=64);let p=fl(i,Hb(n),null,c,i[e.index],e,o,u,null,null,l);return a.firstCreatePass&&Ud(a,e,r.length-1),hl(i,p),i[e.index]=p}function cP(e,t,n,r){for(let i of e)t.mergedAttrs=yo(t.mergedAttrs,i.hostAttrs);t.mergedAttrs!==null&&(Zd(t,t.mergedAttrs,!0),n!==null&&Fb(r,n,t))}function dP(e,t,n,r,i,o){let s=ht(),a=i[V],l=Wt(s,i);Gb(a,i,s,n,null,r);for(let c=0;c<n.length;c++){let p=s.directiveStart+c,d=fr(i,a,p,s);hr(d,i)}Yb(a,i,s),l&&hr(l,i);let u=fr(i,a,s.directiveStart+s.componentOffset,s);if(e[He]=i[He]=u,o!==null)for(let c of o)c(u,t);return qb(a,s,i),u}function pP(e,t,n,r){if(r)Ed(e,n,["ng-version","18.2.14"]);else{let{attrs:i,classes:o}=vO(t.selectors[0]);i&&Ed(e,n,i),o&&o.length>0&&Lb(e,n,o.join(" "))}}function fP(e,t,n){let r=e.projection=[];for(let i=0;i<t.length;i++){let o=n[i];r.push(o!=null?Array.from(o):null)}}function hP(){let e=ht();Rp(le()[V],e)}var mi=(()=>{class e{static{this.__NG_ELEMENT_ID__=mP}}return e})();function mP(){let e=ht();return pS(e,le())}var gP=mi,dS=class extends gP{constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return pi(this._hostTNode,this._hostLView)}get injector(){return new sr(this._hostTNode,this._hostLView)}get parentInjector(){let t=Pp(this._hostTNode,this._hostLView);if(sb(t)){let n=za(t,this._hostLView),r=Ba(t),i=n[V].data[r+8];return new sr(i,n)}else return new sr(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=nv(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-$e}createEmbeddedView(t,n,r){let i,o;typeof r=="number"?i=r:r!=null&&(i=r.index,o=r.injector);let s=Eo(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},o,s);return this.insertImpl(a,i,xo(this._hostTNode,s)),a}createComponent(t,n,r,i,o){let s=t&&!RO(t),a;if(s)a=n;else{let g=n||{};a=g.index,r=g.injector,i=g.projectableNodes,o=g.environmentInjector||g.ngModuleRef}let l=s?t:new Do(ar(t)),u=r||this.parentInjector;if(!o&&l.ngModule==null){let h=(s?u:this.parentInjector).get(xt,null);h&&(o=h)}let c=ar(l.componentType??{}),p=Eo(this._lContainer,c?.id??null),d=p?.firstChild??null,f=l.create(u,i,d,o);return this.insertImpl(f.hostView,a,xo(this._hostTNode,p)),f}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let i=t._lView;if(qO(i)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let l=i[Ge],u=new dS(l,l[qt],l[Ge]);u.detach(u.indexOf(t))}}let o=this._adjustIndex(n),s=this._lContainer;return gl(s,i,o,r),t.attachToViewContainerRef(),Sv(gd(s),o,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=nv(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=Co(this._lContainer,n);r&&(Ra(gd(this._lContainer),n),dl(r[V],r))}detach(t){let n=this._adjustIndex(t,-1),r=Co(this._lContainer,n);return r&&Ra(gd(this._lContainer),n)!=null?new mr(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function nv(e){return e[Fa]}function gd(e){return e[Fa]||(e[Fa]=[])}function pS(e,t){let n,r=t[e.index];return mn(r)?n=r:(n=Zb(r,t,null,e),t[e.index]=n,hl(t,n)),vP(n,t,e,r),new dS(n,e,t)}function yP(e,t){let n=e[Ye],r=n.createComment(""),i=Wt(t,e),o=Rb(n,i);return Ha(n,o,r,oR(n,i),!1),r}var vP=CP,bP=()=>!1;function SP(e,t,n){return bP(e,t,n)}function CP(e,t,n,r){if(e[ur])return;let i;n.type&8?i=en(r):i=yP(t,n),e[ur]=i}var Kd=class e{constructor(t){this.queryList=t,this.matches=null}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},Jd=class e{constructor(t=[]){this.queries=t}createEmbeddedView(t){let n=t.queries;if(n!==null){let r=t.contentQueries!==null?t.contentQueries[0]:n.length,i=[];for(let o=0;o<r;o++){let s=n.getByIndex(o),a=this.queries[s.indexInDeclarationView];i.push(a.clone())}return new e(i)}return null}insertView(t){this.dirtyQueriesWithMatches(t)}detachView(t){this.dirtyQueriesWithMatches(t)}finishViewCreation(t){this.dirtyQueriesWithMatches(t)}dirtyQueriesWithMatches(t){for(let n=0;n<this.queries.length;n++)Jp(t,n).matches!==null&&this.queries[n].setDirty()}},Xd=class{constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=kP(t):this.predicate=t}},ep=class e{constructor(t=[]){this.queries=t}elementStart(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].elementStart(t,n)}elementEnd(t){for(let n=0;n<this.queries.length;n++)this.queries[n].elementEnd(t)}embeddedTView(t){let n=null;for(let r=0;r<this.length;r++){let i=n!==null?n.length:0,o=this.getByIndex(r).embeddedTView(t,i);o&&(o.indexInDeclarationView=r,n!==null?n.push(o):n=[o])}return n!==null?new e(n):null}template(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}},tp=class e{constructor(t,n=-1){this.metadata=t,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,this._declarationNodeIndex=n}elementStart(t,n){this.isApplyingToNode(n)&&this.matchTNode(t,n)}elementEnd(t){this._declarationNodeIndex===t.index&&(this._appliesToNextNode=!1)}template(t,n){this.elementStart(t,n)}embeddedTView(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let n=this._declarationNodeIndex,r=t.parent;for(;r!==null&&r.type&8&&r.index!==n;)r=r.parent;return n===(r!==null?r.index:-1)}return this._appliesToNextNode}matchTNode(t,n){let r=this.metadata.predicate;if(Array.isArray(r))for(let i=0;i<r.length;i++){let o=r[i];this.matchTNodeWithReadOption(t,n,xP(n,o)),this.matchTNodeWithReadOption(t,n,ka(n,t,o,!1,!1))}else r===wo?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,ka(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let i=this.metadata.read;if(i!==null)if(i===wt||i===mi||i===wo&&n.type&4)this.addMatch(n.index,-2);else{let o=ka(n,t,i,!1,!1);o!==null&&this.addMatch(n.index,o)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}};function xP(e,t){let n=e.localNames;if(n!==null){for(let r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1]}return null}function wP(e,t){return e.type&11?pi(e,t):e.type&4?Kp(e,t):null}function EP(e,t,n,r){return n===-1?wP(t,e):n===-2?DP(e,t,r):fr(e,e[V],n,t)}function DP(e,t,n){if(n===wt)return pi(t,e);if(n===wo)return Kp(t,e);if(n===mi)return pS(t,e)}function fS(e,t,n,r){let i=t[cn].queries[r];if(i.matches===null){let o=e.data,s=n.matches,a=[];for(let l=0;s!==null&&l<s.length;l+=2){let u=s[l];if(u<0)a.push(null);else{let c=o[u];a.push(EP(t,c,s[l+1],n.metadata.read))}}i.matches=a}return i.matches}function np(e,t,n,r){let i=e.queries.getByIndex(n),o=i.matches;if(o!==null){let s=fS(e,t,i,n);for(let a=0;a<o.length;a+=2){let l=o[a];if(l>0)r.push(s[a/2]);else{let u=o[a+1],c=t[-l];for(let p=$e;p<c.length;p++){let d=c[p];d[lr]===d[Ge]&&np(d[V],d,u,r)}if(c[ti]!==null){let p=c[ti];for(let d=0;d<p.length;d++){let f=p[d];np(f[V],f,u,r)}}}}}return r}function _P(e,t){return e[cn].queries[t].queryList}function IP(e,t,n){let r=new zd((n&4)===4);return SR(e,t,r,r.destroy),(t[cn]??=new Jd).queries.push(new Kd(r))-1}function TP(e,t,n){let r=et();return r.firstCreatePass&&(AP(r,new Xd(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),IP(r,le(),t)}function kP(e){return e.split(",").map(t=>t.trim())}function AP(e,t,n){e.queries===null&&(e.queries=new ep),e.queries.track(new tp(t,n))}function Jp(e,t){return e.queries.getByIndex(t)}function MP(e,t){let n=e[V],r=Jp(n,t);return r.crossesNgTemplate?np(n,e,t,[]):fS(n,e,r,t)}var rv=new Set;function qn(e){rv.has(e)||(rv.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}function vl(e,t){qn("NgSignals");let n=ty(e),r=n[An];return t?.equal&&(r.equal=t.equal),n.set=i=>qc(r,i),n.update=i=>ny(r,i),n.asReadonly=OP.bind(n),n}function OP(){let e=this[An];if(e.readonlyFn===void 0){let t=()=>this();t[An]=e,e.readonlyFn=t}return e.readonlyFn}function NP(e){return Object.getPrototypeOf(e.prototype).constructor}function gi(e){let t=NP(e.type),n=!0,r=[e];for(;t;){let i;if(jn(e))i=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new P(903,!1);i=t.\u0275dir}if(i){if(n){r.push(i);let s=e;s.inputs=wa(e.inputs),s.inputTransforms=wa(e.inputTransforms),s.declaredInputs=wa(e.declaredInputs),s.outputs=wa(e.outputs);let a=i.hostBindings;a&&jP(e,a);let l=i.viewQuery,u=i.contentQueries;if(l&&LP(e,l),u&&FP(e,u),RP(e,i),PM(e.outputs,i.outputs),jn(i)&&i.data.animation){let c=e.data;c.animation=(c.animation||[]).concat(i.data.animation)}}let o=i.features;if(o)for(let s=0;s<o.length;s++){let a=o[s];a&&a.ngInherit&&a(e),a===gi&&(n=!1)}}t=Object.getPrototypeOf(t)}PP(r)}function RP(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];if(r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n],t.inputTransforms!==null)){let i=Array.isArray(r)?r[0]:r;if(!t.inputTransforms.hasOwnProperty(i))continue;e.inputTransforms??={},e.inputTransforms[i]=t.inputTransforms[i]}}}function PP(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){let i=e[r];i.hostVars=t+=i.hostVars,i.hostAttrs=yo(i.hostAttrs,n=yo(n,i.hostAttrs))}}function wa(e){return e===Kr?{}:e===St?[]:e}function LP(e,t){let n=e.viewQuery;n?e.viewQuery=(r,i)=>{t(r,i),n(r,i)}:e.viewQuery=t}function FP(e,t){let n=e.contentQueries;n?e.contentQueries=(r,i,o)=>{t(r,i,o),n(r,i,o)}:e.contentQueries=t}function jP(e,t){let n=e.hostBindings;n?e.hostBindings=(r,i)=>{t(r,i),n(r,i)}:e.hostBindings=t}var zn=class{},_o=class{};var rp=class extends zn{constructor(t,n,r,i=!0){super(),this.ngModuleType=t,this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new Ya(this);let o=Tv(t);this._bootstrapComponents=kb(o.bootstrap),this._r3Injector=mb(t,n,[{provide:zn,useValue:this},{provide:ii,useValue:this.componentFactoryResolver},...r],ot(t),new Set(["environment"])),i&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){let t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}},ip=class extends _o{constructor(t){super(),this.moduleType=t}create(t){return new rp(this.moduleType,t,[])}};var Za=class extends zn{constructor(t){super(),this.componentFactoryResolver=new Ya(this),this.instance=null;let n=new vo([...t.providers,{provide:zn,useValue:this},{provide:ii,useValue:this.componentFactoryResolver}],t.parent||wp(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function Xp(e,t,n=null){return new Za({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}function gr(e,t,n){let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function BP(e,t,n,r){let i=gr(e,t,n);return gr(e,t+1,r)||i}function zP(e){return(e.flags&32)===32}function VP(e,t,n,r,i,o,s,a,l){let u=t.consts,c=Mo(t,e,4,s||null,a||null);$b(t,n,c,ni(u,l)),Rp(t,c);let p=c.tView=Gp(2,c,r,i,o,t.directiveRegistry,t.pipeRegistry,null,t.schemas,u,null);return t.queries!==null&&(t.queries.template(t,c),p.queries=t.queries.embeddedTView(c)),c}function op(e,t,n,r,i,o,s,a,l,u){let c=n+ft,p=t.firstCreatePass?VP(c,t,e,r,i,o,s,a,l):t.data[c];ci(p,!1);let d=qP(t,e,p,n);Op()&&Hp(t,e,d,p),hr(d,e);let f=Zb(d,e,d,p);return e[c]=f,hl(e,f),SP(f,p,e),Ep(p)&&Wb(t,e,p),l!=null&&Ub(e,p,u),p}function je(e,t,n,r,i,o,s,a){let l=le(),u=et(),c=ni(u.consts,o);return op(l,u,e,t,n,r,i,c,s,a),je}var qP=WP;function WP(e,t,n,r){return Np(!0),t[Ye].createComment("")}var fo=function(e){return e[e.EarlyRead=0]="EarlyRead",e[e.Write=1]="Write",e[e.MixedReadWrite=2]="MixedReadWrite",e[e.Read=3]="Read",e}(fo||{}),UP=(()=>{class e{constructor(){this.impl=null}execute(){this.impl?.execute()}static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}}return e})(),iv=class e{constructor(){this.ngZone=_(xe),this.scheduler=_(ri),this.errorHandler=_(dn,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}static{this.PHASES=[fo.EarlyRead,fo.Write,fo.MixedReadWrite,fo.Read]}execute(){this.executing=!0;for(let t of e.PHASES)for(let n of this.sequences)if(!(n.erroredOrDestroyed||!n.hooks[t]))try{n.pipelinedValue=this.ngZone.runOutsideAngular(()=>n.hooks[t](n.pipelinedValue))}catch(r){n.erroredOrDestroyed=!0,this.errorHandler?.handleError(r)}this.executing=!1;for(let t of this.sequences)t.afterRun(),t.once&&(this.sequences.delete(t),t.destroy());for(let t of this.deferredRegistrations)this.sequences.add(t);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear()}register(t){this.executing?this.deferredRegistrations.add(t):(this.sequences.add(t),this.scheduler.notify(6))}unregister(t){this.executing&&this.sequences.has(t)?(t.erroredOrDestroyed=!0,t.pipelinedValue=void 0,t.once=!0):(this.sequences.delete(t),this.deferredRegistrations.delete(t))}static{this.\u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}};function HP(e,t,n,r){return gr(e,ul(),n)?t+mo(n)+r:yn}function $P(e,t,n,r,i,o){let s=eN(),a=BP(e,s,n,i);return Kv(2),a?t+mo(n)+r+mo(i)+o:yn}function Ea(e,t){return e<<17|t<<2}function yr(e){return e>>17&32767}function GP(e){return(e&2)==2}function YP(e,t){return e&131071|t<<17}function sp(e){return e|2}function si(e){return(e&131068)>>2}function yd(e,t){return e&-131069|t<<2}function ZP(e){return(e&1)===1}function ap(e){return e|1}function QP(e,t,n,r,i,o){let s=o?t.classBindings:t.styleBindings,a=yr(s),l=si(s);e[r]=n;let u=!1,c;if(Array.isArray(n)){let p=n;c=p[1],(c===null||ko(p,c)>0)&&(u=!0)}else c=n;if(i)if(l!==0){let d=yr(e[a+1]);e[r+1]=Ea(d,a),d!==0&&(e[d+1]=yd(e[d+1],r)),e[a+1]=YP(e[a+1],r)}else e[r+1]=Ea(a,0),a!==0&&(e[a+1]=yd(e[a+1],r)),a=r;else e[r+1]=Ea(l,0),a===0?a=r:e[l+1]=yd(e[l+1],r),l=r;u&&(e[r+1]=sp(e[r+1])),ov(e,c,r,!0),ov(e,c,r,!1),KP(t,c,e,r,o),s=Ea(a,l),o?t.classBindings=s:t.styleBindings=s}function KP(e,t,n,r,i){let o=i?e.residualClasses:e.residualStyles;o!=null&&typeof t=="string"&&ko(o,t)>=0&&(n[r+1]=ap(n[r+1]))}function ov(e,t,n,r){let i=e[n+1],o=t===null,s=r?yr(i):si(i),a=!1;for(;s!==0&&(a===!1||o);){let l=e[s],u=e[s+1];JP(l,t)&&(a=!0,e[s+1]=r?ap(u):sp(u)),s=r?yr(u):si(u)}a&&(e[n+1]=r?sp(i):ap(i))}function JP(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?ko(e,t)>=0:!1}function oe(e,t,n){let r=le(),i=ul();if(gr(r,i,t)){let o=et(),s=lN();ER(o,s,r,e,t,r[Ye],n,!1)}return oe}function sv(e,t,n,r,i){let o=t.inputs,s=i?"class":"style";Yp(e,n,o[s],s,r)}function ef(e,t){return XP(e,t,null,!0),ef}function XP(e,t,n,r){let i=le(),o=et(),s=Kv(2);if(o.firstUpdatePass&&t1(o,e,s,r),t!==yn&&gr(i,s,t)){let a=o.data[gn()];s1(o,a,i,i[Ye],e,i[s+1]=a1(t,n),r,s)}}function e1(e,t){return t>=e.expandoStartIndex}function t1(e,t,n,r){let i=e.data;if(i[n+1]===null){let o=i[gn()],s=e1(e,n);l1(o,r)&&t===null&&!s&&(t=!1),t=n1(i,o,t,r),QP(i,o,t,n,s,r)}}function n1(e,t,n,r){let i=oN(e),o=r?t.residualClasses:t.residualStyles;if(i===null)(r?t.classBindings:t.styleBindings)===0&&(n=vd(null,e,t,n,r),n=Io(n,t.attrs,r),o=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==i)if(n=vd(i,e,t,n,r),o===null){let l=r1(e,t,r);l!==void 0&&Array.isArray(l)&&(l=vd(null,e,t,l[1],r),l=Io(l,t.attrs,r),i1(e,t,r,l))}else o=o1(e,t,r)}return o!==void 0&&(r?t.residualClasses=o:t.residualStyles=o),n}function r1(e,t,n){let r=n?t.classBindings:t.styleBindings;if(si(r)!==0)return e[yr(r)]}function i1(e,t,n,r){let i=n?t.classBindings:t.styleBindings;e[yr(i)]=r}function o1(e,t,n){let r,i=t.directiveEnd;for(let o=1+t.directiveStylingLast;o<i;o++){let s=e[o].hostAttrs;r=Io(r,s,n)}return Io(r,t.attrs,n)}function vd(e,t,n,r,i){let o=null,s=n.directiveEnd,a=n.directiveStylingLast;for(a===-1?a=n.directiveStart:a++;a<s&&(o=t[a],r=Io(r,o.hostAttrs,i),o!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function Io(e,t,n){let r=n?1:2,i=-1;if(t!==null)for(let o=0;o<t.length;o++){let s=t[o];typeof s=="number"?i=s:i===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),iO(e,s,n?!0:t[++o]))}return e===void 0?null:e}function s1(e,t,n,r,i,o,s,a){if(!(t.type&3))return;let l=e.data,u=l[a+1],c=ZP(u)?av(l,t,n,i,si(u),s):void 0;if(!Qa(c)){Qa(o)||GP(u)&&(o=av(l,null,n,i,a,s));let p=qv(gn(),n);pR(r,s,p,i,o)}}function av(e,t,n,r,i,o){let s=t===null,a;for(;i>0;){let l=e[i],u=Array.isArray(l),c=u?l[1]:l,p=c===null,d=n[i+1];d===yn&&(d=p?St:void 0);let f=p?ld(d,r):c===r?d:void 0;if(u&&!Qa(f)&&(f=ld(l,r)),Qa(f)&&(a=f,s))return a;let g=e[i+1];i=s?yr(g):si(g)}if(t!==null){let l=o?t.residualClasses:t.residualStyles;l!=null&&(a=ld(l,r))}return a}function Qa(e){return e!==void 0}function a1(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=ot(cl(e)))),e}function l1(e,t){return(e.flags&(t?8:16))!==0}var lp=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),i=Math.max(t,n),o=this.detach(i);if(i-r>1){let s=this.detach(r);this.attach(r,o),this.attach(i,s)}else this.attach(r,o)}move(t,n){this.attach(n,this.detach(t))}};function bd(e,t,n,r,i){return e===n&&Object.is(t,r)?1:Object.is(i(e,t),i(n,r))?-1:0}function u1(e,t,n){let r,i,o=0,s=e.length-1,a=void 0;if(Array.isArray(t)){let l=t.length-1;for(;o<=s&&o<=l;){let u=e.at(o),c=t[o],p=bd(o,u,o,c,n);if(p!==0){p<0&&e.updateValue(o,c),o++;continue}let d=e.at(s),f=t[l],g=bd(s,d,l,f,n);if(g!==0){g<0&&e.updateValue(s,f),s--,l--;continue}let h=n(o,u),y=n(s,d),m=n(o,c);if(Object.is(m,y)){let v=n(l,f);Object.is(v,h)?(e.swap(o,s),e.updateValue(s,f),l--,s--):e.move(s,o),e.updateValue(o,c),o++;continue}if(r??=new Ka,i??=uv(e,o,s,n),up(e,r,o,m))e.updateValue(o,c),o++,s++;else if(i.has(m))r.set(h,e.detach(o)),s--;else{let v=e.create(o,t[o]);e.attach(o,v),o++,s++}}for(;o<=l;)lv(e,r,n,o,t[o]),o++}else if(t!=null){let l=t[Symbol.iterator](),u=l.next();for(;!u.done&&o<=s;){let c=e.at(o),p=u.value,d=bd(o,c,o,p,n);if(d!==0)d<0&&e.updateValue(o,p),o++,u=l.next();else{r??=new Ka,i??=uv(e,o,s,n);let f=n(o,p);if(up(e,r,o,f))e.updateValue(o,p),o++,s++,u=l.next();else if(!i.has(f))e.attach(o,e.create(o,p)),o++,s++,u=l.next();else{let g=n(o,c);r.set(g,e.detach(o)),s--}}}for(;!u.done;)lv(e,r,n,e.length,u.value),u=l.next()}for(;o<=s;)e.destroy(e.detach(s--));r?.forEach(l=>{e.destroy(l)})}function up(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function lv(e,t,n,r,i){if(up(e,t,r,n(r,i)))e.updateValue(r,i);else{let o=e.create(r,i);e.attach(r,o)}}function uv(e,t,n,r){let i=new Set;for(let o=t;o<=n;o++)i.add(r(o,e.at(o)));return i}var Ka=class{constructor(){this.kvMap=new Map,this._vMap=void 0}has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;let n=this.kvMap.get(t);return this._vMap!==void 0&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);this._vMap===void 0&&(this._vMap=new Map);let i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),this._vMap!==void 0){let i=this._vMap;for(;i.has(r);)r=i.get(r),t(r,n)}}};function we(e,t){qn("NgControlFlow");let n=le(),r=ul(),i=n[r]!==yn?n[r]:-1,o=i!==-1?Ja(n,ft+i):void 0,s=0;if(gr(n,r,e)){let a=J(null);try{if(o!==void 0&&nS(o,s),e!==-1){let l=ft+e,u=Ja(n,l),c=fp(n[V],l),p=Eo(u,c.tView.ssrId),d=ml(n,c,t,{dehydratedView:p});gl(u,d,s,xo(c,p))}}finally{J(a)}}else if(o!==void 0){let a=tS(o,s);a!==void 0&&(a[He]=t)}}var cp=class{constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-$e}};function st(e){return e}var dp=class{constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function at(e,t,n,r,i,o,s,a,l,u,c,p,d){qn("NgControlFlow");let f=le(),g=et(),h=l!==void 0,y=le(),m=a?s.bind(y[zt][He]):s,v=new dp(h,m);y[ft+e]=v,op(f,g,e+1,t,n,r,i,ni(g.consts,o)),h&&op(f,g,e+2,l,u,c,p,ni(g.consts,d))}var pp=class extends lp{constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r,this.operationsCounter=void 0,this.needsIndexUpdate=!1}get length(){return this.lContainer.length-$e}at(t){return this.getLView(t)[He].$implicit}attach(t,n){let r=n[bo];this.needsIndexUpdate||=t!==this.length,gl(this.lContainer,n,t,xo(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,c1(this.lContainer,t)}create(t,n){let r=Eo(this.lContainer,this.templateTNode.tView.ssrId),i=ml(this.hostLView,this.templateTNode,new cp(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),i}destroy(t){dl(t[V],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[He].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[He].$index=t}getLView(t){return d1(this.lContainer,t)}};function lt(e){let t=J(null),n=gn();try{let r=le(),i=r[V],o=r[n],s=n+1,a=Ja(r,s);if(o.liveCollection===void 0){let u=fp(i,s);o.liveCollection=new pp(a,r,u)}else o.liveCollection.reset();let l=o.liveCollection;if(u1(l,e,o.trackByFn),l.updateIndexes(),o.hasEmptyBlock){let u=ul(),c=l.length===0;if(gr(r,u,c)){let p=n+2,d=Ja(r,p);if(c){let f=fp(i,p),g=Eo(d,f.tView.ssrId),h=ml(r,f,void 0,{dehydratedView:g});gl(d,h,0,xo(f,g))}else nS(d,0)}}}finally{J(t)}}function Ja(e,t){return e[t]}function c1(e,t){return Co(e,t)}function d1(e,t){return tS(e,t)}function fp(e,t){return Dp(e,t)}function p1(e,t,n,r,i,o){let s=t.consts,a=ni(s,i),l=Mo(t,e,2,r,a);return $b(t,n,l,ni(s,o)),l.attrs!==null&&Zd(l,l.attrs,!1),l.mergedAttrs!==null&&Zd(l,l.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,l),l}function I(e,t,n,r){let i=le(),o=et(),s=ft+e,a=i[Ye],l=o.firstCreatePass?p1(s,o,i,t,n,r):o.data[s],u=f1(o,i,l,a,t,e);i[s]=u;let c=Ep(l);return ci(l,!0),Fb(a,u,l),!zP(l)&&Op()&&Hp(o,i,u,l),HO()===0&&hr(u,i),$O(),c&&(Wb(o,i,l),qb(o,l,i)),r!==null&&Ub(i,l),I}function D(){let e=ht();Zv()?JO():(e=e.parent,ci(e,!1));let t=e;ZO(t)&&QO(),GO();let n=et();return n.firstCreatePass&&(Rp(n,e),Fv(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&fN(t)&&sv(n,t,le(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&hN(t)&&sv(n,t,le(),t.stylesWithoutHost,!1),D}function ne(e,t,n,r){return I(e,t,n,r),D(),ne}var f1=(e,t,n,r,i,o)=>(Np(!0),Ab(r,i,uN()));function tf(){return le()}var Xa="en-US";var h1=Xa;function m1(e){typeof e=="string"&&(h1=e.toLowerCase().replace(/_/g,"-"))}var g1=(e,t,n)=>{};function Dt(e,t,n,r){let i=le(),o=et(),s=ht();return v1(o,i,i[Ye],s,e,t,r),Dt}function y1(e,t,n,r){let i=e.cleanup;if(i!=null)for(let o=0;o<i.length-1;o+=2){let s=i[o];if(s===n&&i[o+1]===r){let a=t[La],l=i[o+2];return a.length>l?a[l]:null}typeof s=="string"&&(o+=2)}return null}function v1(e,t,n,r,i,o,s){let a=Ep(r),u=e.firstCreatePass&&Jb(e),c=t[He],p=Kb(t),d=!0;if(r.type&3||s){let h=Wt(r,t),y=s?s(h):h,m=p.length,v=s?C=>s(en(C[r.index])):r.index,S=null;if(!s&&a&&(S=y1(e,t,i,r.index)),S!==null){let C=S.__ngLastListenerFn__||S;C.__ngNextListenerFn__=o,S.__ngLastListenerFn__=o,d=!1}else{o=dv(r,t,c,o),g1(h,i,o);let C=n.listen(y,i,o);p.push(o,C),u&&u.push(i,v,m,m+1)}}else o=dv(r,t,c,o);let f=r.outputs,g;if(d&&f!==null&&(g=f[i])){let h=g.length;if(h)for(let y=0;y<h;y+=2){let m=g[y],v=g[y+1],w=t[m][v].subscribe(o),x=p.length;p.push(o,w),u&&u.push(i,r.index,x,-(x+1))}}}function cv(e,t,n,r){let i=J(null);try{return Qt(6,t,n),n(r)!==!1}catch(o){return Xb(e,o),!1}finally{Qt(7,t,n),J(i)}}function dv(e,t,n,r){return function i(o){if(o===Function)return r;let s=e.componentOffset>-1?Vn(e.index,t):t;Qp(s,5);let a=cv(t,n,r,o),l=i.__ngNextListenerFn__;for(;l;)a=cv(t,n,l,o)&&a,l=l.__ngNextListenerFn__;return a}}function se(e=1){return aN(e)}function nf(e,t,n){TP(e,t,n)}function bl(e){let t=le(),n=et(),r=Jv();kp(r+1);let i=Jp(n,r);if(e.dirty&&VO(t)===((i.metadata.flags&2)===2)){if(i.matches===null)e.reset([]);else{let o=MP(t,r);e.reset(o,RN),e.notifyOnChanges()}return!0}return!1}function Sl(){return _P(le(),Jv())}function hS(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function B(e,t=""){let n=le(),r=et(),i=e+ft,o=r.firstCreatePass?Mo(r,i,1,t,null):r.data[i],s=b1(r,n,o,t,e);n[i]=s,Op()&&Hp(r,n,s,o),ci(o,!1)}var b1=(e,t,n,r,i)=>(Np(!0),ZN(t[Ye],r));function be(e){return yi("",e,""),be}function yi(e,t,n){let r=le(),i=HP(r,e,t,n);return i!==yn&&eS(r,gn(),i),yi}function rf(e,t,n,r,i){let o=le(),s=$P(o,e,t,n,r,i);return s!==yn&&eS(o,gn(),s),rf}var mS={};function of(e){let t=et(),n=le(),r=e+ft,i=Mo(t,r,128,null,null);return ci(i,!1),hS(t,n,r,mS),of}function gS(e){qn("NgLet");let t=et(),n=le(),r=gn();return hS(t,n,r,e),e}function yS(e){let t=XO(),n=zO(t,ft+e);if(n===mS)throw new P(314,!1);return n}function S1(e,t,n){let r=et();if(r.firstCreatePass){let i=jn(e);hp(n,r.data,r.blueprint,i,!0),hp(t,r.data,r.blueprint,i,!1)}}function hp(e,t,n,r,i){if(e=Xe(e),Array.isArray(e))for(let o=0;o<e.length;o++)hp(e[o],t,n,r,i);else{let o=et(),s=le(),a=ht(),l=Xr(e)?e:Xe(e.provide),u=Rv(e),c=a.providerIndexes&1048575,p=a.directiveStart,d=a.providerIndexes>>20;if(Xr(e)||!e.multi){let f=new pr(u,i,ve),g=Cd(l,t,i?c:c+d,p);g===-1?(Rd(Va(a,s),o,l),Sd(o,e,t.length),t.push(l),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),n.push(f),s.push(f)):(n[g]=f,s[g]=f)}else{let f=Cd(l,t,c+d,p),g=Cd(l,t,c,c+d),h=f>=0&&n[f],y=g>=0&&n[g];if(i&&!y||!i&&!h){Rd(Va(a,s),o,l);let m=w1(i?x1:C1,n.length,i,r,u);!i&&y&&(n[g].providerFactory=m),Sd(o,e,t.length,0),t.push(l),a.directiveStart++,a.directiveEnd++,i&&(a.providerIndexes+=1048576),n.push(m),s.push(m)}else{let m=vS(n[i?g:f],u,!i&&r);Sd(o,e,f>-1?f:g,m)}!i&&r&&y&&n[g].componentProviders++}}}function Sd(e,t,n,r){let i=Xr(t),o=_O(t);if(i||o){let l=(o?Xe(t.useClass):t).prototype.ngOnDestroy;if(l){let u=e.destroyHooks||(e.destroyHooks=[]);if(!i&&t.multi){let c=u.indexOf(n);c===-1?u.push(n,[r,l]):u[c+1].push(r,l)}else u.push(n,l)}}}function vS(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Cd(e,t,n,r){for(let i=n;i<r;i++)if(t[i]===e)return i;return-1}function C1(e,t,n,r){return mp(this.multi,[])}function x1(e,t,n,r){let i=this.multi,o;if(this.providerFactory){let s=this.providerFactory.componentProviders,a=fr(n,n[V],this.providerFactory.index,r);o=a.slice(0,s),mp(i,o);for(let l=s;l<a.length;l++)o.push(a[l])}else o=[],mp(i,o);return o}function mp(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function w1(e,t,n,r,i){let o=new pr(e,n,ve);return o.multi=[],o.index=t,o.componentProviders=0,vS(o,i,r&&!n),o}function sf(e,t=[]){return n=>{n.providersResolver=(r,i)=>S1(r,i?i(e):e,t)}}var E1=(()=>{class e{constructor(n){this._injector=n,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){let r=Mv(!1,n.type),i=r.length>0?Xp([r],this._injector,`Standalone[${n.type.name}]`):null;this.cachedInjectors.set(n,i)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static{this.\u0275prov=j({token:e,providedIn:"environment",factory:()=>new e(ie(xt))})}}return e})();function fe(e){qn("NgStandalone"),e.getStandaloneInjector=t=>t.get(E1).getOrCreateStandaloneInjector(e)}var Cl=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"platform"})}}return e})();var bS=new L("");function vr(e){return!!e&&typeof e.then=="function"}function SS(e){return!!e&&typeof e.subscribe=="function"}var CS=new L(""),xS=(()=>{class e{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r}),this.appInits=_(CS,{optional:!0})??[]}runInitializers(){if(this.initialized)return;let n=[];for(let i of this.appInits){let o=i();if(vr(o))n.push(o);else if(SS(o)){let s=new Promise((a,l)=>{o.subscribe({complete:a,error:l})});n.push(s)}}let r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(i=>{this.reject(i)}),n.length===0&&r(),this.initialized=!0}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),af=new L("");function D1(){ey(()=>{throw new P(600,!1)})}function _1(e){return e.isBoundToModule}var I1=10;function T1(e,t,n){try{let r=n();return vr(r)?r.catch(i=>{throw t.runOutsideAngular(()=>e.handleError(i)),i}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}var br=(()=>{class e{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=_(ON),this.afterRenderManager=_(UP),this.zonelessEnabled=_(yl),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new Ne,this.afterTick=new Ne,this.componentTypes=[],this.components=[],this.isStable=_(di).hasPendingTasks.pipe(X(n=>!n)),this._injector=_(xt)}get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:i=>{i&&r()}})}).finally(()=>{n.unsubscribe()})}get injector(){return this._injector}bootstrap(n,r){let i=n instanceof Ga;if(!this._injector.get(xS).done){let d=!i&&Iv(n),f=!1;throw new P(405,f)}let s;i?s=n:s=this._injector.get(ii).resolveComponentFactory(n),this.componentTypes.push(s.componentType);let a=_1(s)?void 0:this._injector.get(zn),l=r||s.selector,u=s.create(Bn.NULL,[],l,a),c=u.location.nativeElement,p=u.injector.get(bS,null);return p?.registerApplication(c),u.onDestroy(()=>{this.detachView(u.hostView),Aa(this.components,u),p?.unregisterApplication(c)}),this._loadComponent(u),u}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if(this._runningTick)throw new P(101,!1);let n=J(null);try{this._runningTick=!0,this.synchronize()}catch(r){this.internalErrorHandler(r)}finally{this._runningTick=!1,J(n),this.afterTick.next()}}synchronize(){let n=null;this._injector.destroyed||(n=this._injector.get(oi,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let r=0;for(;this.dirtyFlags!==0&&r++<I1;)this.synchronizeOnce(n)}synchronizeOnce(n){if(this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0,this.dirtyFlags&7){let r=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8,this.beforeRender.next(r);for(let{_lView:i,notifyErrorHandler:o}of this._views)k1(i,o,r,this.zonelessEnabled);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&7)return}else n?.begin?.(),n?.end?.();this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>al(n))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(n){let r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){let r=n;Aa(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView),this.tick(),this.components.push(n);let r=this._injector.get(af,[]);[...this._bootstrapListeners,...r].forEach(i=>i(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>Aa(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new P(406,!1);let n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Aa(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function k1(e,t,n,r){if(!n&&!al(e))return;oS(e,t,n&&!r?0:1)}var gp=class{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},lf=(()=>{class e{compileModuleSync(n){return new ip(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),i=Tv(n),o=kb(i.declarations).reduce((s,a)=>{let l=ar(a);return l&&s.push(new Do(l)),s},[]);return new gp(r,o)}compileModuleAndAllComponentsAsync(n){return Promise.resolve(this.compileModuleAndAllComponentsSync(n))}clearCache(){}clearCacheFor(n){}getModuleId(n){}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var A1=(()=>{class e{constructor(){this.zone=_(xe),this.changeDetectionScheduler=_(ri),this.applicationRef=_(br)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),M1=new L("",{factory:()=>!1});function wS({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new xe(ee(E({},DS()),{scheduleInRootZone:n})),[{provide:xe,useFactory:e},{provide:Jr,multi:!0,useFactory:()=>{let r=_(A1,{optional:!0});return()=>r.initialize()}},{provide:Jr,multi:!0,useFactory:()=>{let r=_(O1);return()=>{r.initialize()}}},t===!0?{provide:uS,useValue:!0}:[],{provide:cS,useValue:n??gb}]}function ES(e){let t=e?.ignoreChangesOutsideZone,n=e?.scheduleInRootZone,r=wS({ngZoneFactory:()=>{let i=DS(e);return i.scheduleInRootZone=n,i.shouldCoalesceEventChangeDetection&&qn("NgZone_CoalesceEvent"),new xe(i)},ignoreChangesOutsideZone:t,scheduleInRootZone:n});return rl([{provide:M1,useValue:!0},{provide:yl,useValue:!1},r])}function DS(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var O1=(()=>{class e{constructor(){this.subscription=new Se,this.initialized=!1,this.zone=_(xe),this.pendingTasks=_(di)}initialize(){if(this.initialized)return;this.initialized=!0;let n=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(n=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{xe.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{xe.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var N1=(()=>{class e{constructor(){this.appRef=_(br),this.taskService=_(di),this.ngZone=_(xe),this.zonelessEnabled=_(yl),this.disableScheduling=_(uS,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new Se,this.angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Wa):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(_(cS,{optional:!0})??!1),this.cancelScheduledCallback=null,this.useMicrotaskScheduler=!1,this.runningTick=!1,this.pendingRenderTaskId=null,this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof Bd||!this.zoneIsDefined)}notify(n){if(!this.zonelessEnabled&&n===5)return;switch(n){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 7:{this.appRef.deferredDirtyFlags|=8;break}case 9:case 8:case 6:case 10:default:this.appRef.dirtyFlags|=8}if(!this.shouldScheduleTick())return;let r=this.useMicrotaskScheduler?Gy:vb;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>r(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.disableScheduling||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(Wa+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){throw this.taskService.remove(n),r}finally{this.cleanup()}this.useMicrotaskScheduler=!0,Gy(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function R1(){return typeof $localize<"u"&&$localize.locale||Xa}var uf=new L("",{providedIn:"root",factory:()=>_(uf,Y.Optional|Y.SkipSelf)||R1()});var yp=new L("");function Da(e){return!e.moduleRef}function P1(e){let t=Da(e)?e.r3Injector:e.moduleRef.injector,n=t.get(xe);return n.run(()=>{Da(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(dn,null),i;if(n.runOutsideAngular(()=>{i=n.onError.subscribe({next:o=>{r.handleError(o)}})}),Da(e)){let o=()=>t.destroy(),s=e.platformInjector.get(yp);s.add(o),t.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{let o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(yp);s.add(o),e.moduleRef.onDestroy(()=>{Aa(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return T1(r,n,()=>{let o=t.get(xS);return o.runInitializers(),o.donePromise.then(()=>{let s=t.get(uf,Xa);if(m1(s||Xa),Da(e)){let a=t.get(br);return e.rootComponent!==void 0&&a.bootstrap(e.rootComponent),a}else return L1(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function L1(e,t){let n=e.injector.get(br);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(r=>n.bootstrap(r));else if(e.instance.ngDoBootstrap)e.instance.ngDoBootstrap(n);else throw new P(-403,!1);t.push(e)}var Ma=null,_S=new L("");function F1(e=[],t){return Bn.create({name:t,providers:[{provide:il,useValue:"platform"},{provide:yp,useValue:new Set([()=>Ma=null])},...e]})}function j1(e=[]){if(Ma)return Ma;let t=F1(e);return t.get(_S,!1)||(Ma=t),D1(),B1(t),t}function B1(e){e.get(Bp,null)?.forEach(n=>n())}var Sr=(()=>{class e{static{this.__NG_ELEMENT_ID__=z1}}return e})();function z1(e){return V1(ht(),le(),(e&16)===16)}function V1(e,t,n){if(sl(e)&&!n){let r=Vn(e.index,t);return new mr(r,r)}else if(e.type&175){let r=t[zt];return new mr(r,t)}return null}function IS(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:i}=e;try{let o=i?.injector??j1(r);if(o.get(_S,!1)===!0&&!e.platformRef)throw new P(401,!1);let s=[wS({}),{provide:ri,useExisting:N1},...n||[]],a=new Za({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1});return P1({r3Injector:a.injector,platformInjector:o,rootComponent:t})}catch(o){return Promise.reject(o)}}function xl(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function wl(e,t){qn("NgSignals");let n=Kg(e);return t?.equal&&(n[An].equal=t.equal),n}function Wn(e){let t=J(null);try{return e()}finally{J(t)}}var AS=null;function vn(){return AS}function MS(e){AS??=e}var El=class{};var _t=new L(""),OS=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>_(U1),providedIn:"platform"})}}return e})();var U1=(()=>{class e extends OS{constructor(){super(),this._doc=_(_t),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return vn().getBaseHref(this._doc)}onPopState(n){let r=vn().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){let r=vn().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,i){this._history.pushState(n,r,i)}replaceState(n,r,i){this._history.replaceState(n,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>new e,providedIn:"platform"})}}return e})();function NS(e,t){if(e.length==0)return t;if(t.length==0)return e;let n=0;return e.endsWith("/")&&n++,t.startsWith("/")&&n++,n==2?e+t.substring(1):n==1?e+t:e+"/"+t}function TS(e){let t=e.match(/#|\?|$/),n=t&&t.index||e.length,r=n-(e[n-1]==="/"?1:0);return e.slice(0,r)+e.slice(n)}function Cr(e){return e&&e[0]!=="?"?"?"+e:e}var _l=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>_(RS),providedIn:"root"})}}return e})(),H1=new L(""),RS=(()=>{class e extends _l{constructor(n,r){super(),this._platformLocation=n,this._removeListenerFns=[],this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??_(_t).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}prepareExternalUrl(n){return NS(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+Cr(this._platformLocation.search),i=this._platformLocation.hash;return i&&n?`${r}${i}`:r}pushState(n,r,i,o){let s=this.prepareExternalUrl(i+Cr(o));this._platformLocation.pushState(n,r,s)}replaceState(n,r,i,o){let s=this.prepareExternalUrl(i+Cr(o));this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static{this.\u0275fac=function(r){return new(r||e)(ie(OS),ie(H1,8))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Oo=(()=>{class e{constructor(n){this._subject=new Ce,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=Y1(TS(kS(r))),this._locationStrategy.onPopState(i=>{this._subject.emit({url:this.path(!0),pop:!0,state:i.state,type:i.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(n=!1){return this.normalize(this._locationStrategy.path(n))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(n,r=""){return this.path()==this.normalize(n+Cr(r))}normalize(n){return e.stripTrailingSlash(G1(this._basePath,kS(n)))}prepareExternalUrl(n){return n&&n[0]!=="/"&&(n="/"+n),this._locationStrategy.prepareExternalUrl(n)}go(n,r="",i=null){this._locationStrategy.pushState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Cr(r)),i)}replaceState(n,r="",i=null){this._locationStrategy.replaceState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Cr(r)),i)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(n=0){this._locationStrategy.historyGo?.(n)}onUrlChange(n){return this._urlChangeListeners.push(n),this._urlChangeSubscription??=this.subscribe(r=>{this._notifyUrlChangeListeners(r.url,r.state)}),()=>{let r=this._urlChangeListeners.indexOf(n);this._urlChangeListeners.splice(r,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(n="",r){this._urlChangeListeners.forEach(i=>i(n,r))}subscribe(n,r,i){return this._subject.subscribe({next:n,error:r,complete:i})}static{this.normalizeQueryParams=Cr}static{this.joinWithSlash=NS}static{this.stripTrailingSlash=TS}static{this.\u0275fac=function(r){return new(r||e)(ie(_l))}}static{this.\u0275prov=j({token:e,factory:()=>$1(),providedIn:"root"})}}return e})();function $1(){return new Oo(ie(_l))}function G1(e,t){if(!e||!t.startsWith(e))return t;let n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function kS(e){return e.replace(/\/index.html$/,"")}function Y1(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}function PS(e,t){t=encodeURIComponent(t);for(let n of e.split(";")){let r=n.indexOf("="),[i,o]=r==-1?[n,""]:[n.slice(0,r),n.slice(r+1)];if(i.trim()===t)return decodeURIComponent(o)}return null}var LS="browser",Z1="server";function df(e){return e===Z1}var Dl=class{};var hf=class extends El{constructor(){super(...arguments),this.supportsDOMEvents=!0}},mf=class e extends hf{static makeCurrent(){MS(new e)}onAndCancel(t,n,r){return t.addEventListener(n,r),()=>{t.removeEventListener(n,r)}}dispatchEvent(t,n){t.dispatchEvent(n)}remove(t){t.remove()}createElement(t,n){return n=n||this.getDefaultDocument(),n.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,n){return n==="window"?window:n==="document"?t:n==="body"?t.body:null}getBaseHref(t){let n=K1();return n==null?null:J1(n)}resetBaseElement(){No=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return PS(document.cookie,t)}},No=null;function K1(){return No=No||document.querySelector("base"),No?No.getAttribute("href"):null}function J1(e){return new URL(e,document.baseURI).pathname}var X1=(()=>{class e{build(){return new XMLHttpRequest}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),gf=new L(""),zS=(()=>{class e{constructor(n,r){this._zone=r,this._eventNameToPlugin=new Map,n.forEach(i=>{i.manager=this}),this._plugins=n.slice().reverse()}addEventListener(n,r,i){return this._findPluginFor(r).addEventListener(n,r,i)}getZone(){return this._zone}_findPluginFor(n){let r=this._eventNameToPlugin.get(n);if(r)return r;if(r=this._plugins.find(o=>o.supports(n)),!r)throw new P(5101,!1);return this._eventNameToPlugin.set(n,r),r}static{this.\u0275fac=function(r){return new(r||e)(ie(gf),ie(xe))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),Il=class{constructor(t){this._doc=t}},pf="ng-app-id",VS=(()=>{class e{constructor(n,r,i,o={}){this.doc=n,this.appId=r,this.nonce=i,this.platformId=o,this.styleRef=new Map,this.hostNodes=new Set,this.styleNodesInDOM=this.collectServerRenderedStyles(),this.platformIsServer=df(o),this.resetHostNodes()}addStyles(n){for(let r of n)this.changeUsageCount(r,1)===1&&this.onStyleAdded(r)}removeStyles(n){for(let r of n)this.changeUsageCount(r,-1)<=0&&this.onStyleRemoved(r)}ngOnDestroy(){let n=this.styleNodesInDOM;n&&(n.forEach(r=>r.remove()),n.clear());for(let r of this.getAllStyles())this.onStyleRemoved(r);this.resetHostNodes()}addHost(n){this.hostNodes.add(n);for(let r of this.getAllStyles())this.addStyleToHost(n,r)}removeHost(n){this.hostNodes.delete(n)}getAllStyles(){return this.styleRef.keys()}onStyleAdded(n){for(let r of this.hostNodes)this.addStyleToHost(r,n)}onStyleRemoved(n){let r=this.styleRef;r.get(n)?.elements?.forEach(i=>i.remove()),r.delete(n)}collectServerRenderedStyles(){let n=this.doc.head?.querySelectorAll(`style[${pf}="${this.appId}"]`);if(n?.length){let r=new Map;return n.forEach(i=>{i.textContent!=null&&r.set(i.textContent,i)}),r}return null}changeUsageCount(n,r){let i=this.styleRef;if(i.has(n)){let o=i.get(n);return o.usage+=r,o.usage}return i.set(n,{usage:r,elements:[]}),r}getStyleElement(n,r){let i=this.styleNodesInDOM,o=i?.get(r);if(o?.parentNode===n)return i.delete(r),o.removeAttribute(pf),o;{let s=this.doc.createElement("style");return this.nonce&&s.setAttribute("nonce",this.nonce),s.textContent=r,this.platformIsServer&&s.setAttribute(pf,this.appId),n.appendChild(s),s}}addStyleToHost(n,r){let i=this.getStyleElement(n,r),o=this.styleRef,s=o.get(r)?.elements;s?s.push(i):o.set(r,{elements:[i],usage:1})}resetHostNodes(){let n=this.hostNodes;n.clear(),n.add(this.doc.head)}static{this.\u0275fac=function(r){return new(r||e)(ie(_t),ie(jp),ie(zp,8),ie(fi))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),ff={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},vf=/%COMP%/g,qS="%COMP%",eL=`_nghost-${qS}`,tL=`_ngcontent-${qS}`,nL=!0,rL=new L("",{providedIn:"root",factory:()=>nL});function iL(e){return tL.replace(vf,e)}function oL(e){return eL.replace(vf,e)}function WS(e,t){return t.map(n=>n.replace(vf,e))}var FS=(()=>{class e{constructor(n,r,i,o,s,a,l,u=null){this.eventManager=n,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=s,this.platformId=a,this.ngZone=l,this.nonce=u,this.rendererByCompId=new Map,this.platformIsServer=df(a),this.defaultRenderer=new Ro(n,s,l,this.platformIsServer)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;this.platformIsServer&&r.encapsulation===Jt.ShadowDom&&(r=ee(E({},r),{encapsulation:Jt.Emulated}));let i=this.getOrCreateRenderer(n,r);return i instanceof Tl?i.applyToHost(n):i instanceof Po&&i.applyStyles(),i}getOrCreateRenderer(n,r){let i=this.rendererByCompId,o=i.get(r.id);if(!o){let s=this.doc,a=this.ngZone,l=this.eventManager,u=this.sharedStylesHost,c=this.removeStylesOnCompDestroy,p=this.platformIsServer;switch(r.encapsulation){case Jt.Emulated:o=new Tl(l,u,r,this.appId,c,s,a,p);break;case Jt.ShadowDom:return new yf(l,u,n,r,s,a,this.nonce,p);default:o=new Po(l,u,r,c,s,a,p);break}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}static{this.\u0275fac=function(r){return new(r||e)(ie(zS),ie(VS),ie(jp),ie(rL),ie(_t),ie(fi),ie(xe),ie(zp))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),Ro=class{constructor(t,n,r,i){this.eventManager=t,this.doc=n,this.ngZone=r,this.platformIsServer=i,this.data=Object.create(null),this.throwOnSyntheticProps=!0,this.destroyNode=null}destroy(){}createElement(t,n){return n?this.doc.createElementNS(ff[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(jS(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(jS(t)?t.content:t).insertBefore(n,r)}removeChild(t,n){n.remove()}selectRootElement(t,n){let r=typeof t=="string"?this.doc.querySelector(t):t;if(!r)throw new P(-5104,!1);return n||(r.textContent=""),r}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,r,i){if(i){n=i+":"+n;let o=ff[i];o?t.setAttributeNS(o,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let i=ff[r];i?t.removeAttributeNS(i,n):t.removeAttribute(`${r}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,r,i){i&(pn.DashCase|pn.Important)?t.style.setProperty(n,r,i&pn.Important?"important":""):t.style[n]=r}removeStyle(t,n,r){r&pn.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,r){t!=null&&(t[n]=r)}setValue(t,n){t.nodeValue=n}listen(t,n,r){if(typeof t=="string"&&(t=vn().getGlobalEventTarget(this.doc,t),!t))throw new Error(`Unsupported event target ${t} for event ${n}`);return this.eventManager.addEventListener(t,n,this.decoratePreventDefault(r))}decoratePreventDefault(t){return n=>{if(n==="__ngUnwrap__")return t;(this.platformIsServer?this.ngZone.runGuarded(()=>t(n)):t(n))===!1&&n.preventDefault()}}};function jS(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var yf=class extends Ro{constructor(t,n,r,i,o,s,a,l){super(t,o,s,l),this.sharedStylesHost=n,this.hostEl=r,this.shadowRoot=r.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let u=WS(i.id,i.styles);for(let c of u){let p=document.createElement("style");a&&p.setAttribute("nonce",a),p.textContent=c,this.shadowRoot.appendChild(p)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,r){return super.insertBefore(this.nodeOrShadowRoot(t),n,r)}removeChild(t,n){return super.removeChild(null,n)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},Po=class extends Ro{constructor(t,n,r,i,o,s,a,l){super(t,o,s,a),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=i,this.styles=l?WS(l,r.styles):r.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}},Tl=class extends Po{constructor(t,n,r,i,o,s,a,l){let u=i+"-"+r.id;super(t,n,r,o,s,a,l,u),this.contentAttr=iL(u),this.hostAttr=oL(u)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){let r=super.createElement(t,n);return super.setAttribute(r,this.contentAttr,""),r}},sL=(()=>{class e extends Il{constructor(n){super(n)}supports(n){return!0}addEventListener(n,r,i){return n.addEventListener(r,i,!1),()=>this.removeEventListener(n,r,i)}removeEventListener(n,r,i){return n.removeEventListener(r,i)}static{this.\u0275fac=function(r){return new(r||e)(ie(_t))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})(),BS=["alt","control","meta","shift"],aL={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},lL={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},uL=(()=>{class e extends Il{constructor(n){super(n)}supports(n){return e.parseEventName(n)!=null}addEventListener(n,r,i){let o=e.parseEventName(r),s=e.eventCallback(o.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>vn().onAndCancel(n,o.domEventName,s))}static parseEventName(n){let r=n.toLowerCase().split("."),i=r.shift();if(r.length===0||!(i==="keydown"||i==="keyup"))return null;let o=e._normalizeKey(r.pop()),s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),BS.forEach(u=>{let c=r.indexOf(u);c>-1&&(r.splice(c,1),s+=u+".")}),s+=o,r.length!=0||o.length===0)return null;let l={};return l.domEventName=i,l.fullKey=s,l}static matchEventFullKeyCode(n,r){let i=aL[n.key]||n.key,o="";return r.indexOf("code.")>-1&&(i=n.code,o="code."),i==null||!i?!1:(i=i.toLowerCase(),i===" "?i="space":i==="."&&(i="dot"),BS.forEach(s=>{if(s!==i){let a=lL[s];a(n)&&(o+=s+".")}}),o+=i,o===r)}static eventCallback(n,r,i){return o=>{e.matchEventFullKeyCode(o,n)&&i.runGuarded(()=>r(o))}}static _normalizeKey(n){return n==="esc"?"escape":n}static{this.\u0275fac=function(r){return new(r||e)(ie(_t))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac})}}return e})();function US(e,t,n){return IS(E({rootComponent:e,platformRef:n?.platformRef},cL(t)))}function cL(e){return{appProviders:[...mL,...e?.providers??[]],platformProviders:hL}}function dL(){mf.makeCurrent()}function pL(){return new dn}function fL(){return Db(document),document}var hL=[{provide:fi,useValue:LS},{provide:Bp,useValue:dL,multi:!0},{provide:_t,useFactory:fL,deps:[]}];var mL=[{provide:il,useValue:"root"},{provide:dn,useFactory:pL,deps:[]},{provide:gf,useClass:sL,multi:!0,deps:[_t,xe,fi]},{provide:gf,useClass:uL,multi:!0,deps:[_t]},FS,VS,zS,{provide:oi,useExisting:FS},{provide:Dl,useClass:X1,deps:[]},[]];var HS=(()=>{class e{constructor(n){this._doc=n}getTitle(){return this._doc.title}setTitle(n){this._doc.title=n||""}static{this.\u0275fac=function(r){return new(r||e)(ie(_t))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var G="primary",Jo=Symbol("RouteTitle"),wf=class{constructor(t){this.params=t||{}}has(t){return Object.prototype.hasOwnProperty.call(this.params,t)}get(t){if(this.has(t)){let n=this.params[t];return Array.isArray(n)?n[0]:n}return null}getAll(t){if(this.has(t)){let n=this.params[t];return Array.isArray(n)?n:[n]}return[]}get keys(){return Object.keys(this.params)}};function wi(e){return new wf(e)}function vL(e,t,n){let r=n.path.split("/");if(r.length>e.length||n.pathMatch==="full"&&(t.hasChildren()||r.length<e.length))return null;let i={};for(let o=0;o<r.length;o++){let s=r[o],a=e[o];if(s[0]===":")i[s.substring(1)]=a;else if(s!==a.path)return null}return{consumed:e.slice(0,r.length),posParams:i}}function bL(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;++n)if(!nn(e[n],t[n]))return!1;return!0}function nn(e,t){let n=e?Ef(e):void 0,r=t?Ef(t):void 0;if(!n||!r||n.length!=r.length)return!1;let i;for(let o=0;o<n.length;o++)if(i=n[o],!XS(e[i],t[i]))return!1;return!0}function Ef(e){return[...Object.keys(e),...Object.getOwnPropertySymbols(e)]}function XS(e,t){if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;let n=[...e].sort(),r=[...t].sort();return n.every((i,o)=>r[o]===i)}else return e===t}function eC(e){return e.length>0?e[e.length-1]:null}function Un(e){return Xc(e)?e:vr(e)?_e(Promise.resolve(e)):$(e)}var SL={exact:nC,subset:rC},tC={exact:CL,subset:xL,ignored:()=>!0};function $S(e,t,n){return SL[n.paths](e.root,t.root,n.matrixParams)&&tC[n.queryParams](e.queryParams,t.queryParams)&&!(n.fragment==="exact"&&e.fragment!==t.fragment)}function CL(e,t){return nn(e,t)}function nC(e,t,n){if(!wr(e.segments,t.segments)||!Ml(e.segments,t.segments,n)||e.numberOfChildren!==t.numberOfChildren)return!1;for(let r in t.children)if(!e.children[r]||!nC(e.children[r],t.children[r],n))return!1;return!0}function xL(e,t){return Object.keys(t).length<=Object.keys(e).length&&Object.keys(t).every(n=>XS(e[n],t[n]))}function rC(e,t,n){return iC(e,t,t.segments,n)}function iC(e,t,n,r){if(e.segments.length>n.length){let i=e.segments.slice(0,n.length);return!(!wr(i,n)||t.hasChildren()||!Ml(i,n,r))}else if(e.segments.length===n.length){if(!wr(e.segments,n)||!Ml(e.segments,n,r))return!1;for(let i in t.children)if(!e.children[i]||!rC(e.children[i],t.children[i],r))return!1;return!0}else{let i=n.slice(0,e.segments.length),o=n.slice(e.segments.length);return!wr(e.segments,i)||!Ml(e.segments,i,r)||!e.children[G]?!1:iC(e.children[G],t,o,r)}}function Ml(e,t,n){return t.every((r,i)=>tC[n](e[i].parameters,r.parameters))}var Sn=class{constructor(t=new ce([],{}),n={},r=null){this.root=t,this.queryParams=n,this.fragment=r}get queryParamMap(){return this._queryParamMap??=wi(this.queryParams),this._queryParamMap}toString(){return DL.serialize(this)}},ce=class{constructor(t,n){this.segments=t,this.children=n,this.parent=null,Object.values(n).forEach(r=>r.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Ol(this)}},xr=class{constructor(t,n){this.path=t,this.parameters=n}get parameterMap(){return this._parameterMap??=wi(this.parameters),this._parameterMap}toString(){return sC(this)}};function wL(e,t){return wr(e,t)&&e.every((n,r)=>nn(n.parameters,t[r].parameters))}function wr(e,t){return e.length!==t.length?!1:e.every((n,r)=>n.path===t[r].path)}function EL(e,t){let n=[];return Object.entries(e.children).forEach(([r,i])=>{r===G&&(n=n.concat(t(i,r)))}),Object.entries(e.children).forEach(([r,i])=>{r!==G&&(n=n.concat(t(i,r)))}),n}var Qf=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>new qo,providedIn:"root"})}}return e})(),qo=class{parse(t){let n=new _f(t);return new Sn(n.parseRootSegment(),n.parseQueryParams(),n.parseFragment())}serialize(t){let n=`/${Lo(t.root,!0)}`,r=TL(t.queryParams),i=typeof t.fragment=="string"?`#${_L(t.fragment)}`:"";return`${n}${r}${i}`}},DL=new qo;function Ol(e){return e.segments.map(t=>sC(t)).join("/")}function Lo(e,t){if(!e.hasChildren())return Ol(e);if(t){let n=e.children[G]?Lo(e.children[G],!1):"",r=[];return Object.entries(e.children).forEach(([i,o])=>{i!==G&&r.push(`${i}:${Lo(o,!1)}`)}),r.length>0?`${n}(${r.join("//")})`:n}else{let n=EL(e,(r,i)=>i===G?[Lo(e.children[G],!1)]:[`${i}:${Lo(r,!1)}`]);return Object.keys(e.children).length===1&&e.children[G]!=null?`${Ol(e)}/${n[0]}`:`${Ol(e)}/(${n.join("//")})`}}function oC(e){return encodeURIComponent(e).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function kl(e){return oC(e).replace(/%3B/gi,";")}function _L(e){return encodeURI(e)}function Df(e){return oC(e).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Nl(e){return decodeURIComponent(e)}function GS(e){return Nl(e.replace(/\+/g,"%20"))}function sC(e){return`${Df(e.path)}${IL(e.parameters)}`}function IL(e){return Object.entries(e).map(([t,n])=>`;${Df(t)}=${Df(n)}`).join("")}function TL(e){let t=Object.entries(e).map(([n,r])=>Array.isArray(r)?r.map(i=>`${kl(n)}=${kl(i)}`).join("&"):`${kl(n)}=${kl(r)}`).filter(n=>n);return t.length?`?${t.join("&")}`:""}var kL=/^[^\/()?;#]+/;function bf(e){let t=e.match(kL);return t?t[0]:""}var AL=/^[^\/()?;=#]+/;function ML(e){let t=e.match(AL);return t?t[0]:""}var OL=/^[^=?&#]+/;function NL(e){let t=e.match(OL);return t?t[0]:""}var RL=/^[^&#]+/;function PL(e){let t=e.match(RL);return t?t[0]:""}var _f=class{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),this.remaining===""||this.peekStartsWith("?")||this.peekStartsWith("#")?new ce([],{}):new ce([],this.parseChildren())}parseQueryParams(){let t={};if(this.consumeOptional("?"))do this.parseQueryParam(t);while(this.consumeOptional("&"));return t}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(this.remaining==="")return{};this.consumeOptional("/");let t=[];for(this.peekStartsWith("(")||t.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),t.push(this.parseSegment());let n={};this.peekStartsWith("/(")&&(this.capture("/"),n=this.parseParens(!0));let r={};return this.peekStartsWith("(")&&(r=this.parseParens(!1)),(t.length>0||Object.keys(n).length>0)&&(r[G]=new ce(t,n)),r}parseSegment(){let t=bf(this.remaining);if(t===""&&this.peekStartsWith(";"))throw new P(4009,!1);return this.capture(t),new xr(Nl(t),this.parseMatrixParams())}parseMatrixParams(){let t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){let n=ML(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let i=bf(this.remaining);i&&(r=i,this.capture(r))}t[Nl(n)]=Nl(r)}parseQueryParam(t){let n=NL(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let s=PL(this.remaining);s&&(r=s,this.capture(r))}let i=GS(n),o=GS(r);if(t.hasOwnProperty(i)){let s=t[i];Array.isArray(s)||(s=[s],t[i]=s),s.push(o)}else t[i]=o}parseParens(t){let n={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){let r=bf(this.remaining),i=this.remaining[r.length];if(i!=="/"&&i!==")"&&i!==";")throw new P(4010,!1);let o;r.indexOf(":")>-1?(o=r.slice(0,r.indexOf(":")),this.capture(o),this.capture(":")):t&&(o=G);let s=this.parseChildren();n[o]=Object.keys(s).length===1?s[G]:new ce([],s),this.consumeOptional("//")}return n}peekStartsWith(t){return this.remaining.startsWith(t)}consumeOptional(t){return this.peekStartsWith(t)?(this.remaining=this.remaining.substring(t.length),!0):!1}capture(t){if(!this.consumeOptional(t))throw new P(4011,!1)}};function aC(e){return e.segments.length>0?new ce([],{[G]:e}):e}function lC(e){let t={};for(let[r,i]of Object.entries(e.children)){let o=lC(i);if(r===G&&o.segments.length===0&&o.hasChildren())for(let[s,a]of Object.entries(o.children))t[s]=a;else(o.segments.length>0||o.hasChildren())&&(t[r]=o)}let n=new ce(e.segments,t);return LL(n)}function LL(e){if(e.numberOfChildren===1&&e.children[G]){let t=e.children[G];return new ce(e.segments.concat(t.segments),t.children)}return e}function Wo(e){return e instanceof Sn}function FL(e,t,n=null,r=null){let i=uC(e);return cC(i,t,n,r)}function uC(e){let t;function n(o){let s={};for(let l of o.children){let u=n(l);s[l.outlet]=u}let a=new ce(o.url,s);return o===e&&(t=a),a}let r=n(e.root),i=aC(r);return t??i}function cC(e,t,n,r){let i=e;for(;i.parent;)i=i.parent;if(t.length===0)return Sf(i,i,i,n,r);let o=jL(t);if(o.toRoot())return Sf(i,i,new ce([],{}),n,r);let s=BL(o,i,e),a=s.processChildren?Bo(s.segmentGroup,s.index,o.commands):pC(s.segmentGroup,s.index,o.commands);return Sf(i,s.segmentGroup,a,n,r)}function Rl(e){return typeof e=="object"&&e!=null&&!e.outlets&&!e.segmentPath}function Uo(e){return typeof e=="object"&&e!=null&&e.outlets}function Sf(e,t,n,r,i){let o={};r&&Object.entries(r).forEach(([l,u])=>{o[l]=Array.isArray(u)?u.map(c=>`${c}`):`${u}`});let s;e===t?s=n:s=dC(e,t,n);let a=aC(lC(s));return new Sn(a,o,i)}function dC(e,t,n){let r={};return Object.entries(e.children).forEach(([i,o])=>{o===t?r[i]=n:r[i]=dC(o,t,n)}),new ce(e.segments,r)}var Pl=class{constructor(t,n,r){if(this.isAbsolute=t,this.numberOfDoubleDots=n,this.commands=r,t&&r.length>0&&Rl(r[0]))throw new P(4003,!1);let i=r.find(Uo);if(i&&i!==eC(r))throw new P(4004,!1)}toRoot(){return this.isAbsolute&&this.commands.length===1&&this.commands[0]=="/"}};function jL(e){if(typeof e[0]=="string"&&e.length===1&&e[0]==="/")return new Pl(!0,0,e);let t=0,n=!1,r=e.reduce((i,o,s)=>{if(typeof o=="object"&&o!=null){if(o.outlets){let a={};return Object.entries(o.outlets).forEach(([l,u])=>{a[l]=typeof u=="string"?u.split("/"):u}),[...i,{outlets:a}]}if(o.segmentPath)return[...i,o.segmentPath]}return typeof o!="string"?[...i,o]:s===0?(o.split("/").forEach((a,l)=>{l==0&&a==="."||(l==0&&a===""?n=!0:a===".."?t++:a!=""&&i.push(a))}),i):[...i,o]},[]);return new Pl(n,t,r)}var Si=class{constructor(t,n,r){this.segmentGroup=t,this.processChildren=n,this.index=r}};function BL(e,t,n){if(e.isAbsolute)return new Si(t,!0,0);if(!n)return new Si(t,!1,NaN);if(n.parent===null)return new Si(n,!0,0);let r=Rl(e.commands[0])?0:1,i=n.segments.length-1+r;return zL(n,i,e.numberOfDoubleDots)}function zL(e,t,n){let r=e,i=t,o=n;for(;o>i;){if(o-=i,r=r.parent,!r)throw new P(4005,!1);i=r.segments.length}return new Si(r,!1,i-o)}function VL(e){return Uo(e[0])?e[0].outlets:{[G]:e}}function pC(e,t,n){if(e??=new ce([],{}),e.segments.length===0&&e.hasChildren())return Bo(e,t,n);let r=qL(e,t,n),i=n.slice(r.commandIndex);if(r.match&&r.pathIndex<e.segments.length){let o=new ce(e.segments.slice(0,r.pathIndex),{});return o.children[G]=new ce(e.segments.slice(r.pathIndex),e.children),Bo(o,0,i)}else return r.match&&i.length===0?new ce(e.segments,{}):r.match&&!e.hasChildren()?If(e,t,n):r.match?Bo(e,0,i):If(e,t,n)}function Bo(e,t,n){if(n.length===0)return new ce(e.segments,{});{let r=VL(n),i={};if(Object.keys(r).some(o=>o!==G)&&e.children[G]&&e.numberOfChildren===1&&e.children[G].segments.length===0){let o=Bo(e.children[G],t,n);return new ce(e.segments,o.children)}return Object.entries(r).forEach(([o,s])=>{typeof s=="string"&&(s=[s]),s!==null&&(i[o]=pC(e.children[o],t,s))}),Object.entries(e.children).forEach(([o,s])=>{r[o]===void 0&&(i[o]=s)}),new ce(e.segments,i)}}function qL(e,t,n){let r=0,i=t,o={match:!1,pathIndex:0,commandIndex:0};for(;i<e.segments.length;){if(r>=n.length)return o;let s=e.segments[i],a=n[r];if(Uo(a))break;let l=`${a}`,u=r<n.length-1?n[r+1]:null;if(i>0&&l===void 0)break;if(l&&u&&typeof u=="object"&&u.outlets===void 0){if(!ZS(l,u,s))return o;r+=2}else{if(!ZS(l,{},s))return o;r++}i++}return{match:!0,pathIndex:i,commandIndex:r}}function If(e,t,n){let r=e.segments.slice(0,t),i=0;for(;i<n.length;){let o=n[i];if(Uo(o)){let l=WL(o.outlets);return new ce(r,l)}if(i===0&&Rl(n[0])){let l=e.segments[t];r.push(new xr(l.path,YS(n[0]))),i++;continue}let s=Uo(o)?o.outlets[G]:`${o}`,a=i<n.length-1?n[i+1]:null;s&&a&&Rl(a)?(r.push(new xr(s,YS(a))),i+=2):(r.push(new xr(s,{})),i++)}return new ce(r,{})}function WL(e){let t={};return Object.entries(e).forEach(([n,r])=>{typeof r=="string"&&(r=[r]),r!==null&&(t[n]=If(new ce([],{}),0,r))}),t}function YS(e){let t={};return Object.entries(e).forEach(([n,r])=>t[n]=`${r}`),t}function ZS(e,t,n){return e==n.path&&nn(t,n.parameters)}var zo="imperative",qe=function(e){return e[e.NavigationStart=0]="NavigationStart",e[e.NavigationEnd=1]="NavigationEnd",e[e.NavigationCancel=2]="NavigationCancel",e[e.NavigationError=3]="NavigationError",e[e.RoutesRecognized=4]="RoutesRecognized",e[e.ResolveStart=5]="ResolveStart",e[e.ResolveEnd=6]="ResolveEnd",e[e.GuardsCheckStart=7]="GuardsCheckStart",e[e.GuardsCheckEnd=8]="GuardsCheckEnd",e[e.RouteConfigLoadStart=9]="RouteConfigLoadStart",e[e.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",e[e.ChildActivationStart=11]="ChildActivationStart",e[e.ChildActivationEnd=12]="ChildActivationEnd",e[e.ActivationStart=13]="ActivationStart",e[e.ActivationEnd=14]="ActivationEnd",e[e.Scroll=15]="Scroll",e[e.NavigationSkipped=16]="NavigationSkipped",e}(qe||{}),It=class{constructor(t,n){this.id=t,this.url=n}},Ho=class extends It{constructor(t,n,r="imperative",i=null){super(t,n),this.type=qe.NavigationStart,this.navigationTrigger=r,this.restoredState=i}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}},Er=class extends It{constructor(t,n,r){super(t,n),this.urlAfterRedirects=r,this.type=qe.NavigationEnd}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}},gt=function(e){return e[e.Redirect=0]="Redirect",e[e.SupersededByNewNavigation=1]="SupersededByNewNavigation",e[e.NoDataFromResolver=2]="NoDataFromResolver",e[e.GuardRejected=3]="GuardRejected",e}(gt||{}),Tf=function(e){return e[e.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",e[e.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",e}(Tf||{}),bn=class extends It{constructor(t,n,r,i){super(t,n),this.reason=r,this.code=i,this.type=qe.NavigationCancel}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}},Dr=class extends It{constructor(t,n,r,i){super(t,n),this.reason=r,this.code=i,this.type=qe.NavigationSkipped}},$o=class extends It{constructor(t,n,r,i){super(t,n),this.error=r,this.target=i,this.type=qe.NavigationError}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}},Ll=class extends It{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=qe.RoutesRecognized}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},kf=class extends It{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=qe.GuardsCheckStart}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},Af=class extends It{constructor(t,n,r,i,o){super(t,n),this.urlAfterRedirects=r,this.state=i,this.shouldActivate=o,this.type=qe.GuardsCheckEnd}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}},Mf=class extends It{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=qe.ResolveStart}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},Of=class extends It{constructor(t,n,r,i){super(t,n),this.urlAfterRedirects=r,this.state=i,this.type=qe.ResolveEnd}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},Nf=class{constructor(t){this.route=t,this.type=qe.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}},Rf=class{constructor(t){this.route=t,this.type=qe.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}},Pf=class{constructor(t){this.snapshot=t,this.type=qe.ChildActivationStart}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Lf=class{constructor(t){this.snapshot=t,this.type=qe.ChildActivationEnd}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Ff=class{constructor(t){this.snapshot=t,this.type=qe.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},jf=class{constructor(t){this.snapshot=t,this.type=qe.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}};var Go=class{},Ei=class{constructor(t,n){this.url=t,this.navigationBehaviorOptions=n}};function UL(e,t){return e.providers&&!e._injector&&(e._injector=Xp(e.providers,t,`Route: ${e.path}`)),e._injector??t}function Ut(e){return e.outlet||G}function HL(e,t){let n=e.filter(r=>Ut(r)===t);return n.push(...e.filter(r=>Ut(r)!==t)),n}function Xo(e){if(!e)return null;if(e.routeConfig?._injector)return e.routeConfig._injector;for(let t=e.parent;t;t=t.parent){let n=t.routeConfig;if(n?._loadedInjector)return n._loadedInjector;if(n?._injector)return n._injector}return null}var Bf=class{get injector(){return Xo(this.route?.snapshot)??this.rootInjector}set injector(t){}constructor(t){this.rootInjector=t,this.outlet=null,this.route=null,this.children=new Wl(this.rootInjector),this.attachRef=null}},Wl=(()=>{class e{constructor(n){this.rootInjector=n,this.contexts=new Map}onChildOutletCreated(n,r){let i=this.getOrCreateContext(n);i.outlet=r,this.contexts.set(n,i)}onChildOutletDestroyed(n){let r=this.getContext(n);r&&(r.outlet=null,r.attachRef=null)}onOutletDeactivated(){let n=this.contexts;return this.contexts=new Map,n}onOutletReAttached(n){this.contexts=n}getOrCreateContext(n){let r=this.getContext(n);return r||(r=new Bf(this.rootInjector),this.contexts.set(n,r)),r}getContext(n){return this.contexts.get(n)||null}static{this.\u0275fac=function(r){return new(r||e)(ie(xt))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Fl=class{constructor(t){this._root=t}get root(){return this._root.value}parent(t){let n=this.pathFromRoot(t);return n.length>1?n[n.length-2]:null}children(t){let n=zf(t,this._root);return n?n.children.map(r=>r.value):[]}firstChild(t){let n=zf(t,this._root);return n&&n.children.length>0?n.children[0].value:null}siblings(t){let n=Vf(t,this._root);return n.length<2?[]:n[n.length-2].children.map(i=>i.value).filter(i=>i!==t)}pathFromRoot(t){return Vf(t,this._root).map(n=>n.value)}};function zf(e,t){if(e===t.value)return t;for(let n of t.children){let r=zf(e,n);if(r)return r}return null}function Vf(e,t){if(e===t.value)return[t];for(let n of t.children){let r=Vf(e,n);if(r.length)return r.unshift(t),r}return[]}var mt=class{constructor(t,n){this.value=t,this.children=n}toString(){return`TreeNode(${this.value})`}};function bi(e){let t={};return e&&e.children.forEach(n=>t[n.value.outlet]=n),t}var jl=class extends Fl{constructor(t,n){super(t),this.snapshot=n,Kf(this,t)}toString(){return this.snapshot.toString()}};function fC(e){let t=$L(e),n=new ze([new xr("",{})]),r=new ze({}),i=new ze({}),o=new ze({}),s=new ze(""),a=new Di(n,r,o,s,i,G,e,t.root);return a.snapshot=t.root,new jl(new mt(a,[]),t)}function $L(e){let t={},n={},r={},i="",o=new Ci([],t,r,i,n,G,e,null,{});return new zl("",new mt(o,[]))}var Di=class{constructor(t,n,r,i,o,s,a,l){this.urlSubject=t,this.paramsSubject=n,this.queryParamsSubject=r,this.fragmentSubject=i,this.dataSubject=o,this.outlet=s,this.component=a,this._futureSnapshot=l,this.title=this.dataSubject?.pipe(X(u=>u[Jo]))??$(void 0),this.url=t,this.params=n,this.queryParams=r,this.fragment=i,this.data=o}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=this.params.pipe(X(t=>wi(t))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe(X(t=>wi(t))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}};function Bl(e,t,n="emptyOnly"){let r,{routeConfig:i}=e;return t!==null&&(n==="always"||i?.path===""||!t.component&&!t.routeConfig?.loadComponent)?r={params:E(E({},t.params),e.params),data:E(E({},t.data),e.data),resolve:E(E(E(E({},e.data),t.data),i?.data),e._resolvedData)}:r={params:E({},e.params),data:E({},e.data),resolve:E(E({},e.data),e._resolvedData??{})},i&&mC(i)&&(r.resolve[Jo]=i.title),r}var Ci=class{get title(){return this.data?.[Jo]}constructor(t,n,r,i,o,s,a,l,u){this.url=t,this.params=n,this.queryParams=r,this.fragment=i,this.data=o,this.outlet=s,this.component=a,this.routeConfig=l,this._resolve=u}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=wi(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=wi(this.queryParams),this._queryParamMap}toString(){let t=this.url.map(r=>r.toString()).join("/"),n=this.routeConfig?this.routeConfig.path:"";return`Route(url:'${t}', path:'${n}')`}},zl=class extends Fl{constructor(t,n){super(n),this.url=t,Kf(this,n)}toString(){return hC(this._root)}};function Kf(e,t){t.value._routerState=e,t.children.forEach(n=>Kf(e,n))}function hC(e){let t=e.children.length>0?` { ${e.children.map(hC).join(", ")} } `:"";return`${e.value}${t}`}function Cf(e){if(e.snapshot){let t=e.snapshot,n=e._futureSnapshot;e.snapshot=n,nn(t.queryParams,n.queryParams)||e.queryParamsSubject.next(n.queryParams),t.fragment!==n.fragment&&e.fragmentSubject.next(n.fragment),nn(t.params,n.params)||e.paramsSubject.next(n.params),bL(t.url,n.url)||e.urlSubject.next(n.url),nn(t.data,n.data)||e.dataSubject.next(n.data)}else e.snapshot=e._futureSnapshot,e.dataSubject.next(e._futureSnapshot.data)}function qf(e,t){let n=nn(e.params,t.params)&&wL(e.url,t.url),r=!e.parent!=!t.parent;return n&&!r&&(!e.parent||qf(e.parent,t.parent))}function mC(e){return typeof e.title=="string"||e.title===null}var Jf=(()=>{class e{constructor(){this.activated=null,this._activatedRoute=null,this.name=G,this.activateEvents=new Ce,this.deactivateEvents=new Ce,this.attachEvents=new Ce,this.detachEvents=new Ce,this.parentContexts=_(Wl),this.location=_(mi),this.changeDetector=_(Sr),this.inputBinder=_(Xf,{optional:!0}),this.supportsBindingToComponentInputs=!0}get activatedComponentRef(){return this.activated}ngOnChanges(n){if(n.name){let{firstChange:r,previousValue:i}=n.name;if(r)return;this.isTrackedInParentContexts(i)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(i)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts(n){return this.parentContexts.getContext(n)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;let n=this.parentContexts.getContext(this.name);n?.route&&(n.attachRef?this.attach(n.attachRef,n.route):this.activateWith(n.route,n.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new P(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new P(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new P(4012,!1);this.location.detach();let n=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(n.instance),n}attach(n,r){this.activated=n,this._activatedRoute=r,this.location.insert(n.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(n.instance)}deactivate(){if(this.activated){let n=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(n)}}activateWith(n,r){if(this.isActivated)throw new P(4013,!1);this._activatedRoute=n;let i=this.location,s=n.snapshot.component,a=this.parentContexts.getOrCreateContext(this.name).children,l=new Wf(n,a,i.injector);this.activated=i.createComponent(s,{index:i.length,injector:l,environmentInjector:r}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275dir=Vt({type:e,selectors:[["router-outlet"]],inputs:{name:"name"},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],standalone:!0,features:[tn]})}}return e})(),Wf=class e{__ngOutletInjector(t){return new e(this.route,this.childContexts,t)}constructor(t,n,r){this.route=t,this.childContexts=n,this.parent=r}get(t,n){return t===Di?this.route:t===Wl?this.childContexts:this.parent.get(t,n)}},Xf=new L("");function GL(e,t,n){let r=Yo(e,t._root,n?n._root:void 0);return new jl(r,t)}function Yo(e,t,n){if(n&&e.shouldReuseRoute(t.value,n.value.snapshot)){let r=n.value;r._futureSnapshot=t.value;let i=YL(e,t,n);return new mt(r,i)}else{if(e.shouldAttach(t.value)){let o=e.retrieve(t.value);if(o!==null){let s=o.route;return s.value._futureSnapshot=t.value,s.children=t.children.map(a=>Yo(e,a)),s}}let r=ZL(t.value),i=t.children.map(o=>Yo(e,o));return new mt(r,i)}}function YL(e,t,n){return t.children.map(r=>{for(let i of n.children)if(e.shouldReuseRoute(r.value,i.value.snapshot))return Yo(e,r,i);return Yo(e,r)})}function ZL(e){return new Di(new ze(e.url),new ze(e.params),new ze(e.queryParams),new ze(e.fragment),new ze(e.data),e.outlet,e.component,e)}var Zo=class{constructor(t,n){this.redirectTo=t,this.navigationBehaviorOptions=n}},gC="ngNavigationCancelingError";function Vl(e,t){let{redirectTo:n,navigationBehaviorOptions:r}=Wo(t)?{redirectTo:t,navigationBehaviorOptions:void 0}:t,i=yC(!1,gt.Redirect);return i.url=n,i.navigationBehaviorOptions=r,i}function yC(e,t){let n=new Error(`NavigationCancelingError: ${e||""}`);return n[gC]=!0,n.cancellationCode=t,n}function QL(e){return vC(e)&&Wo(e.url)}function vC(e){return!!e&&e[gC]}var KL=(e,t,n,r)=>X(i=>(new Uf(t,i.targetRouterState,i.currentRouterState,n,r).activate(e),i)),Uf=class{constructor(t,n,r,i,o){this.routeReuseStrategy=t,this.futureState=n,this.currState=r,this.forwardEvent=i,this.inputBindingEnabled=o}activate(t){let n=this.futureState._root,r=this.currState?this.currState._root:null;this.deactivateChildRoutes(n,r,t),Cf(this.futureState.root),this.activateChildRoutes(n,r,t)}deactivateChildRoutes(t,n,r){let i=bi(n);t.children.forEach(o=>{let s=o.value.outlet;this.deactivateRoutes(o,i[s],r),delete i[s]}),Object.values(i).forEach(o=>{this.deactivateRouteAndItsChildren(o,r)})}deactivateRoutes(t,n,r){let i=t.value,o=n?n.value:null;if(i===o)if(i.component){let s=r.getContext(i.outlet);s&&this.deactivateChildRoutes(t,n,s.children)}else this.deactivateChildRoutes(t,n,r);else o&&this.deactivateRouteAndItsChildren(n,r)}deactivateRouteAndItsChildren(t,n){t.value.component&&this.routeReuseStrategy.shouldDetach(t.value.snapshot)?this.detachAndStoreRouteSubtree(t,n):this.deactivateRouteAndOutlet(t,n)}detachAndStoreRouteSubtree(t,n){let r=n.getContext(t.value.outlet),i=r&&t.value.component?r.children:n,o=bi(t);for(let s of Object.values(o))this.deactivateRouteAndItsChildren(s,i);if(r&&r.outlet){let s=r.outlet.detach(),a=r.children.onOutletDeactivated();this.routeReuseStrategy.store(t.value.snapshot,{componentRef:s,route:t,contexts:a})}}deactivateRouteAndOutlet(t,n){let r=n.getContext(t.value.outlet),i=r&&t.value.component?r.children:n,o=bi(t);for(let s of Object.values(o))this.deactivateRouteAndItsChildren(s,i);r&&(r.outlet&&(r.outlet.deactivate(),r.children.onOutletDeactivated()),r.attachRef=null,r.route=null)}activateChildRoutes(t,n,r){let i=bi(n);t.children.forEach(o=>{this.activateRoutes(o,i[o.value.outlet],r),this.forwardEvent(new jf(o.value.snapshot))}),t.children.length&&this.forwardEvent(new Lf(t.value.snapshot))}activateRoutes(t,n,r){let i=t.value,o=n?n.value:null;if(Cf(i),i===o)if(i.component){let s=r.getOrCreateContext(i.outlet);this.activateChildRoutes(t,n,s.children)}else this.activateChildRoutes(t,n,r);else if(i.component){let s=r.getOrCreateContext(i.outlet);if(this.routeReuseStrategy.shouldAttach(i.snapshot)){let a=this.routeReuseStrategy.retrieve(i.snapshot);this.routeReuseStrategy.store(i.snapshot,null),s.children.onOutletReAttached(a.contexts),s.attachRef=a.componentRef,s.route=a.route.value,s.outlet&&s.outlet.attach(a.componentRef,a.route.value),Cf(a.route.value),this.activateChildRoutes(t,null,s.children)}else s.attachRef=null,s.route=i,s.outlet&&s.outlet.activateWith(i,s.injector),this.activateChildRoutes(t,null,s.children)}else this.activateChildRoutes(t,null,r)}},ql=class{constructor(t){this.path=t,this.route=this.path[this.path.length-1]}},xi=class{constructor(t,n){this.component=t,this.route=n}};function JL(e,t,n){let r=e._root,i=t?t._root:null;return Fo(r,i,n,[r.value])}function XL(e){let t=e.routeConfig?e.routeConfig.canActivateChild:null;return!t||t.length===0?null:{node:e,guards:t}}function Ii(e,t){let n=Symbol(),r=t.get(e,n);return r===n?typeof e=="function"&&!hv(e)?e:t.get(e):r}function Fo(e,t,n,r,i={canDeactivateChecks:[],canActivateChecks:[]}){let o=bi(t);return e.children.forEach(s=>{eF(s,o[s.value.outlet],n,r.concat([s.value]),i),delete o[s.value.outlet]}),Object.entries(o).forEach(([s,a])=>Vo(a,n.getContext(s),i)),i}function eF(e,t,n,r,i={canDeactivateChecks:[],canActivateChecks:[]}){let o=e.value,s=t?t.value:null,a=n?n.getContext(e.value.outlet):null;if(s&&o.routeConfig===s.routeConfig){let l=tF(s,o,o.routeConfig.runGuardsAndResolvers);l?i.canActivateChecks.push(new ql(r)):(o.data=s.data,o._resolvedData=s._resolvedData),o.component?Fo(e,t,a?a.children:null,r,i):Fo(e,t,n,r,i),l&&a&&a.outlet&&a.outlet.isActivated&&i.canDeactivateChecks.push(new xi(a.outlet.component,s))}else s&&Vo(t,a,i),i.canActivateChecks.push(new ql(r)),o.component?Fo(e,null,a?a.children:null,r,i):Fo(e,null,n,r,i);return i}function tF(e,t,n){if(typeof n=="function")return n(e,t);switch(n){case"pathParamsChange":return!wr(e.url,t.url);case"pathParamsOrQueryParamsChange":return!wr(e.url,t.url)||!nn(e.queryParams,t.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!qf(e,t)||!nn(e.queryParams,t.queryParams);case"paramsChange":default:return!qf(e,t)}}function Vo(e,t,n){let r=bi(e),i=e.value;Object.entries(r).forEach(([o,s])=>{i.component?t?Vo(s,t.children.getContext(o),n):Vo(s,null,n):Vo(s,t,n)}),i.component?t&&t.outlet&&t.outlet.isActivated?n.canDeactivateChecks.push(new xi(t.outlet.component,i)):n.canDeactivateChecks.push(new xi(null,i)):n.canDeactivateChecks.push(new xi(null,i))}function es(e){return typeof e=="function"}function nF(e){return typeof e=="boolean"}function rF(e){return e&&es(e.canLoad)}function iF(e){return e&&es(e.canActivate)}function oF(e){return e&&es(e.canActivateChild)}function sF(e){return e&&es(e.canDeactivate)}function aF(e){return e&&es(e.canMatch)}function bC(e){return e instanceof ln||e?.name==="EmptyError"}var Al=Symbol("INITIAL_VALUE");function _i(){return Ft(e=>Sa(e.map(t=>t.pipe(un(1),sd(Al)))).pipe(X(t=>{for(let n of t)if(n!==!0){if(n===Al)return Al;if(n===!1||lF(n))return n}return!0}),Lt(t=>t!==Al),un(1)))}function lF(e){return Wo(e)||e instanceof Zo}function uF(e,t){return Re(n=>{let{targetSnapshot:r,currentSnapshot:i,guards:{canActivateChecks:o,canDeactivateChecks:s}}=n;return s.length===0&&o.length===0?$(ee(E({},n),{guardsResult:!0})):cF(s,r,i,e).pipe(Re(a=>a&&nF(a)?dF(r,o,e,t):$(a)),X(a=>ee(E({},n),{guardsResult:a})))})}function cF(e,t,n,r){return _e(e).pipe(Re(i=>gF(i.component,i.route,n,t,r)),Zt(i=>i!==!0,!0))}function dF(e,t,n,r){return _e(t).pipe(Wr(i=>qr(fF(i.route.parent,r),pF(i.route,r),mF(e,i.path,n),hF(e,i.route,n))),Zt(i=>i!==!0,!0))}function pF(e,t){return e!==null&&t&&t(new Ff(e)),$(!0)}function fF(e,t){return e!==null&&t&&t(new Pf(e)),$(!0)}function hF(e,t,n){let r=t.routeConfig?t.routeConfig.canActivate:null;if(!r||r.length===0)return $(!0);let i=r.map(o=>Ca(()=>{let s=Xo(t)??n,a=Ii(o,s),l=iF(a)?a.canActivate(t,e):fn(s,()=>a(t,e));return Un(l).pipe(Zt())}));return $(i).pipe(_i())}function mF(e,t,n){let r=t[t.length-1],o=t.slice(0,t.length-1).reverse().map(s=>XL(s)).filter(s=>s!==null).map(s=>Ca(()=>{let a=s.guards.map(l=>{let u=Xo(s.node)??n,c=Ii(l,u),p=oF(c)?c.canActivateChild(r,e):fn(u,()=>c(r,e));return Un(p).pipe(Zt())});return $(a).pipe(_i())}));return $(o).pipe(_i())}function gF(e,t,n,r,i){let o=t&&t.routeConfig?t.routeConfig.canDeactivate:null;if(!o||o.length===0)return $(!0);let s=o.map(a=>{let l=Xo(t)??i,u=Ii(a,l),c=sF(u)?u.canDeactivate(e,t,n,r):fn(l,()=>u(e,t,n,r));return Un(c).pipe(Zt())});return $(s).pipe(_i())}function yF(e,t,n,r){let i=t.canLoad;if(i===void 0||i.length===0)return $(!0);let o=i.map(s=>{let a=Ii(s,e),l=rF(a)?a.canLoad(t,n):fn(e,()=>a(t,n));return Un(l)});return $(o).pipe(_i(),SC(r))}function SC(e){return Yc(Ve(t=>{if(typeof t!="boolean")throw Vl(e,t)}),X(t=>t===!0))}function vF(e,t,n,r){let i=t.canMatch;if(!i||i.length===0)return $(!0);let o=i.map(s=>{let a=Ii(s,e),l=aF(a)?a.canMatch(t,n):fn(e,()=>a(t,n));return Un(l)});return $(o).pipe(_i(),SC(r))}var Qo=class{constructor(t){this.segmentGroup=t||null}},Ko=class extends Error{constructor(t){super(),this.urlTree=t}};function vi(e){return Vr(new Qo(e))}function bF(e){return Vr(new P(4e3,!1))}function SF(e){return Vr(yC(!1,gt.GuardRejected))}var Hf=class{constructor(t,n){this.urlSerializer=t,this.urlTree=n}lineralizeSegments(t,n){let r=[],i=n.root;for(;;){if(r=r.concat(i.segments),i.numberOfChildren===0)return $(r);if(i.numberOfChildren>1||!i.children[G])return bF(`${t.redirectTo}`);i=i.children[G]}}applyRedirectCommands(t,n,r,i,o){if(typeof n!="string"){let a=n,{queryParams:l,fragment:u,routeConfig:c,url:p,outlet:d,params:f,data:g,title:h}=i,y=fn(o,()=>a({params:f,data:g,queryParams:l,fragment:u,routeConfig:c,url:p,outlet:d,title:h}));if(y instanceof Sn)throw new Ko(y);n=y}let s=this.applyRedirectCreateUrlTree(n,this.urlSerializer.parse(n),t,r);if(n[0]==="/")throw new Ko(s);return s}applyRedirectCreateUrlTree(t,n,r,i){let o=this.createSegmentGroup(t,n.root,r,i);return new Sn(o,this.createQueryParams(n.queryParams,this.urlTree.queryParams),n.fragment)}createQueryParams(t,n){let r={};return Object.entries(t).forEach(([i,o])=>{if(typeof o=="string"&&o[0]===":"){let a=o.substring(1);r[i]=n[a]}else r[i]=o}),r}createSegmentGroup(t,n,r,i){let o=this.createSegments(t,n.segments,r,i),s={};return Object.entries(n.children).forEach(([a,l])=>{s[a]=this.createSegmentGroup(t,l,r,i)}),new ce(o,s)}createSegments(t,n,r,i){return n.map(o=>o.path[0]===":"?this.findPosParam(t,o,i):this.findOrReturn(o,r))}findPosParam(t,n,r){let i=r[n.path.substring(1)];if(!i)throw new P(4001,!1);return i}findOrReturn(t,n){let r=0;for(let i of n){if(i.path===t.path)return n.splice(r),i;r++}return t}},$f={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function CF(e,t,n,r,i){let o=CC(e,t,n);return o.matched?(r=UL(t,r),vF(r,t,n,i).pipe(X(s=>s===!0?o:E({},$f)))):$(o)}function CC(e,t,n){if(t.path==="**")return xF(n);if(t.path==="")return t.pathMatch==="full"&&(e.hasChildren()||n.length>0)?E({},$f):{matched:!0,consumedSegments:[],remainingSegments:n,parameters:{},positionalParamSegments:{}};let i=(t.matcher||vL)(n,e,t);if(!i)return E({},$f);let o={};Object.entries(i.posParams??{}).forEach(([a,l])=>{o[a]=l.path});let s=i.consumed.length>0?E(E({},o),i.consumed[i.consumed.length-1].parameters):o;return{matched:!0,consumedSegments:i.consumed,remainingSegments:n.slice(i.consumed.length),parameters:s,positionalParamSegments:i.posParams??{}}}function xF(e){return{matched:!0,parameters:e.length>0?eC(e).parameters:{},consumedSegments:e,remainingSegments:[],positionalParamSegments:{}}}function QS(e,t,n,r){return n.length>0&&DF(e,n,r)?{segmentGroup:new ce(t,EF(r,new ce(n,e.children))),slicedSegments:[]}:n.length===0&&_F(e,n,r)?{segmentGroup:new ce(e.segments,wF(e,n,r,e.children)),slicedSegments:n}:{segmentGroup:new ce(e.segments,e.children),slicedSegments:n}}function wF(e,t,n,r){let i={};for(let o of n)if(Ul(e,t,o)&&!r[Ut(o)]){let s=new ce([],{});i[Ut(o)]=s}return E(E({},r),i)}function EF(e,t){let n={};n[G]=t;for(let r of e)if(r.path===""&&Ut(r)!==G){let i=new ce([],{});n[Ut(r)]=i}return n}function DF(e,t,n){return n.some(r=>Ul(e,t,r)&&Ut(r)!==G)}function _F(e,t,n){return n.some(r=>Ul(e,t,r))}function Ul(e,t,n){return(e.hasChildren()||t.length>0)&&n.pathMatch==="full"?!1:n.path===""}function IF(e,t,n){return t.length===0&&!e.children[n]}var Gf=class{};function TF(e,t,n,r,i,o,s="emptyOnly"){return new Yf(e,t,n,r,i,s,o).recognize()}var kF=31,Yf=class{constructor(t,n,r,i,o,s,a){this.injector=t,this.configLoader=n,this.rootComponentType=r,this.config=i,this.urlTree=o,this.paramsInheritanceStrategy=s,this.urlSerializer=a,this.applyRedirects=new Hf(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(t){return new P(4002,`'${t.segmentGroup}'`)}recognize(){let t=QS(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(t).pipe(X(({children:n,rootSnapshot:r})=>{let i=new mt(r,n),o=new zl("",i),s=FL(r,[],this.urlTree.queryParams,this.urlTree.fragment);return s.queryParams=this.urlTree.queryParams,o.url=this.urlSerializer.serialize(s),{state:o,tree:s}}))}match(t){let n=new Ci([],Object.freeze({}),Object.freeze(E({},this.urlTree.queryParams)),this.urlTree.fragment,Object.freeze({}),G,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,t,G,n).pipe(X(r=>({children:r,rootSnapshot:n})),On(r=>{if(r instanceof Ko)return this.urlTree=r.urlTree,this.match(r.urlTree.root);throw r instanceof Qo?this.noMatchError(r):r}))}processSegmentGroup(t,n,r,i,o){return r.segments.length===0&&r.hasChildren()?this.processChildren(t,n,r,o):this.processSegment(t,n,r,r.segments,i,!0,o).pipe(X(s=>s instanceof mt?[s]:[]))}processChildren(t,n,r,i){let o=[];for(let s of Object.keys(r.children))s==="primary"?o.unshift(s):o.push(s);return _e(o).pipe(Wr(s=>{let a=r.children[s],l=HL(n,s);return this.processSegmentGroup(t,l,a,s,i)}),od((s,a)=>(s.push(...a),s)),Nn(null),id(),Re(s=>{if(s===null)return vi(r);let a=xC(s);return AF(a),$(a)}))}processSegment(t,n,r,i,o,s,a){return _e(n).pipe(Wr(l=>this.processSegmentAgainstRoute(l._injector??t,n,l,r,i,o,s,a).pipe(On(u=>{if(u instanceof Qo)return $(null);throw u}))),Zt(l=>!!l),On(l=>{if(bC(l))return IF(r,i,o)?$(new Gf):vi(r);throw l}))}processSegmentAgainstRoute(t,n,r,i,o,s,a,l){return Ut(r)!==s&&(s===G||!Ul(i,o,r))?vi(i):r.redirectTo===void 0?this.matchSegmentAgainstRoute(t,i,r,o,s,l):this.allowRedirects&&a?this.expandSegmentAgainstRouteUsingRedirect(t,i,n,r,o,s,l):vi(i)}expandSegmentAgainstRouteUsingRedirect(t,n,r,i,o,s,a){let{matched:l,parameters:u,consumedSegments:c,positionalParamSegments:p,remainingSegments:d}=CC(n,i,o);if(!l)return vi(n);typeof i.redirectTo=="string"&&i.redirectTo[0]==="/"&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>kF&&(this.allowRedirects=!1));let f=new Ci(o,u,Object.freeze(E({},this.urlTree.queryParams)),this.urlTree.fragment,KS(i),Ut(i),i.component??i._loadedComponent??null,i,JS(i)),g=Bl(f,a,this.paramsInheritanceStrategy);f.params=Object.freeze(g.params),f.data=Object.freeze(g.data);let h=this.applyRedirects.applyRedirectCommands(c,i.redirectTo,p,f,t);return this.applyRedirects.lineralizeSegments(i,h).pipe(Re(y=>this.processSegment(t,r,n,y.concat(d),s,!1,a)))}matchSegmentAgainstRoute(t,n,r,i,o,s){let a=CF(n,r,i,t,this.urlSerializer);return r.path==="**"&&(n.children={}),a.pipe(Ft(l=>l.matched?(t=r._injector??t,this.getChildConfig(t,r,i).pipe(Ft(({routes:u})=>{let c=r._loadedInjector??t,{parameters:p,consumedSegments:d,remainingSegments:f}=l,g=new Ci(d,p,Object.freeze(E({},this.urlTree.queryParams)),this.urlTree.fragment,KS(r),Ut(r),r.component??r._loadedComponent??null,r,JS(r)),h=Bl(g,s,this.paramsInheritanceStrategy);g.params=Object.freeze(h.params),g.data=Object.freeze(h.data);let{segmentGroup:y,slicedSegments:m}=QS(n,d,f,u);if(m.length===0&&y.hasChildren())return this.processChildren(c,u,y,g).pipe(X(S=>new mt(g,S)));if(u.length===0&&m.length===0)return $(new mt(g,[]));let v=Ut(r)===o;return this.processSegment(c,u,y,m,v?G:o,!0,g).pipe(X(S=>new mt(g,S instanceof mt?[S]:[])))}))):vi(n)))}getChildConfig(t,n,r){return n.children?$({routes:n.children,injector:t}):n.loadChildren?n._loadedRoutes!==void 0?$({routes:n._loadedRoutes,injector:n._loadedInjector}):yF(t,n,r,this.urlSerializer).pipe(Re(i=>i?this.configLoader.loadChildren(t,n).pipe(Ve(o=>{n._loadedRoutes=o.routes,n._loadedInjector=o.injector})):SF(n))):$({routes:[],injector:t})}};function AF(e){e.sort((t,n)=>t.value.outlet===G?-1:n.value.outlet===G?1:t.value.outlet.localeCompare(n.value.outlet))}function MF(e){let t=e.value.routeConfig;return t&&t.path===""}function xC(e){let t=[],n=new Set;for(let r of e){if(!MF(r)){t.push(r);continue}let i=t.find(o=>r.value.routeConfig===o.value.routeConfig);i!==void 0?(i.children.push(...r.children),n.add(i)):t.push(r)}for(let r of n){let i=xC(r.children);t.push(new mt(r.value,i))}return t.filter(r=>!n.has(r))}function KS(e){return e.data||{}}function JS(e){return e.resolve||{}}function OF(e,t,n,r,i,o){return Re(s=>TF(e,t,n,r,s.extractedUrl,i,o).pipe(X(({state:a,tree:l})=>ee(E({},s),{targetSnapshot:a,urlAfterRedirects:l}))))}function NF(e,t){return Re(n=>{let{targetSnapshot:r,guards:{canActivateChecks:i}}=n;if(!i.length)return $(n);let o=new Set(i.map(l=>l.route)),s=new Set;for(let l of o)if(!s.has(l))for(let u of wC(l))s.add(u);let a=0;return _e(s).pipe(Wr(l=>o.has(l)?RF(l,r,e,t):(l.data=Bl(l,l.parent,e).resolve,$(void 0))),Ve(()=>a++),Ur(1),Re(l=>a===s.size?$(n):pt))})}function wC(e){let t=e.children.map(n=>wC(n)).flat();return[e,...t]}function RF(e,t,n,r){let i=e.routeConfig,o=e._resolve;return i?.title!==void 0&&!mC(i)&&(o[Jo]=i.title),PF(o,e,t,r).pipe(X(s=>(e._resolvedData=s,e.data=Bl(e,e.parent,n).resolve,null)))}function PF(e,t,n,r){let i=Ef(e);if(i.length===0)return $({});let o={};return _e(i).pipe(Re(s=>LF(e[s],t,n,r).pipe(Zt(),Ve(a=>{if(a instanceof Zo)throw Vl(new qo,a);o[s]=a}))),Ur(1),rd(o),On(s=>bC(s)?pt:Vr(s)))}function LF(e,t,n,r){let i=Xo(t)??r,o=Ii(e,i),s=o.resolve?o.resolve(t,n):fn(i,()=>o(t,n));return Un(s)}function xf(e){return Ft(t=>{let n=e(t);return n?_e(n).pipe(X(()=>t)):$(t)})}var EC=(()=>{class e{buildTitle(n){let r,i=n.root;for(;i!==void 0;)r=this.getResolvedTitleForRoute(i)??r,i=i.children.find(o=>o.outlet===G);return r}getResolvedTitleForRoute(n){return n.data[Jo]}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>_(FF),providedIn:"root"})}}return e})(),FF=(()=>{class e extends EC{constructor(n){super(),this.title=n}updateTitle(n){let r=this.buildTitle(n);r!==void 0&&this.title.setTitle(r)}static{this.\u0275fac=function(r){return new(r||e)(ie(HS))}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),eh=new L("",{providedIn:"root",factory:()=>({})}),jF=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=pe({type:e,selectors:[["ng-component"]],standalone:!0,features:[fe],decls:1,vars:0,template:function(r,i){r&1&&ne(0,"router-outlet")},dependencies:[Jf],encapsulation:2})}}return e})();function th(e){let t=e.children&&e.children.map(th),n=t?ee(E({},e),{children:t}):E({},e);return!n.component&&!n.loadComponent&&(t||n.loadChildren)&&n.outlet&&n.outlet!==G&&(n.component=jF),n}var nh=new L(""),BF=(()=>{class e{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=_(lf)}loadComponent(n){if(this.componentLoaders.get(n))return this.componentLoaders.get(n);if(n._loadedComponent)return $(n._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(n);let r=Un(n.loadComponent()).pipe(X(DC),Ve(o=>{this.onLoadEndListener&&this.onLoadEndListener(n),n._loadedComponent=o}),co(()=>{this.componentLoaders.delete(n)})),i=new Br(r,()=>new Ne).pipe(jr());return this.componentLoaders.set(n,i),i}loadChildren(n,r){if(this.childrenLoaders.get(r))return this.childrenLoaders.get(r);if(r._loadedRoutes)return $({routes:r._loadedRoutes,injector:r._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(r);let o=zF(r,this.compiler,n,this.onLoadEndListener).pipe(co(()=>{this.childrenLoaders.delete(r)})),s=new Br(o,()=>new Ne).pipe(jr());return this.childrenLoaders.set(r,s),s}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function zF(e,t,n,r){return Un(e.loadChildren()).pipe(X(DC),Re(i=>i instanceof _o||Array.isArray(i)?$(i):_e(t.compileModuleAsync(i))),X(i=>{r&&r(e);let o,s,a=!1;return Array.isArray(i)?(s=i,a=!0):(o=i.create(n).injector,s=o.get(nh,[],{optional:!0,self:!0}).flat()),{routes:s.map(th),injector:o}}))}function VF(e){return e&&typeof e=="object"&&"default"in e}function DC(e){return VF(e)?e.default:e}var rh=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>_(qF),providedIn:"root"})}}return e})(),qF=(()=>{class e{shouldProcessUrl(n){return!0}extract(n){return n}merge(n,r){return n}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),WF=new L("");var UF=new L(""),HF=(()=>{class e{get hasRequestedNavigation(){return this.navigationId!==0}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new Ne,this.transitionAbortSubject=new Ne,this.configLoader=_(BF),this.environmentInjector=_(xt),this.urlSerializer=_(Qf),this.rootContexts=_(Wl),this.location=_(Oo),this.inputBindingEnabled=_(Xf,{optional:!0})!==null,this.titleStrategy=_(EC),this.options=_(eh,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=_(rh),this.createViewTransition=_(WF,{optional:!0}),this.navigationErrorHandler=_(UF,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>$(void 0),this.rootComponentType=null;let n=i=>this.events.next(new Nf(i)),r=i=>this.events.next(new Rf(i));this.configLoader.onLoadEndListener=r,this.configLoader.onLoadStartListener=n}complete(){this.transitions?.complete()}handleNavigationRequest(n){let r=++this.navigationId;this.transitions?.next(ee(E(E({},this.transitions.value),n),{id:r}))}setupNavigations(n,r,i){return this.transitions=new ze({id:0,currentUrlTree:r,currentRawUrl:r,extractedUrl:this.urlHandlingStrategy.extract(r),urlAfterRedirects:this.urlHandlingStrategy.extract(r),rawUrl:r,extras:{},resolve:()=>{},reject:()=>{},promise:Promise.resolve(!0),source:zo,restoredState:null,currentSnapshot:i.snapshot,targetSnapshot:null,currentRouterState:i,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe(Lt(o=>o.id!==0),X(o=>ee(E({},o),{extractedUrl:this.urlHandlingStrategy.extract(o.rawUrl)})),Ft(o=>{let s=!1,a=!1;return $(o).pipe(Ft(l=>{if(this.navigationId>o.id)return this.cancelNavigationTransition(o,"",gt.SupersededByNewNavigation),pt;this.currentTransition=o,this.currentNavigation={id:l.id,initialUrl:l.rawUrl,extractedUrl:l.extractedUrl,targetBrowserUrl:typeof l.extras.browserUrl=="string"?this.urlSerializer.parse(l.extras.browserUrl):l.extras.browserUrl,trigger:l.source,extras:l.extras,previousNavigation:this.lastSuccessfulNavigation?ee(E({},this.lastSuccessfulNavigation),{previousNavigation:null}):null};let u=!n.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl(),c=l.extras.onSameUrlNavigation??n.onSameUrlNavigation;if(!u&&c!=="reload"){let p="";return this.events.next(new Dr(l.id,this.urlSerializer.serialize(l.rawUrl),p,Tf.IgnoredSameUrlNavigation)),l.resolve(!1),pt}if(this.urlHandlingStrategy.shouldProcessUrl(l.rawUrl))return $(l).pipe(Ft(p=>{let d=this.transitions?.getValue();return this.events.next(new Ho(p.id,this.urlSerializer.serialize(p.extractedUrl),p.source,p.restoredState)),d!==this.transitions?.getValue()?pt:Promise.resolve(p)}),OF(this.environmentInjector,this.configLoader,this.rootComponentType,n.config,this.urlSerializer,this.paramsInheritanceStrategy),Ve(p=>{o.targetSnapshot=p.targetSnapshot,o.urlAfterRedirects=p.urlAfterRedirects,this.currentNavigation=ee(E({},this.currentNavigation),{finalUrl:p.urlAfterRedirects});let d=new Ll(p.id,this.urlSerializer.serialize(p.extractedUrl),this.urlSerializer.serialize(p.urlAfterRedirects),p.targetSnapshot);this.events.next(d)}));if(u&&this.urlHandlingStrategy.shouldProcessUrl(l.currentRawUrl)){let{id:p,extractedUrl:d,source:f,restoredState:g,extras:h}=l,y=new Ho(p,this.urlSerializer.serialize(d),f,g);this.events.next(y);let m=fC(this.rootComponentType).snapshot;return this.currentTransition=o=ee(E({},l),{targetSnapshot:m,urlAfterRedirects:d,extras:ee(E({},h),{skipLocationChange:!1,replaceUrl:!1})}),this.currentNavigation.finalUrl=d,$(o)}else{let p="";return this.events.next(new Dr(l.id,this.urlSerializer.serialize(l.extractedUrl),p,Tf.IgnoredByUrlHandlingStrategy)),l.resolve(!1),pt}}),Ve(l=>{let u=new kf(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot);this.events.next(u)}),X(l=>(this.currentTransition=o=ee(E({},l),{guards:JL(l.targetSnapshot,l.currentSnapshot,this.rootContexts)}),o)),uF(this.environmentInjector,l=>this.events.next(l)),Ve(l=>{if(o.guardsResult=l.guardsResult,l.guardsResult&&typeof l.guardsResult!="boolean")throw Vl(this.urlSerializer,l.guardsResult);let u=new Af(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot,!!l.guardsResult);this.events.next(u)}),Lt(l=>l.guardsResult?!0:(this.cancelNavigationTransition(l,"",gt.GuardRejected),!1)),xf(l=>{if(l.guards.canActivateChecks.length)return $(l).pipe(Ve(u=>{let c=new Mf(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}),Ft(u=>{let c=!1;return $(u).pipe(NF(this.paramsInheritanceStrategy,this.environmentInjector),Ve({next:()=>c=!0,complete:()=>{c||this.cancelNavigationTransition(u,"",gt.NoDataFromResolver)}}))}),Ve(u=>{let c=new Of(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}))}),xf(l=>{let u=c=>{let p=[];c.routeConfig?.loadComponent&&!c.routeConfig._loadedComponent&&p.push(this.configLoader.loadComponent(c.routeConfig).pipe(Ve(d=>{c.component=d}),X(()=>{})));for(let d of c.children)p.push(...u(d));return p};return Sa(u(l.targetSnapshot.root)).pipe(Nn(null),un(1))}),xf(()=>this.afterPreactivation()),Ft(()=>{let{currentSnapshot:l,targetSnapshot:u}=o,c=this.createViewTransition?.(this.environmentInjector,l.root,u.root);return c?_e(c).pipe(X(()=>o)):$(o)}),X(l=>{let u=GL(n.routeReuseStrategy,l.targetSnapshot,l.currentRouterState);return this.currentTransition=o=ee(E({},l),{targetRouterState:u}),this.currentNavigation.targetRouterState=u,o}),Ve(()=>{this.events.next(new Go)}),KL(this.rootContexts,n.routeReuseStrategy,l=>this.events.next(l),this.inputBindingEnabled),un(1),Ve({next:l=>{s=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new Er(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects))),this.titleStrategy?.updateTitle(l.targetRouterState.snapshot),l.resolve(!0)},complete:()=>{s=!0}}),ad(this.transitionAbortSubject.pipe(Ve(l=>{throw l}))),co(()=>{!s&&!a&&this.cancelNavigationTransition(o,"",gt.SupersededByNewNavigation),this.currentTransition?.id===o.id&&(this.currentNavigation=null,this.currentTransition=null)}),On(l=>{if(a=!0,vC(l))this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),l.message,l.cancellationCode)),QL(l)?this.events.next(new Ei(l.url,l.navigationBehaviorOptions)):o.resolve(!1);else{let u=new $o(o.id,this.urlSerializer.serialize(o.extractedUrl),l,o.targetSnapshot??void 0);try{let c=fn(this.environmentInjector,()=>this.navigationErrorHandler?.(u));if(c instanceof Zo){let{message:p,cancellationCode:d}=Vl(this.urlSerializer,c);this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),p,d)),this.events.next(new Ei(c.redirectTo,c.navigationBehaviorOptions))}else{this.events.next(u);let p=n.errorHandler(l);o.resolve(!!p)}}catch(c){this.options.resolveNavigationPromiseOnError?o.resolve(!1):o.reject(c)}}return pt}))}))}cancelNavigationTransition(n,r,i){let o=new bn(n.id,this.urlSerializer.serialize(n.extractedUrl),r,i);this.events.next(o),n.resolve(!1)}isUpdatingInternalState(){return this.currentTransition?.extractedUrl.toString()!==this.currentTransition?.currentUrlTree.toString()}isUpdatedBrowserUrl(){let n=this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))),r=this.currentNavigation?.targetBrowserUrl??this.currentNavigation?.extractedUrl;return n.toString()!==r?.toString()&&!this.currentNavigation?.extras.skipLocationChange}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function $F(e){return e!==zo}var GF=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>_(YF),providedIn:"root"})}}return e})(),Zf=class{shouldDetach(t){return!1}store(t,n){}shouldAttach(t){return!1}retrieve(t){return null}shouldReuseRoute(t,n){return t.routeConfig===n.routeConfig}},YF=(()=>{class e extends Zf{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Ao(e)))(i||e)}})()}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),_C=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:()=>_(ZF),providedIn:"root"})}}return e})(),ZF=(()=>{class e extends _C{constructor(){super(...arguments),this.location=_(Oo),this.urlSerializer=_(Qf),this.options=_(eh,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=_(rh),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new Sn,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=fC(null),this.stateMemento=this.createStateMemento()}getCurrentUrlTree(){return this.currentUrlTree}getRawUrlTree(){return this.rawUrlTree}restoredState(){return this.location.getState()}get browserPageId(){return this.canceledNavigationResolution!=="computed"?this.currentPageId:this.restoredState()?.\u0275routerPageId??this.currentPageId}getRouterState(){return this.routerState}createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}registerNonRouterCurrentEntryChangeListener(n){return this.location.subscribe(r=>{r.type==="popstate"&&n(r.url,r.state)})}handleRouterEvent(n,r){if(n instanceof Ho)this.stateMemento=this.createStateMemento();else if(n instanceof Dr)this.rawUrlTree=r.initialUrl;else if(n instanceof Ll){if(this.urlUpdateStrategy==="eager"&&!r.extras.skipLocationChange){let i=this.urlHandlingStrategy.merge(r.finalUrl,r.initialUrl);this.setBrowserUrl(r.targetBrowserUrl??i,r)}}else n instanceof Go?(this.currentUrlTree=r.finalUrl,this.rawUrlTree=this.urlHandlingStrategy.merge(r.finalUrl,r.initialUrl),this.routerState=r.targetRouterState,this.urlUpdateStrategy==="deferred"&&!r.extras.skipLocationChange&&this.setBrowserUrl(r.targetBrowserUrl??this.rawUrlTree,r)):n instanceof bn&&(n.code===gt.GuardRejected||n.code===gt.NoDataFromResolver)?this.restoreHistory(r):n instanceof $o?this.restoreHistory(r,!0):n instanceof Er&&(this.lastSuccessfulId=n.id,this.currentPageId=this.browserPageId)}setBrowserUrl(n,r){let i=n instanceof Sn?this.urlSerializer.serialize(n):n;if(this.location.isCurrentPathEqualTo(i)||r.extras.replaceUrl){let o=this.browserPageId,s=E(E({},r.extras.state),this.generateNgRouterState(r.id,o));this.location.replaceState(i,"",s)}else{let o=E(E({},r.extras.state),this.generateNgRouterState(r.id,this.browserPageId+1));this.location.go(i,"",o)}}restoreHistory(n,r=!1){if(this.canceledNavigationResolution==="computed"){let i=this.browserPageId,o=this.currentPageId-i;o!==0?this.location.historyGo(o):this.currentUrlTree===n.finalUrl&&o===0&&(this.resetState(n),this.resetUrlToCurrentUrlTree())}else this.canceledNavigationResolution==="replace"&&(r&&this.resetState(n),this.resetUrlToCurrentUrlTree())}resetState(n){this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,n.finalUrl??this.rawUrlTree)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(n,r){return this.canceledNavigationResolution==="computed"?{navigationId:n,\u0275routerPageId:r}:{navigationId:n}}static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Ao(e)))(i||e)}})()}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),jo=function(e){return e[e.COMPLETE=0]="COMPLETE",e[e.FAILED=1]="FAILED",e[e.REDIRECTING=2]="REDIRECTING",e}(jo||{});function QF(e,t){e.events.pipe(Lt(n=>n instanceof Er||n instanceof bn||n instanceof $o||n instanceof Dr),X(n=>n instanceof Er||n instanceof Dr?jo.COMPLETE:(n instanceof bn?n.code===gt.Redirect||n.code===gt.SupersededByNewNavigation:!1)?jo.REDIRECTING:jo.FAILED),Lt(n=>n!==jo.REDIRECTING),un(1)).subscribe(()=>{t()})}function KF(e){throw e}var JF={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},XF={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"},IC=(()=>{class e{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}constructor(){this.disposed=!1,this.console=_(Cl),this.stateManager=_(_C),this.options=_(eh,{optional:!0})||{},this.pendingTasks=_(di),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=_(HF),this.urlSerializer=_(Qf),this.location=_(Oo),this.urlHandlingStrategy=_(rh),this._events=new Ne,this.errorHandler=this.options.errorHandler||KF,this.navigated=!1,this.routeReuseStrategy=_(GF),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=_(nh,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!_(Xf,{optional:!0}),this.eventsSubscription=new Se,this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe({error:n=>{this.console.warn(n)}}),this.subscribeToNavigationEvents()}subscribeToNavigationEvents(){let n=this.navigationTransitions.events.subscribe(r=>{try{let i=this.navigationTransitions.currentTransition,o=this.navigationTransitions.currentNavigation;if(i!==null&&o!==null){if(this.stateManager.handleRouterEvent(r,o),r instanceof bn&&r.code!==gt.Redirect&&r.code!==gt.SupersededByNewNavigation)this.navigated=!0;else if(r instanceof Er)this.navigated=!0;else if(r instanceof Ei){let s=r.navigationBehaviorOptions,a=this.urlHandlingStrategy.merge(r.url,i.currentRawUrl),l=E({browserUrl:i.extras.browserUrl,info:i.extras.info,skipLocationChange:i.extras.skipLocationChange,replaceUrl:i.extras.replaceUrl||this.urlUpdateStrategy==="eager"||$F(i.source)},s);this.scheduleNavigation(a,zo,null,l,{resolve:i.resolve,reject:i.reject,promise:i.promise})}}tj(r)&&this._events.next(r)}catch(i){this.navigationTransitions.transitionAbortSubject.next(i)}});this.eventsSubscription.add(n)}resetRootComponentType(n){this.routerState.root.component=n,this.navigationTransitions.rootComponentType=n}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),zo,this.stateManager.restoredState())}setUpLocationChangeListener(){this.nonRouterCurrentEntryChangeSubscription??=this.stateManager.registerNonRouterCurrentEntryChangeListener((n,r)=>{setTimeout(()=>{this.navigateToSyncWithBrowser(n,"popstate",r)},0)})}navigateToSyncWithBrowser(n,r,i){let o={replaceUrl:!0},s=i?.navigationId?i:null;if(i){let l=E({},i);delete l.navigationId,delete l.\u0275routerPageId,Object.keys(l).length!==0&&(o.state=l)}let a=this.parseUrl(n);this.scheduleNavigation(a,r,s,o)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(n){this.config=n.map(th),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(n,r={}){let{relativeTo:i,queryParams:o,fragment:s,queryParamsHandling:a,preserveFragment:l}=r,u=l?this.currentUrlTree.fragment:s,c=null;switch(a??this.options.defaultQueryParamsHandling){case"merge":c=E(E({},this.currentUrlTree.queryParams),o);break;case"preserve":c=this.currentUrlTree.queryParams;break;default:c=o||null}c!==null&&(c=this.removeEmptyProps(c));let p;try{let d=i?i.snapshot:this.routerState.snapshot.root;p=uC(d)}catch{(typeof n[0]!="string"||n[0][0]!=="/")&&(n=[]),p=this.currentUrlTree.root}return cC(p,n,c,u??null)}navigateByUrl(n,r={skipLocationChange:!1}){let i=Wo(n)?n:this.parseUrl(n),o=this.urlHandlingStrategy.merge(i,this.rawUrlTree);return this.scheduleNavigation(o,zo,null,r)}navigate(n,r={skipLocationChange:!1}){return ej(n),this.navigateByUrl(this.createUrlTree(n,r),r)}serializeUrl(n){return this.urlSerializer.serialize(n)}parseUrl(n){try{return this.urlSerializer.parse(n)}catch{return this.urlSerializer.parse("/")}}isActive(n,r){let i;if(r===!0?i=E({},JF):r===!1?i=E({},XF):i=r,Wo(n))return $S(this.currentUrlTree,n,i);let o=this.parseUrl(n);return $S(this.currentUrlTree,o,i)}removeEmptyProps(n){return Object.entries(n).reduce((r,[i,o])=>(o!=null&&(r[i]=o),r),{})}scheduleNavigation(n,r,i,o,s){if(this.disposed)return Promise.resolve(!1);let a,l,u;s?(a=s.resolve,l=s.reject,u=s.promise):u=new Promise((p,d)=>{a=p,l=d});let c=this.pendingTasks.add();return QF(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(c))}),this.navigationTransitions.handleNavigationRequest({source:r,restoredState:i,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:n,extras:o,resolve:a,reject:l,promise:u,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),u.catch(p=>Promise.reject(p))}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function ej(e){for(let t=0;t<e.length;t++)if(e[t]==null)throw new P(4008,!1)}function tj(e){return!(e instanceof Go)&&!(e instanceof Ei)}var nj=new L("");function TC(e,...t){return rl([{provide:nh,multi:!0,useValue:e},[],{provide:Di,useFactory:rj,deps:[IC]},{provide:af,multi:!0,useFactory:ij},t.map(n=>n.\u0275providers)])}function rj(e){return e.routerState.root}function ij(){let e=_(Bn);return t=>{let n=e.get(br);if(t!==n.components[0])return;let r=e.get(IC),i=e.get(oj);e.get(sj)===1&&r.initialNavigation(),e.get(aj,null,Y.Optional)?.setUpPreloading(),e.get(nj,null,Y.Optional)?.init(),r.resetRootComponentType(n.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}var oj=new L("",{factory:()=>new Ne}),sj=new L("",{providedIn:"root",factory:()=>1});var aj=new L("");var LC=(()=>{class e{constructor(n,r){this._renderer=n,this._elementRef=r,this.onChange=i=>{},this.onTouched=()=>{}}setProperty(n,r){this._renderer.setProperty(this._elementRef.nativeElement,n,r)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static{this.\u0275fac=function(r){return new(r||e)(ve(hi),ve(wt))}}static{this.\u0275dir=Vt({type:e})}}return e})(),lj=(()=>{class e extends LC{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Ao(e)))(i||e)}})()}static{this.\u0275dir=Vt({type:e,features:[gi]})}}return e})(),FC=new L("");var uj={provide:FC,useExisting:To(()=>Zl),multi:!0};function cj(){let e=vn()?vn().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}var dj=new L(""),Zl=(()=>{class e extends LC{constructor(n,r,i){super(n,r),this._compositionMode=i,this._composing=!1,this._compositionMode==null&&(this._compositionMode=!cj())}writeValue(n){let r=n??"";this.setProperty("value",r)}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static{this.\u0275fac=function(r){return new(r||e)(ve(hi),ve(wt),ve(dj,8))}}static{this.\u0275dir=Vt({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){r&1&&Dt("input",function(s){return i._handleInput(s.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(s){return i._compositionEnd(s.target.value)})},features:[sf([uj]),gi]})}}return e})();var pj=new L(""),fj=new L("");function jC(e){return e!=null}function BC(e){return vr(e)?_e(e):e}function zC(e){let t={};return e.forEach(n=>{t=n!=null?E(E({},t),n):t}),Object.keys(t).length===0?null:t}function VC(e,t){return t.map(n=>n(e))}function hj(e){return!e.validate}function qC(e){return e.map(t=>hj(t)?t:n=>t.validate(n))}function mj(e){if(!e)return null;let t=e.filter(jC);return t.length==0?null:function(n){return zC(VC(n,t))}}function WC(e){return e!=null?mj(qC(e)):null}function gj(e){if(!e)return null;let t=e.filter(jC);return t.length==0?null:function(n){let r=VC(n,t).map(BC);return td(r).pipe(X(zC))}}function UC(e){return e!=null?gj(qC(e)):null}function kC(e,t){return e===null?[t]:Array.isArray(e)?[...e,t]:[e,t]}function yj(e){return e._rawValidators}function vj(e){return e._rawAsyncValidators}function ih(e){return e?Array.isArray(e)?e:[e]:[]}function $l(e,t){return Array.isArray(e)?e.includes(t):e===t}function AC(e,t){let n=ih(t);return ih(e).forEach(i=>{$l(n,i)||n.push(i)}),n}function MC(e,t){return ih(t).filter(n=>!$l(e,n))}var Gl=class{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=WC(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=UC(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control&&this.control.reset(t)}hasError(t,n){return this.control?this.control.hasError(t,n):!1}getError(t,n){return this.control?this.control.getError(t,n):null}},oh=class extends Gl{get formDirective(){return null}get path(){return null}},os=class extends Gl{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}},sh=class{constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}},bj={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},OY=ee(E({},bj),{"[class.ng-submitted]":"isSubmitted"}),HC=(()=>{class e extends sh{constructor(n){super(n)}static{this.\u0275fac=function(r){return new(r||e)(ve(os,2))}}static{this.\u0275dir=Vt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){r&2&&ef("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},features:[gi]})}}return e})();var ts="VALID",Hl="INVALID",Ti="PENDING",ns="DISABLED",Ai=class{},Yl=class extends Ai{constructor(t,n){super(),this.value=t,this.source=n}},rs=class extends Ai{constructor(t,n){super(),this.pristine=t,this.source=n}},is=class extends Ai{constructor(t,n){super(),this.touched=t,this.source=n}},ki=class extends Ai{constructor(t,n){super(),this.status=t,this.source=n}};function Sj(e){return(Ql(e)?e.validators:e)||null}function Cj(e){return Array.isArray(e)?WC(e):e||null}function xj(e,t){return(Ql(t)?t.asyncValidators:e)||null}function wj(e){return Array.isArray(e)?UC(e):e||null}function Ql(e){return e!=null&&!Array.isArray(e)&&typeof e=="object"}var ah=class{constructor(t,n){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this._status=wl(()=>this.statusReactive()),this.statusReactive=vl(void 0),this._pristine=wl(()=>this.pristineReactive()),this.pristineReactive=vl(!0),this._touched=wl(()=>this.touchedReactive()),this.touchedReactive=vl(!1),this._events=new Ne,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return Wn(this.statusReactive)}set status(t){Wn(()=>this.statusReactive.set(t))}get valid(){return this.status===ts}get invalid(){return this.status===Hl}get pending(){return this.status==Ti}get disabled(){return this.status===ns}get enabled(){return this.status!==ns}get pristine(){return Wn(this.pristineReactive)}set pristine(t){Wn(()=>this.pristineReactive.set(t))}get dirty(){return!this.pristine}get touched(){return Wn(this.touchedReactive)}set touched(t){Wn(()=>this.touchedReactive.set(t))}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(AC(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(AC(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(MC(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(MC(t,this._rawAsyncValidators))}hasValidator(t){return $l(this._rawValidators,t)}hasAsyncValidator(t){return $l(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){let n=this.touched===!1;this.touched=!0;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsTouched(ee(E({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new is(!0,r))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){let n=this.touched===!0;this.touched=!1,this._pendingTouched=!1;let r=t.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:r})}),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,r),n&&t.emitEvent!==!1&&this._events.next(new is(!1,r))}markAsDirty(t={}){let n=this.pristine===!0;this.pristine=!1;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsDirty(ee(E({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new rs(!1,r))}markAsPristine(t={}){let n=this.pristine===!1;this.pristine=!0,this._pendingDirty=!1;let r=t.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),this._parent&&!t.onlySelf&&this._parent._updatePristine(t,r),n&&t.emitEvent!==!1&&this._events.next(new rs(!0,r))}markAsPending(t={}){this.status=Ti;let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new ki(this.status,n)),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.markAsPending(ee(E({},t),{sourceControl:n}))}disable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=ns,this.errors=null,this._forEachChild(i=>{i.disable(ee(E({},t),{onlySelf:!0}))}),this._updateValue();let r=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new Yl(this.value,r)),this._events.next(new ki(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(ee(E({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(i=>i(!0))}enable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=ts,this._forEachChild(r=>{r.enable(ee(E({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(ee(E({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(t,n){this._parent&&!t.onlySelf&&(this._parent.updateValueAndValidity(t),t.skipPristineCheck||this._parent._updatePristine({},n),this._parent._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){let r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===ts||this.status===Ti)&&this._runAsyncValidator(r,t.emitEvent)}let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new Yl(this.value,n)),this._events.next(new ki(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.updateValueAndValidity(ee(E({},t),{sourceControl:n}))}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?ns:ts}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=Ti,this._hasOwnPendingAsyncValidator={emitEvent:n!==!1};let r=BC(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();let t=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(n.emitEvent!==!1,this,n.shouldHaveEmitted)}get(t){let n=t;return n==null||(Array.isArray(n)||(n=n.split(".")),n.length===0)?null:n.reduce((r,i)=>r&&r._find(i),this)}getError(t,n){let r=n?this.get(n):this;return r&&r.errors?r.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,r){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||r)&&this._events.next(new ki(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,r)}_initObservables(){this.valueChanges=new Ce,this.statusChanges=new Ce}_calculateStatus(){return this._allControlsDisabled()?ns:this.errors?Hl:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Ti)?Ti:this._anyControlsHaveStatus(Hl)?Hl:ts}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){let r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,this._parent&&!t.onlySelf&&this._parent._updatePristine(t,n),i&&this._events.next(new rs(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new is(this.touched,n)),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,n)}_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){Ql(t)&&t.updateOn!=null&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){let n=this._parent&&this._parent.dirty;return!t&&!!n&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=Cj(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=wj(this._rawAsyncValidators)}};var $C=new L("CallSetDisabledState",{providedIn:"root",factory:()=>lh}),lh="always";function Ej(e,t){return[...t.path,e]}function Dj(e,t,n=lh){Ij(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||n==="always")&&t.valueAccessor.setDisabledState?.(e.disabled),Tj(e,t),Aj(e,t),kj(e,t),_j(e,t)}function OC(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function _j(e,t){if(t.valueAccessor.setDisabledState){let n=r=>{t.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}function Ij(e,t){let n=yj(e);t.validator!==null?e.setValidators(kC(n,t.validator)):typeof n=="function"&&e.setValidators([n]);let r=vj(e);t.asyncValidator!==null?e.setAsyncValidators(kC(r,t.asyncValidator)):typeof r=="function"&&e.setAsyncValidators([r]);let i=()=>e.updateValueAndValidity();OC(t._rawValidators,i),OC(t._rawAsyncValidators,i)}function Tj(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,e.updateOn==="change"&&GC(e,t)})}function kj(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,e.updateOn==="blur"&&e._pendingChange&&GC(e,t),e.updateOn!=="submit"&&e.markAsTouched()})}function GC(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function Aj(e,t){let n=(r,i)=>{t.valueAccessor.writeValue(r),i&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}function Mj(e,t){if(!e.hasOwnProperty("model"))return!1;let n=e.model;return n.isFirstChange()?!0:!Object.is(t,n.currentValue)}function Oj(e){return Object.getPrototypeOf(e.constructor)===lj}function Nj(e,t){if(!t)return null;Array.isArray(t);let n,r,i;return t.forEach(o=>{o.constructor===Zl?n=o:Oj(o)?r=o:i=o}),i||r||n||null}function NC(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function RC(e){return typeof e=="object"&&e!==null&&Object.keys(e).length===2&&"value"in e&&"disabled"in e}var Rj=class extends ah{constructor(t=null,n,r){super(Sj(n),xj(r,n)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Ql(n)&&(n.nonNullable||n.initialValueIsDefault)&&(RC(t)?this.defaultValue=t.value:this.defaultValue=t)}setValue(t,n={}){this.value=this._pendingValue=t,this._onChange.length&&n.emitModelToViewChange!==!1&&this._onChange.forEach(r=>r(this.value,n.emitViewToModelChange!==!1)),this.updateValueAndValidity(n)}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),this._pendingChange=!1}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){NC(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){NC(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return this.updateOn==="submit"&&(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),this._pendingChange)?(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0):!1}_applyFormState(t){RC(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};var Pj={provide:os,useExisting:To(()=>uh)},PC=Promise.resolve(),uh=(()=>{class e extends os{constructor(n,r,i,o,s,a){super(),this._changeDetectorRef=s,this.callSetDisabledState=a,this.control=new Rj,this._registered=!1,this.name="",this.update=new Ce,this._parent=n,this._setValidators(r),this._setAsyncValidators(i),this.valueAccessor=Nj(this,o)}ngOnChanges(n){if(this._checkForErrors(),!this._registered||"name"in n){if(this._registered&&(this._checkName(),this.formDirective)){let r=n.name.previousValue;this.formDirective.removeControl({name:r,path:this._getPath(r)})}this._setUpControl()}"isDisabled"in n&&this._updateDisabled(n),Mj(n,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&this.options.updateOn!=null&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!!(this.options&&this.options.standalone)}_setUpStandalone(){Dj(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(n){PC.then(()=>{this.control.setValue(n,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(n){let r=n.isDisabled.currentValue,i=r!==0&&xl(r);PC.then(()=>{i&&!this.control.disabled?this.control.disable():!i&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(n){return this._parent?Ej(n,this._parent):[n]}static{this.\u0275fac=function(r){return new(r||e)(ve(oh,9),ve(pj,10),ve(fj,10),ve(FC,10),ve(Sr,8),ve($C,8))}}static{this.\u0275dir=Vt({type:e,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[sf([Pj]),gi,tn]})}}return e})();var Lj=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=li({type:e})}static{this.\u0275inj=ai({})}}return e})();var YC=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:$C,useValue:n.callSetDisabledState??lh}]}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=li({type:e})}static{this.\u0275inj=ai({imports:[Lj]})}}return e})();function jj(e,t){if(e&1){let n=tf();I(0,"div",1)(1,"label"),B(2,"Project One Liner"),D(),I(3,"textarea",7),Dt("ngModelChange",function(i){Ip(n);let o=se();return Tp(o.updateField("projectExplainer",i))}),D()()}if(e&2){let n=se();T(3),oe("ngModel",n.data.projectExplainer)}}function Bj(e,t){if(e&1){let n=tf();I(0,"input",8),Dt("ngModelChange",function(i){let o=Ip(n).$index,s=se();return Tp(s.onUpdateStepSection("getReadySection",o,i))}),D()}if(e&2){let n=t.$index,r=se();oe("ngModel",r.data.getReadySection[n])("name","step-"+n)}}var Kl=class e{data;dataChange=new Ce;updateField(t,n){let r=ee(E({},this.data),{[t]:n});this.dataChange.emit(r)}onUpdateStepSection(t,n,r){let i=this.data[t];if(!Array.isArray(i))return;let o=[...i];o[n]=r,this.updateField(t,o)}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-lesson-form"]],inputs:{data:"data"},outputs:{dataChange:"dataChange"},standalone:!0,features:[fe],decls:26,vars:4,consts:[[1,"form-container"],[1,"form-group"],["placeholder","e.g. Decisions",3,"ngModelChange","ngModel"],[3,"ngModelChange","ngModel"],["rows","6",3,"ngModelChange","ngModel"],["type","file","id","file-upload","name","uploaded-file"],[3,"ngModel","name"],["rows","3",3,"ngModelChange","ngModel"],[3,"ngModelChange","ngModel","name"]],template:function(n,r){n&1&&(I(0,"div",0)(1,"h2"),B(2,"Lesson Editor"),D(),I(3,"div",1)(4,"label"),B(5,"Topic"),D(),I(6,"input",2),Dt("ngModelChange",function(o){return r.updateField("topic",o)}),D()(),I(7,"div",1)(8,"label"),B(9,"Project"),D(),I(10,"input",3),Dt("ngModelChange",function(o){return r.updateField("project",o)}),D()(),I(11,"div",1)(12,"label"),B(13,"Description"),D(),I(14,"textarea",4),Dt("ngModelChange",function(o){return r.updateField("description",o)}),D()(),je(15,jj,4,1,"div",1),I(16,"div",1)(17,"label"),B(18,"Cover Image"),D(),ne(19,"input",5),D(),I(20,"div",1)(21,"label"),B(22,"Get Ready Section"),D(),at(23,Bj,1,2,"input",6,st),D(),ne(25,"div",1),D()),n&2&&(T(6),oe("ngModel",r.data.topic),T(4),oe("ngModel",r.data.project),T(4),oe("ngModel",r.data.description),T(),we(r.data.lessonType!=="debugging lesson"?15:-1),T(8),lt(r.data.getReadySection))},dependencies:[YC,Zl,HC,uh],styles:[".form-container[_ngcontent-%COMP%]{padding:20px}.form-group[_ngcontent-%COMP%]{margin-bottom:20px}input[_ngcontent-%COMP%], textarea[_ngcontent-%COMP%]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;margin-top:5px}"]})};var ch=ge(ZC());(function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(Prism);Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/};Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python;Prism.languages.py=Prism.languages.python;Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript;Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity;Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup;Prism.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};i["language-"+n]={pattern:/[\s\S]+/,inside:Prism.languages[n]};var o={};o[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:i},Prism.languages.insertBefore("markup","cdata",o)}});Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});Prism.languages.html=Prism.languages.markup;Prism.languages.mathml=Prism.languages.markup;Prism.languages.svg=Prism.languages.markup;Prism.languages.xml=Prism.languages.extend("markup",{});Prism.languages.ssml=Prism.languages.xml;Prism.languages.atom=Prism.languages.xml;Prism.languages.rss=Prism.languages.xml;var Xl=class e{normalizeLanguage(t){if(!t)return null;let n=t.toLowerCase().trim();return n==="none"?null:n==="small-basic"?"clike":n==="javascript or html or css"?"markup":n==="c"||n==="java"?"clike":n}highlight(t,n,r){let i=this.normalizeLanguage(r);if(!i){t.textContent=n;return}t.className=`language-${i}`;let o=ch.default.languages[i];if(!o){t.textContent=n;return}t.innerHTML=ch.default.highlight(n,o,i)}static \u0275fac=function(n){return new(n||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})};var Mi=class e{constructor(t,n){this.elementRef=t;this.prism=n}code=null;language=null;ngAfterViewInit(){this.applyHighlight()}ngOnChanges(){this.applyHighlight()}applyHighlight(){let t=this.elementRef.nativeElement,n=this.code??"";this.prism.highlight(t,n,this.language??void 0)}static \u0275fac=function(n){return new(n||e)(ve(wt),ve(Xl))};static \u0275dir=Vt({type:e,selectors:[["","prismHighlight",""]],inputs:{code:"code",language:"language"},standalone:!0,features:[tn]})};function qj(e,t){if(e&1&&(I(0,"p",1),B(1),I(2,"span",3),B(3),D()()),e&2){se();let n=yS(0);T(),yi(" ",n[0].toUpperCase(),": "),T(2),be(n[1])}}function Wj(e,t){if(e&1&&(I(0,"p",2),B(1),D()),e&2){let n=se().$implicit;T(),be(n.step)}}function Uj(e,t){if(e&1&&ne(0,"img",4)(1,"br"),e&2){let n=se().$implicit;oe("src",n.imageSlot.base64,Et)}}function Hj(e,t){if(e&1&&(of(0),je(1,qj,4,2,"p",1)(2,Wj,2,1,"p",2)(3,Uj,2,1)),e&2){let n=t.$implicit,r=gS(n.step.split(":"));T(),we(r.length==2?1:2),T(2),we(n.imageSlot&&n.imageSlot.base64?3:-1)}}function $j(e,t){if(e&1&&at(0,Hj,4,3,null,null,st),e&2){let n=se();lt(n.stepsWithImages)}}function Gj(e,t){if(e&1&&(I(0,"p",2),B(1),D()),e&2){let n=t.$implicit,r=se().$index;T(),rf("(",r+1,") ",n,"")}}function Yj(e,t){if(e&1&&(I(0,"pre",6),ne(1,"code",7),D()),e&2){let n=se().$implicit,r=se(2);T(),oe("code",n.codeBlock)("language",r.programmingLanguage)}}function Zj(e,t){if(e&1&&(I(0,"div",5),at(1,Gj,2,2,"p",2,st),je(3,Yj,2,2,"pre",6),D()),e&2){let n=t.$implicit;T(),lt(n.steps),T(2),we(n.codeBlock!=null&&n.codeBlock.trim()?3:-1)}}function Qj(e,t){if(e&1&&at(0,Zj,4,1,"div",5,st),e&2){let n=se();lt(n.stepsWithCodeBlockArray)}}var eu=class e{data;programmingLanguage;get isStepWithImage(){return Array.isArray(this.data)&&this.data.every(t=>"step"in t)}get stepsWithImages(){return this.isStepWithImage?this.data:[]}get isStepsWithCodeBlockArray(){return Array.isArray(this.data)&&this.data.every(t=>"steps"in t)}get stepsWithCodeBlockArray(){return this.isStepsWithCodeBlockArray?this.data:[]}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-add-your-code"]],inputs:{data:"data",programmingLanguage:"programmingLanguage"},standalone:!0,features:[fe],decls:3,vars:1,consts:[[1,"add-your-code"],[1,"step",2,"font-weight","bold"],[1,"step"],[2,"font-weight","normal"],[1,"step-image",3,"src"],[1,"multiple-steps-with-code-block"],[1,"code-block"],["prismHighlight","",3,"code","language"]],template:function(n,r){n&1&&(I(0,"section",0),je(1,$j,2,0)(2,Qj,2,0),D()),n&2&&(T(),we(r.isStepWithImage?1:r.isStepsWithCodeBlockArray?2:-1))},dependencies:[Mi],styles:[".add-your-code[_ngcontent-%COMP%]{margin:1rem 0}.add-your-code[_ngcontent-%COMP%] .step[_ngcontent-%COMP%]{margin:.5rem 0;padding:.5rem;background-color:#f5f5f5;border-radius:1rem;font-size:.95rem;white-space:pre-wrap}.add-your-code[_ngcontent-%COMP%] .step-image[_ngcontent-%COMP%]{display:block;max-width:100%;max-height:100mm;width:auto;object-fit:contain;margin:.5rem auto;border-radius:4px}.add-your-code[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%]{background-color:var(--codeblock-background-color);padding:1rem;border-radius:8px;font-family:Consolas,Monaco,monospace;font-size:.9rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;margin:1rem 0;-webkit-user-select:none;user-select:none}.add-your-code[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%] code[_ngcontent-%COMP%]{font-size:9pt;tab-size:2;font-family:Jetbrains}.multiple-steps-with-code-block[_ngcontent-%COMP%]{break-inside:avoid}"]})};function tu(e){if(!e)return;let t;if(typeof e.getBoundingClientRect<"u")t=e.getBoundingClientRect();else{let n=document.createRange();n.selectNode(e),t=n.getBoundingClientRect()}return t}function QC(e){if(!e)return;let t;if(typeof e.getClientRects<"u")t=e.getClientRects();else{let n=document.createRange();n.selectNode(e),t=n.getClientRects()}return t}function tt(){var e=new Date().getTime();return typeof performance<"u"&&typeof performance.now=="function"&&(e+=performance.now()),"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var n=(e+Math.random()*16)%16|0;return e=Math.floor(e/16),(t==="x"?n:n&3|8).toString(16)})}function nu(e,t){for(var n=0;n<t.length;n++)if(e.hasAttribute(t[n]))return e.getAttribute(t[n])}function ru(e){if(arguments.length==0)throw new TypeError("`CSS.escape` requires an argument.");for(var t=String(e),n=t.length,r=-1,i,o="",s=t.charCodeAt(0);++r<n;){if(i=t.charCodeAt(r),i==0){o+="\uFFFD";continue}if(i>=1&&i<=31||i==127||r==0&&i>=48&&i<=57||r==1&&i>=48&&i<=57&&s==45){o+="\\"+i.toString(16)+" ";continue}if(r==0&&n==1&&i==45){o+="\\"+t.charAt(r);continue}if(i==46&&t.charAt(0)=="#"){o+="\\.";continue}if(i>=128||i==45||i==95||i==35||i==46||i>=48&&i<=57||i>=65&&i<=90||i>=97&&i<=122){o+=t.charAt(r);continue}o+="\\"+t.charAt(r)}return o}function iu(){this.resolve=null,this.reject=null,this.id=tt(),this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t}),Object.freeze(this)}var KC=typeof window<"u"&&("requestIdleCallback"in window?window.requestIdleCallback:window.requestAnimationFrame);function A(e){return e.value+(e.unit||"")}function Be(e){return e&&e.nodeType===1}function Cn(e){return e&&e.nodeType===3}function*as(e,t){let n=e;for(;n;)if(yield n,n.childNodes.length)n=n.firstChild;else if(n.nextSibling){if(t&&n===t){n=void 0;break}n=n.nextSibling}else for(;n;){if(n=n.parentNode,t&&n===t){n=void 0;break}if(n&&n.nextSibling){n=n.nextSibling;break}}}function Hn(e,t){if(t&&e===t)return;let n=su(e);if(n)return n;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(n=su(e),n)return n}}function ss(e,t){if(t&&e===t)return;let n=ou(e);if(n)return n;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(n=ou(e),n)return n}}function JC(e,t){let n=Hn(e,t);for(;n&&n.nodeType!==1;)n=Hn(n,t);return n}function XC(e,t){let n=ss(e,t);for(;n&&n.nodeType!==1;)n=ss(n,t);return n}function dh(e,t){let n=JC(e,t);for(;n&&n.dataset.undisplayed;)n=JC(n,t);return n}function tx(e,t){let n=XC(e,t);for(;n&&n.dataset.undisplayed;)n=XC(n,t);return n}function au(e){let t,n,r=[],i=[],o=document.createDocumentFragment();if(e.nodeName==="TR"){let l=e.previousElementSibling,u=1;for(;l;){if(l.childElementCount>e.childElementCount){let c=Array.from(e.children);for(;e.firstChild;)e.firstChild.remove();let p=0;for(let d=0;d<l.children.length;d++){let f=l.children[d];if(f.rowSpan&&f.rowSpan>u){let g=f.cloneNode(!0);g.rowSpan=f.rowSpan-u,e.appendChild(g)}else{let g=c[p++];g&&e.appendChild(g)}}}l=l.previousElementSibling,u++}}let s=e;for(;s.parentNode&&s.parentNode.nodeType===1;)r.unshift(s.parentNode),s=s.parentNode;for(var a=0;a<r.length;a++){if(n=r[a],t=n.cloneNode(!1),t.setAttribute("data-split-from",t.getAttribute("data-ref")),t.hasAttribute("id")){let l=t.getAttribute("id");t.setAttribute("data-id",l),t.removeAttribute("id")}if(t.hasAttribute("data-break-before")&&t.removeAttribute("data-break-before"),t.hasAttribute("data-previous-break-after")&&t.removeAttribute("data-previous-break-after"),i.length?i[i.length-1].appendChild(t):o.appendChild(t),i.push(t),t.nodeName==="TD"&&n.parentElement.contains(n)){let l=n,u=t;for(;l=l.previousElementSibling;){let c=l.cloneNode(!1);t.parentElement.insertBefore(c,u),u=c}}}return i=void 0,o}function lu(e){return typeof e<"u"&&typeof e.dataset<"u"&&typeof e.dataset.breakBefore<"u"&&(e.dataset.breakBefore==="always"||e.dataset.breakBefore==="page"||e.dataset.breakBefore==="left"||e.dataset.breakBefore==="right"||e.dataset.breakBefore==="recto"||e.dataset.breakBefore==="verso")}function nx(e){return typeof e<"u"&&typeof e.dataset<"u"&&typeof e.dataset.previousBreakAfter<"u"&&(e.dataset.previousBreakAfter==="always"||e.dataset.previousBreakAfter==="page"||e.dataset.previousBreakAfter==="left"||e.dataset.previousBreakAfter==="right"||e.dataset.previousBreakAfter==="recto"||e.dataset.previousBreakAfter==="verso")}function uu(e,t){if(typeof e>"u"||!t||us(e)||e.dataset&&e.dataset.undisplayed)return!1;let n=t.dataset?t.dataset.page:void 0;if(typeof n>"u"){let i=ex(t);i&&(n=i.dataset.page)}let r=e.dataset?e.dataset.page:void 0;if(typeof r>"u"){let i=ex(e,t);i&&(r=i.dataset.page)}return r!==n}function*rx(e){let t=e.nodeValue,n=t.length,r=0,i,o,s=e.parentElement&&e.parentElement.nodeName==="PRE";for(;r<n;)i=t[r],/^[\S\u202F\u00A0]$/.test(i)||s?o||(o=document.createRange(),o.setStart(e,r)):o&&(o.setEnd(e,r),yield o,o=void 0),r+=1;o&&(o.setEnd(e,r),yield o)}function*ix(e){let t=e.startContainer,n=t.length,r=e.startOffset,i;for(;r<n;)i=document.createRange(),i.setStart(t,r),i.setEnd(t,r+1),yield i,r+=1}function cu(e){let t;if(typeof e.tagName>"u")return!0;if(e.style&&e.style.display==="none")return!1;switch(e.tagName){case"A":case"ABBR":case"ACRONYM":case"B":case"BDO":case"BIG":case"BR":case"BUTTON":case"CITE":case"CODE":case"DFN":case"EM":case"I":case"IMG":case"INPUT":case"KBD":case"LABEL":case"MAP":case"OBJECT":case"Q":case"SAMP":case"SCRIPT":case"SELECT":case"SMALL":case"SPAN":case"STRONG":case"SUB":case"SUP":case"TEXTAREA":case"TIME":case"TT":case"VAR":case"P":case"H1":case"H2":case"H3":case"H4":case"H5":case"H6":case"FIGCAPTION":case"BLOCKQUOTE":case"PRE":case"LI":case"TD":case"DT":case"DD":case"VIDEO":case"CANVAS":t=!1;break;default:t=!0}return t}function ox(e,t=!1){return e.cloneNode(t)}function We(e,t,n){let r=e.getAttribute("data-ref");return Kj(r,t,n)}function Kj(e,t,n){return!n&&t.indexOfRefs&&t.indexOfRefs[e]?t.indexOfRefs[e]:t.querySelector(`[data-ref='${e}']`)}function du(e){return!!(Cn(e)||Be(e)&&e.dataset.ref)}function ls(e){for(;!du(e)&&(e.previousSibling?e=e.previousSibling:e=e.parentNode,!!e););return e}function sx(e){let t=e.parentNode;return t?Array.prototype.indexOf.call(t.childNodes,e):0}function pu(e,t){return e.childNodes[t]}function ax(e){return Be(e)?!0:!!(Cn(e)&&e.textContent.trim().length)}function ph(e,t){if(!Cn(e))return-1;let n=e.textContent,r,i=-1;for(var o=0;o<t.childNodes.length;o++)if(r=t.childNodes[o],r.nodeType===3&&t.childNodes[o].textContent.includes(n)){i=o;break}return i}function us(e){return e.nodeType===8||e.nodeType===3&&Jj(e)}function Jj(e){return!/[^\t\n\r ]/.test(e.textContent)}function ou(e){for(;e=e.previousSibling;)if(!us(e))return e;return null}function ex(e,t){if(e&&e.dataset&&e.dataset.page)return e;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(e.dataset&&e.dataset.page)return e}return null}function lx(e){for(;e=e.parentNode;)if(e&&e.dataset&&e.dataset.breakInside==="avoid")return e;return null}function fu(e,t,n){if(!(n&&e===n)&&e.parentNode)for(;e=e.parentNode;){if(n&&e===n)return;if(e.nodeName===t)return e}}function su(e){for(;e=e.nextSibling;)if(!us(e))return e;return null}function hu(e,t,n){let r=document.createTreeWalker(e||this.dom,n||NodeFilter.SHOW_ALL,t?{acceptNode:t}:null,!1),i,o;for(i=r.nextNode();i;)o=i,i=r.nextNode(),o.parentNode.removeChild(o)}var fh=class{constructor(t,n){this.node=t,this.offset=n}equals(t){return!(!t||this.node&&t.node&&this.node!==t.node||this.offset&&t.offset&&this.offset!==t.offset)}toJSON(t){let n,r=0;return this.node?(Be(this.node)&&this.node.dataset.ref?n=this.node.dataset.ref:t&&(n=this.node.parentElement.dataset.ref),this.node.parentElement&&(r=Array.from(this.node.parentElement.childNodes).indexOf(this.node)),JSON.stringify({node:n,index:r,offset:this.offset})):{}}},Oi=fh;var hh=class{constructor(t,n){this.breakToken=t,this.error=n}},$n=class extends Error{constructor(t,n){super(t),this.items=n}},Ni=hh;var Jx=ge(Gn(),1);var Ih=class{constructor(t){this.context=t||this,this.hooks=[]}register(){for(var t=0;t<arguments.length;++t)if(typeof arguments[t]=="function")this.hooks.push(arguments[t]);else for(var n=0;n<arguments[t].length;++n)this.hooks.push(arguments[t][n])}trigger(){var t=arguments,n=this.context,r=[];return this.hooks.forEach(function(i){var o=i.apply(n,t);o&&typeof o.then=="function"?r.push(o):r.push(new Promise((s,a)=>{s(o)}))}),Promise.all(r)}triggerSync(){var t=arguments,n=this.context,r=[];return this.hooks.forEach(function(i){var o=i.apply(n,t);r.push(o)}),r}list(){return this.hooks}clear(){return this.hooks=[]}},N=Ih;var CB=1500,Su=class{constructor(t,n,r){this.element=t,this.bounds=this.element.getBoundingClientRect(),this.parentBounds=this.element.offsetParent.getBoundingClientRect();let i=parseFloat(window.getComputedStyle(this.element).columnGap);if(i){let o=this.bounds.left-this.parentBounds.left;this.gap=i-o}else this.gap=0;n?this.hooks=n:(this.hooks={},this.hooks.onPageLayout=new N,this.hooks.layout=new N,this.hooks.renderNode=new N,this.hooks.layoutNode=new N,this.hooks.beforeOverflow=new N,this.hooks.onOverflow=new N,this.hooks.afterOverflowRemoved=new N,this.hooks.onBreakToken=new N,this.hooks.beforeRenderResult=new N),this.settings=r||{},this.maxChars=this.settings.maxChars||CB,this.forceRenderBreak=!1}renderTo(o,s,a){return de(this,arguments,function*(t,n,r,i=this.bounds){let l=this.getStart(n,r),u=as(l,n),c,p,d,f,g=!1,h,y=0,m=r||new Oi(l);for(this.hooks&&this.hooks.onPageLayout.trigger(t,m,this);!d&&!h;){if(f=u.next(),p=c,c=f.value,d=f.done,!c){this.hooks&&this.hooks.layout.trigger(t,this);let C=t.querySelectorAll("img");return C.length&&(yield this.waitForImages(C)),h=this.findBreakToken(t,n,i,m),h&&h.equals(m)?(console.warn("Unable to layout item: ",p),this.hooks&&this.hooks.beforeRenderResult.trigger(void 0,t,this),new Ni(void 0,new $n("Unable to layout item",[p]))):(this.rebuildTableFromBreakToken(h,t),this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ni(h))}if(this.hooks&&this.hooks.layoutNode.trigger(c),g&&this.shouldBreak(c,l)){this.hooks&&this.hooks.layout.trigger(t,this);let C=t.querySelectorAll("img");if(C.length&&(yield this.waitForImages(C)),h=this.findBreakToken(t,n,i,m),h?this.rebuildTableFromBreakToken(h,t):h=this.breakAt(c),h&&h.equals(m)){console.warn("Unable to layout item: ",c);let w=h.node&&Hn(h.node);if(w)h=new Oi(w);else return new Ni(void 0,new $n("Unable to layout item",[c]))}y=0;break}if(c.dataset&&c.dataset.page){let C=c.dataset.page,w=this.element.closest(".pagedjs_page");w.classList.add("pagedjs_named_page"),w.classList.add("pagedjs_"+C+"_page"),c.dataset.splitFrom||w.classList.add("pagedjs_"+C+"_first_page")}let v=cu(c),S=this.append(c,t,r,v);if(y+=S.textContent.length,g||(g=ax(c)),v||(u=as(Hn(c,n),n)),this.forceRenderBreak){this.hooks&&this.hooks.layout.trigger(t,this),h=this.findBreakToken(t,n,i,m),h?this.rebuildTableFromBreakToken(h,t):h=this.breakAt(c),y=0,this.forceRenderBreak=!1;break}if(y>=this.maxChars){this.hooks&&this.hooks.layout.trigger(t,this);let C=t.querySelectorAll("img");if(C.length&&(yield this.waitForImages(C)),h=this.findBreakToken(t,n,i,m),h&&(y=0,this.rebuildTableFromBreakToken(h,t)),h&&h.equals(m)){console.warn("Unable to layout item: ",c);let w=h.node&&Hn(h.node);if(w)h=new Oi(w);else return this.hooks&&this.hooks.beforeRenderResult.trigger(void 0,t,this),new Ni(void 0,new $n("Unable to layout item",[c]))}}}return this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ni(h)})}breakAt(t,n=0){let r=new Oi(t,n);return this.hooks.onBreakToken.triggerSync(r,void 0,t,this).forEach(o=>{typeof o<"u"&&(r=o)}),r}shouldBreak(t,n){let r=ss(t,n),i=t.parentNode,o=lu(t)&&i&&!r&&lu(i),s;return o&&(s=t.dataset.breakBefore===i.dataset.breakBefore),!s&&lu(t)||nx(t)||uu(t,r)}forceBreak(){this.forceRenderBreak=!0}getStart(t,n){let r,i=n&&n.node;return i?r=i:r=t.firstChild,r}append(t,n,r,i=!0,o=!0){let s=ox(t,!i);if(t.parentNode&&Be(t.parentNode)){let l=We(t.parentNode,n);if(l)l.appendChild(s);else if(o){let u=au(t);l=We(t.parentNode,u),l?(r&&Cn(r.node)&&r.offset>0&&(s.textContent=s.textContent.substring(r.offset)),l.appendChild(s)):n.appendChild(s),n.appendChild(u)}else n.appendChild(s)}else n.appendChild(s);return s.dataset&&s.dataset.ref&&(n.indexOfRefs||(n.indexOfRefs={}),n.indexOfRefs[s.dataset.ref]=s),this.hooks.renderNode.triggerSync(s,t,this).forEach(l=>{typeof l<"u"&&(s=l)}),s}rebuildTableFromBreakToken(t,n){if(!t||!t.node)return;let r=t.node,i=Be(r)?r.closest("td"):r.parentElement.closest("td");if(i){if(!We(i,n,!0))return;for(;i=i.nextElementSibling;)this.append(i,n,null,!0)}}waitForImages(t){return de(this,null,function*(){let n=Array.from(t).map(r=>de(this,null,function*(){return this.awaitImageLoaded(r)}));yield Promise.all(n)})}awaitImageLoaded(t){return de(this,null,function*(){return new Promise(n=>{if(t.complete!==!0)t.onload=function(){let{width:r,height:i}=window.getComputedStyle(t);n(r,i)},t.onerror=function(r){let{width:i,height:o}=window.getComputedStyle(t);n(i,o,r)};else{let{width:r,height:i}=window.getComputedStyle(t);n(r,i)}})})}avoidBreakInside(t,n){let r;if(t!==n){for(;t.parentNode&&(t=t.parentNode,t!==n);)if(window.getComputedStyle(t)["break-inside"]==="avoid"){r=t;break}return r}}createBreakToken(t,n,r){let i=t.startContainer,o=t.startOffset,s,a,l,u,c;if(Be(i))if(c=pu(i,o),Be(c))if(a=We(c,n),a)s=We(a,r),o=0;else{let p=ls(c);if(Be(p)||(p=p.parentElement),a=We(p,n),!c.nextSibling){let d=We(a,r),g=document.createTreeWalker(d,NodeFilter.SHOW_ELEMENT).lastChild();if(!We(g,n))return}s=We(a,r).nextSibling,o=0}else a=We(i,n),a||(a=We(ls(i),n)),l=We(a,r),u=ph(c,l),u===0?(s=l,o=0):(s=pu(l,u),o=0);else{if(a=We(i.parentNode,n),a||(a=We(ls(i.parentNode),n)),l=We(a,r),u=ph(i,l),u===-1)return;s=pu(l,u),o+=s.textContent.indexOf(i.textContent)}if(s)return new Oi(s,o)}findBreakToken(t,n,r=this.bounds,i,o=!0){let s=this.findOverflow(t,r),a,l;if(this.hooks.onOverflow.triggerSync(s,t,r,this).forEach(c=>{typeof c<"u"&&(s=c)}),s){if(a=this.createBreakToken(s,t,n),this.hooks.onBreakToken.triggerSync(a,s,t,this).forEach(p=>{typeof p<"u"&&(a=p)}),a&&a.equals(i))return a;if(a&&a.node&&a.offset&&a.node.textContent?l=a.node.textContent.charAt(a.offset):l=void 0,a&&a.node&&o){let p=this.removeOverflow(s,l);this.hooks&&this.hooks.afterOverflowRemoved.trigger(p,t,this)}}return a}hasOverflow(t,n=this.bounds){let r=t&&t.parentNode,{width:i,height:o}=t.getBoundingClientRect(),s=r?r.scrollWidth:0,a=r?r.scrollHeight:0;return Math.max(Math.floor(i),s)>Math.round(n.width)||Math.max(Math.floor(o),a)>Math.round(n.height)}findOverflow(t,n=this.bounds,r=this.gap){if(!this.hasOverflow(t,n))return;let i=Math.floor(n.left),o=Math.round(n.right+r),s=Math.round(n.top),a=Math.round(n.bottom),l,u=as(t.firstChild,t),c,p,d,f,g,h,y,m;for(;!p;)if(c=u.next(),p=c.done,d=c.value,g=!1,h=!1,y=void 0,m=void 0,d){let S=tu(d),C=Math.round(S.left),w=Math.floor(S.right),x=Math.round(S.top),W=Math.floor(S.bottom);if(!l&&(C>=o||x>=a)){let U=!1,ae=fu(d,"TD",t);if(ae&&window.getComputedStyle(ae)["break-inside"]==="avoid")y=ae.parentElement;else if(Be(d)){let Me=window.getComputedStyle(d);U=Me.getPropertyValue("float")!=="none",g=Me.getPropertyValue("break-inside")==="avoid",h=d.dataset.breakBefore==="avoid"||d.dataset.previousBreakAfter==="avoid",y=h&&ss(d,t),m=d.tagName==="BR"||d.tagName==="WBR"}let Le;if(d.nodeName==="TR"?Le=d:Le=fu(d,"TR",t),Le){let Me=Le.parentElement;["TBODY","THEAD"].includes(Me.nodeName)&&window.getComputedStyle(Me).getPropertyValue("break-inside")==="avoid"&&(y=Me);let De=fu(Le,"TABLE",t),Ue=De.querySelector("[colspan]");if(De&&Ue){let Fe=0;for(let re of Array.from(De.rows[0].cells))Fe+=parseInt(re.getAttribute("colspan")||"1");if(Le.cells.length!==Fe){let re=Le.previousElementSibling,ye;for(;re!==null;){ye=0;for(let Rt of Array.from(re.cells))ye+=parseInt(Rt.getAttribute("colspan")||"1");if(ye===Fe)break;re=re.previousElementSibling}ye===Fe&&(y=re)}}}if(y){l=document.createRange(),l.selectNode(y);break}if(!m&&!U&&Be(d)){l=document.createRange(),l.selectNode(d);break}if(Cn(d)&&d.textContent.trim().length){l=document.createRange(),l.selectNode(d);break}}if(!l&&Cn(d)&&d.textContent.trim().length&&!lx(d.parentNode)){let U=QC(d),ae;C=0,x=0;for(var v=0;v!=U.length;v++)ae=U[v],ae.width>0&&(!C||ae.left>C)&&(C=ae.left),ae.height>0&&(!x||ae.top>x)&&(x=ae.top);if(C>=o||x>=a){l=document.createRange(),f=this.textBreak(d,i,o,s,a),f?l.setStart(d,f):l=void 0;break}}(g||w<=o&&W<=a)&&(c=Hn(d,t),c&&(u=as(c,t)))}if(l)return l.setEndAfter(t.lastChild),l}findEndToken(t,n){if(t.childNodes.length===0)return;let r=t.lastChild,i;for(;r&&r.lastChild;)if(!du(r))r=r.previousSibling;else if(du(r.lastChild))r=r.lastChild;else{r=ls(r.lastChild);break}Cn(r)&&(r.parentNode.dataset.ref?(i=sx(r),r=r.parentNode):r=r.previousSibling);let o=We(r,n);i&&(o=o.childNodes[i]);let s=Hn(o);return this.breakAt(s)}textBreak(t,n,r,i,o){let s=rx(t),a=0,l=0,u=0,c=0,p,d,f,g,h;for(;!f&&(d=s.next(),p=d.value,f=d.done,!!p);){if(g=tu(p),a=Math.floor(g.left),l=Math.floor(g.right),u=Math.floor(g.top),c=Math.floor(g.bottom),a>=r||u>=o){h=p.startOffset;break}if(l>r||c>o){let y=ix(p),m,v,S;for(;!S&&(v=y.next(),m=v.value,S=v.done,!!m);)if(g=tu(m),a=Math.floor(g.left),u=Math.floor(g.top),a>=r||u>=o){h=m.startOffset,f=!0;break}}}return h}removeOverflow(t,n){let{startContainer:r}=t,i=t.extractContents();return this.hyphenateAtBreak(r,n),i}hyphenateAtBreak(t,n){if(Cn(t)){let r=t.textContent,i=r[r.length-1];(n&&/^\w|\u00AD$/.test(i)&&/^\w|\u00AD$/.test(n)||!n&&/^\w|\u00AD$/.test(i))&&(t.parentNode.classList.add("pagedjs_hyphen"),t.textContent+=this.settings.hyphenGlyph||"\u2011")}}equalTokens(t,n){return!(!t||!n||t.node&&n.node&&t.node!==n.node||t.offset&&n.offset&&t.offset!==n.offset)}};(0,Jx.default)(Su.prototype);var Cu=Su;var Xx=ge(Gn(),1);var xu=class{constructor(t,n,r,i,o){this.pagesArea=t,this.pageTemplate=n,this.blank=r,this.width=void 0,this.height=void 0,this.hooks=i,this.settings=o||{}}create(t,n){let r=document.importNode(this.pageTemplate.content,!0),i,o;n?(this.pagesArea.insertBefore(r,n.nextElementSibling),o=Array.prototype.indexOf.call(this.pagesArea.children,n.nextElementSibling),i=this.pagesArea.children[o]):(this.pagesArea.appendChild(r),i=this.pagesArea.lastChild);let s=i.querySelector(".pagedjs_pagebox"),a=i.querySelector(".pagedjs_page_content"),l=i.querySelector(".pagedjs_footnote_area"),u=a.getBoundingClientRect();return a.style.columnWidth=Math.round(u.width)+"px",a.style.columnGap="calc(var(--pagedjs-margin-right) + var(--pagedjs-margin-left) + var(--pagedjs-bleed-right) + var(--pagedjs-bleed-left) + var(--pagedjs-column-gap-offset))",this.width=Math.round(u.width),this.height=Math.round(u.height),this.element=i,this.pagebox=s,this.area=a,this.footnotesArea=l,i}createWrapper(){let t=document.createElement("div");return this.area.appendChild(t),this.wrapper=t,t}index(t){this.position=t;let n=this.element,r=t+1,i=`page-${r}`;this.id=i,n.dataset.pageNumber=r,n.setAttribute("id",i),this.name&&n.classList.add("pagedjs_"+this.name+"_page"),this.blank&&n.classList.add("pagedjs_blank_page"),t===0&&n.classList.add("pagedjs_first_page"),t%2!==1?(n.classList.remove("pagedjs_left_page"),n.classList.add("pagedjs_right_page")):(n.classList.remove("pagedjs_right_page"),n.classList.add("pagedjs_left_page"))}layout(t,n,r){return de(this,null,function*(){this.clear(),this.startToken=n;let i=this.settings;!i.maxChars&&r&&(i.maxChars=r),this.layoutMethod=new Cu(this.area,this.hooks,i);let s=(yield this.layoutMethod.renderTo(this.wrapper,t,n)).breakToken;return this.addListeners(t),this.endToken=s,s})}append(t,n){return de(this,null,function*(){if(!this.layoutMethod)return this.layout(t,n);let i=(yield this.layoutMethod.renderTo(this.wrapper,t,n)).breakToken;return this.endToken=i,i})}getByParent(t,n){let r;for(var i=0;i<n.length;i++)if(r=n[i],r.dataset.ref===t)return r}onOverflow(t){this._onOverflow=t}onUnderflow(t){this._onUnderflow=t}clear(){this.removeListeners(),this.wrapper&&this.wrapper.remove(),this.createWrapper()}addListeners(t){return typeof ResizeObserver<"u"?this.addResizeObserver(t):(this._checkOverflowAfterResize=this.checkOverflowAfterResize.bind(this,t),this.element.addEventListener("overflow",this._checkOverflowAfterResize,!1),this.element.addEventListener("underflow",this._checkOverflowAfterResize,!1)),this._onScroll=function(){this.listening&&(this.element.scrollLeft=0)}.bind(this),this.element.addEventListener("scroll",this._onScroll),this.listening=!0,!0}removeListeners(){this.listening=!1,typeof ResizeObserver<"u"&&this.ro?this.ro.disconnect():this.element&&(this.element.removeEventListener("overflow",this._checkOverflowAfterResize,!1),this.element.removeEventListener("underflow",this._checkOverflowAfterResize,!1)),this.element&&this.element.removeEventListener("scroll",this._onScroll)}addResizeObserver(t){let n=this.wrapper,r=n.getBoundingClientRect().height;this.ro=new ResizeObserver(i=>{this.listening&&requestAnimationFrame(()=>{for(let o of i){let s=o.contentRect;s.height>r?(this.checkOverflowAfterResize(t),r=n.getBoundingClientRect().height):s.height<r&&(this.checkUnderflowAfterResize(t),r=s.height)}})}),this.ro.observe(n)}checkOverflowAfterResize(t){if(!this.listening||!this.layoutMethod)return;let n=this.layoutMethod.findBreakToken(this.wrapper,t,this.startToken);n&&(this.endToken=n,this._onOverflow&&this._onOverflow(n))}checkUnderflowAfterResize(t){if(!this.listening||!this.layoutMethod)return;let n=this.layoutMethod.findEndToken(this.wrapper,t);n&&this._onUnderflow&&this._onUnderflow(n)}destroy(){this.removeListeners(),this.element.remove(),this.element=void 0,this.wrapper=void 0}};(0,Xx.default)(xu.prototype);var Th=xu;var kh=class{constructor(t,n){return t&&t.nodeType?this.dom=this.add(t):typeof t=="string"&&(this.dom=this.parse(t)),this.dom}parse(t,n){let i=document.createRange().createContextualFragment(t);return this.addRefs(i),i}add(t){return this.addRefs(t),t}addRefs(t){var n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,null,!1);let r=n.nextNode();for(;r;){if(!r.hasAttribute("data-ref")){let i=tt();r.setAttribute("data-ref",i)}r.id&&r.setAttribute("data-id",r.id),r=n.nextNode()}}find(t){return this.refs[t]}destroy(){this.refs=void 0,this.dom=void 0}},ew=kh;var iw=ge(Gn(),1);var Ah=class{constructor(t){this._q=[],this.context=t,this.tick=requestAnimationFrame,this.running=!1,this.paused=!1}enqueue(){var t,n,r,i=[].shift.call(arguments),o=arguments;if(!i)throw new Error("No Task Provided");return typeof i=="function"?(t=new iu,n=t.promise,r={task:i,args:o,deferred:t,promise:n}):r={promise:i},this._q.push(r),this.paused==!1&&!this.running&&this.run(),r.promise}dequeue(){var t,n,r;if(this._q.length&&!this.paused){if(t=this._q.shift(),n=t.task,n)return r=n.apply(this.context,t.args),r&&typeof r.then=="function"?r.then(function(){t.deferred.resolve.apply(this.context,arguments)}.bind(this),function(){t.deferred.reject.apply(this.context,arguments)}.bind(this)):(t.deferred.resolve.apply(this.context,r),t.promise);if(t.promise)return t.promise}else return t=new iu,t.deferred.resolve(),t.promise}dump(){for(;this._q.length;)this.dequeue()}run(){return this.running||(this.running=!0,this.defered=new iu),this.tick.call(window,()=>{this._q.length?this.dequeue().then(function(){this.run()}.bind(this)):(this.defered.resolve(),this.running=void 0)}),this.paused==!0&&(this.paused=!1),this.defered.promise}flush(){if(this.running)return this.running;if(this._q.length)return this.running=this.dequeue().then(function(){return this.running=void 0,this.flush()}.bind(this)),this.running}clear(){this._q=[]}length(){return this._q.length}pause(){this.paused=!0}stop(){this._q=[],this.running=!1,this.paused=!0}};var tw=Ah;var nw=!1,rw=!1,xB=`
61
61
  <div class="pagedjs_page">
62
62
  <div class="pagedjs_sheet">
63
63
  <div class="pagedjs_bleed pagedjs_bleed-top">
@@ -129,7 +129,7 @@ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
129
129
  </div>
130
130
  </div>
131
131
  </div>
132
- </div>`,wu=class{constructor(t,n,r){this.settings=r||{},this.hooks={},this.hooks.beforeParsed=new N(this),this.hooks.filter=new N(this),this.hooks.afterParsed=new N(this),this.hooks.beforePageLayout=new N(this),this.hooks.onPageLayout=new N(this),this.hooks.layout=new N(this),this.hooks.renderNode=new N(this),this.hooks.layoutNode=new N(this),this.hooks.onOverflow=new N(this),this.hooks.afterOverflowRemoved=new N(this),this.hooks.onBreakToken=new N,this.hooks.beforeRenderResult=new N(this),this.hooks.afterPageLayout=new N(this),this.hooks.finalizePage=new N(this),this.hooks.afterRendered=new N(this),this.pages=[],this.total=0,this.q=new tw(this),this.stopped=!1,this.rendered=!1,this.content=t,this.charsPerBreak=[],this.maxChars,t&&this.flow(t,n)}setup(t){this.pagesArea=document.createElement("div"),this.pagesArea.classList.add("pagedjs_pages"),t?t.appendChild(this.pagesArea):document.querySelector("body").appendChild(this.pagesArea),this.pageTemplate=document.createElement("template"),this.pageTemplate.innerHTML=xB}flow(t,n){return de(this,null,function*(){let r;yield this.hooks.beforeParsed.trigger(t,this),r=new ew(t),this.hooks.filter.triggerSync(r),this.source=r,this.breakToken=void 0,this.pagesArea&&this.pageTemplate?(this.q.clear(),this.removePages()):this.setup(n),this.emit("rendering",r),yield this.hooks.afterParsed.trigger(r,this),yield this.loadFonts();let i=yield this.render(r,this.breakToken);for(;i.canceled;)this.start(),i=yield this.render(r,this.breakToken);return this.rendered=!0,this.pagesArea.style.setProperty("--pagedjs-page-count",this.total),yield this.hooks.afterRendered.trigger(this.pages,this),this.emit("rendered",this.pages),this})}render(t,n){return de(this,null,function*(){let r=this.layout(t,n),i=!1,o,s=0;for(;!i;)if(o=yield this.q.enqueue(()=>this.renderAsync(r)),i=o.done,rw&&(s+=1,s>=rw)){this.stop();break}return o})}start(){this.rendered=!1,this.stopped=!1}stop(){this.stopped=!0}renderOnIdle(t){return new Promise(n=>{QC(()=>de(this,null,function*(){if(this.stopped)return n({done:!0,canceled:!0});let r=yield t.next();this.stopped?n({done:!0,canceled:!0}):n(r)}))})}renderAsync(t){return de(this,null,function*(){if(this.stopped)return{done:!0,canceled:!0};let n=yield t.next();return this.stopped?{done:!0,canceled:!0}:n})}handleBreaks(t,n){return de(this,null,function*(){let r=this.total+1,i=r%2===0?"left":"right",o=r%2===0?"verso":"recto",s,a,l;r!==1&&(t&&typeof t.dataset<"u"&&typeof t.dataset.previousBreakAfter<"u"&&(s=t.dataset.previousBreakAfter),t&&typeof t.dataset<"u"&&typeof t.dataset.breakBefore<"u"&&(a=t.dataset.breakBefore),n?l=this.addPage(!0):s&&(s==="left"||s==="right")&&s!==i?l=this.addPage(!0):s&&(s==="verso"||s==="recto")&&s!==o?l=this.addPage(!0):a&&(a==="left"||a==="right")&&a!==i?l=this.addPage(!0):a&&(a==="verso"||a==="recto")&&a!==o&&(l=this.addPage(!0)),l&&(yield this.hooks.beforePageLayout.trigger(l,void 0,void 0,this),this.emit("page",l),yield this.hooks.afterPageLayout.trigger(l.element,l,void 0,this),yield this.hooks.finalizePage.trigger(l.element,l,void 0,this),this.emit("renderedPage",l)))})}layout(t,n){return Wg(this,null,function*(){let r=n||!1,i=[];for(;r!==void 0&&(!nw||this.total<nw);){r&&r.node?yield new _n(this.handleBreaks(r.node)):yield new _n(this.handleBreaks(t.firstChild));let o=this.addPage();if(yield new _n(this.hooks.beforePageLayout.trigger(o,t,r,this)),this.emit("page",o),r=yield new _n(o.layout(t,r,this.maxChars)),r){let s=r.toJSON(!0);if(i.lastIndexOf(s)>-1){let a=new Gn("Layout repeated",[r.node]);return console.error("Layout repeated at: ",r.node),a}else i.push(s)}yield new _n(this.hooks.afterPageLayout.trigger(o.element,o,r,this)),yield new _n(this.hooks.finalizePage.trigger(o.element,o,void 0,this)),this.emit("renderedPage",o),this.recoredCharLength(o.wrapper.textContent.length),yield r}})}recoredCharLength(t){t!==0&&(this.charsPerBreak.push(t),this.charsPerBreak.length>4&&this.charsPerBreak.shift(),this.maxChars=this.charsPerBreak.reduce((n,r)=>n+r,0)/this.charsPerBreak.length)}removePages(t=0){if(!(t>=this.pages.length)){for(let n=t;n<this.pages.length;n++)this.pages[n].destroy();t>0?this.pages.splice(t):this.pages=[],this.total=this.pages.length}}addPage(t){let n=this.pages[this.pages.length-1],r=new Ih(this.pagesArea,this.pageTemplate,t,this.hooks,this.settings);return this.pages.push(r),r.create(void 0,n&&n.element),r.index(this.total),t||(r.onOverflow(i=>{if(console.warn("overflow on",r.id,i),this.rendered)return;let o=this.pages.indexOf(r)+1;this.stop(),this.breakToken=i,this.removePages(o),this.rendered===!0&&(this.rendered=!1,this.q.enqueue(()=>de(this,null,function*(){this.start(),yield this.render(this.source,this.breakToken),this.rendered=!0})))}),r.onUnderflow(i=>{})),this.total=this.pages.length,r}clonePage(t){return de(this,null,function*(){let n=this.pages[this.pages.length-1],r=new Ih(this.pagesArea,this.pageTemplate,!1,this.hooks);this.pages.push(r),r.create(void 0,n&&n.element),r.index(this.total),yield this.hooks.beforePageLayout.trigger(r,void 0,void 0,this),this.emit("page",r);for(let i of t.element.classList)i!=="pagedjs_left_page"&&i!=="pagedjs_right_page"&&r.element.classList.add(i);yield this.hooks.afterPageLayout.trigger(r.element,r,void 0,this),yield this.hooks.finalizePage.trigger(r.element,r,void 0,this),this.emit("renderedPage",r)})}loadFonts(){let t=[];return(document.fonts||[]).forEach(n=>{if(n.status!=="loaded"){let r=n.load().then(i=>n.family,i=>(console.warn("Failed to preload font-family:",n.family),n.family));t.push(r)}}),Promise.all(t).catch(n=>{console.warn(n)})}destroy(){this.pagesArea.remove(),this.pageTemplate.remove()}};(0,iw.default)(wu.prototype);var Mh=wu;var Ie=ge(Qe(),1);var eg=class{constructor(t,n){n?this.hooks=n:(this.hooks={},this.hooks.onUrl=new N(this),this.hooks.onAtPage=new N(this),this.hooks.onAtMedia=new N(this),this.hooks.onRule=new N(this),this.hooks.onDeclaration=new N(this),this.hooks.onSelector=new N(this),this.hooks.onPseudoSelector=new N(this),this.hooks.onContent=new N(this),this.hooks.onImport=new N(this),this.hooks.beforeTreeParse=new N(this),this.hooks.beforeTreeWalk=new N(this),this.hooks.afterTreeWalk=new N(this));try{this.url=new URL(t,window.location.href)}catch{this.url=new URL(window.location.href)}}parse(t){return de(this,null,function*(){return this.text=t,yield this.hooks.beforeTreeParse.trigger(this.text,this),this.ast=Ie.default.parse(this._text),yield this.hooks.beforeTreeWalk.trigger(this.ast),this.replaceUrls(this.ast),this.id=tt(),this.replaceIds(this.ast),this.imported=[],this.urls(this.ast),this.rules(this.ast),this.atrules(this.ast),yield this.hooks.afterTreeWalk.trigger(this.ast,this),this.ast})}insertRule(t){let n=this.ast.children.appendData(t);return this.declarations(t),n}urls(t){Ie.default.walk(t,{visit:"Url",enter:(n,r,i)=>{this.hooks.onUrl.trigger(n,r,i)}})}atrules(t){Ie.default.walk(t,{visit:"Atrule",enter:(n,r,i)=>{let o=Ie.default.keyword(n.name).basename;o==="page"&&(this.hooks.onAtPage.trigger(n,r,i),this.declarations(n,r,i)),o==="media"&&(this.hooks.onAtMedia.trigger(n,r,i),this.declarations(n,r,i)),o==="import"&&(this.hooks.onImport.trigger(n,r,i),this.imports(n,r,i))}})}rules(t){Ie.default.walk(t,{visit:"Rule",enter:(n,r,i)=>{this.hooks.onRule.trigger(n,r,i),this.declarations(n,r,i),this.onSelector(n,r,i)}})}declarations(t,n,r){Ie.default.walk(t,{visit:"Declaration",enter:(i,o,s)=>{this.hooks.onDeclaration.trigger(i,o,s,{ruleNode:t,ruleItem:n,rulelist:r}),i.property==="content"&&Ie.default.walk(i,{visit:"Function",enter:(a,l,u)=>{this.hooks.onContent.trigger(a,l,u,{declarationNode:i,dItem:o,dList:s},{ruleNode:t,ruleItem:n,rulelist:r})}})}})}onSelector(t,n,r){Ie.default.walk(t,{visit:"Selector",enter:(i,o,s)=>{this.hooks.onSelector.trigger(i,o,s,{ruleNode:t,ruleItem:n,rulelist:r}),i.children.forEach(a=>{a.type==="PseudoElementSelector"&&Ie.default.walk(a,{visit:"PseudoElementSelector",enter:(l,u,c)=>{this.hooks.onPseudoSelector.trigger(l,u,c,{selectNode:i,selectItem:o,selectList:s},{ruleNode:t,ruleItem:n,rulelist:r})}})})}})}replaceUrls(t){Ie.default.walk(t,{visit:"Url",enter:(n,r,i)=>{let o=n.value.value;if(!(n.value.type==="Raw"&&o.startsWith("data:")||n.value.type==="String"&&(o.startsWith('"data:')||o.startsWith("'data:")))){let s=o.replace(/["']/g,""),a=new URL(s,this.url);n.value.value=a.toString()}}})}addScope(t,n){Ie.default.walk(t,{visit:"Selector",enter:(r,i,o)=>{let s=r.children;s.prepend(s.createItem({type:"WhiteSpace",value:" "})),s.prepend(s.createItem({type:"IdSelector",name:n,loc:null,children:null}))}})}getNamedPageSelectors(t){let n={};return Ie.default.walk(t,{visit:"Rule",enter:(r,i,o)=>{Ie.default.walk(r,{visit:"Declaration",enter:(s,a,l)=>{if(s.property==="page"){let u=s.value.children.first(),c=u.name,p=Ie.default.generate(r.prelude);n[c]={name:c,selector:p},s.property="break-before",u.type="Identifier",u.name="always"}}})}}),n}replaceIds(t){Ie.default.walk(t,{visit:"Rule",enter:(n,r,i)=>{Ie.default.walk(n,{visit:"IdSelector",enter:(o,s,a)=>{let l=o.name;o.flags=null,o.matcher="=",o.name={type:"Identifier",loc:null,name:"data-id"},o.type="AttributeSelector",o.value={type:"String",loc:null,value:`"${l}"`}}})}})}imports(t,n,r){let i=[];Ie.default.walk(t,{visit:"MediaQuery",enter:(s,a,l)=>{Ie.default.walk(s,{visit:"Identifier",enter:(u,c,p)=>{i.push(u.name)}})}}),!i.some((s,a)=>{let l=s;return l==="not"?(l=i[a+1],!(l==="screen"||l==="speech")):l==="screen"||l==="speech"})&&Ie.default.walk(t,{visit:"String",enter:(s,a,l)=>{let u=s.value.replace(/["']/g,""),p=new URL(u,this.url).toString();this.imported.push(p),r.remove(n)}})}set text(t){this._text=t}get text(){return this._text}toString(t){return Ie.default.generate(t||this.ast)}},GI=eg;var YI=`
132
+ </div>`,wu=class{constructor(t,n,r){this.settings=r||{},this.hooks={},this.hooks.beforeParsed=new N(this),this.hooks.filter=new N(this),this.hooks.afterParsed=new N(this),this.hooks.beforePageLayout=new N(this),this.hooks.onPageLayout=new N(this),this.hooks.layout=new N(this),this.hooks.renderNode=new N(this),this.hooks.layoutNode=new N(this),this.hooks.onOverflow=new N(this),this.hooks.afterOverflowRemoved=new N(this),this.hooks.onBreakToken=new N,this.hooks.beforeRenderResult=new N(this),this.hooks.afterPageLayout=new N(this),this.hooks.finalizePage=new N(this),this.hooks.afterRendered=new N(this),this.pages=[],this.total=0,this.q=new tw(this),this.stopped=!1,this.rendered=!1,this.content=t,this.charsPerBreak=[],this.maxChars,t&&this.flow(t,n)}setup(t){this.pagesArea=document.createElement("div"),this.pagesArea.classList.add("pagedjs_pages"),t?t.appendChild(this.pagesArea):document.querySelector("body").appendChild(this.pagesArea),this.pageTemplate=document.createElement("template"),this.pageTemplate.innerHTML=xB}flow(t,n){return de(this,null,function*(){let r;yield this.hooks.beforeParsed.trigger(t,this),r=new ew(t),this.hooks.filter.triggerSync(r),this.source=r,this.breakToken=void 0,this.pagesArea&&this.pageTemplate?(this.q.clear(),this.removePages()):this.setup(n),this.emit("rendering",r),yield this.hooks.afterParsed.trigger(r,this),yield this.loadFonts();let i=yield this.render(r,this.breakToken);for(;i.canceled;)this.start(),i=yield this.render(r,this.breakToken);return this.rendered=!0,this.pagesArea.style.setProperty("--pagedjs-page-count",this.total),yield this.hooks.afterRendered.trigger(this.pages,this),this.emit("rendered",this.pages),this})}render(t,n){return de(this,null,function*(){let r=this.layout(t,n),i=!1,o,s=0;for(;!i;)if(o=yield this.q.enqueue(()=>this.renderAsync(r)),i=o.done,rw&&(s+=1,s>=rw)){this.stop();break}return o})}start(){this.rendered=!1,this.stopped=!1}stop(){this.stopped=!0}renderOnIdle(t){return new Promise(n=>{KC(()=>de(this,null,function*(){if(this.stopped)return n({done:!0,canceled:!0});let r=yield t.next();this.stopped?n({done:!0,canceled:!0}):n(r)}))})}renderAsync(t){return de(this,null,function*(){if(this.stopped)return{done:!0,canceled:!0};let n=yield t.next();return this.stopped?{done:!0,canceled:!0}:n})}handleBreaks(t,n){return de(this,null,function*(){let r=this.total+1,i=r%2===0?"left":"right",o=r%2===0?"verso":"recto",s,a,l;r!==1&&(t&&typeof t.dataset<"u"&&typeof t.dataset.previousBreakAfter<"u"&&(s=t.dataset.previousBreakAfter),t&&typeof t.dataset<"u"&&typeof t.dataset.breakBefore<"u"&&(a=t.dataset.breakBefore),n?l=this.addPage(!0):s&&(s==="left"||s==="right")&&s!==i?l=this.addPage(!0):s&&(s==="verso"||s==="recto")&&s!==o?l=this.addPage(!0):a&&(a==="left"||a==="right")&&a!==i?l=this.addPage(!0):a&&(a==="verso"||a==="recto")&&a!==o&&(l=this.addPage(!0)),l&&(yield this.hooks.beforePageLayout.trigger(l,void 0,void 0,this),this.emit("page",l),yield this.hooks.afterPageLayout.trigger(l.element,l,void 0,this),yield this.hooks.finalizePage.trigger(l.element,l,void 0,this),this.emit("renderedPage",l)))})}layout(t,n){return qg(this,null,function*(){let r=n||!1,i=[];for(;r!==void 0&&(!nw||this.total<nw);){r&&r.node?yield new kn(this.handleBreaks(r.node)):yield new kn(this.handleBreaks(t.firstChild));let o=this.addPage();if(yield new kn(this.hooks.beforePageLayout.trigger(o,t,r,this)),this.emit("page",o),r=yield new kn(o.layout(t,r,this.maxChars)),r){let s=r.toJSON(!0);if(i.lastIndexOf(s)>-1){let a=new $n("Layout repeated",[r.node]);return console.error("Layout repeated at: ",r.node),a}else i.push(s)}yield new kn(this.hooks.afterPageLayout.trigger(o.element,o,r,this)),yield new kn(this.hooks.finalizePage.trigger(o.element,o,void 0,this)),this.emit("renderedPage",o),this.recoredCharLength(o.wrapper.textContent.length),yield r}})}recoredCharLength(t){t!==0&&(this.charsPerBreak.push(t),this.charsPerBreak.length>4&&this.charsPerBreak.shift(),this.maxChars=this.charsPerBreak.reduce((n,r)=>n+r,0)/this.charsPerBreak.length)}removePages(t=0){if(!(t>=this.pages.length)){for(let n=t;n<this.pages.length;n++)this.pages[n].destroy();t>0?this.pages.splice(t):this.pages=[],this.total=this.pages.length}}addPage(t){let n=this.pages[this.pages.length-1],r=new Th(this.pagesArea,this.pageTemplate,t,this.hooks,this.settings);return this.pages.push(r),r.create(void 0,n&&n.element),r.index(this.total),t||(r.onOverflow(i=>{if(console.warn("overflow on",r.id,i),this.rendered)return;let o=this.pages.indexOf(r)+1;this.stop(),this.breakToken=i,this.removePages(o),this.rendered===!0&&(this.rendered=!1,this.q.enqueue(()=>de(this,null,function*(){this.start(),yield this.render(this.source,this.breakToken),this.rendered=!0})))}),r.onUnderflow(i=>{})),this.total=this.pages.length,r}clonePage(t){return de(this,null,function*(){let n=this.pages[this.pages.length-1],r=new Th(this.pagesArea,this.pageTemplate,!1,this.hooks);this.pages.push(r),r.create(void 0,n&&n.element),r.index(this.total),yield this.hooks.beforePageLayout.trigger(r,void 0,void 0,this),this.emit("page",r);for(let i of t.element.classList)i!=="pagedjs_left_page"&&i!=="pagedjs_right_page"&&r.element.classList.add(i);yield this.hooks.afterPageLayout.trigger(r.element,r,void 0,this),yield this.hooks.finalizePage.trigger(r.element,r,void 0,this),this.emit("renderedPage",r)})}loadFonts(){let t=[];return(document.fonts||[]).forEach(n=>{if(n.status!=="loaded"){let r=n.load().then(i=>n.family,i=>(console.warn("Failed to preload font-family:",n.family),n.family));t.push(r)}}),Promise.all(t).catch(n=>{console.warn(n)})}destroy(){this.pagesArea.remove(),this.pageTemplate.remove()}};(0,iw.default)(wu.prototype);var Mh=wu;var Te=ge(Ke(),1);var eg=class{constructor(t,n){n?this.hooks=n:(this.hooks={},this.hooks.onUrl=new N(this),this.hooks.onAtPage=new N(this),this.hooks.onAtMedia=new N(this),this.hooks.onRule=new N(this),this.hooks.onDeclaration=new N(this),this.hooks.onSelector=new N(this),this.hooks.onPseudoSelector=new N(this),this.hooks.onContent=new N(this),this.hooks.onImport=new N(this),this.hooks.beforeTreeParse=new N(this),this.hooks.beforeTreeWalk=new N(this),this.hooks.afterTreeWalk=new N(this));try{this.url=new URL(t,window.location.href)}catch{this.url=new URL(window.location.href)}}parse(t){return de(this,null,function*(){return this.text=t,yield this.hooks.beforeTreeParse.trigger(this.text,this),this.ast=Te.default.parse(this._text),yield this.hooks.beforeTreeWalk.trigger(this.ast),this.replaceUrls(this.ast),this.id=tt(),this.replaceIds(this.ast),this.imported=[],this.urls(this.ast),this.rules(this.ast),this.atrules(this.ast),yield this.hooks.afterTreeWalk.trigger(this.ast,this),this.ast})}insertRule(t){let n=this.ast.children.appendData(t);return this.declarations(t),n}urls(t){Te.default.walk(t,{visit:"Url",enter:(n,r,i)=>{this.hooks.onUrl.trigger(n,r,i)}})}atrules(t){Te.default.walk(t,{visit:"Atrule",enter:(n,r,i)=>{let o=Te.default.keyword(n.name).basename;o==="page"&&(this.hooks.onAtPage.trigger(n,r,i),this.declarations(n,r,i)),o==="media"&&(this.hooks.onAtMedia.trigger(n,r,i),this.declarations(n,r,i)),o==="import"&&(this.hooks.onImport.trigger(n,r,i),this.imports(n,r,i))}})}rules(t){Te.default.walk(t,{visit:"Rule",enter:(n,r,i)=>{this.hooks.onRule.trigger(n,r,i),this.declarations(n,r,i),this.onSelector(n,r,i)}})}declarations(t,n,r){Te.default.walk(t,{visit:"Declaration",enter:(i,o,s)=>{this.hooks.onDeclaration.trigger(i,o,s,{ruleNode:t,ruleItem:n,rulelist:r}),i.property==="content"&&Te.default.walk(i,{visit:"Function",enter:(a,l,u)=>{this.hooks.onContent.trigger(a,l,u,{declarationNode:i,dItem:o,dList:s},{ruleNode:t,ruleItem:n,rulelist:r})}})}})}onSelector(t,n,r){Te.default.walk(t,{visit:"Selector",enter:(i,o,s)=>{this.hooks.onSelector.trigger(i,o,s,{ruleNode:t,ruleItem:n,rulelist:r}),i.children.forEach(a=>{a.type==="PseudoElementSelector"&&Te.default.walk(a,{visit:"PseudoElementSelector",enter:(l,u,c)=>{this.hooks.onPseudoSelector.trigger(l,u,c,{selectNode:i,selectItem:o,selectList:s},{ruleNode:t,ruleItem:n,rulelist:r})}})})}})}replaceUrls(t){Te.default.walk(t,{visit:"Url",enter:(n,r,i)=>{let o=n.value.value;if(!(n.value.type==="Raw"&&o.startsWith("data:")||n.value.type==="String"&&(o.startsWith('"data:')||o.startsWith("'data:")))){let s=o.replace(/["']/g,""),a=new URL(s,this.url);n.value.value=a.toString()}}})}addScope(t,n){Te.default.walk(t,{visit:"Selector",enter:(r,i,o)=>{let s=r.children;s.prepend(s.createItem({type:"WhiteSpace",value:" "})),s.prepend(s.createItem({type:"IdSelector",name:n,loc:null,children:null}))}})}getNamedPageSelectors(t){let n={};return Te.default.walk(t,{visit:"Rule",enter:(r,i,o)=>{Te.default.walk(r,{visit:"Declaration",enter:(s,a,l)=>{if(s.property==="page"){let u=s.value.children.first(),c=u.name,p=Te.default.generate(r.prelude);n[c]={name:c,selector:p},s.property="break-before",u.type="Identifier",u.name="always"}}})}}),n}replaceIds(t){Te.default.walk(t,{visit:"Rule",enter:(n,r,i)=>{Te.default.walk(n,{visit:"IdSelector",enter:(o,s,a)=>{let l=o.name;o.flags=null,o.matcher="=",o.name={type:"Identifier",loc:null,name:"data-id"},o.type="AttributeSelector",o.value={type:"String",loc:null,value:`"${l}"`}}})}})}imports(t,n,r){let i=[];Te.default.walk(t,{visit:"MediaQuery",enter:(s,a,l)=>{Te.default.walk(s,{visit:"Identifier",enter:(u,c,p)=>{i.push(u.name)}})}}),!i.some((s,a)=>{let l=s;return l==="not"?(l=i[a+1],!(l==="screen"||l==="speech")):l==="screen"||l==="speech"})&&Te.default.walk(t,{visit:"String",enter:(s,a,l)=>{let u=s.value.replace(/["']/g,""),p=new URL(u,this.url).toString();this.imported.push(p),r.remove(n)}})}set text(t){this._text=t}get text(){return this._text}toString(t){return Te.default.generate(t||this.ast)}},$T=eg;var GT=`
133
133
  :root {
134
134
  --pagedjs-width: 8.5in;
135
135
  --pagedjs-height: 11in;
@@ -834,19 +834,23 @@ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
834
834
  height: 100% !important;
835
835
  }
836
836
  }
837
- `;function pc(n){return de(this,arguments,function*(e,t={}){return new Promise(function(r,i){let o=new XMLHttpRequest;o.open(t.method||"get",e,!0);for(let s in t.headers)o.setRequestHeader(s,t.headers[s]);o.withCredentials=t.credentials==="include",o.onload=()=>{let s=o.status===0&&e.startsWith("file://")?200:o.status;r(new Response(o.responseText,{status:s}))},o.onerror=i,o.send(t.body||null)})})}var tg=class{constructor(t){this.sheets=[],this.inserted=[],this.hooks={},this.hooks.onUrl=new N(this),this.hooks.onAtPage=new N(this),this.hooks.onAtMedia=new N(this),this.hooks.onRule=new N(this),this.hooks.onDeclaration=new N(this),this.hooks.onContent=new N(this),this.hooks.onSelector=new N(this),this.hooks.onPseudoSelector=new N(this),this.hooks.onImport=new N(this),this.hooks.beforeTreeParse=new N(this),this.hooks.beforeTreeWalk=new N(this),this.hooks.afterTreeWalk=new N(this),t!==!1&&this.setup()}setup(){return this.base=this.insert(YI),this.styleEl=document.createElement("style"),document.head.appendChild(this.styleEl),this.styleSheet=this.styleEl.sheet,this.styleSheet}add(){return de(this,arguments,function*(){let t=[],n=[];for(var r=0;r<arguments.length;r++){let i;if(typeof arguments[r]=="object")for(let o in arguments[r]){let s=arguments[r];i=new Promise(function(a,l){n.push(o),a(s[o])})}else n.push(arguments[r]),i=pc(arguments[r]).then(o=>o.text());t.push(i)}return yield Promise.all(t).then(i=>de(this,null,function*(){let o="";for(let s=0;s<i.length;s++)o=yield this.convertViaSheet(i[s],n[s]),this.insert(o);return o}))})}convertViaSheet(t,n){return de(this,null,function*(){let r=new GI(n,this.hooks);yield r.parse(t);for(let i of r.imported){let o=yield pc(i).then(a=>a.text()),s=yield this.convertViaSheet(o,i);this.insert(s)}return this.sheets.push(r),typeof r.width<"u"&&(this.width=r.width),typeof r.height<"u"&&(this.height=r.height),typeof r.orientation<"u"&&(this.orientation=r.orientation),r.toString()})}insert(t){let n=document.querySelector("head"),r=document.createElement("style");return r.setAttribute("data-pagedjs-inserted-styles","true"),r.appendChild(document.createTextNode(t)),n.appendChild(r),this.inserted.push(r),r}destroy(){this.styleEl.remove(),this.inserted.forEach(t=>{t.remove()}),this.sheets=[]}},ng=tg;var $k=ge(Yn(),1);var $I=ge(Yn(),1),fc=class{constructor(t,n,r){let i=Object.assign({},t&&t.hooks,n&&n.hooks,r&&r.hooks);this.chunker=t,this.polisher=n,this.caller=r;for(let o in i)o in this&&i[o].register(this[o].bind(this))}};(0,$I.default)(fc.prototype);var Z=fc;var O=ge(Qe(),1);var rg={A0:{width:{value:841,unit:"mm"},height:{value:1189,unit:"mm"}},A1:{width:{value:594,unit:"mm"},height:{value:841,unit:"mm"}},A2:{width:{value:420,unit:"mm"},height:{value:594,unit:"mm"}},A3:{width:{value:297,unit:"mm"},height:{value:420,unit:"mm"}},A4:{width:{value:210,unit:"mm"},height:{value:297,unit:"mm"}},A5:{width:{value:148,unit:"mm"},height:{value:210,unit:"mm"}},A6:{width:{value:105,unit:"mm"},height:{value:148,unit:"mm"}},A7:{width:{value:74,unit:"mm"},height:{value:105,unit:"mm"}},A8:{width:{value:52,unit:"mm"},height:{value:74,unit:"mm"}},A9:{width:{value:37,unit:"mm"},height:{value:52,unit:"mm"}},A10:{width:{value:26,unit:"mm"},height:{value:37,unit:"mm"}},B4:{width:{value:250,unit:"mm"},height:{value:353,unit:"mm"}},B5:{width:{value:176,unit:"mm"},height:{value:250,unit:"mm"}},letter:{width:{value:8.5,unit:"in"},height:{value:11,unit:"in"}},legal:{width:{value:8.5,unit:"in"},height:{value:14,unit:"in"}},ledger:{width:{value:11,unit:"in"},height:{value:17,unit:"in"}}};var ig=class extends Z{constructor(t,n,r){super(t,n,r),this.pages={},this.width=void 0,this.height=void 0,this.orientation=void 0,this.marginalia={}}pageModel(t){return{selector:t,name:void 0,psuedo:void 0,nth:void 0,marginalia:{},width:void 0,height:void 0,orientation:void 0,margin:{top:{},right:{},left:{},bottom:{}},padding:{top:{},right:{},left:{},bottom:{}},border:{top:{},right:{},left:{},bottom:{}},backgroundOrigin:void 0,block:{},marks:void 0,notes:void 0,added:!1}}onAtPage(t,n,r){let i,o,s="",a,l,u,c=!1;t.prelude?(a=this.getTypeSelector(t),l=this.getPsuedoSelector(t),u=this.getNthSelector(t),s=O.default.generate(t.prelude)):s="*",s in this.pages?(i=this.pages[s],o=this.replaceMarginalia(t),c=!0,i.added=!1):(i=this.pageModel(s),o=this.replaceMarginalia(t),this.pages[s]=i),i.name=a,i.psuedo=l,i.nth=u,c?i.marginalia=Object.assign(i.marginalia,o):i.marginalia=o;let p=this.replaceNotes(t);i.notes=p;let d=this.replaceDeclarations(t);if(d.size&&(i.size=d.size,i.width=d.size.width,i.height=d.size.height,i.orientation=d.size.orientation,i.format=d.size.format),d.bleed&&d.bleed[0]!="auto")switch(d.bleed.length){case 4:i.bleed={top:d.bleed[0],right:d.bleed[1],bottom:d.bleed[2],left:d.bleed[3]};break;case 3:i.bleed={top:d.bleed[0],right:d.bleed[1],bottom:d.bleed[2],left:d.bleed[1]};break;case 2:i.bleed={top:d.bleed[0],right:d.bleed[1],bottom:d.bleed[0],left:d.bleed[1]};break;default:i.bleed={top:d.bleed[0],right:d.bleed[0],bottom:d.bleed[0],left:d.bleed[0]}}d.marks&&((!d.bleed||d.bleed&&d.bleed[0]==="auto")&&(i.bleed={top:{value:6,unit:"mm"},right:{value:6,unit:"mm"},bottom:{value:6,unit:"mm"},left:{value:6,unit:"mm"}}),i.marks=d.marks),d.margin&&(i.margin=d.margin),d.padding&&(i.padding=d.padding),d.border&&(i.border=d.border),d.marks&&(i.marks=d.marks),c?i.block.children.appendList(t.block.children):i.block=t.block,r.remove(n)}afterTreeWalk(t,n){let r="*"in this.pages&&this.pages["*"].added===!1;if(this.addPageClasses(this.pages,t,n),r){let i=this.pages["*"].width,o=this.pages["*"].height,s=this.pages["*"].format,a=this.pages["*"].orientation,l=this.pages["*"].bleed,u=this.pages["*"].marks,c,p;":left"in this.pages&&(c=this.pages[":left"].bleed),":right"in this.pages&&(p=this.pages[":right"].bleed),i&&o&&(this.width!==i||this.height!==o)&&(this.width=i,this.height=o,this.format=s,this.orientation=a,this.addRootVars(t,i,o,a,l,p,c,u),this.addRootPage(t,this.pages["*"].size,l,p,c),this.emit("size",{width:i,height:o,orientation:a,format:s,bleed:l}),this.emit("atpages",this.pages))}}getTypeSelector(t){let n;return O.default.walk(t,{visit:"TypeSelector",enter:(r,i,o)=>{n=r.name}}),n}getPsuedoSelector(t){let n;return O.default.walk(t,{visit:"PseudoClassSelector",enter:(r,i,o)=>{r.name!=="nth"&&(n=r.name)}}),n}getNthSelector(t){let n;return O.default.walk(t,{visit:"PseudoClassSelector",enter:(r,i,o)=>{r.name==="nth"&&r.children&&(n=r.children.first().value)}}),n}replaceMarginalia(t){let n={},r=["top-left-corner","top-left","top","top-center","top-right","top-right-corner","bottom-left-corner","bottom-left","bottom","bottom-center","bottom-right","bottom-right-corner","left-top","left-middle","left","left-bottom","top-right-corner","right-top","right-middle","right","right-bottom","right-right-corner"];return O.default.walk(t.block,{visit:"Atrule",enter:(i,o,s)=>{let a=i.name;r.includes(a)&&(a==="top"&&(a="top-center"),a==="right"&&(a="right-middle"),a==="left"&&(a="left-middle"),a==="bottom"&&(a="bottom-center"),n[a]=i.block,s.remove(o))}}),n}replaceNotes(t){let n={};return O.default.walk(t.block,{visit:"Atrule",enter:(r,i,o)=>{let s=r.name;s==="footnote"&&(n[s]=r.block,o.remove(i))}}),n}replaceDeclarations(t){let n={};return O.default.walk(t.block,{visit:"Declaration",enter:(r,i,o)=>{let s=O.default.property(r.property).name;if(s==="marks")n.marks=[],O.default.walk(r,{visit:"Identifier",enter:a=>{n.marks.push(a.name)}}),o.remove(i);else if(s==="margin")n.margin=this.getMargins(r),o.remove(i);else if(s.indexOf("margin-")===0){let a=s.substring(7);n.margin||(n.margin={top:{},right:{},left:{},bottom:{}}),n.margin[a]=r.value.children.first(),o.remove(i)}else if(s==="padding")n.padding=this.getPaddings(r.value),o.remove(i);else if(s.indexOf("padding-")===0){let a=s.substring(8);n.padding||(n.padding={top:{},right:{},left:{},bottom:{}}),n.padding[a]=r.value.children.first(),o.remove(i)}else if(s==="border")n.border||(n.border={top:{},right:{},left:{},bottom:{}}),n.border.top=O.default.generate(r.value),n.border.right=O.default.generate(r.value),n.border.left=O.default.generate(r.value),n.border.bottom=O.default.generate(r.value),o.remove(i);else if(s.indexOf("border-")===0){n.border||(n.border={top:{},right:{},left:{},bottom:{}});let a=s.substring(7);n.border[a]=O.default.generate(r.value),o.remove(i)}else s==="size"?(n.size=this.getSize(r),o.remove(i)):s==="bleed"&&(n.bleed=[],O.default.walk(r,{enter:a=>{switch(a.type){case"String":a.value.indexOf("auto")>-1&&n.bleed.push("auto");break;case"Dimension":n.bleed.push({value:a.value,unit:a.unit});break;case"Number":n.bleed.push({value:a.value,unit:"px"});break;default:}}}),o.remove(i))}}),n}getSize(t){let n,r,i,o;return O.default.walk(t,{visit:"Dimension",enter:(s,a,l)=>{let{value:u,unit:c}=s;typeof n>"u"?n={value:u,unit:c}:typeof r>"u"&&(r={value:u,unit:c})}}),O.default.walk(t,{visit:"String",enter:(s,a,l)=>{let u=s.value.replace(/["|']/g,""),c=rg[u];c&&(n=c.width,r=c.height)}}),O.default.walk(t,{visit:"Identifier",enter:(s,a,l)=>{let u=s.name;if(u==="landscape"||u==="portrait")i=s.name;else if(u!=="auto"){let c=rg[u];c&&(n=c.width,r=c.height),o=u}}}),{width:n,height:r,orientation:i,format:o}}getMargins(t){let n=[],r={top:{},right:{},left:{},bottom:{}};if(O.default.walk(t,{enter:i=>{switch(i.type){case"Dimension":n.push(i);break;case"Number":n.push({value:i.value,unit:"px"});break;default:}}}),n.length===1)for(let i in r)r[i]=n[0];else n.length===2?(r.top=n[0],r.right=n[1],r.bottom=n[0],r.left=n[1]):n.length===3?(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[1]):n.length===4&&(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[3]);return r}getPaddings(t){let n=[],r={top:{},right:{},left:{},bottom:{}};if(O.default.walk(t,{enter:i=>{switch(i.type){case"Dimension":n.push(i);break;case"Number":n.push({value:i.value,unit:"px"});break;default:}}}),n.length===1)for(let i in r)r[i]=n[0];else n.length===2?(r.top=n[0],r.right=n[1],r.bottom=n[0],r.left=n[1]):n.length===3?(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[1]):n.length===4&&(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[3]);return r}getBorders(t){let n={top:{},right:{},left:{},bottom:{}};return t.prop=="border"?(n.top=O.default.generate(t.value),n.right=O.default.generate(t.value),n.bottom=O.default.generate(t.value),n.left=O.default.generate(t.value)):t.prop=="border-top"?n.top=O.default.generate(t.value):t.prop=="border-right"?n.right=O.default.generate(t.value):t.prop=="border-bottom"?n.bottom=O.default.generate(t.value):t.prop=="border-left"&&(n.left=O.default.generate(t.value)),n}addPageClasses(t,n,r){if("*"in t&&t["*"].added===!1){let i=this.createPage(t["*"],n.children,r);r.insertRule(i),t["*"].added=!0}if(":left"in t&&t[":left"].added===!1){let i=this.createPage(t[":left"],n.children,r);r.insertRule(i),t[":left"].added=!0}if(":right"in t&&t[":right"].added===!1){let i=this.createPage(t[":right"],n.children,r);r.insertRule(i),t[":right"].added=!0}if(":first"in t&&t[":first"].added===!1){let i=this.createPage(t[":first"],n.children,r);r.insertRule(i),t[":first"].added=!0}if(":blank"in t&&t[":blank"].added===!1){let i=this.createPage(t[":blank"],n.children,r);r.insertRule(i),t[":blank"].added=!0}for(let i in t)if(t[i].nth&&t[i].added===!1){let o=this.createPage(t[i],n.children,r);r.insertRule(o),t[i].added=!0}for(let i in t)if(t[i].name&&t[i].added===!1){let o=this.createPage(t[i],n.children,r);r.insertRule(o),t[i].added=!0}}createPage(t,n,r){let i=this.selectorsForPage(t),o=t.block.children.copy(),s={type:"Block",loc:0,children:o},a=this.createRule(i,s);return this.addMarginVars(t.margin,o,o.first()),this.addPaddingVars(t.padding,o,o.first()),this.addBorderVars(t.border,o,o.first()),t.width&&this.addDimensions(t.width,t.height,t.orientation,o,o.first()),t.marginalia&&(this.addMarginaliaStyles(t,n,a,r),this.addMarginaliaContent(t,n,a,r)),t.notes&&this.addNotesStyles(t.notes,t,n,a,r),a}addMarginVars(t,n,r){for(let i in t)if(typeof t[i].value<"u"){let o=t[i].value+(t[i].unit||""),s=n.createItem({type:"Declaration",property:"--pagedjs-margin-"+i,value:{type:"Raw",value:o}});n.append(s,r)}}addPaddingVars(t,n,r){for(let i in t)if(typeof t[i].value<"u"){let o=t[i].value+(t[i].unit||""),s=n.createItem({type:"Declaration",property:"--pagedjs-padding-"+i,value:{type:"Raw",value:o}});n.append(s,r)}}addBorderVars(t,n,r){for(let i of Object.keys(t)){let o=t[i];if(typeof o=="string"){let s=n.createItem({type:"Declaration",property:"--pagedjs-border-"+i,value:{type:"Raw",value:o}});n.append(s,r)}}}addDimensions(t,n,r,i,o){let s,a;s=k(t),a=k(n),r&&r!=="portrait"&&([s,a]=[a,s]);let l=this.createVariable("--pagedjs-pagebox-width",s);i.appendData(l);let u=this.createVariable("--pagedjs-pagebox-height",a);i.appendData(u)}addMarginaliaStyles(t,n,r,i){for(let o in t.marginalia){let s=O.default.clone(t.marginalia[o]),a=!1;if(s.children.isEmpty())continue;O.default.walk(s,{visit:"Declaration",enter:(p,d,f)=>{if(p.property==="content"&&(p.value.children&&p.value.children.first().name==="none"?a=!1:a=!0,f.remove(d)),p.property==="vertical-align"&&(O.default.walk(p,{visit:"Identifier",enter:(g,h,y)=>{let m=g.name;m==="top"?g.name="flex-start":m==="middle"?g.name="center":m==="bottom"&&(g.name="flex-end")}}),p.property="align-items"),p.property==="width"&&(o==="top-left"||o==="top-center"||o==="top-right"||o==="bottom-left"||o==="bottom-center"||o==="bottom-right")){let g=O.default.clone(p);g.property="max-width",f.appendData(g)}if(p.property==="height"&&(o==="left-top"||o==="left-middle"||o==="left-bottom"||o==="right-top"||o==="right-middle"||o==="right-bottom")){let g=O.default.clone(p);g.property="max-height",f.appendData(g)}}});let l=this.selectorsForPageMargin(t,o),u=this.createRule(l,s);n.appendData(u);let c=O.default.generate({type:"Selector",children:l});this.marginalia[c]={page:t,selector:c,block:t.marginalia[o],hasContent:a}}}addMarginaliaContent(t,n,r,i){let o;for(let s in t.marginalia){let a=O.default.clone(t.marginalia[s]);if(O.default.walk(a,{visit:"Declaration",enter:(f,g,h)=>{f.property!=="content"&&h.remove(g),f.value.children&&f.value.children.first().name==="none"&&(o=!0)}}),a.children.isEmpty())continue;let l=this.selectorsForPageMargin(t,s),u;l.insertData({type:"Combinator",name:">"}),l.insertData({type:"ClassSelector",name:"pagedjs_margin-content"}),l.insertData({type:"Combinator",name:">"}),l.insertData({type:"TypeSelector",name:"*"}),o?u=this.createDeclaration("display","none"):u=this.createDeclaration("display","block");let c=this.createRule(l,[u]);i.insertRule(c);let p=this.selectorsForPageMargin(t,s);p.insertData({type:"Combinator",name:">"}),p.insertData({type:"ClassSelector",name:"pagedjs_margin-content"}),p.insertData({type:"PseudoElementSelector",name:"after",children:null});let d=this.createRule(p,a);i.insertRule(d)}}addRootVars(t,n,r,i,o,s,a,l){let u=[],c=new O.default.List;c.insertData({type:"PseudoClassSelector",name:"root",children:null});let p,d,f,g,h,y;if(!o)p=k(n),d=k(r),f=k(n),g=k(r),h=k(n),y=k(r);else{p=`calc( ${k(n)} + ${k(o.left)} + ${k(o.right)} )`,d=`calc( ${k(r)} + ${k(o.top)} + ${k(o.bottom)} )`,f=`calc( ${k(n)} + ${k(o.left)} + ${k(o.right)} )`,g=`calc( ${k(r)} + ${k(o.top)} + ${k(o.bottom)} )`,h=`calc( ${k(n)} + ${k(o.left)} + ${k(o.right)} )`,y=`calc( ${k(r)} + ${k(o.top)} + ${k(o.bottom)} )`;let U=this.createVariable("--pagedjs-bleed-top",k(o.top)),ae=this.createVariable("--pagedjs-bleed-right",k(o.right)),Fe=this.createVariable("--pagedjs-bleed-bottom",k(o.bottom)),Me=this.createVariable("--pagedjs-bleed-left",k(o.left)),De=this.createVariable("--pagedjs-bleed-right-top",k(o.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",k(o.right)),Le=this.createVariable("--pagedjs-bleed-right-bottom",k(o.bottom)),re=this.createVariable("--pagedjs-bleed-right-left",k(o.left)),ye=this.createVariable("--pagedjs-bleed-left-top",k(o.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",k(o.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",k(o.bottom)),rt=this.createVariable("--pagedjs-bleed-left-left",k(o.left));s&&(De=this.createVariable("--pagedjs-bleed-right-top",k(s.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",k(s.right)),Le=this.createVariable("--pagedjs-bleed-right-bottom",k(s.bottom)),re=this.createVariable("--pagedjs-bleed-right-left",k(s.left)),f=`calc( ${k(n)} + ${k(s.left)} + ${k(s.right)} )`,g=`calc( ${k(r)} + ${k(s.top)} + ${k(s.bottom)} )`),a&&(ye=this.createVariable("--pagedjs-bleed-left-top",k(a.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",k(a.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",k(a.bottom)),rt=this.createVariable("--pagedjs-bleed-left-left",k(a.left)),h=`calc( ${k(n)} + ${k(a.left)} + ${k(a.right)} )`,y=`calc( ${k(r)} + ${k(a.top)} + ${k(a.bottom)} )`);let Mc=this.createVariable("--pagedjs-width",k(n)),$t=this.createVariable("--pagedjs-height",k(r));u.push(U,ae,Fe,Me,De,Ue,Le,re,ye,Rt,tr,rt,Mc,$t)}if(l&&l.forEach(U=>{let ae=this.createVariable("--pagedjs-mark-"+U+"-display","block");u.push(ae)}),i){let U=this.createVariable("--pagedjs-orientation",i);u.push(U),i!=="portrait"&&([p,d]=[d,p],[f,g]=[g,f],[h,y]=[y,h])}let m=this.createVariable("--pagedjs-width",p),v=this.createVariable("--pagedjs-height",d),S=this.createVariable("--pagedjs-width-right",f),C=this.createVariable("--pagedjs-height-right",g),w=this.createVariable("--pagedjs-width-left",h),x=this.createVariable("--pagedjs-height-left",y);u.push(m,v,S,C,w,x);let q=this.createRule(c,u);t.children.appendData(q)}addNotesStyles(t,n,r,i,o){for(let s in t){let a=this.selectorsForPage(n);a.insertData({type:"Combinator",name:" "}),a.insertData({type:"ClassSelector",name:"pagedjs_"+s+"_content"});let l=this.createRule(a,t[s]);r.appendData(l)}}addRootPage(t,n,r,i,o){let{width:s,height:a,orientation:l,format:u}=n,c=new O.default.List,p=new O.default.List,d=new O.default.List,f=new O.default.List,g=new O.default.List,h=new O.default.List;if(r){let m=new O.default.List,v=new O.default.List;m.appendData({type:"Dimension",unit:s.unit,value:s.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:r.left.unit,value:r.left.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:r.right.unit,value:r.right.value}),v.appendData({type:"Dimension",unit:a.unit,value:a.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:r.top.unit,value:r.top.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:r.bottom.unit,value:r.bottom.value}),f.appendData({type:"Function",name:"calc",children:m}),f.appendData({type:"WhiteSpace",value:" "}),f.appendData({type:"Function",name:"calc",children:v})}else u?(f.appendData({type:"Identifier",name:u}),l&&(f.appendData({type:"WhiteSpace",value:" "}),f.appendData({type:"Identifier",name:l}))):(f.appendData({type:"Dimension",unit:s.unit,value:s.value}),f.appendData({type:"WhiteSpace",value:" "}),f.appendData({type:"Dimension",unit:a.unit,value:a.value}));c.appendData({type:"Declaration",property:"size",loc:null,value:{type:"Value",children:f}}),c.appendData({type:"Declaration",property:"margin",loc:null,value:{type:"Value",children:[{type:"Dimension",unit:"px",value:0}]}}),c.appendData({type:"Declaration",property:"padding",loc:null,value:{type:"Value",children:[{type:"Dimension",unit:"px",value:0}]}}),c.appendData({type:"Declaration",property:"padding",loc:null,value:{type:"Value",children:[{type:"Dimension",unit:"px",value:0}]}});let y=t.children.createItem({type:"Atrule",prelude:null,name:"page",block:{type:"Block",loc:null,children:c}});if(t.children.append(y),o){let m=new O.default.List,v=new O.default.List;m.appendData({type:"Dimension",unit:s.unit,value:s.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:o.left.unit,value:o.left.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:o.right.unit,value:o.right.value}),v.appendData({type:"Dimension",unit:a.unit,value:a.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:o.top.unit,value:o.top.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:o.bottom.unit,value:o.bottom.value}),g.appendData({type:"Function",name:"calc",children:m}),g.appendData({type:"WhiteSpace",value:" "}),g.appendData({type:"Function",name:"calc",children:v}),p.appendData({type:"Declaration",property:"size",loc:null,value:{type:"Value",children:g}});let S=t.children.createItem({type:"Atrule",prelude:null,name:"page :left",block:{type:"Block",loc:null,children:p}});t.children.append(S)}if(i){let m=new O.default.List,v=new O.default.List;m.appendData({type:"Dimension",unit:s.unit,value:s.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:i.left.unit,value:i.left.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:i.right.unit,value:i.right.value}),v.appendData({type:"Dimension",unit:a.unit,value:a.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:i.top.unit,value:i.top.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:i.bottom.unit,value:i.bottom.value}),h.appendData({type:"Function",name:"calc",children:m}),h.appendData({type:"WhiteSpace",value:" "}),h.appendData({type:"Function",name:"calc",children:v}),d.appendData({type:"Declaration",property:"size",loc:null,value:{type:"Value",children:h}});let S=t.children.createItem({type:"Atrule",prelude:null,name:"page :right",block:{type:"Block",loc:null,children:d}});t.children.append(S)}}getNth(t){let n=t.indexOf("n"),r=t.indexOf("+"),i=t.split("n"),o=t.split("+"),s=null,a=null;return n>-1?(s=i[0],r>-1&&(a=o[1])):a=t,{type:"Nth",loc:null,selector:null,nth:{type:"AnPlusB",loc:null,a:s,b:a}}}addPageAttributes(t,n,r){let i=[n.dataset.page];if(i&&i.length)for(let o of i)o&&(t.name=o,t.element.classList.add("pagedjs_named_page"),t.element.classList.add("pagedjs_"+o+"_page"),n.dataset.splitFrom||t.element.classList.add("pagedjs_"+o+"_first_page"))}getStartElement(t,n){let r=n&&n.node;if(!t&&!n)return;if(!r)return t.children[0];if(r.nodeType===1&&r.parentNode.nodeType===11||r.nodeType===1&&r.dataset.page)return r;let i=au(r),o=i.querySelectorAll("[data-page]");return o.length?o[o.length-1]:i.children[0]}beforePageLayout(t,n,r,i){let o=this.getStartElement(n,r);o&&this.addPageAttributes(t,o,i.pages)}finalizePage(t,n,r,i){for(let o in this.marginalia){let s=this.marginalia[o],a=o.split(" "),l;n.element.matches(a[0])&&s.hasContent&&(l=n.element.querySelector(a[1]),l.classList.add("hasContent"))}["top","bottom"].forEach(o=>{let s=n.element.querySelector(".pagedjs_margin-"+o),a=n.element.querySelector(".pagedjs_margin-"+o+"-center"),l=n.element.querySelector(".pagedjs_margin-"+o+"-left"),u=n.element.querySelector(".pagedjs_margin-"+o+"-right"),c=a.classList.contains("hasContent"),p=l.classList.contains("hasContent"),d=u.classList.contains("hasContent"),f,g,h;if(p&&(g=window.getComputedStyle(l)["max-width"]),d&&(h=window.getComputedStyle(u)["max-width"]),c)if(f=window.getComputedStyle(a)["max-width"],f==="none"||f==="auto")if(!p&&!d)s.style["grid-template-columns"]="0 1fr 0";else if(p)if(d)if(g!=="none"&&g!=="auto")h!=="none"&&h!=="auto"?s.style["grid-template-columns"]=g+" 1fr "+h:s.style["grid-template-columns"]=g+" 1fr "+g;else if(h!=="none"&&h!=="auto")s.style["grid-template-columns"]=h+" 1fr "+h;else{s.style["grid-template-columns"]="auto auto 1fr",l.style["white-space"]="nowrap",a.style["white-space"]="nowrap",u.style["white-space"]="nowrap";let y=l.offsetWidth,m=a.offsetWidth,v=u.offsetWidth,S=y+m+v,C=m*100/S;C>40?s.style["grid-template-columns"]="minmax(16.66%, 1fr) minmax(33%, "+C+"%) minmax(16.66%, 1fr)":s.style["grid-template-columns"]="repeat(3, 1fr)",l.style["white-space"]="normal",a.style["white-space"]="normal",u.style["white-space"]="normal"}else if(g!=="none"&&g!=="auto")s.style["grid-template-columns"]=g+" 1fr "+g;else{s.style["grid-template-columns"]="auto auto 1fr",l.style["white-space"]="nowrap",a.style["white-space"]="nowrap";let y=l.offsetWidth,m=a.offsetWidth,v=y+m,S=m*100/v;s.style["grid-template-columns"]="minmax(16.66%, 1fr) minmax(33%, "+S+"%) minmax(16.66%, 1fr)",l.style["white-space"]="normal",a.style["white-space"]="normal"}else if(h!=="none"&&h!=="auto")s.style["grid-template-columns"]=h+" 1fr "+h;else{s.style["grid-template-columns"]="auto auto 1fr",u.style["white-space"]="nowrap",a.style["white-space"]="nowrap";let y=u.offsetWidth,m=a.offsetWidth,v=y+m,S=m*100/v;s.style["grid-template-columns"]="minmax(16.66%, 1fr) minmax(33%, "+S+"%) minmax(16.66%, 1fr)",u.style["white-space"]="normal",a.style["white-space"]="normal"}else f!=="none"&&f!=="auto"&&(p&&g!=="none"&&g!=="auto"?s.style["grid-template-columns"]=g+" "+f+" 1fr":d&&h!=="none"&&h!=="auto"?s.style["grid-template-columns"]="1fr "+f+" "+h:s.style["grid-template-columns"]="1fr "+f+" 1fr");else if(p)if(!d)s.style["grid-template-columns"]="1fr 0 0";else if(g!=="none"&&g!=="auto")h!=="none"&&h!=="auto"?s.style["grid-template-columns"]=g+" 1fr "+h:s.style["grid-template-columns"]=g+" 0 1fr";else if(h!=="none"&&h!=="auto")s.style["grid-template-columns"]="1fr 0 "+h;else{s.style["grid-template-columns"]="auto 1fr auto",l.style["white-space"]="nowrap",u.style["white-space"]="nowrap";let y=l.offsetWidth,m=u.offsetWidth,v=y+m,S=y*100/v;s.style["grid-template-columns"]="minmax(16.66%, "+S+"%) 0 1fr",l.style["white-space"]="normal",u.style["white-space"]="normal"}else h!=="none"&&h!=="auto"?s.style["grid-template-columns"]="1fr 0 "+h:s.style["grid-template-columns"]="0 0 1fr"}),["left","right"].forEach(o=>{let s=n.element.querySelector(".pagedjs_margin-"+o+"-middle.hasContent"),a=n.element.querySelector(".pagedjs_margin-"+o),l=n.element.querySelector(".pagedjs_margin-"+o+"-top"),u=n.element.querySelector(".pagedjs_margin-"+o+"-bottom"),c=l.classList.contains("hasContent"),p=u.classList.contains("hasContent"),d,f,g;c&&(f=window.getComputedStyle(l)["max-height"]),p&&(g=window.getComputedStyle(u)["max-height"]),s?(d=window.getComputedStyle(s)["max-height"],d==="none"||d==="auto"?!c&&!p?a.style["grid-template-rows"]="0 1fr 0":c?p?f!=="none"&&f!=="auto"?g!=="none"&&g!=="auto"?a.style["grid-template-rows"]=f+" calc(100% - "+f+" - "+g+") "+g:a.style["grid-template-rows"]=f+" calc(100% - "+f+"*2) "+f:g!=="none"&&g!=="auto"&&(a.style["grid-template-rows"]=g+" calc(100% - "+g+"*2) "+g):f!=="none"&&f!=="auto"&&(a.style["grid-template-rows"]=f+" calc(100% - "+f+"*2) "+f):g!=="none"&&g!=="auto"&&(a.style["grid-template-rows"]=g+" calc(100% - "+g+"*2) "+g):c&&f!=="none"&&f!=="auto"?a.style["grid-template-rows"]=f+" "+d+" calc(100% - ("+f+" + "+d+"))":p&&g!=="none"&&g!=="auto"?a.style["grid-template-rows"]="1fr "+d+" "+g:a.style["grid-template-rows"]="calc((100% - "+d+")/2) "+d+" calc((100% - "+d+")/2)"):c?p?f!=="none"&&f!=="auto"?g!=="none"&&g!=="auto"?a.style["grid-template-rows"]=f+" 1fr "+g:a.style["grid-template-rows"]=f+" 0 1fr":g!=="none"&&g!=="auto"?a.style["grid-template-rows"]="1fr 0 "+g:a.style["grid-template-rows"]="1fr 0 1fr":a.style["grid-template-rows"]="1fr 0 0":g!=="none"&&g!=="auto"?a.style["grid-template-rows"]="1fr 0 "+g:a.style["grid-template-rows"]="0 0 1fr"})}selectorsForPage(t){let n,r,i=new O.default.List;return i.insertData({type:"ClassSelector",name:"pagedjs_page"}),t.name&&(i.insertData({type:"ClassSelector",name:"pagedjs_named_page"}),i.insertData({type:"ClassSelector",name:"pagedjs_"+t.name+"_page"})),t.psuedo&&!(t.name&&t.psuedo==="first")&&i.insertData({type:"ClassSelector",name:"pagedjs_"+t.psuedo+"_page"}),t.name&&t.psuedo==="first"&&i.insertData({type:"ClassSelector",name:"pagedjs_"+t.name+"_"+t.psuedo+"_page"}),t.nth&&(n=new O.default.List,r=this.getNth(t.nth),n.insertData(r),i.insertData({type:"PseudoClassSelector",name:"nth-of-type",children:n})),i}selectorsForPageMargin(t,n){let r=this.selectorsForPage(t);return r.insertData({type:"Combinator",name:" "}),r.insertData({type:"ClassSelector",name:"pagedjs_margin-"+n}),r}createDeclaration(t,n,r){let i=new O.default.List;return i.insertData({type:"Identifier",loc:null,name:n}),{type:"Declaration",loc:null,important:r,property:t,value:{type:"Value",loc:null,children:i}}}createVariable(t,n){return{type:"Declaration",loc:null,property:t,value:{type:"Raw",value:n}}}createCalculatedDimension(t,n,r,i="+"){let o=new O.default.List,s=new O.default.List;return n.forEach((a,l)=>{s.appendData({type:"Dimension",unit:a.unit,value:a.value}),s.appendData({type:"WhiteSpace",value:" "}),l+1<n.length&&(s.appendData({type:"Operator",value:i}),s.appendData({type:"WhiteSpace",value:" "}))}),o.insertData({type:"Function",loc:null,name:"calc",children:s}),{type:"Declaration",loc:null,important:r,property:t,value:{type:"Value",loc:null,children:o}}}createDimension(t,n,r){let i=new O.default.List;return i.insertData({type:"Dimension",loc:null,value:n.value,unit:n.unit}),{type:"Declaration",loc:null,important:r,property:t,value:{type:"Value",loc:null,children:i}}}createBlock(t){let n=new O.default.List;return t.forEach(r=>{n.insertData(r)}),{type:"Block",loc:null,children:n}}createRule(t,n){let r=new O.default.List;return r.insertData({type:"Selector",children:t}),Array.isArray(n)&&(n=this.createBlock(n)),{type:"Rule",prelude:{type:"SelectorList",children:r},block:n}}},KI=ig;var og=ge(Qe(),1);var sg=class extends Z{constructor(t,n,r){super(t,n,r),this.breaks={}}onDeclaration(t,n,r,i){let o=t.property;if(o==="page"){let a=t.value.children.first().name,l=og.default.generate(i.ruleNode.prelude),c={property:o,value:a,selector:l,name:a};l.split(",").forEach(p=>{this.breaks[p]?this.breaks[p].push(c):this.breaks[p]=[c]}),r.remove(n)}if(o==="break-before"||o==="break-after"||o==="page-break-before"||o==="page-break-after"){let a=t.value.children.first().name,l=og.default.generate(i.ruleNode.prelude);o==="page-break-before"?o="break-before":o==="page-break-after"&&(o="break-after");let u={property:o,value:a,selector:l};l.split(",").forEach(c=>{this.breaks[c]?this.breaks[c].push(u):this.breaks[c]=[u]}),r.remove(n)}}afterParsed(t){this.processBreaks(t,this.breaks)}processBreaks(t,n){for(let i in n){let o=t.querySelectorAll(i);for(var r=0;r<o.length;r++)for(let s of n[i])if(s.property==="break-after"){let a=dh(o[r],t);o[r].setAttribute("data-break-after",s.value),a&&a.setAttribute("data-previous-break-after",s.value)}else if(s.property==="break-before"){let a=tx(o[r],t);if(a){if(s.value==="page"&&uu(o[r],a))continue;o[r].setAttribute("data-break-before",s.value),a.setAttribute("data-next-break-before",s.value)}}else if(s.property==="page"){o[r].setAttribute("data-page",s.value);let a=dh(o[r],t);a&&a.setAttribute("data-after-page",s.value)}else o[r].setAttribute("data-"+s.property,s.value)}}mergeBreaks(t,n){for(let r in n)r in t?t[r]=t[r].concat(n[r]):t[r]=n[r];return t}addBreakAttributes(t,n){let r=t.querySelector("[data-break-before]"),i=t.querySelector("[data-break-after]"),o=t.querySelector("[data-previous-break-after]");r&&(r.dataset.splitFrom?(n.splitFrom=r.dataset.splitFrom,t.setAttribute("data-split-from",r.dataset.splitFrom)):r.dataset.breakBefore&&r.dataset.breakBefore!=="avoid"&&(n.breakBefore=r.dataset.breakBefore,t.setAttribute("data-break-before",r.dataset.breakBefore))),i&&i.dataset&&(i.dataset.splitTo?(n.splitTo=i.dataset.splitTo,t.setAttribute("data-split-to",i.dataset.splitTo)):i.dataset.breakAfter&&i.dataset.breakAfter!=="avoid"&&(n.breakAfter=i.dataset.breakAfter,t.setAttribute("data-break-after",i.dataset.breakAfter))),o&&o.dataset&&o.dataset.previousBreakAfter&&o.dataset.previousBreakAfter!=="avoid"&&(n.previousBreakAfter=o.dataset.previousBreakAfter)}afterPageLayout(t,n){this.addBreakAttributes(t,n)}},ZI=sg;var QI=ge(Qe(),1),ag=class extends Z{constructor(t,n,r){super(t,n,r)}onAtMedia(t,n,r){let i=this.getMediaName(t),o;i.includes("print")?(o=t.block.children,r.appendList(o),r.remove(n)):!i.includes("all")&&!i.includes("pagedjs-ignore")&&r.remove(n)}getMediaName(t){let n=[];if(!(typeof t.prelude>"u"||t.prelude.type!=="AtrulePrelude"))return QI.default.walk(t.prelude,{visit:"Identifier",enter:(r,i,o)=>{n.push(r.name)}}),n}},XI=ag;var lg=class extends Z{constructor(t,n,r){super(t,n,r)}afterPageLayout(t,n,r,i){let o=Array.from(t.querySelectorAll("[data-split-from]")),s=t.parentNode,a=Array.prototype.indexOf.call(s.children,t),l;if(a===0)return;l=s.children[a-1];let u;o.forEach(c=>{let p=c.dataset.ref;u=l.querySelector("[data-ref='"+p+"']:not([data-split-to])"),u&&(u.dataset.splitTo=p,u.dataset.splitFrom||(u.dataset.splitOriginal=!0))}),u&&this.handleAlignment(u)}handleAlignment(t){let n=window.getComputedStyle(t),r=n["text-align"],i=n["text-align-last"];t.dataset.lastSplitElement="true",r==="justify"&&i==="auto"?t.dataset.alignLastSplitElement="justify":t.dataset.alignLastSplitElement=i}},JI=lg;var hc=ge(Qe(),1),ug=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.counters={},this.resetCountersMap=new Map}onDeclaration(t,n,r,i){let o=t.property;if(o==="counter-increment"){this.handleIncrement(t,i);let s=!1;t.value.children.forEach(a=>{a.type&&a.type!=="WhiteSpace"&&(s=!0)}),s||r.remove(n)}else if(o==="counter-reset"){this.handleReset(t,i);let s=!1;t.value.children.forEach(a=>{a.type&&a.type!=="WhiteSpace"&&(s=!0)}),s||r.remove(n)}}afterParsed(t){this.processCounters(t,this.counters),this.scopeCounters(this.counters)}addCounter(t){return t in this.counters?this.counters[t]:(this.counters[t]={name:t,increments:{},resets:{}},this.counters[t])}handleIncrement(t,n){let r=[],i=t.value.children;return i.forEach((o,s)=>{if(o.type&&o.type==="Identifier"){let a=o.name;if(a==="page"||a.indexOf("target-counter-")===0)return;let l,u,c;s.next&&s.next.data.type==="WhiteSpace"&&(l=s.next),l&&l.next&&l.next.data.type==="Number"&&(u=l.next,c=parseInt(u.data.value));let p=hc.default.generate(n.ruleNode.prelude),d;a in this.counters?d=this.counters[a]:d=this.addCounter(a);let f={selector:p,number:c||1};d.increments[p]=f,r.push(f),i.remove(s),l&&i.remove(l),u&&i.remove(u)}}),r}handleReset(t,n){let r=t.value.children;r.forEach((i,o)=>{if(i.type&&i.type==="Identifier"){let s=i.name,a,l,u;o.next&&o.next.data.type==="WhiteSpace"&&(a=o.next),a&&a.next&&(a.next.data.type==="Number"?(l=a.next,u=parseInt(l.data.value)):a.next.data.type==="Function"&&a.next.data.name==="var"&&(l=a.next,u=a.next.data.children.head.data.name));let c,p,d=n.ruleNode.prelude;n.ruleNode.type==="Atrule"&&n.ruleNode.name==="page"?p=".pagedjs_page":p=hc.default.generate(d||n.ruleNode),s==="footnote"&&this.addFootnoteMarkerCounter(t.value.children),s in this.counters?c=this.counters[s]:c=this.addCounter(s);let f={selector:p,number:u||0};c.resets[p]=f,p!==".pagedjs_page"&&(r.remove(o),a&&r.remove(a),l&&r.remove(l))}})}processCounters(t,n){let r;for(let i in n)r=this.counters[i],this.processCounterIncrements(t,r),this.processCounterResets(t,r),i!=="page"&&this.addCounterValues(t,r)}scopeCounters(t){let n=[];for(let r in t)r!=="page"&&n.push(`${t[r].name} 0`);this.insertRule(`.pagedjs_pages { counter-reset: ${n.join(" ")} page 0 pages var(--pagedjs-page-count) footnote var(--pagedjs-footnotes-count) footnote-marker var(--pagedjs-footnotes-count)}`)}insertRule(t){this.styleSheet.insertRule(t,this.styleSheet.cssRules.length)}processCounterIncrements(t,n){let r;for(let i in n.increments){r=n.increments[i];let o=t.querySelectorAll(r.selector);for(let s=0;s<o.length;s++)o[s].setAttribute("data-counter-"+n.name+"-increment",r.number),o[s].getAttribute("data-counter-increment")?o[s].setAttribute("data-counter-increment",o[s].getAttribute("data-counter-increment")+" "+n.name):o[s].setAttribute("data-counter-increment",n.name)}}processCounterResets(t,n){let r;for(let o in n.resets){r=n.resets[o];let s=t.querySelectorAll(r.selector);for(var i=0;i<s.length;i++){let a=r.number;typeof a=="string"&&a.startsWith("--")&&(a=s[i].style.getPropertyValue(a)||0),s[i].setAttribute("data-counter-"+n.name+"-reset",a),s[i].getAttribute("data-counter-reset")?s[i].setAttribute("data-counter-reset",s[i].getAttribute("data-counter-reset")+" "+n.name):s[i].setAttribute("data-counter-reset",n.name)}}}addCounterValues(t,n){let r=n.name;if(r==="page"||r==="footnote")return;let i=t.querySelectorAll("[data-counter-"+r+"-reset], [data-counter-"+r+"-increment]"),o=0,s,a,l,u,c,p,d;for(let f=0;f<i.length;f++)s=i[f],p=0,d=[],s.hasAttribute("data-counter-"+r+"-reset")&&(l=s.getAttribute("data-counter-"+r+"-reset"),u=parseInt(l),p=u-o,d.push(`${r} ${p}`),o=u),s.hasAttribute("data-counter-"+r+"-increment")&&(a=s.getAttribute("data-counter-"+r+"-increment"),c=parseInt(a),o+=c,s.setAttribute("data-counter-"+r+"-value",o),d.push(`${r} ${c}`)),d.length>0&&this.incrementCounterForElement(s,d)}addFootnoteMarkerCounter(t){let n=[];hc.default.walk(t,{visit:"Identifier",enter:(r,i,o)=>{n.push(r.name)}}),!n.includes("footnote-maker")&&(t.insertData({type:"WhiteSpace",value:" "}),t.insertData({type:"Identifier",name:"footnote-marker"}),t.insertData({type:"WhiteSpace",value:" "}),t.insertData({type:"Number",value:0}))}incrementCounterForElement(t,n){if(!t||!n||n.length===0)return;let r=t.dataset.ref,i=Array.from(this.styleSheet.cssRules).filter(s=>s.selectorText===`[data-ref="${t.dataset.ref}"]:not([data-split-from])`&&s.style[0]==="counter-increment").map(s=>s.style.counterIncrement);i.push(this.mergeIncrements(n,(s,a)=>(parseInt(s)||0)+(parseInt(a)||0)));let o=this.mergeIncrements(i,(s,a)=>a);this.insertRule(`[data-ref="${r}"]:not([data-split-from]) { counter-increment: ${o} }`)}mergeIncrements(t,n){let r={};return t.forEach(i=>{let o=i.split(" ");for(let s=0;s<o.length;s+=2)r[o[s]]=n(r[o[s]],o[s+1])}),Object.entries(r).map(([i,o])=>`${i} ${o}`).join(" ")}afterPageLayout(t,n){let r=[];t.querySelectorAll("[data-counter-page-reset]:not([data-split-from])").forEach(s=>{let a=s.dataset&&s.dataset.ref;if(!(a&&this.resetCountersMap.has(a))){a&&this.resetCountersMap.set(a,"");let l=s.dataset.counterPageReset;r.push(`page ${l}`)}}),t.querySelectorAll("[data-counter-footnote-reset]:not([data-split-from])").forEach(s=>{let a=s.dataset.counterFootnoteReset;r.push(`footnote ${a}`),r.push(`footnote-marker ${a}`)}),r.length&&this.styleSheet.insertRule(`[data-page-number="${t.dataset.pageNumber}"] { counter-increment: none; counter-reset: ${r.join(" ")} }`,this.styleSheet.cssRules.length)}},e_=ug;var cg=class extends Z{constructor(t,n,r){super(t,n,r)}afterParsed(t){let n=t.querySelectorAll("ol");for(var r of n)this.addDataNumbers(r)}afterPageLayout(t,n,r,i){var o=t.getElementsByTagName("ol");for(var s of o)s.firstElementChild&&(s.start=s.firstElementChild.dataset.itemNum)}addDataNumbers(t){let n=1;t.hasAttribute("start")&&(n=parseInt(t.getAttribute("start"),10),isNaN(n)&&(n=1));let r=t.children;for(var i=0;i<r.length;i++)r[i].setAttribute("data-item-num",i+n)}},t_=cg;var n_=ge(Qe(),1),dg=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.fixedElementsSelector=[],this.fixedElements=[]}onDeclaration(t,n,r,i){if(t.property==="position"&&t.value.children.first().name==="fixed"){let o=n_.default.generate(i.ruleNode.prelude);this.fixedElementsSelector.push(o),r.remove(n)}}afterParsed(t){this.fixedElementsSelector.forEach(n=>{t.querySelectorAll(`${n}`).forEach(r=>{r.style.setProperty("position","absolute"),this.fixedElements.push(r),r.remove()})})}afterPageLayout(t,n,r){this.fixedElements.forEach(i=>{let o=i.cloneNode(!0);t.querySelector(".pagedjs_pagebox").insertAdjacentElement("afterbegin",o)})}},r_=dg;var i_=ge(Qe(),1),pg=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.pageCounter={name:"page",increments:{},resets:{}}}onDeclaration(t,n,r,i){t.property==="counter-increment"&&this.handleIncrement(t,i)&&r.remove(n)}afterParsed(t){for(let n in this.pageCounter.increments){let r=this.pageCounter.increments[n];this.insertRule(`${r.selector} { --pagedjs-page-counter-increment: ${r.number} }`)}}handleIncrement(t,n){let r=t.value.children.first(),i=t.value.children.getSize()>1?t.value.children.last().value:1,o=r&&r.name;if(o&&o.indexOf("target-counter-")===0||o!=="page"||n.ruleNode.name==="page"&&n.ruleNode.type==="Atrule")return;let s=i_.default.generate(n.ruleNode.prelude);return this.pageCounter.increments[s]={selector:s,number:i}}insertRule(t){this.styleSheet.insertRule(t,this.styleSheet.cssRules.length)}},o_=pg;var fg=ge(Qe(),1);var hg=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=fg.default.generate(t.prelude);if(i.match(/:(first|last|nth)-of-type/)){let o=fg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="nth-of-type-"+tt();i.split(",").forEach(a=>{this.selectors[a]?this.selectors[a][1]=`${this.selectors[a][1]};${o}`:this.selectors[a]=[s,o]}),r.remove(n)}}afterParsed(t){this.processSelectors(t,this.selectors)}processSelectors(t,n){for(let i in n){let o=t.querySelectorAll(i);for(var r=0;r<o.length;r++){let a=o[r].getAttribute("data-nth-of-type");a&&a!=""?(a=`${a},${n[i][0]}`,o[r].setAttribute("data-nth-of-type",a)):o[r].setAttribute("data-nth-of-type",n[i][0])}let s=`*[data-nth-of-type*='${n[i][0]}'] { ${n[i][1]}; }`;this.styleSheet.insertRule(s,this.styleSheet.cssRules.length)}}},s_=hg;var mg=ge(Qe(),1);var gg=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=mg.default.generate(t.prelude);if(i.match(/\+/)){let o=mg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="following-"+tt();i.split(",").forEach(a=>{this.selectors[a]?this.selectors[a][1]=`${this.selectors[a][1]};${o}`:this.selectors[a]=[s,o]}),r.remove(n)}}afterParsed(t){this.processSelectors(t,this.selectors)}processSelectors(t,n){for(let i in n){let o=t.querySelectorAll(i);for(var r=0;r<o.length;r++){let a=o[r].getAttribute("data-following");a&&a!=""?(a=`${a},${n[i][0]}`,o[r].setAttribute("data-following",a)):o[r].setAttribute("data-following",n[i][0])}let s=`*[data-following*='${n[i][0]}'] { ${n[i][1]}; }`;this.styleSheet.insertRule(s,this.styleSheet.cssRules.length)}}},a_=gg;var to=ge(Qe(),1),yg=class extends Z{constructor(t,n,r){super(t,n,r),this.footnotes={},this.needsLayout=[]}onDeclaration(t,n,r,i){let o=t.property;if(o==="float"){let s=t.value.children&&t.value.children.first();if((s&&s.name)==="footnote"){let l=to.default.generate(i.ruleNode.prelude);this.footnotes[l]={selector:l,policy:"auto",display:"block"},r.remove(n)}}if(o==="footnote-policy"){let s=t.value.children&&t.value.children.first(),a=s&&s.name;if(a){let l=to.default.generate(i.ruleNode.prelude),u=this.footnotes[l];u&&(u.policy=a)}}if(o==="footnote-display"){let s=t.value.children&&t.value.children.first(),a=s&&s.name,l=to.default.generate(i.ruleNode.prelude);if(a&&this.footnotes[l]){let u=this.footnotes[l];u&&(u.display=a)}}}onPseudoSelector(t,n,r,i,o){let s=t.name;if(s==="footnote-marker"){let a=o.ruleNode.prelude,l=new to.default.List;a.children.first().children.each(u=>{u.type!=="PseudoElementSelector"&&l.appendData(u)}),l.appendData({type:"AttributeSelector",name:{type:"Identifier",name:"data-footnote-marker"},flags:null,loc:null,matcher:null,value:null}),l.appendData({type:"PseudoElementSelector",name:"marker",loc:null,children:null}),a.children.first().children=l}if(s==="footnote-call"){let a=o.ruleNode.prelude,l=new to.default.List;a.children.first().children.each(u=>{u.type!=="PseudoElementSelector"&&l.appendData(u)}),l.appendData({type:"AttributeSelector",name:{type:"Identifier",name:"data-footnote-call"},flags:null,loc:null,matcher:null,value:null}),l.appendData({type:"PseudoElementSelector",name:"after",loc:null,children:null}),a.children.first().children=l}}afterParsed(t){this.processFootnotes(t,this.footnotes)}processFootnotes(t,n){for(let i in n){let o=t.querySelectorAll(i),s,a=n[i];for(var r=0;r<o.length;r++)s=o[r],s.setAttribute("data-note","footnote"),s.setAttribute("data-break-before","avoid"),s.setAttribute("data-note-policy",a.policy||"auto"),s.setAttribute("data-note-display",a.display||"block"),this.processFootnoteContainer(s)}}processFootnoteContainer(t){let n=t.parentElement,r=n;for(;n;){if(cu(n)){r.setAttribute("data-has-notes","true");break}r=n,n=n.parentElement,n||r.setAttribute("data-has-notes","true")}}renderNode(t){if(t.nodeType==1){let n;if(!t.dataset)return;t.dataset.note==="footnote"?n=[t]:(t.dataset.hasNotes||t.querySelectorAll("[data-note='footnote']"))&&(n=t.querySelectorAll("[data-note='footnote']")),n&&n.length&&this.findVisibleFootnotes(n,t)}}findVisibleFootnotes(t,n){let r,i,o;r=n.closest(".pagedjs_page_content"),i=r.getBoundingClientRect(),o=i.left+i.width;for(let s=0;s<t.length;++s){let a=t[s];a.getBoundingClientRect().left<o&&this.moveFootnote(a,n.closest(".pagedjs_area"),!0)}}moveFootnote(t,n,r){let i=n.querySelector(".pagedjs_footnote_area"),o=i.querySelector(".pagedjs_footnote_content"),s=o.querySelector(".pagedjs_footnote_inner_content");if(!Be(t))return;let a;if(r&&(a=this.createFootnoteCall(t)),t.removeAttribute("data-break-before"),s.querySelector(`[data-ref="${t.dataset.ref}"]`)){t.remove();return}s.appendChild(t),o.classList.contains("pagedjs_footnote_empty")&&o.classList.remove("pagedjs_footnote_empty"),t.dataset.footnoteMarker=t.dataset.ref,t.id=`note-${t.dataset.ref}`;let u=o.scrollHeight,p=n.querySelector(".pagedjs_page_content").getBoundingClientRect(),d=p.left+p.width,f=a&&a.getBoundingClientRect(),g=i.getBoundingClientRect(),h=this.marginsHeight(o),y=this.paddingHeight(o),m=this.borderHeight(o),v=h+y+m,S=Math.floor(g.top);g.height===0&&(S-=this.marginsHeight(o,!1),S-=this.paddingHeight(o,!1),S-=this.borderHeight(o,!1));let C=t.dataset.notePolicy,w=0,x=0;if(a){let Me=a.previousSibling,De=new Range;Me?De.setStartBefore(Me):De.setStartBefore(a),De.setEndAfter(a);let Ue=De.getBoundingClientRect();if(w=Ue.bottom,!C||C==="auto")x=Math.ceil(Ue.bottom);else if(C==="line")x=Math.ceil(Ue.top);else if(C==="block"){let Le=a.closest("p").previousElementSibling;Le?x=Math.ceil(Le.getBoundingClientRect().bottom):x=Math.ceil(Ue.bottom)}}let q=u+v-g.height,U=w?S-w:0,ae=w?Math.floor(g.top)-x:0,Fe=i.querySelector("[data-note='footnote']");if(r&&f.left>d)t.remove();else if(!Fe&&r&&v>U){n.style.setProperty("--pagedjs-footnotes-height","0px");let Me=document.createElement("div");Me.appendChild(t),this.needsLayout.push(Me)}else r?w<g.top-q?n.style.setProperty("--pagedjs-footnotes-height",`${u+h+m}px`):(n.style.setProperty("--pagedjs-footnotes-height",`${g.height+ae}px`),s.style.height=g.height+ae-v+"px"):n.style.setProperty("--pagedjs-footnotes-height",`${u+v}px`)}createFootnoteCall(t){let n=t.parentElement,r=document.createElement("a");for(let i of t.classList)r.classList.add(`${i}`);return r.dataset.footnoteCall=t.dataset.ref,r.dataset.ref=t.dataset.ref,r.dataset.dataCounterFootnoteIncrement=1,r.href=`#note-${t.dataset.ref}`,n.insertBefore(r,t),r}afterPageLayout(t,n,r,i){let o=t.querySelector(".pagedjs_area"),s=n.footnotesArea,a=s.querySelector(".pagedjs_footnote_content"),l=s.querySelector(".pagedjs_footnote_inner_content"),u=a.getBoundingClientRect(),{width:c}=u;l.style.columnWidth=Math.round(c)+"px",l.style.columnGap="calc(var(--pagedjs-margin-right) + var(--pagedjs-margin-left))";let d=new Cu(s,void 0,i.settings).findOverflow(l,u);if(d){let{startContainer:f,startOffset:g}=d,h;if(Be(f)){let x=f.childNodes[g];h=Be(x)&&x.hasAttribute("data-footnote-marker")}let y=d.extractContents();if(!h){let x=y.firstElementChild;x.dataset.splitFrom=x.dataset.ref,this.handleAlignment(l.lastElementChild)}this.needsLayout.push(y),a.style.removeProperty("height"),l.style.removeProperty("height");let m=l.getBoundingClientRect(),{height:v}=m,S=this.marginsHeight(a),C=this.paddingHeight(a),w=this.borderHeight(a);if(o.style.setProperty("--pagedjs-footnotes-height",`${v+S+w+C}px`),l.childNodes.length===0&&a.classList.add("pagedjs_footnote_empty"),!r)i.clonePage(n);else{let x,q;r.node&&typeof r.node.dataset<"u"&&typeof r.node.dataset.previousBreakAfter<"u"&&(q=r.node.dataset.previousBreakAfter),r.node&&typeof r.node.dataset<"u"&&typeof r.node.dataset.breakBefore<"u"&&(x=r.node.dataset.breakBefore),(x||q)&&i.clonePage(n)}}l.style.height="auto"}handleAlignment(t){let r=window.getComputedStyle(t)["text-align-last"];t.dataset.lastSplitElement="true",r==="auto"?t.dataset.alignLastSplitElement="justify":t.dataset.alignLastSplitElement=r}beforePageLayout(t){for(;this.needsLayout.length;){let n=this.needsLayout.shift();Array.from(n.childNodes).forEach(r=>{this.moveFootnote(r,t.element.querySelector(".pagedjs_area"),!1)})}}afterOverflowRemoved(t,n){let r=n.closest(".pagedjs_area"),i=r.querySelectorAll(".pagedjs_footnote_area [data-note='footnote']");for(let s=0;s<i.length;s++){let a=i[s];t.querySelector(`[data-footnote-call="${a.dataset.ref}"]`)&&a.remove()}let o=r.querySelector(".pagedjs_footnote_inner_content");o&&o.childNodes.length===0&&o.parentElement.classList.add("pagedjs_footnote_empty")}marginsHeight(t,n=!0){let r=window.getComputedStyle(t),i=parseInt(r.marginTop),o=parseInt(r.marginBottom),s=0;return i&&(s+=i),o&&n&&(s+=o),s}paddingHeight(t,n=!0){let r=window.getComputedStyle(t),i=parseInt(r.paddingTop),o=parseInt(r.paddingBottom),s=0;return i&&(s+=i),o&&n&&(s+=o),s}borderHeight(t,n=!0){let r=window.getComputedStyle(t),i=parseInt(r.borderTop),o=parseInt(r.borderBottom),s=0;return i&&(s+=i),o&&n&&(s+=o),s}},l_=yg;var u_=[XI,KI,ZI,JI,e_,t_,r_,o_,s_,a_,l_];var Fs=ge(Qe(),1),vg=class extends Z{constructor(t,n,r){super(t,n,r),this.runningSelectors={},this.elements={}}onDeclaration(t,n,r,i){if(t.property==="position"){let o=Fs.default.generate(i.ruleNode.prelude),s=t.value.children.first().name;if(s==="running"){let a;Fs.default.walk(t,{visit:"Function",enter:(l,u,c)=>{a=l.children.first().name}}),this.runningSelectors[a]={identifier:s,value:a,selector:o}}}t.property==="content"&&Fs.default.walk(t,{visit:"Function",enter:(o,s,a)=>{if(o.name.indexOf("element")>-1){let l=Fs.default.generate(i.ruleNode.prelude),u=o.name,c=o.children.first().name,p=[c],d="first";l.split(",").forEach(f=>{f=f.replace(/::after|::before/,""),this.elements[f]={func:u,args:p,value:c,style:d||"first",selector:f,fullSelector:l}})}}})}afterParsed(t){for(let n of Object.keys(this.runningSelectors)){let r=this.runningSelectors[n],i=Array.from(t.querySelectorAll(r.selector));if(r.identifier==="running")for(let o of i)o.style.display="none"}}afterPageLayout(t){for(let n of Object.keys(this.runningSelectors)){let r=this.runningSelectors[n],i=t.querySelector(r.selector);i&&(r.identifier==="running"?r.first=i:console.warn(r.value+"needs css replacement"))}this.orderedSelectors||(this.orderedSelectors=this.orderSelectors(this.elements));for(let n of this.orderedSelectors)if(n){let r=this.elements[n],i=t.querySelector(n);if(i){let o=this.runningSelectors[r.args[0]];if(o&&o.first){i.innerHTML="";let s=o.first.cloneNode(!0);s.style.display=null,i.appendChild(s)}}}}pageWeight(t){let n=1,r=t.split(" "),i=r.length&&r[0].split(".");switch(i.shift(),i.length){case 4:/^pagedjs_[\w-]+_first_page$/.test(i[3])?n=7:(i[3]==="pagedjs_left_page"||i[3]==="pagedjs_right_page")&&(n=6);break;case 3:i[1]==="pagedjs_named_page"&&(i[2].indexOf(":nth-of-type")>-1?n=7:n=5);break;case 2:i[1]==="pagedjs_first_page"?n=4:i[1]==="pagedjs_blank_page"?n=3:(i[1]==="pagedjs_left_page"||i[1]==="pagedjs_right_page")&&(n=2);break;default:i[0].indexOf(":nth-of-type")>-1?n=4:n=1}return n}orderSelectors(t){let n=Object.keys(t),r={1:[],2:[],3:[],4:[],5:[],6:[],7:[]},i=[];for(let s of n){let a=this.pageWeight(s);r[a].unshift(s)}for(var o=1;o<=7;o++)i=i.concat(r[o]);return i}beforeTreeParse(t,n){n.text=t.replace(/element[\s]*\(([^|^#)]*)\)/g,"element-ident($1)")}},c_=vg;var bg=ge(Qe(),1);function er(e,t=`"' `){if(e!=null)return e.replace(new RegExp(`^[${t}]+`),"").replace(new RegExp(`[${t}]+$`),"").replace(/["']/g,n=>"\\"+n).replace(/[\n]/g,n=>"\\00000A")}function d_(e){if(e!=null)return e.replace(new RegExp("::footnote-call","g"),"").replace(new RegExp("::footnote-marker","g"),"")}var Sg=class extends Z{constructor(t,n,r){super(t,n,r),this.stringSetSelectors={},this.type,this.pageLastString}onDeclaration(t,n,r,i){if(t.property==="string-set"){let o=bg.default.generate(i.ruleNode.prelude),s=[],a=[],l=[];t.value.children.forEach(u=>{u.type==="Identifier"&&s.push(u.name),u.type==="Function"&&(a.push(u.name),u.children.forEach(c=>{c.type==="Identifier"&&l.push(c.name)}))}),s.forEach((u,c)=>{let p=a[c],d=l[c];this.stringSetSelectors[u]={identifier:u,func:p,value:d,selector:o}})}}onContent(t,n,r,i,o){if(t.name==="string"){let s=t.children&&t.children.first().name;this.type=t.children.last().name,t.name="var",t.children=new bg.default.List,this.type==="first"||this.type==="last"||this.type==="start"||this.type==="first-except"?t.children.append(t.children.createItem({type:"Identifier",loc:null,name:"--pagedjs-string-"+this.type+"-"+s})):t.children.append(t.children.createItem({type:"Identifier",loc:null,name:"--pagedjs-string-first-"+s}))}}afterPageLayout(t){this.pageLastString===void 0&&(this.pageLastString={});for(let n of Object.keys(this.stringSetSelectors)){let r=this.stringSetSelectors[n],i=r.value,o=r.func,s=t.querySelectorAll(r.selector),a=n in this.pageLastString?this.pageLastString[n]:"",l,u,c,p;if(s.length==0)l=a,u=a,c=a,p=a;else{s.forEach(h=>{o==="content"&&(this.pageLastString[n]=s[s.length-1].textContent),o==="attr"&&(this.pageLastString[n]=s[s.length-1].getAttribute(i)||"")}),o==="content"&&(l=s[0].textContent),o==="attr"&&(l=s[0].getAttribute(i)||""),o==="content"&&(u=s[s.length-1].textContent),o==="attr"&&(u=s[s.length-1].getAttribute(i)||"");let d=s[0].getBoundingClientRect().top,g=s[0].closest(".pagedjs_page_content").getBoundingClientRect().top;d==g?c=l:c=a,p=""}t.style.setProperty(`--pagedjs-string-first-${n}`,`"${er(l)}`),t.style.setProperty(`--pagedjs-string-last-${n}`,`"${er(u)}`),t.style.setProperty(`--pagedjs-string-start-${n}`,`"${er(c)}`),t.style.setProperty(`--pagedjs-string-first-except-${n}`,`"${er(p)}`)}}},p_=Sg;var Ls=ge(Qe(),1),Cg=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.counterTargets={}}onContent(t,n,r,i,o){if(t.name==="target-counter"){let s=Ls.default.generate(o.ruleNode.prelude),a=t.children.first(),l=a.name,u=Ls.default.generate(t),c=[];a.children.forEach(h=>{h.type==="Identifier"&&c.push(h.name)});let p,d,f;t.children.forEach(h=>{h.type==="Identifier"&&(p?d||(f=Ls.default.clone(h),d=h.name):p=h.name)});let g="target-counter-"+tt();s.split(",").forEach(h=>{this.counterTargets[h]={func:l,args:c,value:u,counter:p,style:d,selector:h,fullSelector:s,variable:g}}),t.name="counter",t.children=new Ls.default.List,t.children.appendData({type:"Identifier",loc:0,name:g}),f&&(t.children.appendData({type:"Operator",loc:null,value:","}),t.children.appendData(f))}}afterPageLayout(t,n,r,i){Object.keys(this.counterTargets).forEach(o=>{let s=this.counterTargets[o],a=s.selector.split(/::?/g),l=a[0];i.pagesArea.querySelectorAll(l+":not([data-"+s.variable+"])").forEach((c,p)=>{if(s.func!=="attr")return;let d=nu(c,s.args),f=i.pagesArea.querySelector(ru(d));if(f){let g=tt();c.setAttribute("data-"+s.variable,g);let h="";if(a.length>1&&(h+="::"+a[1]),s.counter==="page"){let m=i.pagesArea.querySelectorAll(".pagedjs_page"),v=0;for(let S=0;S<m.length;S++){let C=m[S],w=window.getComputedStyle(C),x=w["counter-reset"].replace("page","").trim(),q=w["counter-increment"].replace("page","").trim();if(x!=="none"&&(v=parseInt(x)),q!=="none"&&(v+=parseInt(q)),C.contains(f))break}this.styleSheet.insertRule(`[data-${s.variable}="${g}"]${h} { counter-reset: ${s.variable} ${v}; }`,this.styleSheet.cssRules.length)}else{let m=f.getAttribute(`data-counter-${s.counter}-value`);m&&this.styleSheet.insertRule(`[data-${s.variable}="${g}"]${h} { counter-reset: ${s.variable} ${s.variable} ${parseInt(m)}; }`,this.styleSheet.cssRules.length)}let y=document.querySelector(`[data-${s.variable}="${g}"]`);y&&(y.style.display="none",y.clientHeight,y.style.removeProperty("display"))}})})}},f_=Cg;var mc=ge(Qe(),1),xg=class extends Z{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.textTargets={},this.beforeContent="",this.afterContent="",this.selector={}}onContent(t,n,r,i,o){if(t.name==="target-text"){this.selector=mc.default.generate(o.ruleNode.prelude);let s=t.children.first(),a=t.children.last(),l=s.name,u=mc.default.generate(t),c=[];s.children.forEach(f=>{f.type==="Identifier"&&c.push(f.name)});let p;a!==s&&(p=a.name);let d="--pagedjs-"+tt();this.selector.split(",").forEach(f=>{this.textTargets[f]={func:l,args:c,value:u,style:p||"content",selector:f,fullSelector:this.selector,variable:d}}),t.name="var",t.children=new mc.default.List,t.children.appendData({type:"Identifier",loc:0,name:d})}}onPseudoSelector(t,n,r,i,o){o.ruleNode.block.children.forEach(s=>{t.name==="before"&&s.property==="content"?s.value.children.forEach(l=>{l.type==="String"&&(this.beforeContent=l.value)}):t.name==="after"&&s.property==="content"&&s.value.children.forEach(a=>{a.type==="String"&&(this.afterContent=a.value)})})}afterParsed(t){Object.keys(this.textTargets).forEach(n=>{let r=this.textTargets[n],i=r.selector.split("::"),o=i[0],s=t.querySelectorAll(o),a;s.forEach((l,u)=>{let c=nu(l,r.args),p=t.querySelector(ru(c));if(p)if(r.style){this.selector=tt(),l.setAttribute("data-target-text",this.selector);let d="";if(i.length>1&&(d+="::"+i[1]),r.style==="before"||r.style==="after"){let f=`${r.style}Content`;a=er(this[f])}else a=er(p.textContent," ");a=r.style==="first-letter"?a.charAt(0):a,this.styleSheet.insertRule(`[data-target-text="${this.selector}"]${d} { ${r.variable}: "${a}" }`)}else console.warn("missed target",c)})})}},h_=xg;var m_=[c_,p_,f_,h_];var wg=class extends Z{constructor(t,n,r){super(t,n,r)}filter(t){hu(t,n=>this.filterEmpty(n),NodeFilter.SHOW_TEXT)}filterEmpty(t){if(t.textContent.length>1&&us(t)){let n=t.parentNode;if(Be(n)&&n.closest("pre"))return NodeFilter.FILTER_REJECT;let i=ou(t),o=su(t);return o===null&&i===null?(t.textContent=" ",NodeFilter.FILTER_REJECT):o===null||i===null?NodeFilter.FILTER_ACCEPT:(t.textContent=" ",NodeFilter.FILTER_REJECT)}else return NodeFilter.FILTER_REJECT}},g_=wg;var Eg=class extends Z{constructor(t,n,r){super(t,n,r)}filter(t){hu(t,null,NodeFilter.SHOW_COMMENT)}},y_=Eg;var Dg=class extends Z{constructor(t,n,r){super(t,n,r)}filter(t){t.querySelectorAll("script").forEach(n=>{n.remove()})}},v_=Dg;var x_=ge(Qe(),1),w_=ge(C_(),1);var Ag=class extends Z{constructor(t,n,r){super(t,n,r),this.displayRules={}}onDeclaration(t,n,r,i){if(t.property==="display"){let o=x_.default.generate(i.ruleNode.prelude),s=t.value.children.first().name;o.split(",").forEach(a=>{this.displayRules[a]={value:s,selector:a,specificity:(0,w_.calculateSpecificity)(a),important:t.important}})}}filter(t){let{matches:n,selectors:r}=this.sortDisplayedSelectors(t,this.displayRules);for(let o=0;o<n.length;o++){let s=n[o],a=r[o],l=a[a.length-1].value;this.removable(s)&&l==="none"&&(s.dataset.undisplayed="undisplayed")}let i=t.querySelectorAll("[style]");for(let o=0;o<i.length;o++){let s=i[o];this.removable(s)&&(s.dataset.undisplayed="undisplayed")}}sorter(t,n){return t.important&&!n.important?1:n.important&&!t.important?-1:t.specificity-n.specificity}sortDisplayedSelectors(t,n=[]){let r=[],i=[];for(let o in n){let s=n[o],a=s.selector,l=[];try{try{l=t.querySelectorAll(a)}catch{l=t.querySelectorAll(d_(a))}}catch{l=[]}let u=Array.from(l);for(let c of u)if(r.includes(c)){let p=r.indexOf(c);i[p].push(s),i[p]=i[p].sort(this.sorter)}else r.push(c),i.push([s])}return{matches:r,selectors:i}}removable(t){return!(t.style&&t.style.display!==""&&t.style.display!=="none")}},E_=Ag;var D_=[g_,y_,v_,E_];var Gk=ge(Yn(),1),Yk=ge(Hk(),1),Pg=[...u_,...m_,...D_],vc=class{constructor(t,n,r){let i=[];Pg.forEach(o=>{let s=new o(t,n,r);i.push(s),(0,Yk.default)(s,this)})}};(0,Gk.default)(vc.prototype);function bc(){for(var e=0;e<arguments.length;e++)Pg.push(arguments[e])}function Fg(e,t,n){return new vc(e,t,n)}var Sc=class{constructor(t){this.settings=t||{},this.polisher=new ng(!1),this.chunker=new Mh(void 0,void 0,this.settings),this.hooks={},this.hooks.beforePreview=new N(this),this.hooks.afterPreview=new N(this),this.size={width:{value:8.5,unit:"in"},height:{value:11,unit:"in"},format:void 0,orientation:void 0},this.chunker.on("page",n=>{this.emit("page",n)}),this.chunker.on("rendering",()=>{this.emit("rendering",this.chunker)})}initializeHandlers(){let t=Fg(this.chunker,this.polisher,this);return t.on("size",n=>{this.size=n,this.emit("size",n)}),t.on("atpages",n=>{this.atpages=n,this.emit("atpages",n)}),t}registerHandlers(){return bc.apply(bc,arguments)}getParams(t){let n,r=new URL(window.location),i=new URLSearchParams(r.search);for(var o of i.entries())o[0]===t&&(n=o[1]);return n}wrapContent(){let t=document.querySelector("body"),n;return n=t.querySelector(":scope > template[data-ref='pagedjs-content']"),n||(n=document.createElement("template"),n.dataset.ref="pagedjs-content",n.innerHTML=t.innerHTML,t.innerHTML="",t.appendChild(n)),n.content}removeStyles(t=document){let n=Array.from(t.querySelectorAll("link[rel='stylesheet']:not([data-pagedjs-ignore], [media~='screen'])")),r=Array.from(t.querySelectorAll("style:not([data-pagedjs-inserted-styles], [data-pagedjs-ignore], [media~='screen'])"));return[...n,...r].sort(function(o,s){let a=o.compareDocumentPosition(s);return a===Node.DOCUMENT_POSITION_PRECEDING?1:a===Node.DOCUMENT_POSITION_FOLLOWING?-1:0}).map(o=>{if(o.nodeName==="STYLE"){let s={};return s[window.location.href]=o.textContent,o.remove(),s}if(o.nodeName==="LINK")return o.remove(),o.href;console.warn(`Unable to process: ${o}, ignoring.`)})}preview(t,n,r){return de(this,null,function*(){yield this.hooks.beforePreview.trigger(t,r),t||(t=this.wrapContent()),n||(n=this.removeStyles()),this.polisher.setup(),this.handlers=this.initializeHandlers(),yield this.polisher.add(...n);let i=performance.now(),o=yield this.chunker.flow(t,r),s=performance.now();return o.performance=s-i,o.size=this.size,this.emit("rendered",o),yield this.hooks.afterPreview.trigger(o.pages),o})}};(0,$k.default)(Sc.prototype);var Lg=Sc;var Cc=class e{topic;project;description;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-title-section"]],inputs:{topic:"topic",project:"project",description:"description"},standalone:!0,features:[fe],decls:8,vars:3,consts:[[1,"title"],[1,"topic-and-project"],[1,"topic"],[1,"project"],[1,"description"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"div",1)(2,"h1",2),B(3),D(),A(4,"h2",3),B(5),D()(),A(6,"p",4),B(7),D()()),n&2&&(I(3),be(r.topic),I(2),be(r.project),I(2),be(r.description))},styles:[".title[_ngcontent-%COMP%]{display:flex;gap:10px;padding:0;margin:0;background-color:#ff8d60;border:1mm solid orangered;border-radius:1rem;padding:1rem;box-shadow:5px 5px 10px 2px #00000026}.title[_ngcontent-%COMP%] .topic-and-project[_ngcontent-%COMP%]{flex-basis:50%;text-align:center}.title[_ngcontent-%COMP%] .topic-and-project[_ngcontent-%COMP%] .topic[_ngcontent-%COMP%]{font-size:16pt;margin-top:1rem;margin-bottom:0}.title[_ngcontent-%COMP%] .topic-and-project[_ngcontent-%COMP%] .project[_ngcontent-%COMP%]{font-size:12pt;margin-top:0}.title[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{font-size:12pt;padding:0;margin:0}"]})};function hG(e,t){if(e&1&&(A(0,"p"),B(1),D()),e&2){let n=t.$index,r=se();I(),be(r.getReadySectionData[n])}}function mG(e,t){if(e&1&&ne(0,"img",2),e&2){let n=se();oe("src",n.imageSlot.base64,Et)}}var xc=class e{getReadySectionData;imageSlot;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-get-ready-section"]],inputs:{getReadySectionData:"getReadySectionData",imageSlot:"imageSlot"},standalone:!0,features:[fe],decls:5,vars:1,consts:[[1,"get-ready"],[1,"get-ready-steps"],[1,"get-ready-image",3,"src"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"div",1),at(2,hG,2,1,"p",null,st),D(),je(4,mG,1,1,"img",2),D()),n&2&&(I(2),lt(r.getReadySectionData),I(2),we(r.imageSlot&&r.imageSlot.base64?4:-1))},styles:[".get-ready[_ngcontent-%COMP%]{display:flex}.get-ready[_ngcontent-%COMP%] .get-ready-steps[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:.5rem}.get-ready[_ngcontent-%COMP%] .get-ready-image[_ngcontent-%COMP%]{max-height:30mm;max-width:70mm;width:auto;height:auto;object-fit:contain;filter:drop-shadow(2px 2px 2px)}"]})};function gG(e,t){if(e&1&&(A(0,"div",4)(1,"pre"),ne(2,"code",5),D()()),e&2){let n=se().$implicit,r=se();I(2),oe("code",n.hintCode)("language",r.programmingLanguage)}}function yG(e,t){if(e&1&&(A(0,"div",1),ne(1,"img",2),A(2,"div",3)(3,"h4"),B(4),D(),A(5,"p"),B(6),D(),je(7,gG,3,2,"div",4),D()()),e&2){let n=t.$implicit,r=t.$index;I(),oe("src",r===0?"bronze.png":r===1?"silver.png":r===2?"gold.png":"fourth-challenge.png",Et)("alt",r===0?"Bronze medal":r===1?"Silver medal":r===2?"Gold medal":"Platnium medal"),I(3),be(n.name),I(2),be(n.task),I(),we(n.hintCode?7:-1)}}var wc=class e{challenges;programmingLanguage;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-challenge-section"]],inputs:{challenges:"challenges",programmingLanguage:"programmingLanguage"},standalone:!0,features:[fe],decls:5,vars:0,consts:[[1,"challenge-section"],[1,"challenge-item"],[1,"challenge-medal",3,"src","alt"],[1,"challenge-content"],[1,"code-block"],["prismHighlight","",3,"code","language"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"h3"),B(2,"Challenge!"),D(),at(3,yG,8,5,"div",1,st),D()),n&2&&(I(3),lt(r.challenges))},dependencies:[Mi],styles:[".challenge-section[_ngcontent-%COMP%]{break-inside:avoid;display:flex;flex-direction:column;gap:.75rem}.challenge-item[_ngcontent-%COMP%]{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:8px;background-color:#f8f9fa}.challenge-medal[_ngcontent-%COMP%]{width:40px;height:40px;flex-shrink:0;object-fit:contain}.challenge-content[_ngcontent-%COMP%]{flex:1;min-width:0}.challenge-content[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#333}.challenge-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:.85rem;line-height:1.4;white-space:pre-wrap;color:#555}.challenge-content[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%]{margin-top:5mm;margin-bottom:5mm;padding:1mm 1cm;max-width:100%;width:fit-content;border-radius:1rem;background-color:var(--codeblock-background-color);overflow-wrap:anywhere}.challenge-content[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%] pre[_ngcontent-%COMP%]{margin:0;white-space:pre-wrap;word-break:break-word}"]})};var Ec=class e{newProject;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-new-project-section"]],inputs:{newProject:"newProject"},standalone:!0,features:[fe],decls:10,vars:2,consts:[[1,"new-project-section"],[1,"new-project-card"],["src","new-project.png","alt","New Project Star",1,"new-project-star"],[1,"new-project-content"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"h3"),B(2,"New Project"),D(),A(3,"div",1),ne(4,"img",2),A(5,"div",3)(6,"h4"),B(7),D(),A(8,"p"),B(9),D()()()()),n&2&&(I(7),be(r.newProject.name),I(2),be(r.newProject.task))},styles:[".new-project-section[_ngcontent-%COMP%]{break-inside:avoid}.new-project-card[_ngcontent-%COMP%]{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 1rem;border-radius:12px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff,#ddd6fe);border:2px solid #a855f7;box-shadow:0 2px 8px #a855f726}.new-project-star[_ngcontent-%COMP%]{width:50px;height:50px;flex-shrink:0;object-fit:contain}.new-project-content[_ngcontent-%COMP%]{flex:1;min-width:0}.new-project-content[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#6b21a8}.new-project-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:.875rem;line-height:1.5;color:#581c87}"]})};function vG(e,t){if(e&1&&(A(0,"div",1)(1,"div",3)(2,"a",4),B(3,"Click me, to go to quiz"),D()()()),e&2){let n=se();I(2),oe("href",n.testYourselfData,Et)}}function bG(e,t){if(e&1&&(A(0,"p",2),B(1),D()),e&2){let n=se();I(),be(n.testYourselfData)}}var Dc=class e{testYourselfData;get isUrl(){if(!this.testYourselfData)return!1;try{return new URL(this.testYourselfData),!0}catch{return!1}}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-test-yourself"]],inputs:{testYourselfData:"testYourselfData"},standalone:!0,features:[fe],decls:5,vars:1,consts:[[1,"test-yourself-section"],[1,"button-container"],[1,"test-yourself-text"],[1,"test-yourself-button"],["target","_blank","rel","noopener",3,"href"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"h3"),B(2,"Test Yourself"),D(),je(3,vG,4,1,"div",1)(4,bG,2,1,"p",2),D()),n&2&&(I(3),we(r.isUrl?3:4))},styles:[".test-yourself-section[_ngcontent-%COMP%]{break-inside:avoid}.button-container[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}.test-yourself-button[_ngcontent-%COMP%]{display:flex;background-color:#dc5a2b;border-radius:1rem;padding:15px 32px;max-width:50%;cursor:pointer;justify-content:center;align-items:center}.test-yourself-button[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#fff}.test-yourself-text[_ngcontent-%COMP%]{margin:.5rem 0 0;font-size:.95rem;line-height:1.4;white-space:pre-wrap;color:#333}"]})};var Tc=class e{tryItOutData;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-try-it-out"]],inputs:{tryItOutData:"tryItOutData"},standalone:!0,features:[fe],decls:12,vars:0,consts:[[1,"try-it-out-section"],[1,"info-buttons-container"],[1,"info-button","save-code"],["src","save.png","width","30px"],[1,"info-button","run-code"],["src","play.png","width","30px"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"h3"),B(2,"Try It Out!"),D(),A(3,"div",1)(4,"div",2),ne(5,"img",3),A(6,"span"),B(7,"Save your code"),D()(),A(8,"div",4),ne(9,"img",5),A(10,"span"),B(11,"Run your code"),D()()()())},styles:[".info-buttons-container[_ngcontent-%COMP%]{display:flex;gap:2rem;justify-content:center}.info-button[_ngcontent-%COMP%]{margin:1rem;display:flex;gap:1rem;align-items:center;max-width:fit-content;padding:.3rem 1rem;border-radius:1rem}.info-button.run-code[_ngcontent-%COMP%]{background-color:#3dc285;border:1mm solid #30885f}.info-button.save-code[_ngcontent-%COMP%]{background-color:#407093;border:1mm solid #2d4658}"]})};function SG(e,t){if(e&1&&(A(0,"div",1)(1,"div",2)(2,"span",3),B(3),D(),A(4,"a",4),B(5,"Open code"),D()(),A(6,"p",5),B(7),D()()),e&2){let n=t.$implicit,r=t.$index;I(3),yi("Bug ",r+1,""),I(),oe("href",n.linkToCode,Et),I(3),be(n.issue)}}var Ac=class e{debugSteps;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-debug-section"]],inputs:{debugSteps:"debugSteps"},standalone:!0,features:[fe],decls:5,vars:0,consts:[[1,"debug-section"],[1,"debug-item"],[1,"debug-meta"],[1,"debug-label"],["target","_blank","rel","noopener",3,"href"],[1,"debug-issue"]],template:function(n,r){n&1&&(A(0,"section",0)(1,"h3"),B(2,"Debug"),D(),at(3,SG,8,3,"div",1,st),D()),n&2&&(I(3),lt(r.debugSteps))},styles:[".debug-section[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.75rem}.debug-item[_ngcontent-%COMP%]{padding:.75rem 1rem;border-radius:10px;background-color:#f8f9fa}.debug-meta[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.85rem;color:#444}.debug-label[_ngcontent-%COMP%]{font-weight:600}.debug-meta[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#dd5a2b;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(221,90,43,.6)}.debug-issue[_ngcontent-%COMP%]{margin:.5rem 0 0;font-size:.9rem;line-height:1.4;white-space:pre-wrap;color:#333}"]})};var CG=["sourceContent"],xG=["previewContainer"];function wG(e,t){if(e&1&&(A(0,"section",6)(1,"p"),B(2),D()()),e&2){let n=se(2);I(2),be(n.data.projectExplainer)}}function EG(e,t){if(e&1&&ne(0,"img",11),e&2){let n=t.$implicit;oe("src",n.base64,Et)}}function DG(e,t){if(e&1&&(A(0,"div",7),at(1,EG,1,1,"img",11,st),D()),e&2){let n=se(2);I(),lt(n.data.prefaceImageSlots)}}function TG(e,t){if(e&1&&ne(0,"app-debug-section",10),e&2){let n=se(2);oe("debugSteps",n.data.debugSection)}}function AG(e,t){if(e&1&&ne(0,"app-challenge-section",14),e&2){let n=se(3);oe("challenges",n.data.challengeSection)("programmingLanguage",n.data.programmingLanguage)}}function IG(e,t){if(e&1&&ne(0,"app-new-project-section",15),e&2){let n=se(3);oe("newProject",n.data.newProject)}}function _G(e,t){if(e&1&&ne(0,"app-test-yourself",16),e&2){let n=se(3);oe("testYourselfData",n.data.testYourself)}}function kG(e,t){if(e&1&&(A(0,"h3"),B(1,"Fun Fact!"),D(),A(2,"section")(3,"p"),B(4),D()()),e&2){let n=se(3);I(4),be(n.data.funFact)}}function MG(e,t){if(e&1&&(A(0,"h3"),B(1,"Add Your Code"),D(),ne(2,"app-add-your-code",12)(3,"app-try-it-out",13),je(4,AG,1,2,"app-challenge-section",14)(5,IG,1,1,"app-new-project-section",15)(6,_G,1,1,"app-test-yourself",16)(7,kG,5,1)),e&2){let n=se(2);I(2),oe("data",n.data.addYourCodeSection)("programmingLanguage",n.data.programmingLanguage),I(),oe("tryItOutData",n.data.tryItOutSection),I(),we(n.data.challengeSection?4:-1),I(),we(n.data.newProject?5:-1),I(),we(n.data.testYourself?6:-1),I(),we(n.data.funFact?7:-1)}}function OG(e,t){if(e&1&&(A(0,"div",2,1)(2,"header"),ne(3,"img",4),D(),A(4,"main"),ne(5,"app-title-section",5),je(6,wG,3,1,"section",6)(7,DG,3,0,"div",7),A(8,"h3",8),B(9,"Get Ready"),D(),ne(10,"app-get-ready-section",9),je(11,TG,1,1,"app-debug-section",10)(12,MG,8,7),D()()),e&2){let n=se();I(5),oe("topic",n.data.topic)("project",n.data.project)("description",n.data.description),I(),we(n.data.lessonType!=="debugging lesson"&&n.data.projectExplainer.trim()?6:-1),I(),we(n.data.prefaceImageSlots&&n.data.prefaceImageSlots.length>1?7:-1),I(3),oe("getReadySectionData",n.data.getReadySection)("imageSlot",(n.data.prefaceImageSlots==null?null:n.data.prefaceImageSlots.length)==1?n.data.prefaceImageSlots[0]:null),I(),we(n.data.lessonType==="debugging lesson"?11:12)}}var io=class e{data=null;sourceContent;previewContainer;viewReady=!1;ngAfterViewInit(){this.viewReady=!0,this.data&&this.render()}ngOnChanges(t){t.data&&this.data&&this.viewReady&&setTimeout(()=>this.render(),100)}render(){return de(this,null,function*(){if(!this.sourceContent||!this.previewContainer)return;let t=window.RENDER_TOKEN;this.previewContainer.nativeElement.innerHTML="",yield new Lg().preview(this.sourceContent.nativeElement.innerHTML,[{type:"text/css",content:`
837
+ `;function pc(n){return de(this,arguments,function*(e,t={}){return new Promise(function(r,i){let o=new XMLHttpRequest;o.open(t.method||"get",e,!0);for(let s in t.headers)o.setRequestHeader(s,t.headers[s]);o.withCredentials=t.credentials==="include",o.onload=()=>{let s=o.status===0&&e.startsWith("file://")?200:o.status;r(new Response(o.responseText,{status:s}))},o.onerror=i,o.send(t.body||null)})})}var tg=class{constructor(t){this.sheets=[],this.inserted=[],this.hooks={},this.hooks.onUrl=new N(this),this.hooks.onAtPage=new N(this),this.hooks.onAtMedia=new N(this),this.hooks.onRule=new N(this),this.hooks.onDeclaration=new N(this),this.hooks.onContent=new N(this),this.hooks.onSelector=new N(this),this.hooks.onPseudoSelector=new N(this),this.hooks.onImport=new N(this),this.hooks.beforeTreeParse=new N(this),this.hooks.beforeTreeWalk=new N(this),this.hooks.afterTreeWalk=new N(this),t!==!1&&this.setup()}setup(){return this.base=this.insert(GT),this.styleEl=document.createElement("style"),document.head.appendChild(this.styleEl),this.styleSheet=this.styleEl.sheet,this.styleSheet}add(){return de(this,arguments,function*(){let t=[],n=[];for(var r=0;r<arguments.length;r++){let i;if(typeof arguments[r]=="object")for(let o in arguments[r]){let s=arguments[r];i=new Promise(function(a,l){n.push(o),a(s[o])})}else n.push(arguments[r]),i=pc(arguments[r]).then(o=>o.text());t.push(i)}return yield Promise.all(t).then(i=>de(this,null,function*(){let o="";for(let s=0;s<i.length;s++)o=yield this.convertViaSheet(i[s],n[s]),this.insert(o);return o}))})}convertViaSheet(t,n){return de(this,null,function*(){let r=new $T(n,this.hooks);yield r.parse(t);for(let i of r.imported){let o=yield pc(i).then(a=>a.text()),s=yield this.convertViaSheet(o,i);this.insert(s)}return this.sheets.push(r),typeof r.width<"u"&&(this.width=r.width),typeof r.height<"u"&&(this.height=r.height),typeof r.orientation<"u"&&(this.orientation=r.orientation),r.toString()})}insert(t){let n=document.querySelector("head"),r=document.createElement("style");return r.setAttribute("data-pagedjs-inserted-styles","true"),r.appendChild(document.createTextNode(t)),n.appendChild(r),this.inserted.push(r),r}destroy(){this.styleEl.remove(),this.inserted.forEach(t=>{t.remove()}),this.sheets=[]}},ng=tg;var YA=ge(Gn(),1);var YT=ge(Gn(),1),fc=class{constructor(t,n,r){let i=Object.assign({},t&&t.hooks,n&&n.hooks,r&&r.hooks);this.chunker=t,this.polisher=n,this.caller=r;for(let o in i)o in this&&i[o].register(this[o].bind(this))}};(0,YT.default)(fc.prototype);var Q=fc;var O=ge(Ke(),1);var rg={A0:{width:{value:841,unit:"mm"},height:{value:1189,unit:"mm"}},A1:{width:{value:594,unit:"mm"},height:{value:841,unit:"mm"}},A2:{width:{value:420,unit:"mm"},height:{value:594,unit:"mm"}},A3:{width:{value:297,unit:"mm"},height:{value:420,unit:"mm"}},A4:{width:{value:210,unit:"mm"},height:{value:297,unit:"mm"}},A5:{width:{value:148,unit:"mm"},height:{value:210,unit:"mm"}},A6:{width:{value:105,unit:"mm"},height:{value:148,unit:"mm"}},A7:{width:{value:74,unit:"mm"},height:{value:105,unit:"mm"}},A8:{width:{value:52,unit:"mm"},height:{value:74,unit:"mm"}},A9:{width:{value:37,unit:"mm"},height:{value:52,unit:"mm"}},A10:{width:{value:26,unit:"mm"},height:{value:37,unit:"mm"}},B4:{width:{value:250,unit:"mm"},height:{value:353,unit:"mm"}},B5:{width:{value:176,unit:"mm"},height:{value:250,unit:"mm"}},letter:{width:{value:8.5,unit:"in"},height:{value:11,unit:"in"}},legal:{width:{value:8.5,unit:"in"},height:{value:14,unit:"in"}},ledger:{width:{value:11,unit:"in"},height:{value:17,unit:"in"}}};var ig=class extends Q{constructor(t,n,r){super(t,n,r),this.pages={},this.width=void 0,this.height=void 0,this.orientation=void 0,this.marginalia={}}pageModel(t){return{selector:t,name:void 0,psuedo:void 0,nth:void 0,marginalia:{},width:void 0,height:void 0,orientation:void 0,margin:{top:{},right:{},left:{},bottom:{}},padding:{top:{},right:{},left:{},bottom:{}},border:{top:{},right:{},left:{},bottom:{}},backgroundOrigin:void 0,block:{},marks:void 0,notes:void 0,added:!1}}onAtPage(t,n,r){let i,o,s="",a,l,u,c=!1;t.prelude?(a=this.getTypeSelector(t),l=this.getPsuedoSelector(t),u=this.getNthSelector(t),s=O.default.generate(t.prelude)):s="*",s in this.pages?(i=this.pages[s],o=this.replaceMarginalia(t),c=!0,i.added=!1):(i=this.pageModel(s),o=this.replaceMarginalia(t),this.pages[s]=i),i.name=a,i.psuedo=l,i.nth=u,c?i.marginalia=Object.assign(i.marginalia,o):i.marginalia=o;let p=this.replaceNotes(t);i.notes=p;let d=this.replaceDeclarations(t);if(d.size&&(i.size=d.size,i.width=d.size.width,i.height=d.size.height,i.orientation=d.size.orientation,i.format=d.size.format),d.bleed&&d.bleed[0]!="auto")switch(d.bleed.length){case 4:i.bleed={top:d.bleed[0],right:d.bleed[1],bottom:d.bleed[2],left:d.bleed[3]};break;case 3:i.bleed={top:d.bleed[0],right:d.bleed[1],bottom:d.bleed[2],left:d.bleed[1]};break;case 2:i.bleed={top:d.bleed[0],right:d.bleed[1],bottom:d.bleed[0],left:d.bleed[1]};break;default:i.bleed={top:d.bleed[0],right:d.bleed[0],bottom:d.bleed[0],left:d.bleed[0]}}d.marks&&((!d.bleed||d.bleed&&d.bleed[0]==="auto")&&(i.bleed={top:{value:6,unit:"mm"},right:{value:6,unit:"mm"},bottom:{value:6,unit:"mm"},left:{value:6,unit:"mm"}}),i.marks=d.marks),d.margin&&(i.margin=d.margin),d.padding&&(i.padding=d.padding),d.border&&(i.border=d.border),d.marks&&(i.marks=d.marks),c?i.block.children.appendList(t.block.children):i.block=t.block,r.remove(n)}afterTreeWalk(t,n){let r="*"in this.pages&&this.pages["*"].added===!1;if(this.addPageClasses(this.pages,t,n),r){let i=this.pages["*"].width,o=this.pages["*"].height,s=this.pages["*"].format,a=this.pages["*"].orientation,l=this.pages["*"].bleed,u=this.pages["*"].marks,c,p;":left"in this.pages&&(c=this.pages[":left"].bleed),":right"in this.pages&&(p=this.pages[":right"].bleed),i&&o&&(this.width!==i||this.height!==o)&&(this.width=i,this.height=o,this.format=s,this.orientation=a,this.addRootVars(t,i,o,a,l,p,c,u),this.addRootPage(t,this.pages["*"].size,l,p,c),this.emit("size",{width:i,height:o,orientation:a,format:s,bleed:l}),this.emit("atpages",this.pages))}}getTypeSelector(t){let n;return O.default.walk(t,{visit:"TypeSelector",enter:(r,i,o)=>{n=r.name}}),n}getPsuedoSelector(t){let n;return O.default.walk(t,{visit:"PseudoClassSelector",enter:(r,i,o)=>{r.name!=="nth"&&(n=r.name)}}),n}getNthSelector(t){let n;return O.default.walk(t,{visit:"PseudoClassSelector",enter:(r,i,o)=>{r.name==="nth"&&r.children&&(n=r.children.first().value)}}),n}replaceMarginalia(t){let n={},r=["top-left-corner","top-left","top","top-center","top-right","top-right-corner","bottom-left-corner","bottom-left","bottom","bottom-center","bottom-right","bottom-right-corner","left-top","left-middle","left","left-bottom","top-right-corner","right-top","right-middle","right","right-bottom","right-right-corner"];return O.default.walk(t.block,{visit:"Atrule",enter:(i,o,s)=>{let a=i.name;r.includes(a)&&(a==="top"&&(a="top-center"),a==="right"&&(a="right-middle"),a==="left"&&(a="left-middle"),a==="bottom"&&(a="bottom-center"),n[a]=i.block,s.remove(o))}}),n}replaceNotes(t){let n={};return O.default.walk(t.block,{visit:"Atrule",enter:(r,i,o)=>{let s=r.name;s==="footnote"&&(n[s]=r.block,o.remove(i))}}),n}replaceDeclarations(t){let n={};return O.default.walk(t.block,{visit:"Declaration",enter:(r,i,o)=>{let s=O.default.property(r.property).name;if(s==="marks")n.marks=[],O.default.walk(r,{visit:"Identifier",enter:a=>{n.marks.push(a.name)}}),o.remove(i);else if(s==="margin")n.margin=this.getMargins(r),o.remove(i);else if(s.indexOf("margin-")===0){let a=s.substring(7);n.margin||(n.margin={top:{},right:{},left:{},bottom:{}}),n.margin[a]=r.value.children.first(),o.remove(i)}else if(s==="padding")n.padding=this.getPaddings(r.value),o.remove(i);else if(s.indexOf("padding-")===0){let a=s.substring(8);n.padding||(n.padding={top:{},right:{},left:{},bottom:{}}),n.padding[a]=r.value.children.first(),o.remove(i)}else if(s==="border")n.border||(n.border={top:{},right:{},left:{},bottom:{}}),n.border.top=O.default.generate(r.value),n.border.right=O.default.generate(r.value),n.border.left=O.default.generate(r.value),n.border.bottom=O.default.generate(r.value),o.remove(i);else if(s.indexOf("border-")===0){n.border||(n.border={top:{},right:{},left:{},bottom:{}});let a=s.substring(7);n.border[a]=O.default.generate(r.value),o.remove(i)}else s==="size"?(n.size=this.getSize(r),o.remove(i)):s==="bleed"&&(n.bleed=[],O.default.walk(r,{enter:a=>{switch(a.type){case"String":a.value.indexOf("auto")>-1&&n.bleed.push("auto");break;case"Dimension":n.bleed.push({value:a.value,unit:a.unit});break;case"Number":n.bleed.push({value:a.value,unit:"px"});break;default:}}}),o.remove(i))}}),n}getSize(t){let n,r,i,o;return O.default.walk(t,{visit:"Dimension",enter:(s,a,l)=>{let{value:u,unit:c}=s;typeof n>"u"?n={value:u,unit:c}:typeof r>"u"&&(r={value:u,unit:c})}}),O.default.walk(t,{visit:"String",enter:(s,a,l)=>{let u=s.value.replace(/["|']/g,""),c=rg[u];c&&(n=c.width,r=c.height)}}),O.default.walk(t,{visit:"Identifier",enter:(s,a,l)=>{let u=s.name;if(u==="landscape"||u==="portrait")i=s.name;else if(u!=="auto"){let c=rg[u];c&&(n=c.width,r=c.height),o=u}}}),{width:n,height:r,orientation:i,format:o}}getMargins(t){let n=[],r={top:{},right:{},left:{},bottom:{}};if(O.default.walk(t,{enter:i=>{switch(i.type){case"Dimension":n.push(i);break;case"Number":n.push({value:i.value,unit:"px"});break;default:}}}),n.length===1)for(let i in r)r[i]=n[0];else n.length===2?(r.top=n[0],r.right=n[1],r.bottom=n[0],r.left=n[1]):n.length===3?(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[1]):n.length===4&&(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[3]);return r}getPaddings(t){let n=[],r={top:{},right:{},left:{},bottom:{}};if(O.default.walk(t,{enter:i=>{switch(i.type){case"Dimension":n.push(i);break;case"Number":n.push({value:i.value,unit:"px"});break;default:}}}),n.length===1)for(let i in r)r[i]=n[0];else n.length===2?(r.top=n[0],r.right=n[1],r.bottom=n[0],r.left=n[1]):n.length===3?(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[1]):n.length===4&&(r.top=n[0],r.right=n[1],r.bottom=n[2],r.left=n[3]);return r}getBorders(t){let n={top:{},right:{},left:{},bottom:{}};return t.prop=="border"?(n.top=O.default.generate(t.value),n.right=O.default.generate(t.value),n.bottom=O.default.generate(t.value),n.left=O.default.generate(t.value)):t.prop=="border-top"?n.top=O.default.generate(t.value):t.prop=="border-right"?n.right=O.default.generate(t.value):t.prop=="border-bottom"?n.bottom=O.default.generate(t.value):t.prop=="border-left"&&(n.left=O.default.generate(t.value)),n}addPageClasses(t,n,r){if("*"in t&&t["*"].added===!1){let i=this.createPage(t["*"],n.children,r);r.insertRule(i),t["*"].added=!0}if(":left"in t&&t[":left"].added===!1){let i=this.createPage(t[":left"],n.children,r);r.insertRule(i),t[":left"].added=!0}if(":right"in t&&t[":right"].added===!1){let i=this.createPage(t[":right"],n.children,r);r.insertRule(i),t[":right"].added=!0}if(":first"in t&&t[":first"].added===!1){let i=this.createPage(t[":first"],n.children,r);r.insertRule(i),t[":first"].added=!0}if(":blank"in t&&t[":blank"].added===!1){let i=this.createPage(t[":blank"],n.children,r);r.insertRule(i),t[":blank"].added=!0}for(let i in t)if(t[i].nth&&t[i].added===!1){let o=this.createPage(t[i],n.children,r);r.insertRule(o),t[i].added=!0}for(let i in t)if(t[i].name&&t[i].added===!1){let o=this.createPage(t[i],n.children,r);r.insertRule(o),t[i].added=!0}}createPage(t,n,r){let i=this.selectorsForPage(t),o=t.block.children.copy(),s={type:"Block",loc:0,children:o},a=this.createRule(i,s);return this.addMarginVars(t.margin,o,o.first()),this.addPaddingVars(t.padding,o,o.first()),this.addBorderVars(t.border,o,o.first()),t.width&&this.addDimensions(t.width,t.height,t.orientation,o,o.first()),t.marginalia&&(this.addMarginaliaStyles(t,n,a,r),this.addMarginaliaContent(t,n,a,r)),t.notes&&this.addNotesStyles(t.notes,t,n,a,r),a}addMarginVars(t,n,r){for(let i in t)if(typeof t[i].value<"u"){let o=t[i].value+(t[i].unit||""),s=n.createItem({type:"Declaration",property:"--pagedjs-margin-"+i,value:{type:"Raw",value:o}});n.append(s,r)}}addPaddingVars(t,n,r){for(let i in t)if(typeof t[i].value<"u"){let o=t[i].value+(t[i].unit||""),s=n.createItem({type:"Declaration",property:"--pagedjs-padding-"+i,value:{type:"Raw",value:o}});n.append(s,r)}}addBorderVars(t,n,r){for(let i of Object.keys(t)){let o=t[i];if(typeof o=="string"){let s=n.createItem({type:"Declaration",property:"--pagedjs-border-"+i,value:{type:"Raw",value:o}});n.append(s,r)}}}addDimensions(t,n,r,i,o){let s,a;s=A(t),a=A(n),r&&r!=="portrait"&&([s,a]=[a,s]);let l=this.createVariable("--pagedjs-pagebox-width",s);i.appendData(l);let u=this.createVariable("--pagedjs-pagebox-height",a);i.appendData(u)}addMarginaliaStyles(t,n,r,i){for(let o in t.marginalia){let s=O.default.clone(t.marginalia[o]),a=!1;if(s.children.isEmpty())continue;O.default.walk(s,{visit:"Declaration",enter:(p,d,f)=>{if(p.property==="content"&&(p.value.children&&p.value.children.first().name==="none"?a=!1:a=!0,f.remove(d)),p.property==="vertical-align"&&(O.default.walk(p,{visit:"Identifier",enter:(g,h,y)=>{let m=g.name;m==="top"?g.name="flex-start":m==="middle"?g.name="center":m==="bottom"&&(g.name="flex-end")}}),p.property="align-items"),p.property==="width"&&(o==="top-left"||o==="top-center"||o==="top-right"||o==="bottom-left"||o==="bottom-center"||o==="bottom-right")){let g=O.default.clone(p);g.property="max-width",f.appendData(g)}if(p.property==="height"&&(o==="left-top"||o==="left-middle"||o==="left-bottom"||o==="right-top"||o==="right-middle"||o==="right-bottom")){let g=O.default.clone(p);g.property="max-height",f.appendData(g)}}});let l=this.selectorsForPageMargin(t,o),u=this.createRule(l,s);n.appendData(u);let c=O.default.generate({type:"Selector",children:l});this.marginalia[c]={page:t,selector:c,block:t.marginalia[o],hasContent:a}}}addMarginaliaContent(t,n,r,i){let o;for(let s in t.marginalia){let a=O.default.clone(t.marginalia[s]);if(O.default.walk(a,{visit:"Declaration",enter:(f,g,h)=>{f.property!=="content"&&h.remove(g),f.value.children&&f.value.children.first().name==="none"&&(o=!0)}}),a.children.isEmpty())continue;let l=this.selectorsForPageMargin(t,s),u;l.insertData({type:"Combinator",name:">"}),l.insertData({type:"ClassSelector",name:"pagedjs_margin-content"}),l.insertData({type:"Combinator",name:">"}),l.insertData({type:"TypeSelector",name:"*"}),o?u=this.createDeclaration("display","none"):u=this.createDeclaration("display","block");let c=this.createRule(l,[u]);i.insertRule(c);let p=this.selectorsForPageMargin(t,s);p.insertData({type:"Combinator",name:">"}),p.insertData({type:"ClassSelector",name:"pagedjs_margin-content"}),p.insertData({type:"PseudoElementSelector",name:"after",children:null});let d=this.createRule(p,a);i.insertRule(d)}}addRootVars(t,n,r,i,o,s,a,l){let u=[],c=new O.default.List;c.insertData({type:"PseudoClassSelector",name:"root",children:null});let p,d,f,g,h,y;if(!o)p=A(n),d=A(r),f=A(n),g=A(r),h=A(n),y=A(r);else{p=`calc( ${A(n)} + ${A(o.left)} + ${A(o.right)} )`,d=`calc( ${A(r)} + ${A(o.top)} + ${A(o.bottom)} )`,f=`calc( ${A(n)} + ${A(o.left)} + ${A(o.right)} )`,g=`calc( ${A(r)} + ${A(o.top)} + ${A(o.bottom)} )`,h=`calc( ${A(n)} + ${A(o.left)} + ${A(o.right)} )`,y=`calc( ${A(r)} + ${A(o.top)} + ${A(o.bottom)} )`;let U=this.createVariable("--pagedjs-bleed-top",A(o.top)),ae=this.createVariable("--pagedjs-bleed-right",A(o.right)),Le=this.createVariable("--pagedjs-bleed-bottom",A(o.bottom)),Me=this.createVariable("--pagedjs-bleed-left",A(o.left)),De=this.createVariable("--pagedjs-bleed-right-top",A(o.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",A(o.right)),Fe=this.createVariable("--pagedjs-bleed-right-bottom",A(o.bottom)),re=this.createVariable("--pagedjs-bleed-right-left",A(o.left)),ye=this.createVariable("--pagedjs-bleed-left-top",A(o.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",A(o.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",A(o.bottom)),rt=this.createVariable("--pagedjs-bleed-left-left",A(o.left));s&&(De=this.createVariable("--pagedjs-bleed-right-top",A(s.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",A(s.right)),Fe=this.createVariable("--pagedjs-bleed-right-bottom",A(s.bottom)),re=this.createVariable("--pagedjs-bleed-right-left",A(s.left)),f=`calc( ${A(n)} + ${A(s.left)} + ${A(s.right)} )`,g=`calc( ${A(r)} + ${A(s.top)} + ${A(s.bottom)} )`),a&&(ye=this.createVariable("--pagedjs-bleed-left-top",A(a.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",A(a.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",A(a.bottom)),rt=this.createVariable("--pagedjs-bleed-left-left",A(a.left)),h=`calc( ${A(n)} + ${A(a.left)} + ${A(a.right)} )`,y=`calc( ${A(r)} + ${A(a.top)} + ${A(a.bottom)} )`);let Mc=this.createVariable("--pagedjs-width",A(n)),Yt=this.createVariable("--pagedjs-height",A(r));u.push(U,ae,Le,Me,De,Ue,Fe,re,ye,Rt,tr,rt,Mc,Yt)}if(l&&l.forEach(U=>{let ae=this.createVariable("--pagedjs-mark-"+U+"-display","block");u.push(ae)}),i){let U=this.createVariable("--pagedjs-orientation",i);u.push(U),i!=="portrait"&&([p,d]=[d,p],[f,g]=[g,f],[h,y]=[y,h])}let m=this.createVariable("--pagedjs-width",p),v=this.createVariable("--pagedjs-height",d),S=this.createVariable("--pagedjs-width-right",f),C=this.createVariable("--pagedjs-height-right",g),w=this.createVariable("--pagedjs-width-left",h),x=this.createVariable("--pagedjs-height-left",y);u.push(m,v,S,C,w,x);let W=this.createRule(c,u);t.children.appendData(W)}addNotesStyles(t,n,r,i,o){for(let s in t){let a=this.selectorsForPage(n);a.insertData({type:"Combinator",name:" "}),a.insertData({type:"ClassSelector",name:"pagedjs_"+s+"_content"});let l=this.createRule(a,t[s]);r.appendData(l)}}addRootPage(t,n,r,i,o){let{width:s,height:a,orientation:l,format:u}=n,c=new O.default.List,p=new O.default.List,d=new O.default.List,f=new O.default.List,g=new O.default.List,h=new O.default.List;if(r){let m=new O.default.List,v=new O.default.List;m.appendData({type:"Dimension",unit:s.unit,value:s.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:r.left.unit,value:r.left.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:r.right.unit,value:r.right.value}),v.appendData({type:"Dimension",unit:a.unit,value:a.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:r.top.unit,value:r.top.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:r.bottom.unit,value:r.bottom.value}),f.appendData({type:"Function",name:"calc",children:m}),f.appendData({type:"WhiteSpace",value:" "}),f.appendData({type:"Function",name:"calc",children:v})}else u?(f.appendData({type:"Identifier",name:u}),l&&(f.appendData({type:"WhiteSpace",value:" "}),f.appendData({type:"Identifier",name:l}))):(f.appendData({type:"Dimension",unit:s.unit,value:s.value}),f.appendData({type:"WhiteSpace",value:" "}),f.appendData({type:"Dimension",unit:a.unit,value:a.value}));c.appendData({type:"Declaration",property:"size",loc:null,value:{type:"Value",children:f}}),c.appendData({type:"Declaration",property:"margin",loc:null,value:{type:"Value",children:[{type:"Dimension",unit:"px",value:0}]}}),c.appendData({type:"Declaration",property:"padding",loc:null,value:{type:"Value",children:[{type:"Dimension",unit:"px",value:0}]}}),c.appendData({type:"Declaration",property:"padding",loc:null,value:{type:"Value",children:[{type:"Dimension",unit:"px",value:0}]}});let y=t.children.createItem({type:"Atrule",prelude:null,name:"page",block:{type:"Block",loc:null,children:c}});if(t.children.append(y),o){let m=new O.default.List,v=new O.default.List;m.appendData({type:"Dimension",unit:s.unit,value:s.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:o.left.unit,value:o.left.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:o.right.unit,value:o.right.value}),v.appendData({type:"Dimension",unit:a.unit,value:a.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:o.top.unit,value:o.top.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:o.bottom.unit,value:o.bottom.value}),g.appendData({type:"Function",name:"calc",children:m}),g.appendData({type:"WhiteSpace",value:" "}),g.appendData({type:"Function",name:"calc",children:v}),p.appendData({type:"Declaration",property:"size",loc:null,value:{type:"Value",children:g}});let S=t.children.createItem({type:"Atrule",prelude:null,name:"page :left",block:{type:"Block",loc:null,children:p}});t.children.append(S)}if(i){let m=new O.default.List,v=new O.default.List;m.appendData({type:"Dimension",unit:s.unit,value:s.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:i.left.unit,value:i.left.value}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Operator",value:"+"}),m.appendData({type:"WhiteSpace",value:" "}),m.appendData({type:"Dimension",unit:i.right.unit,value:i.right.value}),v.appendData({type:"Dimension",unit:a.unit,value:a.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:i.top.unit,value:i.top.value}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Operator",value:"+"}),v.appendData({type:"WhiteSpace",value:" "}),v.appendData({type:"Dimension",unit:i.bottom.unit,value:i.bottom.value}),h.appendData({type:"Function",name:"calc",children:m}),h.appendData({type:"WhiteSpace",value:" "}),h.appendData({type:"Function",name:"calc",children:v}),d.appendData({type:"Declaration",property:"size",loc:null,value:{type:"Value",children:h}});let S=t.children.createItem({type:"Atrule",prelude:null,name:"page :right",block:{type:"Block",loc:null,children:d}});t.children.append(S)}}getNth(t){let n=t.indexOf("n"),r=t.indexOf("+"),i=t.split("n"),o=t.split("+"),s=null,a=null;return n>-1?(s=i[0],r>-1&&(a=o[1])):a=t,{type:"Nth",loc:null,selector:null,nth:{type:"AnPlusB",loc:null,a:s,b:a}}}addPageAttributes(t,n,r){let i=[n.dataset.page];if(i&&i.length)for(let o of i)o&&(t.name=o,t.element.classList.add("pagedjs_named_page"),t.element.classList.add("pagedjs_"+o+"_page"),n.dataset.splitFrom||t.element.classList.add("pagedjs_"+o+"_first_page"))}getStartElement(t,n){let r=n&&n.node;if(!t&&!n)return;if(!r)return t.children[0];if(r.nodeType===1&&r.parentNode.nodeType===11||r.nodeType===1&&r.dataset.page)return r;let i=au(r),o=i.querySelectorAll("[data-page]");return o.length?o[o.length-1]:i.children[0]}beforePageLayout(t,n,r,i){let o=this.getStartElement(n,r);o&&this.addPageAttributes(t,o,i.pages)}finalizePage(t,n,r,i){for(let o in this.marginalia){let s=this.marginalia[o],a=o.split(" "),l;n.element.matches(a[0])&&s.hasContent&&(l=n.element.querySelector(a[1]),l.classList.add("hasContent"))}["top","bottom"].forEach(o=>{let s=n.element.querySelector(".pagedjs_margin-"+o),a=n.element.querySelector(".pagedjs_margin-"+o+"-center"),l=n.element.querySelector(".pagedjs_margin-"+o+"-left"),u=n.element.querySelector(".pagedjs_margin-"+o+"-right"),c=a.classList.contains("hasContent"),p=l.classList.contains("hasContent"),d=u.classList.contains("hasContent"),f,g,h;if(p&&(g=window.getComputedStyle(l)["max-width"]),d&&(h=window.getComputedStyle(u)["max-width"]),c)if(f=window.getComputedStyle(a)["max-width"],f==="none"||f==="auto")if(!p&&!d)s.style["grid-template-columns"]="0 1fr 0";else if(p)if(d)if(g!=="none"&&g!=="auto")h!=="none"&&h!=="auto"?s.style["grid-template-columns"]=g+" 1fr "+h:s.style["grid-template-columns"]=g+" 1fr "+g;else if(h!=="none"&&h!=="auto")s.style["grid-template-columns"]=h+" 1fr "+h;else{s.style["grid-template-columns"]="auto auto 1fr",l.style["white-space"]="nowrap",a.style["white-space"]="nowrap",u.style["white-space"]="nowrap";let y=l.offsetWidth,m=a.offsetWidth,v=u.offsetWidth,S=y+m+v,C=m*100/S;C>40?s.style["grid-template-columns"]="minmax(16.66%, 1fr) minmax(33%, "+C+"%) minmax(16.66%, 1fr)":s.style["grid-template-columns"]="repeat(3, 1fr)",l.style["white-space"]="normal",a.style["white-space"]="normal",u.style["white-space"]="normal"}else if(g!=="none"&&g!=="auto")s.style["grid-template-columns"]=g+" 1fr "+g;else{s.style["grid-template-columns"]="auto auto 1fr",l.style["white-space"]="nowrap",a.style["white-space"]="nowrap";let y=l.offsetWidth,m=a.offsetWidth,v=y+m,S=m*100/v;s.style["grid-template-columns"]="minmax(16.66%, 1fr) minmax(33%, "+S+"%) minmax(16.66%, 1fr)",l.style["white-space"]="normal",a.style["white-space"]="normal"}else if(h!=="none"&&h!=="auto")s.style["grid-template-columns"]=h+" 1fr "+h;else{s.style["grid-template-columns"]="auto auto 1fr",u.style["white-space"]="nowrap",a.style["white-space"]="nowrap";let y=u.offsetWidth,m=a.offsetWidth,v=y+m,S=m*100/v;s.style["grid-template-columns"]="minmax(16.66%, 1fr) minmax(33%, "+S+"%) minmax(16.66%, 1fr)",u.style["white-space"]="normal",a.style["white-space"]="normal"}else f!=="none"&&f!=="auto"&&(p&&g!=="none"&&g!=="auto"?s.style["grid-template-columns"]=g+" "+f+" 1fr":d&&h!=="none"&&h!=="auto"?s.style["grid-template-columns"]="1fr "+f+" "+h:s.style["grid-template-columns"]="1fr "+f+" 1fr");else if(p)if(!d)s.style["grid-template-columns"]="1fr 0 0";else if(g!=="none"&&g!=="auto")h!=="none"&&h!=="auto"?s.style["grid-template-columns"]=g+" 1fr "+h:s.style["grid-template-columns"]=g+" 0 1fr";else if(h!=="none"&&h!=="auto")s.style["grid-template-columns"]="1fr 0 "+h;else{s.style["grid-template-columns"]="auto 1fr auto",l.style["white-space"]="nowrap",u.style["white-space"]="nowrap";let y=l.offsetWidth,m=u.offsetWidth,v=y+m,S=y*100/v;s.style["grid-template-columns"]="minmax(16.66%, "+S+"%) 0 1fr",l.style["white-space"]="normal",u.style["white-space"]="normal"}else h!=="none"&&h!=="auto"?s.style["grid-template-columns"]="1fr 0 "+h:s.style["grid-template-columns"]="0 0 1fr"}),["left","right"].forEach(o=>{let s=n.element.querySelector(".pagedjs_margin-"+o+"-middle.hasContent"),a=n.element.querySelector(".pagedjs_margin-"+o),l=n.element.querySelector(".pagedjs_margin-"+o+"-top"),u=n.element.querySelector(".pagedjs_margin-"+o+"-bottom"),c=l.classList.contains("hasContent"),p=u.classList.contains("hasContent"),d,f,g;c&&(f=window.getComputedStyle(l)["max-height"]),p&&(g=window.getComputedStyle(u)["max-height"]),s?(d=window.getComputedStyle(s)["max-height"],d==="none"||d==="auto"?!c&&!p?a.style["grid-template-rows"]="0 1fr 0":c?p?f!=="none"&&f!=="auto"?g!=="none"&&g!=="auto"?a.style["grid-template-rows"]=f+" calc(100% - "+f+" - "+g+") "+g:a.style["grid-template-rows"]=f+" calc(100% - "+f+"*2) "+f:g!=="none"&&g!=="auto"&&(a.style["grid-template-rows"]=g+" calc(100% - "+g+"*2) "+g):f!=="none"&&f!=="auto"&&(a.style["grid-template-rows"]=f+" calc(100% - "+f+"*2) "+f):g!=="none"&&g!=="auto"&&(a.style["grid-template-rows"]=g+" calc(100% - "+g+"*2) "+g):c&&f!=="none"&&f!=="auto"?a.style["grid-template-rows"]=f+" "+d+" calc(100% - ("+f+" + "+d+"))":p&&g!=="none"&&g!=="auto"?a.style["grid-template-rows"]="1fr "+d+" "+g:a.style["grid-template-rows"]="calc((100% - "+d+")/2) "+d+" calc((100% - "+d+")/2)"):c?p?f!=="none"&&f!=="auto"?g!=="none"&&g!=="auto"?a.style["grid-template-rows"]=f+" 1fr "+g:a.style["grid-template-rows"]=f+" 0 1fr":g!=="none"&&g!=="auto"?a.style["grid-template-rows"]="1fr 0 "+g:a.style["grid-template-rows"]="1fr 0 1fr":a.style["grid-template-rows"]="1fr 0 0":g!=="none"&&g!=="auto"?a.style["grid-template-rows"]="1fr 0 "+g:a.style["grid-template-rows"]="0 0 1fr"})}selectorsForPage(t){let n,r,i=new O.default.List;return i.insertData({type:"ClassSelector",name:"pagedjs_page"}),t.name&&(i.insertData({type:"ClassSelector",name:"pagedjs_named_page"}),i.insertData({type:"ClassSelector",name:"pagedjs_"+t.name+"_page"})),t.psuedo&&!(t.name&&t.psuedo==="first")&&i.insertData({type:"ClassSelector",name:"pagedjs_"+t.psuedo+"_page"}),t.name&&t.psuedo==="first"&&i.insertData({type:"ClassSelector",name:"pagedjs_"+t.name+"_"+t.psuedo+"_page"}),t.nth&&(n=new O.default.List,r=this.getNth(t.nth),n.insertData(r),i.insertData({type:"PseudoClassSelector",name:"nth-of-type",children:n})),i}selectorsForPageMargin(t,n){let r=this.selectorsForPage(t);return r.insertData({type:"Combinator",name:" "}),r.insertData({type:"ClassSelector",name:"pagedjs_margin-"+n}),r}createDeclaration(t,n,r){let i=new O.default.List;return i.insertData({type:"Identifier",loc:null,name:n}),{type:"Declaration",loc:null,important:r,property:t,value:{type:"Value",loc:null,children:i}}}createVariable(t,n){return{type:"Declaration",loc:null,property:t,value:{type:"Raw",value:n}}}createCalculatedDimension(t,n,r,i="+"){let o=new O.default.List,s=new O.default.List;return n.forEach((a,l)=>{s.appendData({type:"Dimension",unit:a.unit,value:a.value}),s.appendData({type:"WhiteSpace",value:" "}),l+1<n.length&&(s.appendData({type:"Operator",value:i}),s.appendData({type:"WhiteSpace",value:" "}))}),o.insertData({type:"Function",loc:null,name:"calc",children:s}),{type:"Declaration",loc:null,important:r,property:t,value:{type:"Value",loc:null,children:o}}}createDimension(t,n,r){let i=new O.default.List;return i.insertData({type:"Dimension",loc:null,value:n.value,unit:n.unit}),{type:"Declaration",loc:null,important:r,property:t,value:{type:"Value",loc:null,children:i}}}createBlock(t){let n=new O.default.List;return t.forEach(r=>{n.insertData(r)}),{type:"Block",loc:null,children:n}}createRule(t,n){let r=new O.default.List;return r.insertData({type:"Selector",children:t}),Array.isArray(n)&&(n=this.createBlock(n)),{type:"Rule",prelude:{type:"SelectorList",children:r},block:n}}},ZT=ig;var og=ge(Ke(),1);var sg=class extends Q{constructor(t,n,r){super(t,n,r),this.breaks={}}onDeclaration(t,n,r,i){let o=t.property;if(o==="page"){let a=t.value.children.first().name,l=og.default.generate(i.ruleNode.prelude),c={property:o,value:a,selector:l,name:a};l.split(",").forEach(p=>{this.breaks[p]?this.breaks[p].push(c):this.breaks[p]=[c]}),r.remove(n)}if(o==="break-before"||o==="break-after"||o==="page-break-before"||o==="page-break-after"){let a=t.value.children.first().name,l=og.default.generate(i.ruleNode.prelude);o==="page-break-before"?o="break-before":o==="page-break-after"&&(o="break-after");let u={property:o,value:a,selector:l};l.split(",").forEach(c=>{this.breaks[c]?this.breaks[c].push(u):this.breaks[c]=[u]}),r.remove(n)}}afterParsed(t){this.processBreaks(t,this.breaks)}processBreaks(t,n){for(let i in n){let o=t.querySelectorAll(i);for(var r=0;r<o.length;r++)for(let s of n[i])if(s.property==="break-after"){let a=dh(o[r],t);o[r].setAttribute("data-break-after",s.value),a&&a.setAttribute("data-previous-break-after",s.value)}else if(s.property==="break-before"){let a=tx(o[r],t);if(a){if(s.value==="page"&&uu(o[r],a))continue;o[r].setAttribute("data-break-before",s.value),a.setAttribute("data-next-break-before",s.value)}}else if(s.property==="page"){o[r].setAttribute("data-page",s.value);let a=dh(o[r],t);a&&a.setAttribute("data-after-page",s.value)}else o[r].setAttribute("data-"+s.property,s.value)}}mergeBreaks(t,n){for(let r in n)r in t?t[r]=t[r].concat(n[r]):t[r]=n[r];return t}addBreakAttributes(t,n){let r=t.querySelector("[data-break-before]"),i=t.querySelector("[data-break-after]"),o=t.querySelector("[data-previous-break-after]");r&&(r.dataset.splitFrom?(n.splitFrom=r.dataset.splitFrom,t.setAttribute("data-split-from",r.dataset.splitFrom)):r.dataset.breakBefore&&r.dataset.breakBefore!=="avoid"&&(n.breakBefore=r.dataset.breakBefore,t.setAttribute("data-break-before",r.dataset.breakBefore))),i&&i.dataset&&(i.dataset.splitTo?(n.splitTo=i.dataset.splitTo,t.setAttribute("data-split-to",i.dataset.splitTo)):i.dataset.breakAfter&&i.dataset.breakAfter!=="avoid"&&(n.breakAfter=i.dataset.breakAfter,t.setAttribute("data-break-after",i.dataset.breakAfter))),o&&o.dataset&&o.dataset.previousBreakAfter&&o.dataset.previousBreakAfter!=="avoid"&&(n.previousBreakAfter=o.dataset.previousBreakAfter)}afterPageLayout(t,n){this.addBreakAttributes(t,n)}},QT=sg;var KT=ge(Ke(),1),ag=class extends Q{constructor(t,n,r){super(t,n,r)}onAtMedia(t,n,r){let i=this.getMediaName(t),o;i.includes("print")?(o=t.block.children,r.appendList(o),r.remove(n)):!i.includes("all")&&!i.includes("pagedjs-ignore")&&r.remove(n)}getMediaName(t){let n=[];if(!(typeof t.prelude>"u"||t.prelude.type!=="AtrulePrelude"))return KT.default.walk(t.prelude,{visit:"Identifier",enter:(r,i,o)=>{n.push(r.name)}}),n}},JT=ag;var lg=class extends Q{constructor(t,n,r){super(t,n,r)}afterPageLayout(t,n,r,i){let o=Array.from(t.querySelectorAll("[data-split-from]")),s=t.parentNode,a=Array.prototype.indexOf.call(s.children,t),l;if(a===0)return;l=s.children[a-1];let u;o.forEach(c=>{let p=c.dataset.ref;u=l.querySelector("[data-ref='"+p+"']:not([data-split-to])"),u&&(u.dataset.splitTo=p,u.dataset.splitFrom||(u.dataset.splitOriginal=!0))}),u&&this.handleAlignment(u)}handleAlignment(t){let n=window.getComputedStyle(t),r=n["text-align"],i=n["text-align-last"];t.dataset.lastSplitElement="true",r==="justify"&&i==="auto"?t.dataset.alignLastSplitElement="justify":t.dataset.alignLastSplitElement=i}},XT=lg;var hc=ge(Ke(),1),ug=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.counters={},this.resetCountersMap=new Map}onDeclaration(t,n,r,i){let o=t.property;if(o==="counter-increment"){this.handleIncrement(t,i);let s=!1;t.value.children.forEach(a=>{a.type&&a.type!=="WhiteSpace"&&(s=!0)}),s||r.remove(n)}else if(o==="counter-reset"){this.handleReset(t,i);let s=!1;t.value.children.forEach(a=>{a.type&&a.type!=="WhiteSpace"&&(s=!0)}),s||r.remove(n)}}afterParsed(t){this.processCounters(t,this.counters),this.scopeCounters(this.counters)}addCounter(t){return t in this.counters?this.counters[t]:(this.counters[t]={name:t,increments:{},resets:{}},this.counters[t])}handleIncrement(t,n){let r=[],i=t.value.children;return i.forEach((o,s)=>{if(o.type&&o.type==="Identifier"){let a=o.name;if(a==="page"||a.indexOf("target-counter-")===0)return;let l,u,c;s.next&&s.next.data.type==="WhiteSpace"&&(l=s.next),l&&l.next&&l.next.data.type==="Number"&&(u=l.next,c=parseInt(u.data.value));let p=hc.default.generate(n.ruleNode.prelude),d;a in this.counters?d=this.counters[a]:d=this.addCounter(a);let f={selector:p,number:c||1};d.increments[p]=f,r.push(f),i.remove(s),l&&i.remove(l),u&&i.remove(u)}}),r}handleReset(t,n){let r=t.value.children;r.forEach((i,o)=>{if(i.type&&i.type==="Identifier"){let s=i.name,a,l,u;o.next&&o.next.data.type==="WhiteSpace"&&(a=o.next),a&&a.next&&(a.next.data.type==="Number"?(l=a.next,u=parseInt(l.data.value)):a.next.data.type==="Function"&&a.next.data.name==="var"&&(l=a.next,u=a.next.data.children.head.data.name));let c,p,d=n.ruleNode.prelude;n.ruleNode.type==="Atrule"&&n.ruleNode.name==="page"?p=".pagedjs_page":p=hc.default.generate(d||n.ruleNode),s==="footnote"&&this.addFootnoteMarkerCounter(t.value.children),s in this.counters?c=this.counters[s]:c=this.addCounter(s);let f={selector:p,number:u||0};c.resets[p]=f,p!==".pagedjs_page"&&(r.remove(o),a&&r.remove(a),l&&r.remove(l))}})}processCounters(t,n){let r;for(let i in n)r=this.counters[i],this.processCounterIncrements(t,r),this.processCounterResets(t,r),i!=="page"&&this.addCounterValues(t,r)}scopeCounters(t){let n=[];for(let r in t)r!=="page"&&n.push(`${t[r].name} 0`);this.insertRule(`.pagedjs_pages { counter-reset: ${n.join(" ")} page 0 pages var(--pagedjs-page-count) footnote var(--pagedjs-footnotes-count) footnote-marker var(--pagedjs-footnotes-count)}`)}insertRule(t){this.styleSheet.insertRule(t,this.styleSheet.cssRules.length)}processCounterIncrements(t,n){let r;for(let i in n.increments){r=n.increments[i];let o=t.querySelectorAll(r.selector);for(let s=0;s<o.length;s++)o[s].setAttribute("data-counter-"+n.name+"-increment",r.number),o[s].getAttribute("data-counter-increment")?o[s].setAttribute("data-counter-increment",o[s].getAttribute("data-counter-increment")+" "+n.name):o[s].setAttribute("data-counter-increment",n.name)}}processCounterResets(t,n){let r;for(let o in n.resets){r=n.resets[o];let s=t.querySelectorAll(r.selector);for(var i=0;i<s.length;i++){let a=r.number;typeof a=="string"&&a.startsWith("--")&&(a=s[i].style.getPropertyValue(a)||0),s[i].setAttribute("data-counter-"+n.name+"-reset",a),s[i].getAttribute("data-counter-reset")?s[i].setAttribute("data-counter-reset",s[i].getAttribute("data-counter-reset")+" "+n.name):s[i].setAttribute("data-counter-reset",n.name)}}}addCounterValues(t,n){let r=n.name;if(r==="page"||r==="footnote")return;let i=t.querySelectorAll("[data-counter-"+r+"-reset], [data-counter-"+r+"-increment]"),o=0,s,a,l,u,c,p,d;for(let f=0;f<i.length;f++)s=i[f],p=0,d=[],s.hasAttribute("data-counter-"+r+"-reset")&&(l=s.getAttribute("data-counter-"+r+"-reset"),u=parseInt(l),p=u-o,d.push(`${r} ${p}`),o=u),s.hasAttribute("data-counter-"+r+"-increment")&&(a=s.getAttribute("data-counter-"+r+"-increment"),c=parseInt(a),o+=c,s.setAttribute("data-counter-"+r+"-value",o),d.push(`${r} ${c}`)),d.length>0&&this.incrementCounterForElement(s,d)}addFootnoteMarkerCounter(t){let n=[];hc.default.walk(t,{visit:"Identifier",enter:(r,i,o)=>{n.push(r.name)}}),!n.includes("footnote-maker")&&(t.insertData({type:"WhiteSpace",value:" "}),t.insertData({type:"Identifier",name:"footnote-marker"}),t.insertData({type:"WhiteSpace",value:" "}),t.insertData({type:"Number",value:0}))}incrementCounterForElement(t,n){if(!t||!n||n.length===0)return;let r=t.dataset.ref,i=Array.from(this.styleSheet.cssRules).filter(s=>s.selectorText===`[data-ref="${t.dataset.ref}"]:not([data-split-from])`&&s.style[0]==="counter-increment").map(s=>s.style.counterIncrement);i.push(this.mergeIncrements(n,(s,a)=>(parseInt(s)||0)+(parseInt(a)||0)));let o=this.mergeIncrements(i,(s,a)=>a);this.insertRule(`[data-ref="${r}"]:not([data-split-from]) { counter-increment: ${o} }`)}mergeIncrements(t,n){let r={};return t.forEach(i=>{let o=i.split(" ");for(let s=0;s<o.length;s+=2)r[o[s]]=n(r[o[s]],o[s+1])}),Object.entries(r).map(([i,o])=>`${i} ${o}`).join(" ")}afterPageLayout(t,n){let r=[];t.querySelectorAll("[data-counter-page-reset]:not([data-split-from])").forEach(s=>{let a=s.dataset&&s.dataset.ref;if(!(a&&this.resetCountersMap.has(a))){a&&this.resetCountersMap.set(a,"");let l=s.dataset.counterPageReset;r.push(`page ${l}`)}}),t.querySelectorAll("[data-counter-footnote-reset]:not([data-split-from])").forEach(s=>{let a=s.dataset.counterFootnoteReset;r.push(`footnote ${a}`),r.push(`footnote-marker ${a}`)}),r.length&&this.styleSheet.insertRule(`[data-page-number="${t.dataset.pageNumber}"] { counter-increment: none; counter-reset: ${r.join(" ")} }`,this.styleSheet.cssRules.length)}},ek=ug;var cg=class extends Q{constructor(t,n,r){super(t,n,r)}afterParsed(t){let n=t.querySelectorAll("ol");for(var r of n)this.addDataNumbers(r)}afterPageLayout(t,n,r,i){var o=t.getElementsByTagName("ol");for(var s of o)s.firstElementChild&&(s.start=s.firstElementChild.dataset.itemNum)}addDataNumbers(t){let n=1;t.hasAttribute("start")&&(n=parseInt(t.getAttribute("start"),10),isNaN(n)&&(n=1));let r=t.children;for(var i=0;i<r.length;i++)r[i].setAttribute("data-item-num",i+n)}},tk=cg;var nk=ge(Ke(),1),dg=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.fixedElementsSelector=[],this.fixedElements=[]}onDeclaration(t,n,r,i){if(t.property==="position"&&t.value.children.first().name==="fixed"){let o=nk.default.generate(i.ruleNode.prelude);this.fixedElementsSelector.push(o),r.remove(n)}}afterParsed(t){this.fixedElementsSelector.forEach(n=>{t.querySelectorAll(`${n}`).forEach(r=>{r.style.setProperty("position","absolute"),this.fixedElements.push(r),r.remove()})})}afterPageLayout(t,n,r){this.fixedElements.forEach(i=>{let o=i.cloneNode(!0);t.querySelector(".pagedjs_pagebox").insertAdjacentElement("afterbegin",o)})}},rk=dg;var ik=ge(Ke(),1),pg=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.pageCounter={name:"page",increments:{},resets:{}}}onDeclaration(t,n,r,i){t.property==="counter-increment"&&this.handleIncrement(t,i)&&r.remove(n)}afterParsed(t){for(let n in this.pageCounter.increments){let r=this.pageCounter.increments[n];this.insertRule(`${r.selector} { --pagedjs-page-counter-increment: ${r.number} }`)}}handleIncrement(t,n){let r=t.value.children.first(),i=t.value.children.getSize()>1?t.value.children.last().value:1,o=r&&r.name;if(o&&o.indexOf("target-counter-")===0||o!=="page"||n.ruleNode.name==="page"&&n.ruleNode.type==="Atrule")return;let s=ik.default.generate(n.ruleNode.prelude);return this.pageCounter.increments[s]={selector:s,number:i}}insertRule(t){this.styleSheet.insertRule(t,this.styleSheet.cssRules.length)}},ok=pg;var fg=ge(Ke(),1);var hg=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=fg.default.generate(t.prelude);if(i.match(/:(first|last|nth)-of-type/)){let o=fg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="nth-of-type-"+tt();i.split(",").forEach(a=>{this.selectors[a]?this.selectors[a][1]=`${this.selectors[a][1]};${o}`:this.selectors[a]=[s,o]}),r.remove(n)}}afterParsed(t){this.processSelectors(t,this.selectors)}processSelectors(t,n){for(let i in n){let o=t.querySelectorAll(i);for(var r=0;r<o.length;r++){let a=o[r].getAttribute("data-nth-of-type");a&&a!=""?(a=`${a},${n[i][0]}`,o[r].setAttribute("data-nth-of-type",a)):o[r].setAttribute("data-nth-of-type",n[i][0])}let s=`*[data-nth-of-type*='${n[i][0]}'] { ${n[i][1]}; }`;this.styleSheet.insertRule(s,this.styleSheet.cssRules.length)}}},sk=hg;var mg=ge(Ke(),1);var gg=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=mg.default.generate(t.prelude);if(i.match(/\+/)){let o=mg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="following-"+tt();i.split(",").forEach(a=>{this.selectors[a]?this.selectors[a][1]=`${this.selectors[a][1]};${o}`:this.selectors[a]=[s,o]}),r.remove(n)}}afterParsed(t){this.processSelectors(t,this.selectors)}processSelectors(t,n){for(let i in n){let o=t.querySelectorAll(i);for(var r=0;r<o.length;r++){let a=o[r].getAttribute("data-following");a&&a!=""?(a=`${a},${n[i][0]}`,o[r].setAttribute("data-following",a)):o[r].setAttribute("data-following",n[i][0])}let s=`*[data-following*='${n[i][0]}'] { ${n[i][1]}; }`;this.styleSheet.insertRule(s,this.styleSheet.cssRules.length)}}},ak=gg;var to=ge(Ke(),1),yg=class extends Q{constructor(t,n,r){super(t,n,r),this.footnotes={},this.needsLayout=[]}onDeclaration(t,n,r,i){let o=t.property;if(o==="float"){let s=t.value.children&&t.value.children.first();if((s&&s.name)==="footnote"){let l=to.default.generate(i.ruleNode.prelude);this.footnotes[l]={selector:l,policy:"auto",display:"block"},r.remove(n)}}if(o==="footnote-policy"){let s=t.value.children&&t.value.children.first(),a=s&&s.name;if(a){let l=to.default.generate(i.ruleNode.prelude),u=this.footnotes[l];u&&(u.policy=a)}}if(o==="footnote-display"){let s=t.value.children&&t.value.children.first(),a=s&&s.name,l=to.default.generate(i.ruleNode.prelude);if(a&&this.footnotes[l]){let u=this.footnotes[l];u&&(u.display=a)}}}onPseudoSelector(t,n,r,i,o){let s=t.name;if(s==="footnote-marker"){let a=o.ruleNode.prelude,l=new to.default.List;a.children.first().children.each(u=>{u.type!=="PseudoElementSelector"&&l.appendData(u)}),l.appendData({type:"AttributeSelector",name:{type:"Identifier",name:"data-footnote-marker"},flags:null,loc:null,matcher:null,value:null}),l.appendData({type:"PseudoElementSelector",name:"marker",loc:null,children:null}),a.children.first().children=l}if(s==="footnote-call"){let a=o.ruleNode.prelude,l=new to.default.List;a.children.first().children.each(u=>{u.type!=="PseudoElementSelector"&&l.appendData(u)}),l.appendData({type:"AttributeSelector",name:{type:"Identifier",name:"data-footnote-call"},flags:null,loc:null,matcher:null,value:null}),l.appendData({type:"PseudoElementSelector",name:"after",loc:null,children:null}),a.children.first().children=l}}afterParsed(t){this.processFootnotes(t,this.footnotes)}processFootnotes(t,n){for(let i in n){let o=t.querySelectorAll(i),s,a=n[i];for(var r=0;r<o.length;r++)s=o[r],s.setAttribute("data-note","footnote"),s.setAttribute("data-break-before","avoid"),s.setAttribute("data-note-policy",a.policy||"auto"),s.setAttribute("data-note-display",a.display||"block"),this.processFootnoteContainer(s)}}processFootnoteContainer(t){let n=t.parentElement,r=n;for(;n;){if(cu(n)){r.setAttribute("data-has-notes","true");break}r=n,n=n.parentElement,n||r.setAttribute("data-has-notes","true")}}renderNode(t){if(t.nodeType==1){let n;if(!t.dataset)return;t.dataset.note==="footnote"?n=[t]:(t.dataset.hasNotes||t.querySelectorAll("[data-note='footnote']"))&&(n=t.querySelectorAll("[data-note='footnote']")),n&&n.length&&this.findVisibleFootnotes(n,t)}}findVisibleFootnotes(t,n){let r,i,o;r=n.closest(".pagedjs_page_content"),i=r.getBoundingClientRect(),o=i.left+i.width;for(let s=0;s<t.length;++s){let a=t[s];a.getBoundingClientRect().left<o&&this.moveFootnote(a,n.closest(".pagedjs_area"),!0)}}moveFootnote(t,n,r){let i=n.querySelector(".pagedjs_footnote_area"),o=i.querySelector(".pagedjs_footnote_content"),s=o.querySelector(".pagedjs_footnote_inner_content");if(!Be(t))return;let a;if(r&&(a=this.createFootnoteCall(t)),t.removeAttribute("data-break-before"),s.querySelector(`[data-ref="${t.dataset.ref}"]`)){t.remove();return}s.appendChild(t),o.classList.contains("pagedjs_footnote_empty")&&o.classList.remove("pagedjs_footnote_empty"),t.dataset.footnoteMarker=t.dataset.ref,t.id=`note-${t.dataset.ref}`;let u=o.scrollHeight,p=n.querySelector(".pagedjs_page_content").getBoundingClientRect(),d=p.left+p.width,f=a&&a.getBoundingClientRect(),g=i.getBoundingClientRect(),h=this.marginsHeight(o),y=this.paddingHeight(o),m=this.borderHeight(o),v=h+y+m,S=Math.floor(g.top);g.height===0&&(S-=this.marginsHeight(o,!1),S-=this.paddingHeight(o,!1),S-=this.borderHeight(o,!1));let C=t.dataset.notePolicy,w=0,x=0;if(a){let Me=a.previousSibling,De=new Range;Me?De.setStartBefore(Me):De.setStartBefore(a),De.setEndAfter(a);let Ue=De.getBoundingClientRect();if(w=Ue.bottom,!C||C==="auto")x=Math.ceil(Ue.bottom);else if(C==="line")x=Math.ceil(Ue.top);else if(C==="block"){let Fe=a.closest("p").previousElementSibling;Fe?x=Math.ceil(Fe.getBoundingClientRect().bottom):x=Math.ceil(Ue.bottom)}}let W=u+v-g.height,U=w?S-w:0,ae=w?Math.floor(g.top)-x:0,Le=i.querySelector("[data-note='footnote']");if(r&&f.left>d)t.remove();else if(!Le&&r&&v>U){n.style.setProperty("--pagedjs-footnotes-height","0px");let Me=document.createElement("div");Me.appendChild(t),this.needsLayout.push(Me)}else r?w<g.top-W?n.style.setProperty("--pagedjs-footnotes-height",`${u+h+m}px`):(n.style.setProperty("--pagedjs-footnotes-height",`${g.height+ae}px`),s.style.height=g.height+ae-v+"px"):n.style.setProperty("--pagedjs-footnotes-height",`${u+v}px`)}createFootnoteCall(t){let n=t.parentElement,r=document.createElement("a");for(let i of t.classList)r.classList.add(`${i}`);return r.dataset.footnoteCall=t.dataset.ref,r.dataset.ref=t.dataset.ref,r.dataset.dataCounterFootnoteIncrement=1,r.href=`#note-${t.dataset.ref}`,n.insertBefore(r,t),r}afterPageLayout(t,n,r,i){let o=t.querySelector(".pagedjs_area"),s=n.footnotesArea,a=s.querySelector(".pagedjs_footnote_content"),l=s.querySelector(".pagedjs_footnote_inner_content"),u=a.getBoundingClientRect(),{width:c}=u;l.style.columnWidth=Math.round(c)+"px",l.style.columnGap="calc(var(--pagedjs-margin-right) + var(--pagedjs-margin-left))";let d=new Cu(s,void 0,i.settings).findOverflow(l,u);if(d){let{startContainer:f,startOffset:g}=d,h;if(Be(f)){let x=f.childNodes[g];h=Be(x)&&x.hasAttribute("data-footnote-marker")}let y=d.extractContents();if(!h){let x=y.firstElementChild;x.dataset.splitFrom=x.dataset.ref,this.handleAlignment(l.lastElementChild)}this.needsLayout.push(y),a.style.removeProperty("height"),l.style.removeProperty("height");let m=l.getBoundingClientRect(),{height:v}=m,S=this.marginsHeight(a),C=this.paddingHeight(a),w=this.borderHeight(a);if(o.style.setProperty("--pagedjs-footnotes-height",`${v+S+w+C}px`),l.childNodes.length===0&&a.classList.add("pagedjs_footnote_empty"),!r)i.clonePage(n);else{let x,W;r.node&&typeof r.node.dataset<"u"&&typeof r.node.dataset.previousBreakAfter<"u"&&(W=r.node.dataset.previousBreakAfter),r.node&&typeof r.node.dataset<"u"&&typeof r.node.dataset.breakBefore<"u"&&(x=r.node.dataset.breakBefore),(x||W)&&i.clonePage(n)}}l.style.height="auto"}handleAlignment(t){let r=window.getComputedStyle(t)["text-align-last"];t.dataset.lastSplitElement="true",r==="auto"?t.dataset.alignLastSplitElement="justify":t.dataset.alignLastSplitElement=r}beforePageLayout(t){for(;this.needsLayout.length;){let n=this.needsLayout.shift();Array.from(n.childNodes).forEach(r=>{this.moveFootnote(r,t.element.querySelector(".pagedjs_area"),!1)})}}afterOverflowRemoved(t,n){let r=n.closest(".pagedjs_area"),i=r.querySelectorAll(".pagedjs_footnote_area [data-note='footnote']");for(let s=0;s<i.length;s++){let a=i[s];t.querySelector(`[data-footnote-call="${a.dataset.ref}"]`)&&a.remove()}let o=r.querySelector(".pagedjs_footnote_inner_content");o&&o.childNodes.length===0&&o.parentElement.classList.add("pagedjs_footnote_empty")}marginsHeight(t,n=!0){let r=window.getComputedStyle(t),i=parseInt(r.marginTop),o=parseInt(r.marginBottom),s=0;return i&&(s+=i),o&&n&&(s+=o),s}paddingHeight(t,n=!0){let r=window.getComputedStyle(t),i=parseInt(r.paddingTop),o=parseInt(r.paddingBottom),s=0;return i&&(s+=i),o&&n&&(s+=o),s}borderHeight(t,n=!0){let r=window.getComputedStyle(t),i=parseInt(r.borderTop),o=parseInt(r.borderBottom),s=0;return i&&(s+=i),o&&n&&(s+=o),s}},lk=yg;var uk=[JT,ZT,QT,XT,ek,tk,rk,ok,sk,ak,lk];var Ls=ge(Ke(),1),vg=class extends Q{constructor(t,n,r){super(t,n,r),this.runningSelectors={},this.elements={}}onDeclaration(t,n,r,i){if(t.property==="position"){let o=Ls.default.generate(i.ruleNode.prelude),s=t.value.children.first().name;if(s==="running"){let a;Ls.default.walk(t,{visit:"Function",enter:(l,u,c)=>{a=l.children.first().name}}),this.runningSelectors[a]={identifier:s,value:a,selector:o}}}t.property==="content"&&Ls.default.walk(t,{visit:"Function",enter:(o,s,a)=>{if(o.name.indexOf("element")>-1){let l=Ls.default.generate(i.ruleNode.prelude),u=o.name,c=o.children.first().name,p=[c],d="first";l.split(",").forEach(f=>{f=f.replace(/::after|::before/,""),this.elements[f]={func:u,args:p,value:c,style:d||"first",selector:f,fullSelector:l}})}}})}afterParsed(t){for(let n of Object.keys(this.runningSelectors)){let r=this.runningSelectors[n],i=Array.from(t.querySelectorAll(r.selector));if(r.identifier==="running")for(let o of i)o.style.display="none"}}afterPageLayout(t){for(let n of Object.keys(this.runningSelectors)){let r=this.runningSelectors[n],i=t.querySelector(r.selector);i&&(r.identifier==="running"?r.first=i:console.warn(r.value+"needs css replacement"))}this.orderedSelectors||(this.orderedSelectors=this.orderSelectors(this.elements));for(let n of this.orderedSelectors)if(n){let r=this.elements[n],i=t.querySelector(n);if(i){let o=this.runningSelectors[r.args[0]];if(o&&o.first){i.innerHTML="";let s=o.first.cloneNode(!0);s.style.display=null,i.appendChild(s)}}}}pageWeight(t){let n=1,r=t.split(" "),i=r.length&&r[0].split(".");switch(i.shift(),i.length){case 4:/^pagedjs_[\w-]+_first_page$/.test(i[3])?n=7:(i[3]==="pagedjs_left_page"||i[3]==="pagedjs_right_page")&&(n=6);break;case 3:i[1]==="pagedjs_named_page"&&(i[2].indexOf(":nth-of-type")>-1?n=7:n=5);break;case 2:i[1]==="pagedjs_first_page"?n=4:i[1]==="pagedjs_blank_page"?n=3:(i[1]==="pagedjs_left_page"||i[1]==="pagedjs_right_page")&&(n=2);break;default:i[0].indexOf(":nth-of-type")>-1?n=4:n=1}return n}orderSelectors(t){let n=Object.keys(t),r={1:[],2:[],3:[],4:[],5:[],6:[],7:[]},i=[];for(let s of n){let a=this.pageWeight(s);r[a].unshift(s)}for(var o=1;o<=7;o++)i=i.concat(r[o]);return i}beforeTreeParse(t,n){n.text=t.replace(/element[\s]*\(([^|^#)]*)\)/g,"element-ident($1)")}},ck=vg;var bg=ge(Ke(),1);function er(e,t=`"' `){if(e!=null)return e.replace(new RegExp(`^[${t}]+`),"").replace(new RegExp(`[${t}]+$`),"").replace(/["']/g,n=>"\\"+n).replace(/[\n]/g,n=>"\\00000A")}function dk(e){if(e!=null)return e.replace(new RegExp("::footnote-call","g"),"").replace(new RegExp("::footnote-marker","g"),"")}var Sg=class extends Q{constructor(t,n,r){super(t,n,r),this.stringSetSelectors={},this.type,this.pageLastString}onDeclaration(t,n,r,i){if(t.property==="string-set"){let o=bg.default.generate(i.ruleNode.prelude),s=[],a=[],l=[];t.value.children.forEach(u=>{u.type==="Identifier"&&s.push(u.name),u.type==="Function"&&(a.push(u.name),u.children.forEach(c=>{c.type==="Identifier"&&l.push(c.name)}))}),s.forEach((u,c)=>{let p=a[c],d=l[c];this.stringSetSelectors[u]={identifier:u,func:p,value:d,selector:o}})}}onContent(t,n,r,i,o){if(t.name==="string"){let s=t.children&&t.children.first().name;this.type=t.children.last().name,t.name="var",t.children=new bg.default.List,this.type==="first"||this.type==="last"||this.type==="start"||this.type==="first-except"?t.children.append(t.children.createItem({type:"Identifier",loc:null,name:"--pagedjs-string-"+this.type+"-"+s})):t.children.append(t.children.createItem({type:"Identifier",loc:null,name:"--pagedjs-string-first-"+s}))}}afterPageLayout(t){this.pageLastString===void 0&&(this.pageLastString={});for(let n of Object.keys(this.stringSetSelectors)){let r=this.stringSetSelectors[n],i=r.value,o=r.func,s=t.querySelectorAll(r.selector),a=n in this.pageLastString?this.pageLastString[n]:"",l,u,c,p;if(s.length==0)l=a,u=a,c=a,p=a;else{s.forEach(h=>{o==="content"&&(this.pageLastString[n]=s[s.length-1].textContent),o==="attr"&&(this.pageLastString[n]=s[s.length-1].getAttribute(i)||"")}),o==="content"&&(l=s[0].textContent),o==="attr"&&(l=s[0].getAttribute(i)||""),o==="content"&&(u=s[s.length-1].textContent),o==="attr"&&(u=s[s.length-1].getAttribute(i)||"");let d=s[0].getBoundingClientRect().top,g=s[0].closest(".pagedjs_page_content").getBoundingClientRect().top;d==g?c=l:c=a,p=""}t.style.setProperty(`--pagedjs-string-first-${n}`,`"${er(l)}`),t.style.setProperty(`--pagedjs-string-last-${n}`,`"${er(u)}`),t.style.setProperty(`--pagedjs-string-start-${n}`,`"${er(c)}`),t.style.setProperty(`--pagedjs-string-first-except-${n}`,`"${er(p)}`)}}},pk=Sg;var Fs=ge(Ke(),1),Cg=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.counterTargets={}}onContent(t,n,r,i,o){if(t.name==="target-counter"){let s=Fs.default.generate(o.ruleNode.prelude),a=t.children.first(),l=a.name,u=Fs.default.generate(t),c=[];a.children.forEach(h=>{h.type==="Identifier"&&c.push(h.name)});let p,d,f;t.children.forEach(h=>{h.type==="Identifier"&&(p?d||(f=Fs.default.clone(h),d=h.name):p=h.name)});let g="target-counter-"+tt();s.split(",").forEach(h=>{this.counterTargets[h]={func:l,args:c,value:u,counter:p,style:d,selector:h,fullSelector:s,variable:g}}),t.name="counter",t.children=new Fs.default.List,t.children.appendData({type:"Identifier",loc:0,name:g}),f&&(t.children.appendData({type:"Operator",loc:null,value:","}),t.children.appendData(f))}}afterPageLayout(t,n,r,i){Object.keys(this.counterTargets).forEach(o=>{let s=this.counterTargets[o],a=s.selector.split(/::?/g),l=a[0];i.pagesArea.querySelectorAll(l+":not([data-"+s.variable+"])").forEach((c,p)=>{if(s.func!=="attr")return;let d=nu(c,s.args),f=i.pagesArea.querySelector(ru(d));if(f){let g=tt();c.setAttribute("data-"+s.variable,g);let h="";if(a.length>1&&(h+="::"+a[1]),s.counter==="page"){let m=i.pagesArea.querySelectorAll(".pagedjs_page"),v=0;for(let S=0;S<m.length;S++){let C=m[S],w=window.getComputedStyle(C),x=w["counter-reset"].replace("page","").trim(),W=w["counter-increment"].replace("page","").trim();if(x!=="none"&&(v=parseInt(x)),W!=="none"&&(v+=parseInt(W)),C.contains(f))break}this.styleSheet.insertRule(`[data-${s.variable}="${g}"]${h} { counter-reset: ${s.variable} ${v}; }`,this.styleSheet.cssRules.length)}else{let m=f.getAttribute(`data-counter-${s.counter}-value`);m&&this.styleSheet.insertRule(`[data-${s.variable}="${g}"]${h} { counter-reset: ${s.variable} ${s.variable} ${parseInt(m)}; }`,this.styleSheet.cssRules.length)}let y=document.querySelector(`[data-${s.variable}="${g}"]`);y&&(y.style.display="none",y.clientHeight,y.style.removeProperty("display"))}})})}},fk=Cg;var mc=ge(Ke(),1),xg=class extends Q{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.textTargets={},this.beforeContent="",this.afterContent="",this.selector={}}onContent(t,n,r,i,o){if(t.name==="target-text"){this.selector=mc.default.generate(o.ruleNode.prelude);let s=t.children.first(),a=t.children.last(),l=s.name,u=mc.default.generate(t),c=[];s.children.forEach(f=>{f.type==="Identifier"&&c.push(f.name)});let p;a!==s&&(p=a.name);let d="--pagedjs-"+tt();this.selector.split(",").forEach(f=>{this.textTargets[f]={func:l,args:c,value:u,style:p||"content",selector:f,fullSelector:this.selector,variable:d}}),t.name="var",t.children=new mc.default.List,t.children.appendData({type:"Identifier",loc:0,name:d})}}onPseudoSelector(t,n,r,i,o){o.ruleNode.block.children.forEach(s=>{t.name==="before"&&s.property==="content"?s.value.children.forEach(l=>{l.type==="String"&&(this.beforeContent=l.value)}):t.name==="after"&&s.property==="content"&&s.value.children.forEach(a=>{a.type==="String"&&(this.afterContent=a.value)})})}afterParsed(t){Object.keys(this.textTargets).forEach(n=>{let r=this.textTargets[n],i=r.selector.split("::"),o=i[0],s=t.querySelectorAll(o),a;s.forEach((l,u)=>{let c=nu(l,r.args),p=t.querySelector(ru(c));if(p)if(r.style){this.selector=tt(),l.setAttribute("data-target-text",this.selector);let d="";if(i.length>1&&(d+="::"+i[1]),r.style==="before"||r.style==="after"){let f=`${r.style}Content`;a=er(this[f])}else a=er(p.textContent," ");a=r.style==="first-letter"?a.charAt(0):a,this.styleSheet.insertRule(`[data-target-text="${this.selector}"]${d} { ${r.variable}: "${a}" }`)}else console.warn("missed target",c)})})}},hk=xg;var mk=[ck,pk,fk,hk];var wg=class extends Q{constructor(t,n,r){super(t,n,r)}filter(t){hu(t,n=>this.filterEmpty(n),NodeFilter.SHOW_TEXT)}filterEmpty(t){if(t.textContent.length>1&&us(t)){let n=t.parentNode;if(Be(n)&&n.closest("pre"))return NodeFilter.FILTER_REJECT;let i=ou(t),o=su(t);return o===null&&i===null?(t.textContent=" ",NodeFilter.FILTER_REJECT):o===null||i===null?NodeFilter.FILTER_ACCEPT:(t.textContent=" ",NodeFilter.FILTER_REJECT)}else return NodeFilter.FILTER_REJECT}},gk=wg;var Eg=class extends Q{constructor(t,n,r){super(t,n,r)}filter(t){hu(t,null,NodeFilter.SHOW_COMMENT)}},yk=Eg;var Dg=class extends Q{constructor(t,n,r){super(t,n,r)}filter(t){t.querySelectorAll("script").forEach(n=>{n.remove()})}},vk=Dg;var xk=ge(Ke(),1),wk=ge(Ck(),1);var Ig=class extends Q{constructor(t,n,r){super(t,n,r),this.displayRules={}}onDeclaration(t,n,r,i){if(t.property==="display"){let o=xk.default.generate(i.ruleNode.prelude),s=t.value.children.first().name;o.split(",").forEach(a=>{this.displayRules[a]={value:s,selector:a,specificity:(0,wk.calculateSpecificity)(a),important:t.important}})}}filter(t){let{matches:n,selectors:r}=this.sortDisplayedSelectors(t,this.displayRules);for(let o=0;o<n.length;o++){let s=n[o],a=r[o],l=a[a.length-1].value;this.removable(s)&&l==="none"&&(s.dataset.undisplayed="undisplayed")}let i=t.querySelectorAll("[style]");for(let o=0;o<i.length;o++){let s=i[o];this.removable(s)&&(s.dataset.undisplayed="undisplayed")}}sorter(t,n){return t.important&&!n.important?1:n.important&&!t.important?-1:t.specificity-n.specificity}sortDisplayedSelectors(t,n=[]){let r=[],i=[];for(let o in n){let s=n[o],a=s.selector,l=[];try{try{l=t.querySelectorAll(a)}catch{l=t.querySelectorAll(dk(a))}}catch{l=[]}let u=Array.from(l);for(let c of u)if(r.includes(c)){let p=r.indexOf(c);i[p].push(s),i[p]=i[p].sort(this.sorter)}else r.push(c),i.push([s])}return{matches:r,selectors:i}}removable(t){return!(t.style&&t.style.display!==""&&t.style.display!=="none")}},Ek=Ig;var Dk=[gk,yk,vk,Ek];var $A=ge(Gn(),1),GA=ge(HA(),1),Pg=[...uk,...mk,...Dk],vc=class{constructor(t,n,r){let i=[];Pg.forEach(o=>{let s=new o(t,n,r);i.push(s),(0,GA.default)(s,this)})}};(0,$A.default)(vc.prototype);function bc(){for(var e=0;e<arguments.length;e++)Pg.push(arguments[e])}function Lg(e,t,n){return new vc(e,t,n)}var Sc=class{constructor(t){this.settings=t||{},this.polisher=new ng(!1),this.chunker=new Mh(void 0,void 0,this.settings),this.hooks={},this.hooks.beforePreview=new N(this),this.hooks.afterPreview=new N(this),this.size={width:{value:8.5,unit:"in"},height:{value:11,unit:"in"},format:void 0,orientation:void 0},this.chunker.on("page",n=>{this.emit("page",n)}),this.chunker.on("rendering",()=>{this.emit("rendering",this.chunker)})}initializeHandlers(){let t=Lg(this.chunker,this.polisher,this);return t.on("size",n=>{this.size=n,this.emit("size",n)}),t.on("atpages",n=>{this.atpages=n,this.emit("atpages",n)}),t}registerHandlers(){return bc.apply(bc,arguments)}getParams(t){let n,r=new URL(window.location),i=new URLSearchParams(r.search);for(var o of i.entries())o[0]===t&&(n=o[1]);return n}wrapContent(){let t=document.querySelector("body"),n;return n=t.querySelector(":scope > template[data-ref='pagedjs-content']"),n||(n=document.createElement("template"),n.dataset.ref="pagedjs-content",n.innerHTML=t.innerHTML,t.innerHTML="",t.appendChild(n)),n.content}removeStyles(t=document){let n=Array.from(t.querySelectorAll("link[rel='stylesheet']:not([data-pagedjs-ignore], [media~='screen'])")),r=Array.from(t.querySelectorAll("style:not([data-pagedjs-inserted-styles], [data-pagedjs-ignore], [media~='screen'])"));return[...n,...r].sort(function(o,s){let a=o.compareDocumentPosition(s);return a===Node.DOCUMENT_POSITION_PRECEDING?1:a===Node.DOCUMENT_POSITION_FOLLOWING?-1:0}).map(o=>{if(o.nodeName==="STYLE"){let s={};return s[window.location.href]=o.textContent,o.remove(),s}if(o.nodeName==="LINK")return o.remove(),o.href;console.warn(`Unable to process: ${o}, ignoring.`)})}preview(t,n,r){return de(this,null,function*(){yield this.hooks.beforePreview.trigger(t,r),t||(t=this.wrapContent()),n||(n=this.removeStyles()),this.polisher.setup(),this.handlers=this.initializeHandlers(),yield this.polisher.add(...n);let i=performance.now(),o=yield this.chunker.flow(t,r),s=performance.now();return o.performance=s-i,o.size=this.size,this.emit("rendered",o),yield this.hooks.afterPreview.trigger(o.pages),o})}};(0,YA.default)(Sc.prototype);var Fg=Sc;var Cc=class e{topic;project;description;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-title-section"]],inputs:{topic:"topic",project:"project",description:"description"},standalone:!0,features:[fe],decls:8,vars:3,consts:[[1,"title"],[1,"topic-and-project"],[1,"topic"],[1,"project"],[1,"description"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"div",1)(2,"h1",2),B(3),D(),I(4,"h2",3),B(5),D()(),I(6,"p",4),B(7),D()()),n&2&&(T(3),be(r.topic),T(2),be(r.project),T(2),be(r.description))},styles:[".title[_ngcontent-%COMP%]{display:flex;gap:10px;padding:0;margin:0;background-color:#ff8d60;border:1mm solid orangered;border-radius:1rem;padding:1rem;box-shadow:5px 5px 10px 2px #00000026}.title[_ngcontent-%COMP%] .topic-and-project[_ngcontent-%COMP%]{flex-basis:50%;text-align:center}.title[_ngcontent-%COMP%] .topic-and-project[_ngcontent-%COMP%] .topic[_ngcontent-%COMP%]{font-size:16pt;margin-top:1rem;margin-bottom:0}.title[_ngcontent-%COMP%] .topic-and-project[_ngcontent-%COMP%] .project[_ngcontent-%COMP%]{font-size:12pt;margin-top:0}.title[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{font-size:12pt;padding:0;margin:0}"]})};function h$(e,t){if(e&1&&(I(0,"p"),B(1),D()),e&2){let n=t.$index,r=se();T(),be(r.getReadySectionData[n])}}function m$(e,t){if(e&1&&ne(0,"img",2),e&2){let n=se();oe("src",n.imageSlot.base64,Et)}}var xc=class e{getReadySectionData;imageSlot;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-get-ready-section"]],inputs:{getReadySectionData:"getReadySectionData",imageSlot:"imageSlot"},standalone:!0,features:[fe],decls:5,vars:1,consts:[[1,"get-ready"],[1,"get-ready-steps"],[1,"get-ready-image",3,"src"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"div",1),at(2,h$,2,1,"p",null,st),D(),je(4,m$,1,1,"img",2),D()),n&2&&(T(2),lt(r.getReadySectionData),T(2),we(r.imageSlot&&r.imageSlot.base64?4:-1))},styles:[".get-ready[_ngcontent-%COMP%]{display:flex;align-items:flex-start}.get-ready[_ngcontent-%COMP%] .get-ready-steps[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:.5rem}.get-ready[_ngcontent-%COMP%] .get-ready-image[_ngcontent-%COMP%]{margin-left:auto;max-height:30mm;max-width:70mm;width:auto;height:auto;object-fit:contain;filter:drop-shadow(2px 2px 2px)}"]})};function g$(e,t){if(e&1&&(I(0,"div",4)(1,"pre"),ne(2,"code",5),D()()),e&2){let n=se().$implicit,r=se();T(2),oe("code",n.hintCode)("language",r.programmingLanguage)}}function y$(e,t){if(e&1&&(I(0,"div",1),ne(1,"img",2),I(2,"div",3)(3,"h4"),B(4),D(),I(5,"p"),B(6),D(),je(7,g$,3,2,"div",4),D()()),e&2){let n=t.$implicit,r=t.$index;T(),oe("src",r===0?"bronze.png":r===1?"silver.png":r===2?"gold.png":"fourth-challenge.png",Et)("alt",r===0?"Bronze medal":r===1?"Silver medal":r===2?"Gold medal":"Platnium medal"),T(3),be(n.name),T(2),be(n.task),T(),we(n.hintCode?7:-1)}}var wc=class e{challenges;programmingLanguage;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-challenge-section"]],inputs:{challenges:"challenges",programmingLanguage:"programmingLanguage"},standalone:!0,features:[fe],decls:5,vars:0,consts:[[1,"challenge-section"],[1,"challenge-item"],[1,"challenge-medal",3,"src","alt"],[1,"challenge-content"],[1,"code-block"],["prismHighlight","",3,"code","language"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"h3"),B(2,"Challenge!"),D(),at(3,y$,8,5,"div",1,st),D()),n&2&&(T(3),lt(r.challenges))},dependencies:[Mi],styles:[".challenge-section[_ngcontent-%COMP%]{break-inside:avoid;display:flex;flex-direction:column;gap:.75rem}.challenge-item[_ngcontent-%COMP%]{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:8px;background-color:#f8f9fa}.challenge-medal[_ngcontent-%COMP%]{width:40px;height:40px;flex-shrink:0;object-fit:contain}.challenge-content[_ngcontent-%COMP%]{flex:1;min-width:0}.challenge-content[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#333}.challenge-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:.85rem;line-height:1.4;white-space:pre-wrap;color:#555}.challenge-content[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%]{margin-top:5mm;margin-bottom:5mm;padding:1mm 1cm;max-width:100%;width:fit-content;border-radius:1rem;background-color:var(--codeblock-background-color);overflow-wrap:anywhere}.challenge-content[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%] pre[_ngcontent-%COMP%]{margin:0;white-space:pre-wrap;word-break:break-word}"]})};var Ec=class e{newProject;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-new-project-section"]],inputs:{newProject:"newProject"},standalone:!0,features:[fe],decls:10,vars:2,consts:[[1,"new-project-section"],[1,"new-project-card"],["src","new-project.png","alt","New Project Star",1,"new-project-star"],[1,"new-project-content"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"h3"),B(2,"New Project"),D(),I(3,"div",1),ne(4,"img",2),I(5,"div",3)(6,"h4"),B(7),D(),I(8,"p"),B(9),D()()()()),n&2&&(T(7),be(r.newProject.name),T(2),be(r.newProject.task))},styles:[".new-project-section[_ngcontent-%COMP%]{break-inside:avoid}.new-project-card[_ngcontent-%COMP%]{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 1rem;border-radius:12px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff,#ddd6fe);border:2px solid #a855f7;box-shadow:0 2px 8px #a855f726}.new-project-star[_ngcontent-%COMP%]{width:50px;height:50px;flex-shrink:0;object-fit:contain}.new-project-content[_ngcontent-%COMP%]{flex:1;min-width:0}.new-project-content[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#6b21a8}.new-project-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:.875rem;line-height:1.5;color:#581c87}"]})};function v$(e,t){if(e&1&&(I(0,"div",1)(1,"div",3)(2,"a",4),B(3,"Click me, to go to quiz"),D()()()),e&2){let n=se();T(2),oe("href",n.testYourselfData,Et)}}function b$(e,t){if(e&1&&(I(0,"p",2),B(1),D()),e&2){let n=se();T(),be(n.testYourselfData)}}var Dc=class e{testYourselfData;get isUrl(){if(!this.testYourselfData)return!1;try{return new URL(this.testYourselfData),!0}catch{return!1}}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-test-yourself"]],inputs:{testYourselfData:"testYourselfData"},standalone:!0,features:[fe],decls:5,vars:1,consts:[[1,"test-yourself-section"],[1,"button-container"],[1,"test-yourself-text"],[1,"test-yourself-button"],["target","_blank","rel","noopener",3,"href"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"h3"),B(2,"Test Yourself"),D(),je(3,v$,4,1,"div",1)(4,b$,2,1,"p",2),D()),n&2&&(T(3),we(r.isUrl?3:4))},styles:[".test-yourself-section[_ngcontent-%COMP%]{break-inside:avoid}.button-container[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}.test-yourself-button[_ngcontent-%COMP%]{display:flex;background-color:#dc5a2b;border-radius:1rem;padding:15px 32px;max-width:50%;cursor:pointer;justify-content:center;align-items:center}.test-yourself-button[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#fff}.test-yourself-text[_ngcontent-%COMP%]{margin:.5rem 0 0;font-size:.95rem;line-height:1.4;white-space:pre-wrap;color:#333}"]})};var _c=class e{tryItOutData;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-try-it-out"]],inputs:{tryItOutData:"tryItOutData"},standalone:!0,features:[fe],decls:12,vars:0,consts:[[1,"try-it-out-section"],[1,"info-buttons-container"],[1,"info-button","save-code"],["src","save.png","width","30px"],[1,"info-button","run-code"],["src","play.png","width","30px"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"h3"),B(2,"Try It Out!"),D(),I(3,"div",1)(4,"div",2),ne(5,"img",3),I(6,"span"),B(7,"Save your code"),D()(),I(8,"div",4),ne(9,"img",5),I(10,"span"),B(11,"Run your code"),D()()()())},styles:[".info-buttons-container[_ngcontent-%COMP%]{display:flex;gap:2rem;justify-content:center}.info-button[_ngcontent-%COMP%]{margin:1rem;display:flex;gap:1rem;align-items:center;max-width:fit-content;padding:.3rem 1rem;border-radius:1rem}.info-button.run-code[_ngcontent-%COMP%]{background-color:#3dc285;border:1mm solid #30885f}.info-button.save-code[_ngcontent-%COMP%]{background-color:#407093;border:1mm solid #2d4658}"]})};function S$(e,t){if(e&1&&(I(0,"div",1)(1,"div",2)(2,"span",3),B(3),D(),I(4,"a",4),B(5,"Open code"),D()(),I(6,"p",5),B(7),D()()),e&2){let n=t.$implicit,r=t.$index;T(3),yi("Bug ",r+1,""),T(),oe("href",n.linkToCode,Et),T(3),be(n.issue)}}var Ic=class e{debugSteps;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-debug-section"]],inputs:{debugSteps:"debugSteps"},standalone:!0,features:[fe],decls:5,vars:0,consts:[[1,"debug-section"],[1,"debug-item"],[1,"debug-meta"],[1,"debug-label"],["target","_blank","rel","noopener",3,"href"],[1,"debug-issue"]],template:function(n,r){n&1&&(I(0,"section",0)(1,"h3"),B(2,"Debug"),D(),at(3,S$,8,3,"div",1,st),D()),n&2&&(T(3),lt(r.debugSteps))},styles:[".debug-section[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.75rem}.debug-item[_ngcontent-%COMP%]{padding:.75rem 1rem;border-radius:10px;background-color:#f8f9fa}.debug-meta[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.85rem;color:#444}.debug-label[_ngcontent-%COMP%]{font-weight:600}.debug-meta[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#dd5a2b;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(221,90,43,.6)}.debug-issue[_ngcontent-%COMP%]{margin:.5rem 0 0;font-size:.9rem;line-height:1.4;white-space:pre-wrap;color:#333}"]})};var C$=["sourceContent"],x$=["previewContainer"];function w$(e,t){if(e&1&&(I(0,"section",6)(1,"p"),B(2),D()()),e&2){let n=se(2);T(2),be(n.data.projectExplainer)}}function E$(e,t){if(e&1&&ne(0,"img",11),e&2){let n=t.$implicit;oe("src",n.base64,Et)}}function D$(e,t){if(e&1&&(I(0,"div",7),at(1,E$,1,1,"img",11,st),D()),e&2){let n=se(2);T(),lt(n.data.prefaceImageSlots)}}function _$(e,t){if(e&1&&ne(0,"app-debug-section",10),e&2){let n=se(2);oe("debugSteps",n.data.debugSection)}}function I$(e,t){if(e&1&&ne(0,"app-challenge-section",14),e&2){let n=se(3);oe("challenges",n.data.challengeSection)("programmingLanguage",n.data.programmingLanguage)}}function T$(e,t){if(e&1&&ne(0,"app-new-project-section",15),e&2){let n=se(3);oe("newProject",n.data.newProject)}}function k$(e,t){if(e&1&&ne(0,"app-test-yourself",16),e&2){let n=se(3);oe("testYourselfData",n.data.testYourself)}}function A$(e,t){if(e&1&&(I(0,"h3"),B(1,"Fun Fact!"),D(),I(2,"section")(3,"p"),B(4),D()()),e&2){let n=se(3);T(4),be(n.data.funFact)}}function M$(e,t){if(e&1&&(I(0,"h3"),B(1,"Add Your Code"),D(),ne(2,"app-add-your-code",12)(3,"app-try-it-out",13),je(4,I$,1,2,"app-challenge-section",14)(5,T$,1,1,"app-new-project-section",15)(6,k$,1,1,"app-test-yourself",16)(7,A$,5,1)),e&2){let n=se(2);T(2),oe("data",n.data.addYourCodeSection)("programmingLanguage",n.data.programmingLanguage),T(),oe("tryItOutData",n.data.tryItOutSection),T(),we(n.data.challengeSection?4:-1),T(),we(n.data.newProject?5:-1),T(),we(n.data.testYourself?6:-1),T(),we(n.data.funFact?7:-1)}}function O$(e,t){if(e&1&&(I(0,"div",2,1)(2,"header"),ne(3,"img",4),D(),I(4,"main"),ne(5,"app-title-section",5),je(6,w$,3,1,"section",6)(7,D$,3,0,"div",7),I(8,"h3",8),B(9,"Get Ready"),D(),ne(10,"app-get-ready-section",9),je(11,_$,1,1,"app-debug-section",10)(12,M$,8,7),D()()),e&2){let n=se();T(5),oe("topic",n.data.topic)("project",n.data.project)("description",n.data.description),T(),we(n.data.lessonType!=="debugging lesson"&&n.data.projectExplainer.trim()?6:-1),T(),we(n.data.prefaceImageSlots&&n.data.prefaceImageSlots.length>1?7:-1),T(3),oe("getReadySectionData",n.data.getReadySection)("imageSlot",(n.data.prefaceImageSlots==null?null:n.data.prefaceImageSlots.length)==1?n.data.prefaceImageSlots[0]:null),T(),we(n.data.lessonType==="debugging lesson"?11:12)}}var io=class e{data=null;sourceContent;previewContainer;viewReady=!1;ngAfterViewInit(){this.viewReady=!0,this.data&&this.render()}ngOnChanges(t){t.data&&this.data&&this.viewReady&&setTimeout(()=>this.render(),100)}render(){return de(this,null,function*(){if(!this.sourceContent||!this.previewContainer)return;let t=window.RENDER_TOKEN;this.previewContainer.nativeElement.innerHTML="",yield new Fg().preview(this.sourceContent.nativeElement.innerHTML,[{type:"text/css",content:`
838
838
  @page { size: A4; margin: 10mm; }
839
839
  body { font-family: 'Poppins'; }
840
- `}],this.previewContainer.nativeElement),t!==void 0&&(window.RENDER_DONE_TOKEN=t)})}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-lesson-preview"]],viewQuery:function(n,r){if(n&1&&(nf(CG,5),nf(xG,5)),n&2){let i;bl(i=Sl())&&(r.sourceContent=i.first),bl(i=Sl())&&(r.previewContainer=i.first)}},inputs:{data:"data"},standalone:!0,features:[tn,fe],decls:3,vars:1,consts:[["previewContainer",""],["sourceContent",""],[2,"display","none"],[1,"pdf-preview"],["src","digimaker-logo.png","width","200px"],[3,"topic","project","description"],[1,"oneliner"],[1,"preface-images"],[1,"get-ready-header"],[3,"getReadySectionData","imageSlot"],[3,"debugSteps"],[1,"preface-image",3,"src"],[3,"data","programmingLanguage"],[3,"tryItOutData"],[3,"challenges","programmingLanguage"],[3,"newProject"],[3,"testYourselfData"]],template:function(n,r){n&1&&(je(0,OG,13,8,"div",2),ne(1,"div",3,0)),n&2&&we(r.data?0:-1)},dependencies:[eu,Cc,xc,wc,Ec,Dc,Tc,Ac],styles:[`:host{display:flex;flex-direction:column;flex:1;min-height:0}.pdf-preview{background-color:#171717;flex:1;min-height:0;width:100%;overflow-y:auto;padding:40px 0}::ng-deep .pagedjs_pages{display:flex;flex-direction:column;align-items:center}::ng-deep .pagedjs_page{background-color:#fff;margin-bottom:30px;box-shadow:0 5px 15px #00000080}::ng-deep .pagedjs_sheet{background-color:#fff}.oneliner{text-align:center;margin-bottom:.25rem;font-weight:700}.preface-images{display:flex;flex-wrap:wrap;justify-content:center;gap:5mm}.preface-images .preface-image{max-height:30mm;max-width:70mm;width:auto;height:auto;object-fit:contain}h3{margin-bottom:.25rem}
841
- `],encapsulation:2})};var Kk={lessonType:"text-based (programming) lesson",topic:"Variables",project:"Colour Mixer",description:`Variables are like labelled boxes that have a label (name of the variable) so that we know what is stored inside (value of the variable). Variables store a value & the value can change.
842
-
843
- Example: a computer game has a variable \u2013 score, to track number of points won in a game`,projectExplainer:"Mix Red, Green and Blue color proportions to create your own unique color!",getReadySection:["Get project : Click on \u201CLoad Starter Code\u201D and then click save \u2013 no starter code"],addYourCodeSection:[{steps:["Randomly generate numbers between 0 - 255 and store in three variables"],codeBlock:`r = Math.GetRandomNumber(255)
844
- g = Math.GetRandomNumber(255)
845
- b = Math.GetRandomNumber(255)
846
- GraphicsWindow.Title = "Colour Mixer"
847
- GraphicsWindow.FontSize = 25
848
- GraphicsWindow.BackgroundColor = GraphicsWindow.GetColorFromRGB(r,g,b)
849
- GraphicsWindow.DrawText(0, 0, "Red: " + r)
850
- GraphicsWindow.DrawText(0, 50, "Green: " + g)
851
- GraphicsWindow.DrawText(0, 100, "Blue: " + b)`}],tryItOutSection:["Click on Save . Click on Run . What color did you make?"],challengeSection:[{name:"Text colour",task:"Change text colour to white and change font size to 40",hintCode:null},{name:"White background",task:"Change background colour to white and show the text in rgb colour instead",hintCode:null},{name:"Text Position",task:"Show text on middle of the screen",hintCode:null},{name:"Player Name",task:"Ask for player name using variable \u201Cplayer\u201D and show the name at position 100, 300",hintCode:`TextWindow.Write("Enter player name:")
852
- player = TextWindow.Read()`}],newProject:{name:"Double fun",task:"Ask player to enter their favorite number \u201CmyNumber\u201D. Multiply myNumber by 2. Write message (\u201CNow your pocket money is\u201D + myNumber)"},funFact:null,testYourself:null,programmingLanguage:"small-basic",prefaceImageSlots:[{id:"preface_img_1",base64:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATQAAACkCAIAAACW8kU/AAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAL8FJREFUeF7tXQeYG8XZHvXerhf77HM5N9yxMd2Og8FACL2EGkJICBDyExwChIQ0+An5EyA4hEBCCQSCSSAEYmyKAQM2Nrh3nzmfr1f1spJW+797e5wlnU5aSSud7jzz7KNnJc1888078+43Mzszn4xhGEIDRYAiUHgIyAtPJaoRRYAiwCNAyUnbAUWgQBGg5CzQiqFqUQQoOWkboAgUKAKUnAVaMVQtioAsF7O1HMuE/G1hfyfL9LJBRyTkjoR9XKiXCztlrJdTGGRKi0xVJFfq5SqTQm1VaIqUujKVrlKm0NAqoQhQBAQEpCEnBzo69gVdBxnXvnDvZtbXoFIplIqIShZUyHyKiFseccplRCbrh53jSASX3MLKTSynD3HqMCsPhViFYYLStkBjnqI2T9ZYp8pkClpPFIFjFoGsyBnyNvt7tga6PmS6N2hUrE7eq2EPa1REpcwQz1CYMCHCKCb5uRLcaIpP0JaeqiueqzKMyVAiTUYRGLEIZELOcKDL1/Gx78jznO+gXuk2yFp0mqNWUSooYF39DPGSsb6QQaafrK+5Sl9+slJbKpV8KociUOAIpEdOf882T8ubTPt/Taoeo6xBp85T6fxB4uFq3aFiTcXZxupzdMVz8pQxzYYiMHwIiCWnr3ODu+E54t1lUTSYVV3DpbArVOpka4nhOFPtNfqyE4dLDZovRSAPCKQmZ6B3h2v/72S+XVb5boMmkgedUmbhZeSOyAxOf5x5yu3aolkp49MIFIGRiEAycrKM3VH/l1DLC0WKPUZdwZXO4ye97DRV1ZXWyTcoNLaC048qRBHIDoEhyelpe9+x50GL4lCxujG7LHKbuidY42QnWqf/2Fi5OLc5UekUgfwikICceGnZu//JcPsrpWS9Nl9TPtmUOhAkXdxJysrLiqZ8m74azQZJmragEIgnZ9DT2Lvrfl1wc6lyd0EpmlKZrvBxftWcopk/VRvHpYxMI1AECh+BGHJikNn6/jmlyl1m3Yjcge1iLF3MREPt9TnBXaHW2+Zoi2fnRDgVShEYhEAMOVv2/st4+IpSywjGiWWJNzcPlrB6qo+M1VZfap54TRKAurq6lEqlzSbZBBUVmH1zHKEYxuxKkStG/FpWlMCsz8lVpNxXFnkb66Kwjj9JcwEztVpt9u1pQAIVmD2YIxTDGMvpaX2X3X72iLac2VdkcgnNrrHGec/ryxblOiMqnyJA93Om1wZkmA6m71TTw4zGzhABSs4MgaPJKAK5RoCSM9cIU/kUgQwRoOTMEDiajCKQawQoOXONMJVPEcgQAUrODIGjySgCuUZg+Mn5mqPq4Y7J7SHtp96if9qr9wdMuS4zlU8RGBEIDD85DzOG9b6yh9n5L2jnrTdPfZrMur9nZj1jHIDPyapW2cf4IiN+gcSIaBBUycJBYPgXIcBsHpAVN5XVRINSF+4q93SXRDwuounSWlmF8sLwnoWG3mEHrsVdY170hsYyZdg1oQqMegQytZzlV5NTXWTKUzkC6ICydL112qtFC94tmrVDX8PJZJzInGa/Qxbs5hU7sZnYvhKfCL9DbSgvJgiiaKAIDBMCmZIzz+qKpeaXau2/gWwYQ+zv5VlNmh1FQEIEUpFzwATV/oKc3MXbHFy4Kb2IV8J8IlnMkdMYgn8R8Il7/CJYJyHmCYdi4kiouyAKGiJHXNFWLlptQaU4QwqrKKgdp/OAQPyrrZVcWSqQIiAegVTkdHxA5BpiXUzUVSTYSaynE/1kXnqwvT+P92XEX09KLuKpWHUTaXqQ4BfXJlLzYz4C0gYa+F+EOJkGGRnCdCLTsktJ21/I9qVEaYnvZhvnkorriXM9r0DYSWru7s+/7BKin0p2Lie+g/E6DwjEv1CeBorA8CGQipzBFhJheGaioQcOEXVZP0udH/M6uzb0EbWN/wRpFWYy7l7eTNmWEu1YYjmZ/z1w+GicoctpJYHpwfYZTOsYzpkg1lDdWmQK9fAEQQ8W/Vj0ZqODqoQnmOsT/rfNM8j2r/I3ChOxnUna/8onGaxz5bf4OIJA377hqxeaM0UgpfNcoY3qp5FIgNjXEe1EYl3Sz8nB6LEusvca3kzhWm8mAoFFhFaPYkrbwaWB/eeG9k3vOjTd2VhE/APpVIQNBcJaGStCkogorJvY1/AWVZguitMZFp4GikBhIJDKcgqmzziTyLWk+fc8RdF7DLYmUB5dRJipimv5vzCiwxjPMF1kGcsV/p9U7l1m7jjF2H1rWf3dxi1n9O6Y6zw0w9s0zdm4oGvfNep9s/WJLKqQKTrbYBpyRL7RIdTN21XzSfxvGJEODEo7V/X3cgfrHOo7L1sQiK4vDRSB4UNABDnRx0MI2/s/wU/H+wkU7vgbaX6YWE7lu7XmheSLu4h3T2blsihCVxU1/sLy+U2q7T83fXZX6e7ZekdiUUKmGCjOfpePcOT+mGierbwaUAYqoZt95H+P/tv9T/53dGvjdEb8zpcJOrczV/PEpoEiMHwIFMQihL0B0xPjtgwfCGnkTBchpAEWjZodAiIsZ3YZ0NQUAYpAZggMPzn18nClKpCZ9jQVRWAUIzD85LyxtOG+qgxHp6O4YmjRKALDT05aBxQBikBCBCg5acOgCBQoApScBVoxVC2KQAw5nc5EL/opSOkggJP/7fa+d8ISBSoweyBHKIajzR1D9hWZpYQRevJ/NqWmRc4GPSFtQgxjFiE46v8W3H3DmNLs8xq1Epqc1ab5L+jLThy1JaQFKxgEYiynyjyJwxZNGoZGgNNNUOoqKEIUgTwgEOs8l4t0712p6HxW0b1TZ4jJPeAixWMIkWWlUoghwRG73CAcJh7ZdHnpmZZJ38kKhYwSR/wOuc6iLJ6QUWqaaEQiMMizddsO19oVip5DJOSLLlCYDbNKVlvtKcvseACOtOxRsp1qeVimktRDXv5QlyllcrVcoctfjlE5RSJhUlynKJ9hWh67uH9YtKGZ5gWBGHJyjNf9+g+MR/6rVasH5x5m2W5/QD7WWZb+47ttt0XrM1tlrCw725sXTAo3k96QWnbSDw2LbixcFalm0iEQM+YM9dQru3ckZCY/oaRQlOp1keaizi/Sy79lh03r0tvklJnp4TY4tlURCB1cy7GhbAXR9CMBgRhyRrzdMkdDErUVcnmpTp0WP8FMoz1iU1OLKUFzgHfQiKNJplBJIIuKKHgE0l4hJPAzeMjQdTiFc/VwkLRv5ZlpMcZOLhU8KFRBikAhIBAz5gwcfJd75QoxXML40xHkAmG/zKKIhBKc7sP6ggpOZVEozQZ9XDmDoZDL42cjEp0JJCmKKqXSajbKpR4ZB4LBYIhl5ZqwXCNXxhzqxwb9ShJWsn6VSqlVq2AbkxSI47gOWXnRrZ9KWmgqrEARyJCcQmlYNhLhEh+MFwqHtRr14FYeYIIOt6fIYlYpC9H3SZ963ooSW3KSiK9Mr5/x6qqVFbM0085WVswgbFiut0YnD7vaFDpruPMgs/+/wcaN+kCbUTskRSk5xSM/CmJmRc4Myt/e3VtWZJXL0+5OZ5BXZkl8AYYJhmzmo56UMpODx5ML/YrpFxpPvllpGytGCOvt9Wx8Mvj5M2a2R6NOMLCk5BQD46iJk2+SwNAWMjNRr2AFeJVlBQdD4V5lpe5rj1jP/V+RzESOCkORZemdpsuesWvGBhg6JZtlJYz45Pkm54gHTEQB0Nt3KEotF/5RP225iOjxUbTjTii68nmHqhIMzyA5TTJqEKDklL4qXZxe/9V7tbV95+VmFNTl0ywXPOJW2DJKTRONEgQoOSWuyACmZasXGedelqVc3aTF8qnn+QK0c5slkCM4OSWnxJXnVxVJtbzOsPB6n65KYv2ouJGDgBTknH4x+d5OcvKKkVPq9DVF6VBGlDRpwJslhuh0k05PEgtzwQ/+7q+XX/uj23/8W6fTkySmunwqZ6zKfnYq/dLSFAWBgBTktNUSRYKF8gVRvj4lsErCHSQOuGLqu3DjYkggrdkWQ7mYMoJI6jFzkxd83YebSoqtLz37mxnTJmzYtC15ZHXtyaFwIa7WKJzKHcWaiCDnJf8gP2zhr+98Tmr6vPoN/HLdOv6X4y4naiP/KfybWYBRunV/f0bLfsvLwKeQL3IRwkC+uBG+QiWkwg0s2w8O85HxdZB98xprdd9613pPi63vwo3xls3MuDPEagqBU77Gl3HhzQnUiJKCRRmKpFsuYTa37zxQXVWGRMfPOw73+CWJGsrSKZj7FasnjTe6EEhFTrTL0ulk48Nk1aV8wadewHOmaBL/FZfGzP+y6yUS9PCfR8T6/EuA4YxLiLuV/F812fkiqV1CTr2L5wPuhVyQKa6KOWT1bfyFG4HAIMy795Ddq8jsa8jmlXzy9m39FIrKQxbyyg3F0ZnKjWVcwCG2Kve8Qvb/hy/jppWJ1fhSEBYJyLTWlGIrK3hyInR09gYCycgp0xg5uTKlQBphVCKQipxol75usugHZPmjZPX3ydo7iGUsMVaQS17mL9xUzZcGl9bPiLWWN30IT8wn2FvMBknzRp7w+CrkC/ZCH1y4wVcEEMbTRtCvVpt4JZG85hRiqooznqZQp+uZr0e8fe79ECJh54tXG7o2Z6J5QjW+FIRFf5xfyqP3uKBXBihoOCYRSEVOgPLMkn6zyROyrz/Zc4C3UcKFfyUJHz9EHh7Pm8qZV/Bd05Jp6UkNunmLKqj0hyk8gaOCXEbM/sZ+fvYxU9/6oUpE0dPTAUt85HK293DKVG3tnUKc8rIirTbZcD3cuU+hyIGiKVWkEQoAgVQVj24txnXGSt58gZMIzibexGGMhxEm/hLomn2AHFywkOhCw2b6uvgJmDGLjuaCfAWTiAs3+DoQ7A18ZHSMEYSB6KDRL/hp8jc6n1zW+6cl+pYsmJlEDUKwqSXYui0JGBqNevbMupZWnpyfbdmFe/ySJH6wcUNh7hDIvsKphJQIpCInTFDDOrL8Eb7HiLHfp4/y/Gn5lO9DwpAyLrLqMgJuIGQ5IQTJGMoiF0iuX0PevpNseYrnIXJBEPLFeBKa4MINvg4EKInI1SfwyTEcXf9AwtGvQkZsbGeR/wtVBvthvB1EoeFHs0nUIFg2LNNwfn99n7vhIcKS0xZ29zjwKgWfuE/GzI59MnczCJ+yFmmEUYlAvneltHX1VpYWFTKUmHHtcbiwdSYzJbFCyDNmacnVL2aWPDqV/fU7NDuf02uPbk+hu1KyR3UESYh1x+Cg7hiyrTtsmFa0bvJszba3769/P7L/zWhmZqvZl+lHqG+CbIo/QoscQ06FIoMOXzagjc60ZpnP984vAw2Zv1gKtu91vnqbie3NBUDUe0L2qOYHwxhyGk3Z7jDOvtijQALmV61sl+u123z71mRQnEDjp70vfdMaalWrcjLatNlsOp2Up+9SgRnUclyShBimmhDKPttYCTgiJxIp6CUvOAYh+zkY8MoWbPa/fZ/j7fvD9iMiUWS9Pc71K91vrLD5v8AhLyJT0WijFYF8Twgdc2cIhYhXXa4cu1Az9SzemcJQZwj1NjKH3g8eeFsf6jYqccBv4mO+6ITQaOVhwnLlm5xQ4hg9fU9dzBJlOBSQy2MG9myIUWoNSrlM5e+gp+8dU9xLWdhhIGdKnWiEoRCglvOYahv5HnMeU+DSwlIEskEghpxchOUs47MRR9PmFAFYToV1LPWVklOQC0d4DDk14xYFrXV+P1M4+lFNohFwhLXKycuor5RjpFUM8s/ZtMnz1r2Rrn0kFOPmFv4hNSqlRa/O+OWbx+f3BiNKvZXx0HVIabcujotgbbNMa1FVzRKb2Farrp6nm/E1sfFpvAJDIJ6c7o9WKvf+Q+04qFTGnDiOwzIQXP6QUaOwmNJ2TIQltZzKYNUSvCSAK8ECA2F0qoMa85omKqadbzjt9tFZwtFeqhhyhlq3M+/cV+TcNlSp4arA7gsXGVS6dF6R210ehpVZ9Sr6Yj3/zalLP9V40ZMK65j8Z01zzBKBWOe53fVc44dJJOq1Gpte2eMJ+pOefBMtoY+ZpNikpczMsqoyTO48wg4cAZGhCJpseBCIIadcZ1Wmcv4FfsJyOvxcIJB63qiz19HHTB3dMTw81UswjpDLRRxrNFzq0XyTIJDhIgSvL2D3sxqNRhmJmTcayMnPMAqtJRJmLDqVPulJHMmrBytdh/IyOLz1qlGpsLU6dzrg0D149By8DhmA8LvSFAo878T4KewOG/XXvK4srs2dqlRyjhDIkJzQBlNETDCI5pNQMzjhMWi1Oq1aTANKKAHzGV29Tvj8KkyvZHAUqNNoMpgbS16ReJPpiygD2gpWaVRVzpTbxhFVzPQb0/SZumgs230w1LFXK2d1vpaEzgIHcqHkzBFz8iA2c3LmWjl48iy2wsduTrZNSaI8Ou1WkzHjd0uDdYDbP7ehVjXjfP1x56srUhxxhqUI2JDt3fS0qnObKWLH2WIJC0XJKUldD4uQgl6+V8jMRG0Z9Tr03qWqNk8g7C5daL7kSetX70rJTGSKpQj6KWeUXv135el395Ii6i9QqoooHDmFTM4cjugkqQC+x85JIonAO32gZmnxNS9qxK8x+DJn4/FXGS9Y6ZAXhanjBmlqo1CkFDI5CwWjXOuBOR6veXLRxSvlGlNmecFfoHH5Ay5Wk1lymqowEaDkHP568RCD+bzfyXVZucrVzzxfNv1Crz/x5PnwF5JqkD4ClJzpYyZpChwNIZuwVDv+xOylGk/9vk9L/XlmD2ShSEifnPAglMiTV6EUaHj1EE7BF5wsiQsBuUE3/+qh4sKB509/tbLxSJsQ4a23P8Jp1LjgnmxwElVxraJqLjrJ4nKmsQodgfTJWeglyla/CMf78wz2XbjB15wGRmnWjkt87js4ecc9/9fW3i0ogK+ffLr9iUd/etcdN4ClCX0HaqZ/DWrTMDoQEEHOAdeX0T5I4KIv2mMnXGgKvjQFowrTAT/QuAbHEX4XbEu0n0/xcA7oA4ecgjvtOE+egvlC1kIE4Ss0FL4m9eRp58yeSRcHT/hhqO/Cjaf2PGe6Ey3wvCagAcWiXWJDh1jXMlhoIdMXyVQJDqqEzXxn3YYVt11nMuoFbPbuP2TQ6+D4aHxNldfnb+/oGYyZsrQurKTnm4pvTAUdMxU5Bd+4cI4C713wjHLC9/nSwCsmHKjAqxdu4J8TbDzwJh8BvjThkw/eh/g4JrL9uaNx0EzhfQhJ8CP+EhgV7edTfFdw8tn9+kAr3AuebaM9eX7lV7yq0Ac+VObdQMZ96QQeXszg1iWpJ0/llHPM5z9iOP32gct80eOkakF6dQinMoACKkExuYrAAxqcFEJPfQmBp8OowEU4hT7GcejAnxaL8VvXXhjn5ggusYVfPB6/w+kerJVCb4sgRxpGBQKp3DHAvxgceAlNivcFeBl/AwbCcyYcY+IGARz45Le8aRI8dgqBZXgmDMSBMRG8azZ9Qvx9j/yM/Xy2wonYKbwZhFZQCe0+2pPnvld5h0uIgwAl8ZegkrfP614qT55kz6rgwXeja9a/5QVV80fp1XVvPe9JScg9EuIdolUdz2cNlqL40QEvSrGLWrqAg2awPCG5vBHqmyAbkEZokaVwxyB0FNH6YS487WmAmJmfT/j5glUUPJ2hv2ru86IrPiT15GlShv3/vH6An2BmeM2P9FmaIjxE8CTCAwUsjXX+LZfJI97+IaWYEsAxmTDUNBp1VkuCl6KQJueSucpG2vy4EhBTnKHiUA0FZFK5Y4Dpw+MfD34E2EZcCQNaPHy/jz2J6BJ30nhTJnjXHIiTsZ9P6IA+MGw4+o0I0DDakyc63ujTCv620cHGX9HPCxGePC0qnp/+Lc/7Pn4MzDRlcPA6uusYDgi5I0f4BQ64iG1iXJ8WCvKOcRkX6xPlE2XalIkYasJN/eEjrRh8VpQngDrYtksVdCUnBvWekM2DQ0ibHwxTjTnxpIe7Szi9xPQG2LVpZYKCoasGAsNtJkanni8dwsfFg7lDtxZxMOQDkxEG+/kUiRl0wFgO+oDqu17i1Yvz5PneT/ierRABfzVGecsU58kT/OTW3in76IFMmIlSoEt/4Qu8i+79/+n3sd25i/8xrk/bV15N2BVo2CCm6ONqKk86YfZ3vv+Lx5548fKLlyf0usvsfRP7ycRIo3EKH4G870pBHxiTNOAM7EnS0N5tryjJatFMrtHHcRDBYEjUrjFYe77b3zdijw1MKOSu+krJNS9lry3TvNXzyg3FbMzIgu5KyR7Y4ZKQynJKpdfA2w4MFOGXOhUzpcp2+OUIL3LQ6UC3P1HApm1Fx1bvrv9kr6pn/R/0PrFOk7LPjkrINQJ5t5yiCzSqLGfSUmM3SY+ywnbVi+ryFHs4k4hxffhoZMPvrcr42SBqOUW3uIKLmC/LWXAFLyCFcG6ThWmxv3htsGNfZmq5Nz4V+uRhi0KyzaWZqUFTSYtA4ZITB3ZIW1TJpeGAn4wPYYlTBkcTWnwN9ucuTrd/y3q77f+9J7zulzaFXyplJAeKCswMgcIlJ86exjG5mZUqP6lcHp9Bp5UqL/CzONIdfPO27ieWebe9DEe6ySXDzDpX/6TrsdNU2/5qU4cL86QlqcA5NuUU7pgT9YFDeiS0TtJWcCTCYZ4WB4VKKxbSMH8bCLJBXQWntcqN5TKVPnrNT7CnUakzsc5WVdCuYT04Qm2o04MExeiYU/IKypvAgiangEJh9m/z0IfkD8bkDzeMWY4XCodxtBJWL8iH8H4d13QoOfPGJckzKtxu7UBRQYMCDJLXxGCBICB4iPNpoy/YanwVycw8KEmzyB0CMeREZyksl2wQlTulqeQ0EJCRiN+RRnwatWAQiPXPOXZBpGRGwehGFckWgWA4zFnGiTloM9ucaPocIBDvAtC7+Vn352u7WoiGi3ncuhjrpOIDZYY0tlAM1rbJOcYZMOegFFRkAgRYQ2VYZVZMWKyZ9BUKUCEjgMnFyvE6ozX+/PR4ch74zL33/cPdzSavO2Zdq0zmUcsPH2d8ekltzHZHkWXu9JS813pdd+gkl69cHetfQKQEGo0iMFoR0Fsi5kpm/pmGibNitgHGkNNjD699pqe7vlwtT7xRyuH9YoH1Z0tq30sLJjdjfOPID9r9Vxiou6u0gKORjxkEQuGAra7z3G+Xao1HNxXFkHPfZtf6v7OqcHkSTHzBL2Yb0uAnmPlK/b0O9lzxzHSrW92aZpeuya/udmmadRHLMVNHBV3QkMxnCFbqmVKTf4yZGWsIJWsnBV2SwlTO3Lr4G7rxM476rYoh56EdnjcfYc360uTKR8jWKarfibGfYOaqQ/c5w8vFMNOv7G22fdxUss5v7GSLHfw7BIUiFAypNFmeRFCYVTHytGLDrFwhj4QjnE8pt5v13sqxPaeNcZykZjM8qH7kQZBLjSO69jO+pR07pf88N2SVCTmRzBfYNMn2wSklf7Xqhtx33+ysXtt2Z6d3UZGpOnmhwnKmwbb2QNWrijK/sogFLXMJApXdj4AiEmGH8E2WEKO4+HhuhnvlXJdxasulE3qXpTy7iOKewuZJRU5k4+HP6TpSZGi3uxNwKRhWaLRlMlKjw6EESUOPbv/2cU+GyrtUlQxdIJrTFqwLBavsvRN6u6vdTgPDGPx+VpVOryQS8Wk0Lq2u0WI7Yis6Usz3sGBOQ+1qbWf1nIbvWpnxOdV/dAuXzHJKBVOzacPumudIXadGJ/0iVamUHAVyTAH/rJamRU2Hi5XychmHEQPGDBmUC0spw2wEr09bibxLJl9fM3FPVXVIoQx4A8FG7cKDKyq8czMQS5MAgcIiZ5P54x1TH9eOR+Vm0lDE1yie7rgYP6PWZnBcl/h8chgTgz2cSSfLyNH91LaWMw/umSznbJrMHY0PLhvLRtpD4X1K7duTpx0pLkEv139EtmDPnZWevtPVch/YSIhlQ0zYp1bGn8otl2G+QoXP3GshWQ4FRM4Ow47Ppj6knRjMHTPZEBv2h5UhpVaurTRWcixXakwx1yUZ0pIK8oV9bZ62Lm+XTC1j1azWkMYSy5MP7V/a1jRJJc/MVKYsRzAU2sHK1tTW7a4ey49C91lPqP9RUWByyoQZRwizwSDrluu8GkPEUqIOhoK2kphuVyhEvHa2t4ORhXUcY0w5sMpYE2kTFgo5/cqeD6fcI5/ak7uZWK/Tq2W0F067cMn4JWXGMmlxHBZpHOF2tu38175/7bTvlBlkYnoBpx/ce1ZH87gc9xewwGVvkH19/KSdY8YxPka1f/xp+3+tjKTxBBGPpz/UqzDZTzjHWjffZClO0Q9qqfdte9956LOwLFikKfilL4PJqbj33nsHoLF3BA9+yuWhGHsq/u6ZtFdtzkmvI8JG3L3uE0tOfGDpA3Mr5xrUR18ciW8EBRhTRmTlpvLFtYvrLHVbGrZ4I16VOtl0ztwjDctbGyfkmJkACnuGShQyQ09vu07vtloCCgfr40o9M6XFEFPLjLxjxmLugluraqYatPrUjcdcpKqbZxozVXXkULfXyakUCXzSSKtkNtI4lWfiPKWl5GidxrljcGQjXWTaXm19e9kmTUlOvMrzMxbO8K0zb7371LtHDS3jgJ1bNfehZQ9NVEz0e/xDYV7psJ/VcHCSJk8vpbCFbZaSO3v/bgMT0JYqGsrWetT9bgtFtork0eC0gtW2n3KZ5qtXlmt0qWkZLa16kv7Ku8eMmeP1h+ySKJMjIXj6xEmWwh1Dmso2lL/FjU1xBkeaIo9Gd9vdX6/9+pl1Z2YsYUQkREd9xSkriIeEmMTeOBc3HJys5LfB5q042Hp6XCQ4r6mRz7Xa+UX5agmzZkj33GWaeUuKMpOp0SvOvaHSUuNiQt7MJOQhFXpGychpNOV8qUdA6egwb9WacvLiBPOxtZraq+cM6Ys2DxDnLYtyY/lNx9/kdyUwnmPsPVPcThxKlDdlhIzMOt0JLY3GQAD122rZGJGFJVEAjCqpZU76Wkk20sDPM64ulRtFeb7IJqOM08oGLQjJ90kIvdqDCqs0dTYYBQ2j+eacb2aMzohLuGzisjpTHR5JcZpP6WwfKx+Gswthp6vlpKa3Gy9+ZPpwr+6gJJAqjM6Tz5fg7P/qiXoM6gKhFL5kJNFZEiH5JmeXdXukKAE6M6wzHlv02N2z7h5cqhun3Ii/ECF5gcOhsJZo51XNi4sGJ9AP/u6vA36g4ZT29h//NqHbdkkAzUAIdIOGmal09uSzMUEanamM46Z1teffbAo62JRy5I4brsjj1DTGoVE1lVz5ILnxCXLO/4jFCS9OdNbQuGnJPAKjii+/9ke4ULOo3ySiZ55qUeiTRRCrVjrxhFKfdk06afri5pucTv3hhHOMux27b9l4y/077h9cgj/v/zP+QoTkhQsFQlNLpw6Oc9YZp8Dn7LoPNwl/vfLa2mVLF82eWZc2VDlLAJdEd95+fWYqLRqzSM3GdF9tXg+WTudztBkNjFqlqnI55Rwn10ec+i/iyVlHFEqy7mny5u/FohkM+yfPO7oWfHCyxiNtn3y6/YlHf/rSs7+ZMW3Cn/7y8sCDeHBkGE+i8ke4+KkXsdrkN17qhe94yFX3tXmvg4e1dR+55D5iq+R/CQXIRy+SOWcRn5OH+/jzyPTTyYZV5ODGIQuxdvrNqtm9g5sODONNU29q9bWCnzCViysWQ0SLr2XF5hX4Oss2a3Xz6uVjlvtZf7WeX0b/fvv7IG10Nnh9cuusW9HTG5w3nqaos+9+61J4g379zXU3Xn8x4jy88vmt2/eZTIaf/OhGuNPDV9ADTIYFw5P4phsuffypl8HqjZt3IgI8fCEJ5Pz8gT+1tvF+eO+64wbER8v41W/+7HZ7586e+oObrwLNkPaZ519HhOuuOg/S8BUCOzp78UQ4ceEcIbmQqSATAY0JuSMyXG4K0gYi/OXZfx0/77jkvL3utev8Jv/AWo6anq7r9u+cqh5iShMulYr7HkxwjgrXw/ArteBmolDxjhJXf593HwqvNvCPNhABXyf1za75unkfc0t/zbszZ0Nk88qhHN5sDrBPHX+iQ6lWbZl8Wv2vBqpj8iJyyhVEpe1vSHOX97erln1840Ezs1YQtZZ0Ho6hri/cdc6tmslzRB2gIdSdUBFDNcEXH2zuPVCiUsa8hh1o0vY2suo+MqBqJEy2rSGfvc637TlnErnyKAtgCaeezGciJMHX8bP5r1pjPFMCfab68HbSdqAfAXzd9zH58LkYHQe/50xhOaFl8Riy5U3yRt+jbtJCXu+Gz8mfv8P/EgyQyjrS8QXR9+24LJ9I/O5kzORkbEjhS/5Qv2T8JYtKF73a+Oqvt/9ap9AN7uh+44Nv7LLvAl3jOro6uW6sKbEjXbhwR/t+74NPwczzzlmCmnv+pTdAPDxrb/nOFY/88QWna8hJvCcf+9kAizZs2oZnM1KBmWgELpfnpVdWX/T1pfhFMM5oHGvf3YinOC7cCD1VMPNnd313yWkL8YC49srzhEyRcPAD/p11GwRp+MQ90sLzfEqLWmGo6DtBsz+ow2HDUN6yQUV9CVl9G3/hZvmjvNdGuCGGM2I4NYVrU0SAe8WND/N+kLFj4ZJ/8ELVJrL9OQLHiqfexTs1RGR4UkRC+GhKFNSEgw5YachoHNH/45G9812ClrrpVb4hlY3nn/W4cCN0+cBMPOvjjKpCxeqNYl8IfbZlF+BKwkzkYrQo4iwniKcz9SuDmyXfJAsvIIf6GvmBT8mUk8msM/jPtnr+l6Cf4LGCJBPn9/NCrevvpUP/PR/wcnCDAqJQRhv/FT/iF4S6E4nHzgsBM8fOIOjuJg8pyAlAwbd55/AaIxtwHb989h/eeJ77P8Rg5YXjeQD9QFpQFETNMtg0NqxW2+PYg34sDCm+Rgu0M/yrqm4m7aOMwI0D9Y2TJ9WAaWAFXETDIkHU+JoqeIl2Ovtchg4K1VUxS4vgvhaGFGMbRERHFP4i4M0WPwosgulra+8Ee/EswIUbfMVf5WVFWq0aTm/B0gd++xSS47P+i6b2jvj3SVAJVvfbt/wcMiEwYyRlQ00GDXhSXXgz+eNM0vgh794XjrcRYEXhodBQToIe3o8oTGhvPTH0FR+eReEC2FjJ20wYVTg+xSe8JMMPcqIgI6nnokzFfDNFW8KFG3xFwLMevbO4kFrWlwnwuMQtaiFd3FoPYG8N38LRB3zuh6R5L88lWEWMjfGpM5KKSXxvvOMQLxhGEo8PvZXXFgnRkXS09xsnCHF28kXAX3y9T+gvI6L5+4wnJFhKebEIL9zJp00eUo85oY1gNsFG9D3wzLhhJd+PxY8ClMAXj5MJ83mKgqhJgozjn4M5OiTaH/E3uZuGyh1PUxi3dKstLj6IDUMKswl2Ye7B5U7vpRmeAg/+8n9gGHFFG+SBXPDUF8zmnff+PnoSK7na7d726K12QaUSXlMSJwHlnpjPm024JATHYP3SCnCRDKMKy4nr4fFDdWtDRAYduAinYbIFHNpF0NfypJ7eR/8fkcU80TwONm5BPEgCqsD2wNDxhDyF5yp6izBxuJ66mTRsTQumISOjewxpMJvg/Dcf4e1ZVuREekw0wUJCe/SthYAHw4ENpKqOf6gIoWELKanhKZpktCnE1IZt2CCSRCfYRr1SP906Hb3WKn2VYCrFBGzR3taxTUxMgajoAiEyXLh7PP6y0iL80tLKGzrh94QBz2ZcoBA4BqZBDty/793PP1HROHBVVpTt3vsFhqa4cIOvA3JgPBFZ6Kyiu5twXhES8Bee/eC/mIIgjifocYVc0ZsHPBptkD3ay42Rg17rDZ8QTxv59/X8IDPs512SVx3Px8FYlPfw28GbR5hEdFmLJvEOfwcCUiHy5LP5HzAQvXU/7zg8UcBB9V6NFrVs9FcNVQp3D88EtC5cuMHXIQOrbq1P4TJHGJmLtJk9bQw2rERnB3tz+a95S7Pmcf4zxPDkrO2b9UfXFCzCDAt+wagNAX1GXD4Hb11BAXRNMVSGrRoc0IsUyjjAFNg2XOh+gvkQmDKk7tY27eYtPp4oMIxbV/OmXOgDoBfucfR3SPAjgpg+rcU3HnsXkqi16vCqjV0bLxh3wT2z78H0T8L524TJVVrVvq5UHYUvU151+bno2aKHCRfut33vSvRCUbtvv7dR6LIOFdA3BnkQB5btoq+fUVZqwyQTxpb4BVS8+Pxl4C0mfuAZHlfcnDCYjMiIFp1pXEaQ8OwLrwsRBMfyAl2TqLSxeWNQEeOT024wemR4n5KoPwifxc4mcsnL/IVB5r+uJusfIBVzeCsKW4r5HkTAqBIOjoUI0a64YXURWTC5oCV8k2PkOShgk0q7yQLvaxGf3OKbMJTmaKCY+EErwoWbuKmR6FTYDnZouy8JAsAHFSeMF3Al73G0HPKRsC7OcsKgubv5jiEuGJi3/sCPigUrWncCP07GV1wYG+MX/L7tLX6KCINSDPeEJAknn1Eo9NhRQMySCh1d0AdMhhAkxPxQSkuWerY2Jb8RQcw8rSCn1bh559zHNGPj+SnM1u6w74ibgxWT+9E4DnLHgjsGv+pMT8iIin37mtsbuca4repn7Nt1eXerLgdOllJi0+UL/HnidGwfY+q183etKPFl7g54IK+QuvXc75mTv+pMqZgQ4a1n2g58aNCqRM39ipQpVbS0Z2vFZAzTjydBT3PqJwGkYacf64iffBOYid7sXsdeMTkOFYfRME9vezobCSMr7dpDaw+4Dww+RGJveeVhLvVsguSFhbVu5OSNxaXYGIRDwIr80uzqjHgtH78mdnSTpFAwm/WfhwuTmQnVlqAKYb4xbhb5Wlkbtpa75gbcMaMIYQXC9R9dv75jfTYtBs20gWn427a/ZSNkpKTt8HQ8/tnjOnOCbVDNtuI9JmuAiXdBn+ui9TDMhrHjPFot6rfKuUjOiX0Fklwx7GHsbtB88p+0p+ijxTI+9u2/dXHeDJfO5xq6XJEzXb1rO86SNfXNnecgmGymfzf8e82BNTmQXUAiOz2dD330EDGSoXarfzJ+4i4OC3XEv4nItnTwTbhLrt5RXYNMuRbLhI7l2UqMSq8hJVvXMlvXZbhsHcx846k25xFzHvYqS1hqCSxnutoUBSZVdC5kunPSbrDCQWlR/mHnH+5ff783mN6rjnQLMlzxt7ZuXbF2xSH2kM445O7hNqvt3ZqJB4N5WqcW4bhtrAyHCWGeNtDF1nYuMwb71z9JgpJMJlcEKja+xnzwSgfjT69QOA9h1cPNLTsMOpUEq+clKY5IIcNzEoLFP65R/TFn8+TiACGsTdHoNQ2Ohjd3vxnhImX6stGx61o4pgRd2VfqXwkZQlp9inNAOixWLsCUOB3WHJ+fJhxTsnr85P2V1ViFr24YN6/xFqn6tAPtGPyUh03dzcGtH7UTGWewKFMehgBafvJ69+drvN7WYo2iECeBolk6+CQEaWZrRT4JoqPRA77Eg5blAV9faWuerJKNpgO+QpxbbfHqrRGzTe1xBa3FMduD0ZeHde1pZyIBXchFD/gS39CiYtKjMcXDlvXRmHsnyyO5OBpzr0r7ziR6NKb4mhwyZqGcvjegID1UWoJaFSFCwkOlcVwt03eodKdM8VHNBHqotAj4RUUpOHJCa+qOQVTVSREJ7hiq7b212btjsNqOWKk7BimqJEpGIZIT6lFHRhLXc17EUUdG0sJcoOQUCkldAEpb2ZJLoy4AJYc0WmAKch7c6l73bEjNVuRUiZTCqfPclBANSwTqPDe3sJtbT/+GtnbG0dOSYl6luHpCa57ucTZUKuXpeIbLrcpUOkVg9CMQCjO2uvZzbyzTGoZwOw8M9n/u3rfB09Ok9nTHLIyMRMJatVGLEysyDZAQCHo4gkXR6a3wyDRDmo4iMDIQ4F/YVjDzzzRMnBXDrxjL2dXVBT9zioixszEgU8bspre3hzqbwoe3chquAt7o0i20j3EqLT11x+uVWrayNnOXFU6HA77dJDz8mgpMtyoHx6cYZokhTo1QmXzmIrXNFrPAMIacdrtdq9XqdEOS550X2g9tVqjDlVhLJV4hnG6oLOo4+ULjlPnZLqFKqaF4rYSYVGC6iA2OTzHMEYYx5BSTx/YP7OtfChsUYvkJZkZ0red8t3hsXbLTR8VkTeNQBI4pBNIwgAIus0+3nXq50ulrh+OnlEjxzNRTZqbEiUagCCRAIG3LKcj46LXOAzh0z26NOytpIAecos9xrMraO+er+gXLRtIOV9pMKAIFgkCG5IT2h/d4D231MT5+B8DgwrgdwYmzjVMWGEqqcuJQrEDgo2pQBHKHQObkzJ1OVDJFgCIABNIec1LUKAIUgfwgQMmZH5xpLhSBtBGg5EwbMpqAIpAfBCg584MzzYUikDYC/w9cTrlhWsgpIQAAAABJRU5ErkJggg=="},{id:"preface_img_2",base64:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAABMCAIAAABI/FMQAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsMB2mqY3AAAIeJJREFUeF7tXQdAFUcTfoUqagAFW1Saig0xqCT57SDGnmj8k2hMBEQFYy+/vSXG2GJBQCygidEUjYnGhiAoJhFFEZUqVUUEhAcixQfvvX/Llb1X4KFYEvZywWNvdnbvu5vZmdndQRwcHCyiB0WAItDgERDfe1QsFkMYwA8xusL/w//Yf2ABvgcv8G+IjLnk/2VZMeRsFYYdR47a4pjhtnAJ0yRfscG/IQoAReDlICBhRBpLPnMw11jg4U9GNAkSYe9wBSzLnJZgFYz6g3DNvJwnpK1QBCgC+iAgYQ0AbljWLvCctBM6gx3dGaEXKhMNZYHGfHpQBCgCrykCErJf5PBPyK0Wk0Ew5pP3CXYct3p99Iy9gbZi/9136pUpZUYRoAgAHwH5AFwwgAseqFL27u8x5kI67zfgKyaMwDsV5Gj/YuSfeE2yrIQyURvL9ub01VEEKAL1igC0CwhvnzDjVfdSiqVO5vY6Rv167YX+zCwGb12YeX/iUCv9q1BKigBFQA8EBD6CGr3Ecu4UZz14UBKKAEXgn4+A+EFRCTb9CUcBzfApwkMv2XoOdCCmCRkXQW2ukbEs+ClBhhsqF0wWyq6vfOfs4WyR1bQh/s5xH/s+AiTddkzcZhTmPr0AXu/89LivHbZNMvcFufnAQnRYLkn91CFwr/e2clEbh11xEzv8HojuWi6JeTv7o1OHskS4nLAX7oUODFl7QWTt22+h8bWFoCLgHzDphJ8hLhe59j7zo2SZbcw1yHzm1A6iwsjDowan5sLmTMef9dro0Rw1LTs/F7WLD9hK/wfjtXMQZZ35EDJkDtDc/s4xiCdgOLzz10dhu7C59w19EAe2abYG/Zci8AoRALogVwbOxw/RmQfO4lJw5heXFpQ8Aeejx/gsKyyFZxE8y2VPmLO4rAKcJWUVj8sr4VlRWQrPp08q4VlWKQdn+VN4VjytqpBXVeaHzdxoI1o9cntqtbz6zq6d8HpHmqL6UfjsjTaufyQplEplYcScjTZtDp7JV6lURfDa9WQyuFSpHp0/9I5oR3Aq+qXwylKb1QxZ5ulxog0LzxagG/yRvifAhi0n66Lr1YDtWUCAGkKUDGd4zbR+N2QAJEOtw+s+vn/n8T0RcEA8mT5o6SfDHDHE16j/IwPS1fpMf6UIvBoEUOyQXDdELDyCGopcc4A1FreQgL1Z99hh1+0TfptuC4bcrMRy6+lD9viCa3hY97S0AP9kXQncphofMpQb5K3fQuX4cLUf0AFdPC5MqSJsgTZt3HrikZw7YKCxW8CHeIRvZmvRWlSRlgmNkZJ0mcJ3aMzl4R5T/GD0QXp137qCbgEjgHUADjt3O5ecouxiUcbeE2vTHHadGN6JZWndzdoaXatzsLp3fE2qwrf/AsaaABYEGeBkTA9R0cO0bGAjfIIbAgZIZ4emwj7T3ygCrwgBuL5A7SBDiekR/23+bTd4bunaPCQ049pyy81dLTd3sdjcxXzziihRxPxNnd9AZ9ONnRdcS92927HJBsfGGzo1/sbRLSw1LewDs286NlqPzuB9YE5Clh55XOXICMCT7Bvl1l2wdIFrVf/3HcB1RnjGNdeu3oxQPcmOUw1A5aBy/PH7ClYvQLI3LWxQEJG85p+mKC3iN5VQ2EwdbIFeuHfhYAEn1YC+MD4tMsty1BA7XLcwU/YANQdUifVo+544TonEmOWmzkGUlXDygqX33Ld5TcFWhMyrWL0A9FcW7gPWZZr66xV9B7RZigAxj4CUAvLvWVjEInu3nx/NSwBn4fyEQi9Pe5d1sgWJ+Cxe+NVAsfu3C5NKFiU9XpT8eFHS5l4dp05NKf1fypPF4Ew+79HRYeix8iWp4KwAP6d5OwABKErJNnGwaYZkLS8923LEEGQUZCedvGCKymXZiWX8e4EyxgoP0BeEXoCCyugFNP5/5siN3kx1UvAYFYNsCoFUs03xwzjUOLnQ+gDNsWECLLqcGGtwYNUH5ibQFMCCyGV1FiRj7Rrt+ot+kRSBV4VAjWuQmU0Kta9BxgpEuLhAOBfJ/FaYVZzbx64/UApiUeHN9KhqC7xSIDM843obCxvoCVi072Imui/LApHBoqvLBsVc46RUl17QMv5DnqR8grjgpz5Pxq/tA/WFxoAM3YecnIg46D4URp5ZDjwUSNm4fc9G+deLZKAU90TgngiGdMIBAbHGH9de4CwIUk+Rdg3SF6Tv86q+ANouRQAjgOwCdscBjBUI9iCQ8iyQbWarAtIBGk4G5KtdL9z/Y92d6p6WSPyLb57IUYyyc0b2clN7i1Y56dNbbF50rtBubK8JhunTrdfYOqX22NixVU4auB4VmIH6W7S+4xpXv8spkZf28PYCKK/4ZWiA7dunUvj3ioZ3RG8rXtNr8KPJqYtQ4EB2fvstzrlgyG3e27inMeQgoLQYPLu7S8zV98SgJ/FVvRtxZog2Dq5+c8SIw54zrr0n2LD9yYoBsQ/Gs0A6i/V3kKIJOuv65g9nudkS+lFSBF4hAuKHslIuXMgKNretkNhfyGxixF0l9ymyW5IYlcBsddTcesgoCEZ3cGSMOsEOCvZQmGutOkZ/qOCc4q//BZOITBRA/5paKIFd4BJZFcxNND4XM1qZIvA6IiBh9iBykkpEC7ggIhlE4LctMo+jbi/UbCkI5iFYQJ5T6rXiCl16Phz4LNCDxQLijYvCgONwL3TsqfBhxBzBs7CjdSgCrzcCYrCUgB3R1ZcGMQO04B927GYGcbYKN6jzAUhSyajnL2DJddkUjOnxrNARq4bw+qJnMg2gLYBWMYHJTt+hJwKZOYJn7RStRxF4vRFAugCN+7yHz8izurFOmu6cpYClnI0zsDkMCFkWMuM9Dd4xUSurLx/h9cad9o4i8LohwM0joI4x9j6zc1E9csglNWFomVXLvIXPGQVq8USN+CJbhdchjI/yusFD+0MRaDAIgLVGbASA27jMrzCA0i+cG+TVRc0QCaSdIxUGBl5EmKDBvDj6oBSBekaA36fIDuqsja7WkLpOYG6zUQEu5sDaF4J/WeJ67jxlRxGgCNQbAshHIIZ+YqxWT1zICzQxpYgLyYkGTWufjv/19rooI4rAC0OAW4MM9QG/1oiVcFTKp0IkpVq770DqFaGWIaIRxDJnweULe0rKmCJAEagNATHYj4wFn5gawAt+WLNf6AZwdFwxMwFB/ENMSfAWA7GAiZtuQHf50AI354CKn9WcqL666f7en5Twod40/eK3Vt1rw4DepwhQBNAaZHaAF8wCELE/DiZsJGiuORaWqUUN+UBCTYFDxIL98VzvJe/nB3v/NP4i1i44tvXo1hV7FxSgPYf0oAhQBGpGQLgfgbUQoNgqU3cPaGRh1sjczNTcYmE0z0YRPtOkaSOTJqYmTRq778fbBESKczOMzUyMzYyNGjUaHJKOlYYyNeDdpvMjFWf9TAwNjQ2N3famMwoBFBkYGBpIDQ2MBu1h06vWw7t6LDv1g6KzlzmyBUz6TzIxvVaZcL8eGFMWFIF/OwL8+gLWLMDSqkwLnrLi7dM4Z1GJbFN/ZtgGisBsfHJAPEpeVPokwhMu6VPeCew/LiXwFsxfVHlj09MvnOdHscDJ/T2abngrsaqq/A+vS7MDYLkyJaDv6OSglKpqRdXT447Tu82LrC+Yy6ryHxt0fcsU8svND5xZKStVFMDth/SgCFAEakaAy2XCGOikly7fc/IiqM24AHigD163v+/W3d5AA/DFinD/eTenL59iD5uSdPQN2eIUfJJTBkYzT56Ht6Tu709RxKWlA81x7keTgD0+DpCFgcecbT12HY/UHRxIP91XvEZMnO1nXyms+aHKZKFjMqaNKm+7t/XoPqr8uxX0K6AIUARqQ4DPZSLYUySWdPCLOvLpztFmpm80ajwshPEEVFkJ16TOdsLl/VCMpX06t9PelNG0UQNxlEE6NKAycoqDSJWdEBM93RE4CFJwGnadc7XGTtoPu6RapSLO7O19UCoUHUdp1ZGJJcZrQLzAZoJdRX6O2LodMhPoQRGgCNSEAJ/vkBuZ2b+dIh3iX1FSXlFSeqzTF05QHYAbtl1dIDc+1MfwVlxJusdcilVZibEMES4iODM00n67koGDoFBUo7N86yDdfayTXWBmaN1G3HlliwnOiCF0GaRWalkQ6QdBEaAIaEEArTskJgKg3PITCuimuH3nXgyV1MHtY6edYxdGCcRb6jbaW77ry73IeFCm7lq7v+9234E64QbOglf0DB99Q4Z1sguaNunWV5y09dE5GC+svnqw/IGLSdc36ZunCFAEakegiM1uDtKc4wTn8CyN34jkHx9GM86wyc4rn5TFb+JuSfv6J4LE50/LKyt+m8JRzzwNcp/D82n81t5GM8OeVlXjUw7OanhWPT3pQ7CfFa5UKJQgGzpMiM4cz54WuurKxsypLungnDU/P+fZ+dCaFIEGhYAYqAAslfwiIlZKyeU+aiuLiOACsSyJWCHELivQSJUi2NbM6QPhSifcHd3hxNo1HKWgCFAE6oiAYA0yFEFGMQiSCrAJDliJJaVUy+5GLQEColesQ0IwoVJfx7dGySkC9Y+AIF7ArxGsrSFuMYJAjHXLNJX22hCl9ykCrxgBkO+QXyjAzg/wSUoEhrpw9oAIOLK2BLlfUeM2R6TxxPyfbqIq4xV/DrT5BowAsb4ARw24YAHpMPAbiAix1zb7QPoC/O4mzEoo6FTsG/BXRx/9dUSAyHHGJS4U9pMzG3SM9AJqKuGv40umfaII6IEAFy9g/AJmCOf9Bt6AJ7mRvgOOHQg0hUaCQ2xz8MU0cKjHu6EkFIGXiQDcj0CKMRRSbj5Qy5JBEF4QzPYx9Or2P/87wZB/Lmo+vMx3TNuiCOiDgNrfXOelv9Y5BVaDCF0H3Y4ElX993geloQi8KgSI3KessLL7EfhVQYwXILQImB7je0T3dV2/qif8R7V7O3d5r4z/rZcVE71+eOr+3F4Z0+B59zi76+Mf9VS0s/8IBAS5THiXHg3vgpFfcxaAz6XOPqkw+ki4D4JIARFrQOW8DsJ8UCL2BmhFJAVnT9sucnYXPvrt3J0rlYOOgW2XdnN8VCf9cmJIPfGP+MZoJ/8ZCBB/T5FYdAglUpkS1BelKjIxMms6HyYyYCQVpDAyMjU2MjUyNDWFKYzQoQjzM0TJiwyMTQbtYwqVKTvfaTwP5DXyxSmMBnP7kRRnfKVSA6kE7FoeqO8mJX0BLb640B6HNcTiXv7EX16+F+rOlreeejof89NKDQtBVbYCTw3+tCLLgyisqWf3ftzb1OlYXK0pFG7nHi9qumGPhaWAWeX5g5VV45r0bwtLO48261ZRdftWlb5IUDqKQB0Q4HwEdohmzAGw3dBr6dthZZUgVZG8vHTLAIanImyG6djkoAS8+6jivDdMYAISFfX7ICUoEW5Akt/cXOnnNO8Ca1TIdwxp/M1bYIdy5Unv6Nk7oxD5zv+MTt6VWg32I8lPdJ7WdW695TWCsr3OM3JOMrOpJHZmJ6bjQIjbLbM7lYdvPNg9zBreuBf64QCW+m6I+axBnI4QXZvl6Pr3fEB/N6TLnhU/QZ0CVMRAlsfddRnDh5Oapg6gayPt1up/SyzM1e9UFaSLO/ZtjMpLf5r1+HaxMu9e9XM2RatTBLQhAHOfkn8bjZzsk+8+AUWaPcClKmXXl6F9t++ZIshmoji3Y2683wofnNeok9/+rT12neDE22jW6Uh4S+o+xofJaxR22CRgLyaXeszZDvMa6X47dcpfgNlcOxBGmAOwpPjijq8SffZ9hTUAe+DSLz/C+qKtZ2hIlz+OXWMMBpHLjkikMdq6T3R7cCsjX1R888QlN5ZH2w9WLpBptPNiPrKn5xdnTutVkP5Bqzk+0pLsyuIX0wzl2rARIP5WimBRABDpi7995j8c5DI1Nh3CGv2q7MRYaU97e+EaQlBR6qozr9H00YMwxNL3AuVRQAOoMhNBXqNOjI9g0GV2veY1Mu+/KQoM8I7QG+DN+NL0uIzW3e0EmgD3SnspuOHyuQdjU7T1DEd2BGByec/wFoyfYTFgM5PtSesXdO/8B01harZ2n+SU3rr5ViN47fR1Qq2+ggYz5ZW5+ZedWoJ4wdIJ4txM5RvtTcwb9jdLn/7FIMDlOyTFG88kSD0CoINQUf6bo183j30gr5FYbNMF5C4QBLewBlHEJN1lOgjyGiWw0q0WAeR+lfYLTmETFoCcBRVbB+mOFdbdLgCyixwBaMY7Y6O/iX1PHX93HY34+CjOTMysBeVWPqyXgVrgXRCNem0HH3sMU7PdPdymSXen6+Xw+ubSrnVMt2ZoZS82H2fhNwHXgy5Di7YGL+ZToFwbOAJq+xGgl08E/RE4WAGgQ9JhyIQe/qPn8yY9lGFo/csDv4QxQDEIBgStDu233Q9Kt9DBYH+TDhnjFe03Rd+QYZ3yGgneJqEAzJ1GjZXNmqjm38NSUyYWAGIHx9ZutlgyX+hGkAyBs9Blj/dyNur4Mr4cky79DeVHS45Gw3jhw1MllysNu3U3fBkt0zYaHgIgKxE65UyYEOY1l5dX3NpM5jWaGVbBpCqqqqy8/W1vFiZpv8BknLPo6QkuUZHRrDCYvEhRVV11e1tvo1nhMPc5m9oQJzislp+aykNtNCuCz2ekVKqUz5FNRnZhAWEAuOxgg4iAJXmLH9+JUmGhoC7Xo7shbnzHtZMIe3/38J4m3X+9Xl7bMz0o2OEGczFx56Kvi2SoUu7Je3Nw+cj7l3ERPSgC9Y+AGKgA/HGrTekza4jUJ/9ZQRBkM0LVmf+1MdPYnsAUCO0GnawbnoKmT0wRePkIwNihYCKB317MC6xagECQPR3rEWHHa1woRKxg4qX/5T84bZEiQBEQIMDHDrFIs+aAtg3M6Db/Q02SGQUgjDaw1GSbDXBJIf3oKAKvPwLEfgTsJ7CyrC6xGloAKw7GNdDlSmiYDK8/IrSHFIGGiQDyEfB4z6U61pg1xLe1yzWvBWq1CLA7ou5UqE82aM990DDfDn1qisALQSAqKkqTrxhMEHClWqx3rTFCDXlG/oWwthaRJsKLuqKGWhi9ECwoU4pAg0WguLjY1tZWJpOpISD0EYibaBBXX2rA369Z8HWM7TRS0GC/P/rgrz8CnI9AiDl2FzS2DWtGB/AoLhB8bcFC7IXw3oF2o+D1x4r2kCLwb0aAtwsYsVYLBrIBQo1iDS2AFAP7g3Q7tLsGGpT/ZpTps1EEXn8E+L+VwgoyP2oLooUC+16b76BFETCPXxfXQJn841Kx55Q50XWBTpnsv7SOVerCXi/a6tPf29quHReSpRd1jUSJ27Z1WHy9hKEpPvrptQVrcgoLcoLeu7b2QPHz8/+XcEhNX90LIVPPz1MeverGtM8yMkUs8vXM/6WzK4wcZ38srvZm4d9KYe18XmYVUf7GPlOMyHParig06pMbnHlZ1zLNgDWJMvWnZaZBl/hZCCC3y3zmogLmACXLV+1J4ycta+/1C6UAUu0w7swdog1Q0mlZzbsptfdImfjHyE6Hz9elu3knvxsc0Dp0yVtv6KzFfawcxb/lq60LUJRWXwSauS7+LMvt46icWioIYodYfMFpMGimfO9e+e6FW1uK+w5fAq6rgn0HaYYQoHLQOtnIBwe0ta+My0vT0S+J48dfq0L3buun74O+EDrFbVldEwsaDJuUmbnyqJfNc3Uo78+l3gWTQ9/ry2sCI2t7aVMbs2ZWZtbNpdZtjUWiRv2+sHLOf3z2PLMB+lH4w78Kzd6f0abZc7X9T6vc0X51rMvmVfX+1I1a20ia2Bs3FbHI/9OA0ehvo96rPg+q+mv+0Qc1Por6301CY7+ghlp0UJny07tTvA3hOXXen4gW5Cla7m286ijObAZsCgNvn3mXRMqoHVLvKV3CcuWxIVIvL3AarTyaLnHo0ELYI2VuQi4qqY6c7ukpBqfXyt28rqg+s33KnIvAC9C4VR05DdN7b5iFOeAORG6HhfD0GnAEMgIlBiuPMInXIAn0RIwDdfghkvYWXQU9VKZmFeMOnp4PvICMxCB/W9s1trZfLsMjvjItaCT4lSiBtH/Nt11jP+JagjzVG95aY+sQGMIYG4APpl+jZoAkHr56cfKgJX2bEu036rfGeeXn5iKR+biDztMHo83LVm08PpLE7c9FW6yLL+wve+Pjln2bo0rIcp6GTt5+BoXDki89wlyBEXFjF9Ijj8KT5wNjmK1Su72tlTlghPwX3CiyrrmG2EL11mXQDof0t35l3zTsDNNzvlDwHvhfkGWEiNWdJl09FKEqfDd0MEbF9p5OSMVwyNdEjO5lhw75stfWVH0STt09NKYxm2lv4rHHPOuYla3Y8h7f3HiKb2ilhoWgKluBpxbxPIhCxMhy5OJOtxbF1OwpyKvAnkItJ9xcKE/cutiz38+p8BqflRE+k71nXoB7DeWJh3p7Lg9KRfsOn4JySIkuvGddUCpAegKYoaA68fASo50XQZIC9pSf2ubZ75dUcGf70uXBqUqlPGKqd0AE2p4IdyhWnZ/quSL4DrcNq+r0tsmiyd6zL8J74NooAF6pFEk7lnj2/wXRwWtMAC4P92Grw2tUEV6AJvidXaBgCcNHc7uXIuHEiI6HAHXVqe86Lr0CeCYE7hi7LxMWzFttY7OaK7QfezqVq6+4Ezhi7VKiEdgblhXRCuTGVoQMETd8pG7tsfl/0SV67UDLvx84NC4oorzgXNK895KiC1AltpC9jl2zXwavU9JWcTQq2ZGJsCIohnVdYqfiW4DG5eZRHnfNXvAVBfdgo2xD/I2yiyvj5q++/wiWwOupk9Iz4DVgEjvVBdMTNETrgieqCQtYnXlAhkxHD7k+8CDohbHeRFkh7mtdvk2pqrVC9g+jzSb8qvmGL69oKXJaH1cpZABLWWqCAjIB4o3peRpYzPIgazI8n8Sv7rJp3XX4CmQyc3Nzzb4KcplgE0B9mhBrKFSq/PPWgV6fbe0LCySdxq3ukXPoBhpuDQYFLPKoPHt219HwA70+3wosfEHgkdF+qExi06JlTN5DZWr8wQc5B+PBsMBHHXVEGcX9RyxGXoPBECdnxcM80KTiwtm5BsNDPnQQ6uzqsLNnb/QaMhUVSxz/e2CoddCtaIlDC2dExxoIyqy8h29bt9Ku7yUdLTspZFl3qs+FZ8iPpKl5+9K3XP9YBzZtSxwH2DrW3ZUQKTMunJYu/ea9Dgi2od4uHbgm8vJvPWzc2ZY0CrT3EJZatRm/wOTO/qyfCaMg/Y/CG9ZNh7K2w/gFZiURRbWlZzEa6u8IbYqOzbo7KvLv1px4SZEWXaQWq0ONWkyClgtxpOZGnJS+OxEb8NipKYtjTYAmo1rOgPSNOvczUaU/BYNj+p9lkpltx6LX1ty95bvNKm/frHsKKPSKNXuIugUH+eDT6Elf8XHoSARhDsDO3D309bfW6w/MdQYOIH/g0oXD8ffguva3FfmHzyQxBgPQEdGLIb3rCJ+Wt1MynoruXvopfznLw3XKltG/C9sxe9PRUX4zowY3gct3qE12QRewdDJLCJRpeXny2FADb290Thtxg++5tNP4A24Pvohoc8oXqYraDlVuwbuff9o1Pv5OWt7N1tbtaqPX+75Yi5BLWnVr8TAtrfrcbck0q/xsyEvSs4WaHlFrQZmVbdQnaE5hxHlldlqxo40NRqLHCEckxiJJl5F/pHwyWO9+MYTK/LRbBV96MD4CdCI4DoVF1/LqwA7KjLI8XiKQQ+To1uXoYtaTwYHwQbQzMB+3taX93w+XCmz78gdZSu2NWhlam2tlJHXoZ4lDG83dHbd8Z2crgkxy/NMZL6NXelhyXR6Bp9Xaw2djpVetzNAgYzHIXrffK1x5bd5hQ3i9Y2uCbl+h3YTfI1acH/sG9AZ4Mz43+UpZt052Ak2A29deCm5M+NCNec+ua3PjoVYATC4v6WnC+BntJx4vU3sEEzsn06sp6osNCSLib6typXi9EGEekMO1US/P6n370BkCfkaNc8AzC4qond0Te552zxnKBg7IrhCaRtLBGgQMFOcSJKMH9B9tdTOC/f7rMvVYw5tSXc7nggdg/EfXIEhh/SAxJ/r3glazuymOX0y7k9+6iw6zAFBbO3QRKTNTsjt09hhgkxARq9d3oT+R1GpF2KrMTPbkFEozSxe1UEotPGFwS00OS9Ewi4+Se/In+vdKH0qrNr5nXIJjXdZ9Y/jnx9irh5E27VULqvKL2TuyyjwmWqGzmTYz7QFn9mQjI/r0iqTR0sO6sqgDva2n71PVKpVqcoi7xOXbT6rg9ay5XWtMQgdkF5nnl8ds79kHBwZaOfaBRr+WA434+LibHl9aS9fUvIwfPhAMC5UZNyt6d7LQzYNfX0DKvw6xlHRwduoR+928S8zMIj9boIj84vtbMzw+9Bg/aYvilPdRLvQHJV8ed1Mtz7Hiwbm1+S3aAX/BWnHwFptvsA4vQSRu1cLl/s0I2E71GX8udgidCHnsORx6VCYfWRXf1t+DmZNQ5uUbOjk7tLKKjT93O6+lA2sWyG9u2i4WfzXie2LqQPnoeGCmxMYG+Av2R9KfOWU7dDfkaRGkm2HQx31MwdeLBXOWzIO3sO7e8klSppoBWQdU7P9j1iqRnV8oyAn7SdlzcitbzICRTBBCy3rWUZfvSfN2hk3Y30CjjU8U/MJOajDF0OOQ//UDnvwvj/6h9MkoywE6DTHoLJT43+PiiHV4Zh2kZA8RSR1ih8/fuj4cCAXQru9Hbr+P9SUjiYADLE1fsukU/h5i9s4/Pma1n9CNINsBzkL+ks+3slFHjS6U3U9ONnKya12TLmAnBWsbluHQLun00V+L3P8O9ZJ6o3PKSpi1sDrSd+r3+0GYADgHEkc/9x7RJ9cPROoA1JEO8jvVPdbNy0vi5WUI5hFQVxQPcg17ONuLJR2du1ddj7veEtrrTPzf57vdqnvT1qnNJqg/AYwFeFRDMs+p69ssPu3MEEgHza6e1AyVe0o3hL/juRbFDkCQwtr/TEI3ZwfQ5Ee51/e1tm5f4wtT3Upp5gYcACC6I9N++b2ZPfprJVoPuIgATArY/7AxQXnIWzibYPDuhkAbVMjNIxgM27LM3ybGA08u2K4hVi508Jgs3fBVTG3zwLo7DqbZDjV5uCgRGtvDHhZ8YsPMO3S0nzRDdfZjEHhPirRr7uGoz7eqQUOE6KdNKG250QG79yKyUX4eAXgc9u/cwQ5F0sHMpjNqnPwDzsISaGtozjto6yozbZF08KQCexbMbIKuHj7T476ISuS0QPuJjb/HLj8Q+wm/J/7wZBJyHXjvQVD69u+z40KEA71aD4HBAW0N1ksQC2YpRGWJd36utB/Ws4bHEoNZgNqeWsdiAT2Uh27OfLwQ09TGrLY+/kvu5/3p3eOy1RGfbwTTiv+Sh6OP8eoQKPpp3K5jEyb/OA7YBbXvU3x1/aQtcwi0+M/X+6z2e565VEJBoQjUFwLlV9cc8DV8dwtUBDUcOuI+9dULyqeuCLQY8dn5GQ8813P7EerKgNJTBIQIFMZ8851NxI8D29QCDPUR6JdDEWhYCFAfoWG9b/q0FAFdCIBFh3FxWlYjU7uAfjMUAYoAROD/Z35rOOTwYGIAAAAASUVORK5CYII="}]};var Ic=class e{activeData=this.getEmptyData();previewData=null;updateSubject=new Ne;ngOnInit(){this.loadInitialData(),this.updateSubject.pipe(nd(1e3)).subscribe(t=>{console.log("Debounce finished. Rendering PDF..."),this.previewData=t})}handleDataChange(t){this.activeData=t,this.updateSubject.next(t)}loadInitialData(){this.activeData=Kk,this.previewData=E({},this.activeData)}getEmptyData(){return{}}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-live-editor"]],standalone:!0,features:[fe],decls:5,vars:2,consts:[[1,"split-layout"],[1,"pane-left"],[3,"dataChange","data"],[1,"pane-right"],[3,"data"]],template:function(n,r){n&1&&(A(0,"div",0)(1,"div",1)(2,"app-lesson-form",2),Dt("dataChange",function(o){return r.handleDataChange(o)}),D()(),A(3,"div",3),ne(4,"app-lesson-preview",4),D()()),n&2&&(I(2),oe("data",r.activeData),I(2),oe("data",r.previewData))},dependencies:[Ql,io],styles:[".split-layout[_ngcontent-%COMP%]{display:flex;height:100vh;width:100vw;overflow:hidden}.pane-left[_ngcontent-%COMP%]{width:30%;min-width:350px;overflow-y:auto;background:#f9f9f9;border-right:1px solid #e0e0e0;padding:2rem}.pane-right[_ngcontent-%COMP%]{flex:1;overflow:hidden;background:#525659;display:flex;flex-direction:column}.pane-right[_ngcontent-%COMP%] app-lesson-preview{flex:1;min-height:0;display:flex;flex-direction:column}"]})};var _c=class e{constructor(t){this.ngZone=t}data=null;pollInterval=null;ngOnInit(){document.body.classList.add("print-mode"),window.PDF_DATA&&(this.data=window.PDF_DATA),this.pollInterval=setInterval(()=>{let t=window.PDF_DATA;t!==this.data&&this.ngZone.run(()=>{this.data=t})},50)}ngOnDestroy(){document.body.classList.remove("print-mode"),this.pollInterval&&clearInterval(this.pollInterval)}static \u0275fac=function(n){return new(n||e)(ve(xe))};static \u0275cmp=pe({type:e,selectors:[["app-print"]],standalone:!0,features:[fe],decls:2,vars:1,consts:[[1,"print-container"],[3,"data"]],template:function(n,r){n&1&&(A(0,"div",0),ne(1,"app-lesson-preview",1),D()),n&2&&(I(),oe("data",r.data))},dependencies:[io],styles:["[_nghost-%COMP%]{display:block}.print-container[_ngcontent-%COMP%]{width:210mm;background:#fff;margin:0 auto} .pdf-preview{padding:0!important;background:#fff!important} .pagedjs_pages{background:#fff} .pagedjs_page{margin-bottom:0!important;box-shadow:none!important}"]})};var Zk=[{path:"",component:Ic},{path:"print",component:_c}];var Qk={providers:[ES({eventCoalescing:!0}),IC(Zk)]};var kc=class e{title="frontend";static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-root"]],standalone:!0,features:[fe],decls:1,vars:0,template:function(n,r){n&1&&ne(0,"router-outlet")},dependencies:[Xf],styles:["[_nghost-%COMP%]{display:block;height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}"]})};US(kc,Qk).catch(e=>console.error(e));
840
+ `}],this.previewContainer.nativeElement),t!==void 0&&(window.RENDER_DONE_TOKEN=t)})}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-lesson-preview"]],viewQuery:function(n,r){if(n&1&&(nf(C$,5),nf(x$,5)),n&2){let i;bl(i=Sl())&&(r.sourceContent=i.first),bl(i=Sl())&&(r.previewContainer=i.first)}},inputs:{data:"data"},standalone:!0,features:[tn,fe],decls:3,vars:1,consts:[["previewContainer",""],["sourceContent",""],[2,"display","none"],[1,"pdf-preview"],["src","digimaker-logo.png","width","200px"],[3,"topic","project","description"],[1,"oneliner"],[1,"preface-images"],[1,"get-ready-header"],[3,"getReadySectionData","imageSlot"],[3,"debugSteps"],[1,"preface-image",3,"src"],[3,"data","programmingLanguage"],[3,"tryItOutData"],[3,"challenges","programmingLanguage"],[3,"newProject"],[3,"testYourselfData"]],template:function(n,r){n&1&&(je(0,O$,13,8,"div",2),ne(1,"div",3,0)),n&2&&we(r.data?0:-1)},dependencies:[eu,Cc,xc,wc,Ec,Dc,_c,Ic],styles:[`:host{display:flex;flex-direction:column;flex:1;min-height:0}.pdf-preview{background-color:#171717;flex:1;min-height:0;width:100%;overflow-y:auto;padding:40px 0}::ng-deep .pagedjs_pages{display:flex;flex-direction:column;align-items:center}::ng-deep .pagedjs_page{background-color:#fff;margin-bottom:30px;box-shadow:0 5px 15px #00000080}::ng-deep .pagedjs_sheet{background-color:#fff}.oneliner{text-align:center;margin-bottom:.25rem;font-weight:700}.preface-images{display:flex;flex-wrap:wrap;justify-content:center;gap:5mm}.preface-images .preface-image{max-height:30mm;max-width:70mm;width:auto;height:auto;object-fit:contain}h3{margin-bottom:.25rem}
841
+ `],encapsulation:2})};var ZA={lessonType:"text-based (programming) lesson",topic:"List",project:"Currency Converter",description:`A list is used for storing data, just like a variable. However, a variable can store only one piece of data at a time in a named location, a list can store many.
842
+
843
+ Example: list employees can store names of all employees in a workplace`,projectExplainer:"Utility to convert from Aussie Dollar to another country currency",programmingLanguage:"java",prefaceImageSlots:[{id:"preface_img_1",base64:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT4AAACJCAIAAAA64sMeAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAFdhJREFUeF7tXb9PG8kXH759RM5IjilOOUUIEUVIoDRBwpLTuoGGIhIFrkgRYboIqqtA14FFcVRQoG+KNKY4tyAZieoOpCgyh9Ap6FtAkELI5Q/I982v3Vl7Z9ez3jH27lu5wOvZN+993rydt8t85g1kyDTBAxFABPoNgf/0m8KoLyKACFAEMHRxHCACfYkAhm5fug2VRgRCQnfxoPblR519avvllePGSjIg6ye7dva+WIF9bv8r9yx89raS4dc0WREUujC+13L1oYE8+9SzG8XRREDTZ3aV5oeerlsA/v3MT+DWytHZyeouKR7MWegCRVpEICB0VxYgbt1Bsz4FAQxfYRL4Uf+He5r97dyzxVQGU0S58g+7nfNmuvOErByLuz6f1bmd7GSj4swJxzuK/aJHKvz4oHJM5YvZQ6gkuq7pMdPYxS7wzsaB+jiafK0suobsuSa42YrQRY8D2Wq4E+BxQ0IhYWyddQ30DB48OzPj1/Xt0v6HXH6RtWSasAxLuoYDqztvcWyi6EAE9KFbHn7keyVMAruX4hf4G27bd+Lb9svi0EDtfKz4ZSNTY3N17dMI/KY7v9XI3yzzKZ3P6jxtg3sECJnMVvn5GpmF2GAHRMvs7apoX7mZmGQavp+pXpK7k99evqffNpd+O/xOzupaq3V2sbj1Zhk8hDT6lOZXaUe1oZ+Wtnkb8v1oeZ6Ncl+7tDjAne75dUXgsHz7aEzqvrn0hCFw7jXGTM9A92+9yHyoAm7va9eZIrt1vnmaXz0k0xuuCbXcEtw9decxvu4LAQuvqWA0D8y/YQa9KSmZXvP5ledjD6Y3nNkGsvHHz50J9qw2VeKYXNyQzDj9Y25/lryjccIPmu894eFa2j8ikwvi2pWFAjn6PUKGubIwcbGqZhnLF9lZmUb66AOhWD8fy/NkYfEgP3pWn9mEPwPtgt9b8dms30wsicfOjcnPu0UmR3cY66mVVK4UCdeZbFdvx1+7LzLOFR3ePK2RF+In3fn7Gr5p7lcfuptXn3PDYrqzhNDdiZxCxdwrw9W0PzrxjrLJWQkhjZA47VrfhQmKjnjv/cLYLv7YyT+Vm1nn2cEUB7P2i7Mjg5Ai8cR4Y3Jw7Jl8WXV7c+oVlRtm33XnzfrF1rEgEDDrrk9VM2vqu03lVedgjmbCcGw1lqYfRtNkffd05K3B25H3tdPMK0Uf+rznfBUTbztTrs4u0EckjcK01yM3NJkMOsTEe/Bs9O6iJqZKU7toou55ng+BM4qefiLnirkLz63TfVmVmf5VPqTAlTvPSHWJSdCdjzYA8KqOEBgIXghJH6sKD0QPMJmIfBXeDImI/XZY+zBRnH54OTSw75wU7SEzpPmn29h7nkd+/ZXzaEfI+W5+qgQvSNirbNpdvSg6Avn0MdKjj5Av7Yc7y8Jjmo628T5WY5fsmon8dlhhCXmQPo5KTHPXE352aXHwKCNA8AEHTsleoujZNEzgPeIgPQXP5zQ/dxSGmX/xYK9IyHThcZPfdec7GoB4cVQEQkI3qtj7uI6GboYPRDw6QYCGaHW+FUbd+U76wmsjI2DhNVVkXTq7cOsFTLnipUtnkvBqRKAPEEjArOvJHpsS1z7wQI+pqKT6l+/kfwpAR935HlM/ReokIHRT5C00FRFwEEhOwoxORQRShQCGbqrcjcYmBwEM3eT4Ei1JFQIYuqlyNxqbHATa4+ta4YveH4g6Ro6eqXN/umLPiIA/AoGhu7PHmDTNzJVYsHRpbvS+4FDMBFlPJbUBCS5onaATb5KkFr6oUMPIAdaRL1MnFntRCCIQLwKBoWuL5E1NYCSyyyMg/dF1i5QMzL7CCjxK7lPJd2RMrsT0NZ3GW+2c0nGc5fv18OiNF0WUhgh0HYEefdb9dn0hoaBRbcIoAhYOpfjyy/0o6eYYqxM7JdaLI4A6b94HXoEImCEQY+iqex0JFm7E2a80D/RuZU8sM5M4xZfHrR913lQatL+qOVsCKGwq3RYCETrASxABUwRiDF2VdNoh/5am08ruGdH4q4GUdCOcNslzZ0sAICc1HbqtBYy6wMaIgCECMYauYc8tzcdzdKpsOdandm+zE0bCR7Lk1uiCwMaQTSgb1iyffItPNEpCBCIjcJ+hu/2JbzHBD9gX5vZ/lK8HoeKZZmH/pOZNGwLNhY0yGDU8Lko63AgcGv3c/q+TjOaKByJwzwgE0g84ed09BC07RpUVlrkjvJmSLinvmm7hHRJszqL+6LLtfSnpzfx+uJTzjZr48c55up2dxOH88ORRYXKQdnGh2VogRnhQFCKgRQCZQzg4EIG+ROA+E+a+BAyVRgR6AwEM3d7wA2qBCBgigKFrCBg2RwR6AwEM3d7wA2qBCBgigKFrCBg2RwR6AwEM3d7wA2qBCBgigKFrCBg2RwR6A4GQ0HVZtQpjpjc0j1sLtfho3LI7lydrZHYuCSUkBIGQ0thFp3hkU/2hzs1XKuVykpAokBsq2a/KO2zML8vztlzfZlV4tfhoqA6sgVIUlzGlbN7dGL05xoXZ7VmIrXoYgaDQBVKbqIIJBtB6XLEW/mOhAoscJUMoX8uVtOGnImi6AYBp+7a9BeH07gzWb0qSU+x3t7Y1wYYpRKDtZ91yfpxcydq2NoCa+znH6QeSHw8b30iOu7diPdS8dyvB8s1x1gqP3VK9zq/6vab8q8jTzkf2v0YlG5c+notiln4UfzUhFxkHLwXONvdpVPz6VSjQCdsezMYISpnMNkN35RgK1YdU0ItCtR8sOJT6pWxVFNTWUtj9945yNseRs5+jp26vKV0VeUIGC8VslcuhW22YlRcuD5PTOr/1+FD81YQc/h6oHN3xsQb6187HJlv6pTQMeTK/ep1fK/iSIlM2YNFciUAboUvnLiCsirjSQxeFaq8kzFAS2vu4a4/Crq8iD/rIzXToVhvj4QPlgTvbb2T+ZEU9FyYuVt3b3PrU8kV2di5E0lmtud9yPnvqKEPgdvbuLFwbbJEeBMJCF1I7mG8HulD5ku4p9Xki3xXoY6wirzzrKsW1umIFdpJqBELeMH+ZvV0VI3Juv2GYQJoCu/Ns9PrK9CLZPiN30qB5e/CeWIZV5E01CqL4D+ZGuLithqgtrpVOU4MZ9jDMjnKlqNQQN9UJ2ycPgQC+bksVdreqfRw4NPP4eRn7pW26S4Z3WEvqvJYKz0a2Q7h36nTq2vtXkZf6MGY/kTpcDg3M66xV5Xv3A/Cn+LMNQIRp3w5rHyaK0w9B/sfjH8VR6IOaXy+KBqxfzy4Cl0eHmekCGRpg+93ikXoEkGqf+iGAAPQnAmHPuv1pFWqNCCQeAQzdxLsYDUwmAhi6yfQrWpV4BDB0E+9iNDCZCGDoJtOvaFXiEcDQTbyL0cBkIoChm0y/olWJRyAsdN36lJzmggcigAj0BAKBoSsWMDMmzS55FS/vrIVq/+VHtIp+PYEjKoEIdBmBwNCl3DRJGLJPtcddILrse+yurxEIS5gd43Zmpq1R7bcaSjaupaTrKfhxVa/va0+i8ilDIDx0YbE+3XgJKETWqPavGCdm++X8DOySoaWkU84qMODPx4qMh0jT+NonSsSJr3p9ypyP5vYzAuGhywImPwQbL4Vsmxadam9GIm+m4Eeitvezz1B3RAAQCA9dAVNpfvU0UyxbAe3N09AtOKz0i0IRgf5FICh0gY/qbrBarrwtEL7tm61jZ8/pzoCSHlv1eltmoVxEwAYCIXxdhU0ed0n7Vqo9IZKw7ktJ39dXkddR220ghjIRgZ5AAKn2PeEGVAIRMEWg7WddU8HYHhFABGwigKFrE12UjQhYQwBD1xq0KBgRsIkAhq5NdFE2ImANAQxda9CiYETAJgIYujbRRdmIgDUEMHStQYuCEQGbCGDo2kQXZSMC1hDA0LUGLQpGBGwigKFrE12UjQhYQwBD1xq0KBgRsIkAhq5NdFE2ImANAQxda9CiYETAJgIYujbRRdmIgDUEMHStQYuCEQGbCGDo2kQXZSMC1hDA0LUGLQpGBGwigKFrE12UjQhYQwBD1xq0KBgRsIkAhq5NdFE2ImANAQxda9CiYETAJgIYujbRRdmIgDUEMHStQYuCEQGbCGDo2kQXZSMC1hDA0LUGrY9gqNJQp2UT2cctCkNbyp9CarJ1U1vsq6cR0IdupKrziwd7+3ZKihEC1Uycca/U4+0KvLHZdXeyysqLwufJy/dSdzAtf7PMzlczbw/mumITdtLfCOhDl9W5hSJAfJzB576rzvMioJWjs5PVXVJM0vjemclWi7S2MByl+VpuZqu/BxVq3w0E2kqYPVXneWrXqDhz4PEOV5SeXys8nt6Qc2NjRVqgJoo1Z1oWRbehWbnyj08O6Wf/zsz4dX27tP8hl19kvzNl9lgiCpJFR1IlWjVbJqiyX5ZNiGRVZBZ8Do9gF1zFcwHXqBCnPZxcEwmzgsMv5OZUvS7zs63MpRtDCvvoDgIhoTtYWIKB7qk6T9anaGn5yWyVz8Y1MlthUQTnYWa+POKJH3yernMbthoyG6Tn69kNke7qqtQHWL71IvOhCnnm+9q1KPbLlMnQbHP5YnyDdbR88ugFvWv4V7tn2YToAv6GafyOfzO2y9xDFCKZxbg4EJLJTpgLwyvSjUBI6PKE2afq/FltqsSRu7ghmfEgEFeejz1wp+IfxVHy+LmYqNllzVXq9bLKlSKp88Ryu3o7/lrO6mfs5ObVZ/6HOCJVuzewi3fD03iZ7hoMpvXdQ4KzqwFg2NSLQFsJc6dV55V3M3zOkWFv5o3F2ZHBsaJIgDcmB8ee9fUz4Xguw+3f/nSrADH3c+7WbglyM9SxdY8i0FboCt2VqvN6a5zcjz4EsmfO9d3TkTjems4VcxfO61l6Cwh5WQX9iqSaa7v1euSGJtv0GMyNiJONpemH7fim1S5+lcGzLtQZd/8htLP3KndRE6+m9m9+kRlEOZ893X/TjkbYJt0I6Etja6vOjxzTpJcQmEt/qhe/8qF/OTQwT5GEF04wHzJMz3fd2RVGLX9g5gf7yS1dL85C5iwfj1udAu+xmNjvR8s0O3UEnhMilblaAMVAyO/DoMOTgTx788RUZQck//L/MW7X3w5rHyaK0w9B/48R7GKhCwgIrULHkoLD5buBeSdE6WN54QG73HM+VCA2SC0CWNU+ta5Hw/sbAZOEub8tRe0RgUQhgKGbKHeiMelBAEM3Pb5GSxOFAIZuotyJxqQHAQzd9PgaLU0UAhi6iXInGpMeBDB00+NrtDRRCGDoduROWGIhFmYiRb4jIPFiYwRCQtdLmls5dnl8xj3FcoEp5d20vZGSAE7xWvKZq5m1+wbHSHls3O8IBIVuC2nOXVTY72bHoj+QFt2dLkr7R2SYU4jxQAS6gEDAQkiYY8mUZlGxsubWWb7LFgyfnRzlJvmCfrGG2VkLTdc8s2XG9Ee+5lldY+wuAxbC5WpkWLrMlh/LtdMOKoFrnpsWMNOLlPZ++nO5ZmuSXQ/B4u3XV0/0a7C74EvsIlUI6Gfd8vAjDRL+FHYdVb00v3r4nYbNT0vbvA2lEFCugiEFX0vl16ipba/RvxO/rxxvZGoYt51AiNcaIhDhNVUghd2Pqr79sn4+luf72iwe5EcFIT4+Cr6ZzcEUfHPqPN2dB3bncGlAZupga0QgEgL60IVNJ3JxPbzRHSGm6aYWKwsFcvS72PiG0gbdDV+iU/AjGR7TRfA4APNtlF0yYlIAxaQVgYBZd32q6a0pDFP6EjWIwq6DUUy8B89G7yS/PCIFX0d51/XsS/3XUvCNqPP09fvs7aqg3c7tN/geXXggAt1AIISvq7zO4dx6eF6Fw5fCLk/6UvD5Jm+FByr/nj3uGlLwNVR+LVT+7XUUfBDT/muqlq0CXHy64TnsI+UIINU+5QMAze9XBCK8pupXU1FvRCBJCGDoJsmbaEuKEMDQTZGz0dQkIYChmyRvoi0pQgBDN0XORlOThACGbpK8ibakCAEM3RQ5G01NEgI8dLHaeic+tUhj1lD5A/zla4hp+07Q6NVr1eKsvacjc3TbpV6Z/nLWjbHaulgvGRmeblWv71RPaiDbiqA4youYxU21D6Ly+/tLj7lpe5DUIT6idrHcRcSpaRw6Lvz6DdoyoU091eKsoTqwBu59k5dEtrkRypunxqXnAxPmaNXWAaOO6G/dql7fqZ60wNLbXF3Uy3Vq9uqGRctQZjvj7AWMonum8neIDwsVXuSVf2q5klMVPSh2TPs1bd9e3EIrCKd3Z0BQlSWRe2wjFBm6sVRbl8XpvfOPrlp8IIQt1evpJOBfjb7pBrl33HATD+XGqZz317PpwaGt7OXz9YUwI3QA0TLcTl1s5w9WY62do5wfJ1dsATk7/PwVJMaofYx+dHVyi4+KXZMgSZEdiQKI+n7XCo/dEs1OdqP1ozphesYDISNQgJJvJ8bKUJocpY/nuWF+gXfjJ3ZKOz4Dxr+SYHpTNv9x61WWh25M1dY3l6C+HtS5h+p7yqGrFh+EWmv1eqKtRk9nv+fOHlHLt4+ckoK68/56aqn/WkU3l/7MLXVlW7kmKr/OXzpNDdvH58fBgsTnx1K2KijNkE3QQQJPGZQvySbkT6xmqrZfSCYv3dnPyek0ftSOByjOWihmq/y+WSOzhkyv8jA5rfO4XXOyrYF6doPd5bXjUzf+KX1FKpNfvc6vFUS95QD9VQe3Jsx2qq0bVYvXVa/XjczN+s2EHCIbk593ZY153Xl/OWHUf7+rIKcScylkU8HPQuYJs+gwhMpv6i/T9l6zjfzIdiaSuUblZlYpLwxSYeMUWab0TUlSuE1mQf0tVTMemD6yLPvFDcmMh3f3wJ3tNzJ/voT6zMFbNWgktuJGCyk7yhC4nb07k9e2N259nnXvvdq6efV6/njMPzBEnFxXd16DryH1H+6+btIF2VTwOIiWMLdB5Xf8FT4OWQvT9m2KDWsGvqh9noCix104DP0epJHyrKvUQ7ZsQ1v609DtsWrrQdXrfavRe0JIAVV3XoM7bCEw8vZgzsgrowvOG9T8za+czBzboaPya/1Fe+aPT54H9cD2sWkbLmjn2ej1VXgz/xYGWywY+t1Uo6CtJnzHp38HdGqd2XJ+g0xTPui1q3+GTMPnv40f8vj0X3aGf1YO/vU97zRQ/1CEiIv+3gEhf/zNv339a4Vs1r/yL598JcDJO3Hpv/WyRzHW3rn8x93BH0wUlaMoSS9mnTYp7zmv0bMJB88lOm3p+fJffx9sBjVQ8DRp5horIKEACtN0/pIQCfSc7vTtXV/7NY7ux8zOJ2dIefVvsavxR8sgVPtlGpb/kgPD9a/Oj/7jQepzR50VPg69QQHjTXWxHNJMTeUn3/GpH/+KUTCS6zTW/g0Yz02DB6n2pjfdlvblyvFsfYo+BeGBCHQPAQzd7mGNPSECMSKAa5hjBBNFIQLdQwBDt3tYY0+IQIwIYOjGCCaKQgS6hwCGbvewxp4QgRgR+D8qdMiS/RXsyQAAAABJRU5ErkJggg=="}],getReadySection:["Get project: Click on \u201CCode\u201D and then click save"],addYourCodeSection:[{codeBlock:`convAmt = amt * currency[ch];
844
+ if (ch == 1)
845
+ System.out.println(amt + " in Aussie $ = " + convAmt + " in US Dollars");
846
+ else if (ch == 2)
847
+ System.out.println(amt + " in Aussie $ = " + convAmt + " in British Pounds");
848
+ else if (ch == 3)
849
+ System.out.println(amt + " in Aussie $ = " + convAmt + " in Euro");
850
+ input.close();`,steps:["Main Program: Calculate converted amount. Use IF conditions \u2013 to check","if choice = 1, print conversion in US dollars","if choice = 2, print conversion in British Pounds"]}],tryItOutSection:["Click on Save.","Click on Run."],challengeSection:[{name:"Options Menu",task:`Show options menu as follows:
851
+ Currency Conversion App
852
+ 1 - US Dollar
853
+ 2 - British Pound
854
+ 3 - Euro`,hintCode:'System.out.println("Testing something with something yes");'},{name:"Add new currencies",task:`Add 3 new currencies, \u2018NZ Dollar\u2019, \u2018Japanese Yen\u2019, \u2018Chinese Yuan\u2019
855
+
856
+ Hint: Use www.xe.com to find the conversion rate`,hintCode:null},{name:"Options Check",task:"If user enters number other than 1 to 4, show message 'Wrong choice'",hintCode:null}],newProject:{name:"Bingo!",task:"Generate a list of 10 random numbers (between 1 and 100). Ask the player to guess a number. Check if the players guess is in the list"},testYourself:"https://youtube.com",funFact:"Lists (aka arrays) let us deal with multiple values of the same kind by using only one variable!"};var Tc=class e{activeData=this.getEmptyData();previewData=null;updateSubject=new Ne;ngOnInit(){this.loadInitialData(),this.updateSubject.pipe(nd(1e3)).subscribe(t=>{console.log("Debounce finished. Rendering PDF..."),this.previewData=t})}handleDataChange(t){this.activeData=t,this.updateSubject.next(t)}loadInitialData(){this.activeData=ZA,this.previewData=E({},this.activeData)}getEmptyData(){return{}}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-live-editor"]],standalone:!0,features:[fe],decls:5,vars:2,consts:[[1,"split-layout"],[1,"pane-left"],[3,"dataChange","data"],[1,"pane-right"],[3,"data"]],template:function(n,r){n&1&&(I(0,"div",0)(1,"div",1)(2,"app-lesson-form",2),Dt("dataChange",function(o){return r.handleDataChange(o)}),D()(),I(3,"div",3),ne(4,"app-lesson-preview",4),D()()),n&2&&(T(2),oe("data",r.activeData),T(2),oe("data",r.previewData))},dependencies:[Kl,io],styles:[".split-layout[_ngcontent-%COMP%]{display:flex;height:100vh;width:100vw;overflow:hidden}.pane-left[_ngcontent-%COMP%]{width:30%;min-width:350px;overflow-y:auto;background:#f9f9f9;border-right:1px solid #e0e0e0;padding:2rem}.pane-right[_ngcontent-%COMP%]{flex:1;overflow:hidden;background:#525659;display:flex;flex-direction:column}.pane-right[_ngcontent-%COMP%] app-lesson-preview{flex:1;min-height:0;display:flex;flex-direction:column}"]})};var kc=class e{constructor(t){this.ngZone=t}data=null;pollInterval=null;ngOnInit(){document.body.classList.add("print-mode"),window.PDF_DATA&&(this.data=window.PDF_DATA),this.pollInterval=setInterval(()=>{let t=window.PDF_DATA;t!==this.data&&this.ngZone.run(()=>{this.data=t})},50)}ngOnDestroy(){document.body.classList.remove("print-mode"),this.pollInterval&&clearInterval(this.pollInterval)}static \u0275fac=function(n){return new(n||e)(ve(xe))};static \u0275cmp=pe({type:e,selectors:[["app-print"]],standalone:!0,features:[fe],decls:2,vars:1,consts:[[1,"print-container"],[3,"data"]],template:function(n,r){n&1&&(I(0,"div",0),ne(1,"app-lesson-preview",1),D()),n&2&&(T(),oe("data",r.data))},dependencies:[io],styles:["[_nghost-%COMP%]{display:block}.print-container[_ngcontent-%COMP%]{width:210mm;background:#fff;margin:0 auto} .pdf-preview{padding:0!important;background:#fff!important} .pagedjs_pages{background:#fff} .pagedjs_page{margin-bottom:0!important;box-shadow:none!important}"]})};var QA=[{path:"",component:Tc},{path:"print",component:kc}];var KA={providers:[ES({eventCoalescing:!0}),TC(QA)]};var Ac=class e{title="frontend";static \u0275fac=function(n){return new(n||e)};static \u0275cmp=pe({type:e,selectors:[["app-root"]],standalone:!0,features:[fe],decls:1,vars:0,template:function(n,r){n&1&&ne(0,"router-outlet")},dependencies:[Jf],styles:["[_nghost-%COMP%]{display:block;height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}"]})};US(Ac,KA).catch(e=>console.error(e));