@digimakers/cli 0.3.34 → 0.3.35

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 tM=Object.create;var Lc=Object.defineProperty,nM=Object.defineProperties,rM=Object.getOwnPropertyDescriptor,iM=Object.getOwnPropertyDescriptors,oM=Object.getOwnPropertyNames,zg=Object.getOwnPropertySymbols,sM=Object.getPrototypeOf,qg=Object.prototype.hasOwnProperty,aM=Object.prototype.propertyIsEnumerable;var lM=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e);var Vg=(e,t,n)=>t in e?Lc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,A=(e,t)=>{for(var n in t||={})qg.call(t,n)&&Vg(e,n,t[n]);if(zg)for(var n of zg(t))aM.call(t,n)&&Vg(e,n,t[n]);return e},re=(e,t)=>nM(e,iM(t));var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var uM=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oM(t))!qg.call(e,i)&&i!==n&&Lc(e,i,{get:()=>t[i],enumerable:!(r=rM(t,i))||r.enumerable});return e};var ye=(e,t,n)=>(n=e!=null?tM(sM(e)):{},uM(t||!e||!e.__esModule?Lc(n,"default",{value:e,enumerable:!0}):n,e));var fe=(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},Wg=(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[lM("asyncIterator")]=()=>o,i("next"),i("throw"),i("return"),o};var KC=b((JZ,Xl)=>{"use strict";var qj=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(D,x){v[x]=h(D,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 D in S)if(S.hasOwnProperty(D)){if(D==y)for(var x in m)m.hasOwnProperty(x)&&(C[x]=m[x]);m.hasOwnProperty(D)||(C[D]=S[D])}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 D in y)if(y.hasOwnProperty(D)){m.call(y,D,y[D],v||D);var x=y[D],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,D,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 D=h.textContent,x={element:h,language:v,grammar:S,code:D};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 D="";for(var x in S.attributes)D+=" "+x+'="'+(S.attributes[x]||"").replace(/"/g,"&quot;")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+D+">"+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 D in m)if(!(!m.hasOwnProperty(D)||!m[D])){var x=m[D];x=Array.isArray(x)?x:[x];for(var W=0;W<x.length;++W){if(C&&C.cause==D+","+W)return;var U=x[W],ae=U.inside,Le=!!U.lookbehind,Ne=!!U.greedy,Ae=U.alias;if(Ne&&!U.pattern.global){var Ue=U.pattern.toString().match(/[imsuy]*$/)[0];U.pattern=RegExp(U.pattern.source,Ue+"g")}for(var je=U.pattern||U,oe=v.next,ve=S;oe!==y.tail&&!(C&&ve>=C.reach);ve+=oe.value.length,oe=oe.next){var Rt=oe.value;if(y.length>h.length)return;if(!(Rt instanceof o)){var tr=1,at;if(Ne){if(at=s(je,ve,h,Le),!at||at.index>=h.length)break;var qs=at.index,Nc=at.index+at[0].length,Zt=ve;for(Zt+=oe.value.length;qs>=Zt;)oe=oe.next,Zt+=oe.value.length;if(Zt-=oe.value.length,ve=Zt,oe.value instanceof o)continue;for(var so=oe;so!==y.tail&&(Zt<Nc||typeof so.value=="string");so=so.next)tr++,Zt+=so.value.length;tr--,Rt=h.slice(ve,Zt),at.index-=ve}else if(at=s(je,0,Rt,Le),!at)continue;var qs=at.index,Ws=at[0],Rc=Rt.slice(0,qs),Bg=Rt.slice(qs+Ws.length),Pc=ve+Rt.length;C&&Pc>C.reach&&(C.reach=Pc);var Us=oe.prev;Rc&&(Us=u(y,Us,Rc),ve+=Rc.length),c(y,Us,tr);var eM=new o(D,ae?i.tokenize(Ws,ae):Ws,Ae,Ws);if(oe=u(y,Us,eM),Bg&&u(y,oe,Bg),tr>1){var Fc={cause:D+","+W,reach:Pc};a(h,y,m,oe.prev,ve,Fc),C&&Fc.reach>C.reach&&(C.reach=Fc.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}(qj);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 D=S.split(/\r\n?|\n/g),x=C[0],W=C[1]==null?D.length:C[1];x<0&&(x+=D.length),x=Math.max(0,Math.min(x-1,D.length)),W<0&&(W+=D.length),W=Math.max(0,Math.min(W,D.length)),S=D.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 gh=b((p7,cx)=>{"use strict";var oB=void 0;cx.exports=function(e){return e!==oB&&e!==null}});var px=b((f7,dx)=>{"use strict";var sB=gh(),aB={object:!0,function:!0,undefined:!0};dx.exports=function(e){return sB(e)?hasOwnProperty.call(aB,typeof e):!1}});var hx=b((h7,fx)=>{"use strict";var lB=px();fx.exports=function(e){if(!lB(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch{return!1}}});var gx=b((m7,mx)=>{"use strict";var uB=hx();mx.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!uB(e)}});var vx=b((g7,yx)=>{"use strict";var cB=gx(),dB=/^\s*class[\s{/}]/,pB=Function.prototype.toString;yx.exports=function(e){return!(!cB(e)||dB.test(pB.call(e)))}});var Sx=b((y7,bx)=>{"use strict";bx.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 xx=b((v7,Cx)=>{"use strict";Cx.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}});var Ex=b((b7,wx)=>{"use strict";wx.exports=function(){}});var Pi=b((S7,Dx)=>{"use strict";var fB=Ex()();Dx.exports=function(e){return e!==fB&&e!==null}});var Ix=b((C7,Ax)=>{"use strict";var hB=Pi(),mB=Object.keys;Ax.exports=function(e){return mB(hB(e)?Object(e):e)}});var kx=b((x7,Tx)=>{"use strict";Tx.exports=xx()()?Object.keys:Ix()});var gu=b((w7,_x)=>{"use strict";var gB=Pi();_x.exports=function(e){if(!gB(e))throw new TypeError("Cannot use null or undefined");return e}});var Ox=b((E7,Mx)=>{"use strict";var yB=kx(),vB=gu(),bB=Math.max;Mx.exports=function(e,t){var n,r,i=bB(arguments.length,2),o;for(e=Object(vB(e)),o=function(s){try{e[s]=t[s]}catch(a){n||(n=a)}},r=1;r<i;++r)t=arguments[r],yB(t).forEach(o);if(n!==void 0)throw n;return e}});var Rx=b((D7,Nx)=>{"use strict";Nx.exports=Sx()()?Object.assign:Ox()});var Fx=b((A7,Px)=>{"use strict";var SB=Pi(),CB=Array.prototype.forEach,xB=Object.create,wB=function(e,t){var n;for(n in e)t[n]=e[n]};Px.exports=function(e){var t=xB(null);return CB.call(arguments,function(n){SB(n)&&wB(Object(n),t)}),t}});var jx=b((I7,Lx)=>{"use strict";var yh="razdwatrzy";Lx.exports=function(){return typeof yh.contains!="function"?!1:yh.contains("dwa")===!0&&yh.contains("foo")===!1}});var zx=b((T7,Bx)=>{"use strict";var EB=String.prototype.indexOf;Bx.exports=function(e){return EB.call(this,e,arguments[1])>-1}});var qx=b((k7,Vx)=>{"use strict";Vx.exports=jx()()?String.prototype.contains:zx()});var Ir=b((_7,Gx)=>{"use strict";var yu=gh(),Wx=vx(),Ux=Rx(),Hx=Fx(),ds=qx(),DB=Gx.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],yu(e)?(n=ds.call(e,"c"),r=ds.call(e,"e"),i=ds.call(e,"w")):(n=i=!0,r=!1),s={value:t,configurable:n,enumerable:r,writable:i},o?Ux(Hx(o),s):s};DB.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],yu(t)?Wx(t)?yu(n)?Wx(n)||(o=n,n=void 0):n=void 0:(o=t,t=n=void 0):t=void 0,yu(e)?(r=ds.call(e,"c"),i=ds.call(e,"e")):(r=!0,i=!1),s={get:t,set:n,configurable:r,enumerable:i},o?Ux(Hx(o),s):s}});var vh=b((M7,Yx)=>{"use strict";Yx.exports=function(e){if(typeof e!="function")throw new TypeError(e+" is not a function");return e}});var Yn=b((Ih,Jx)=>{"use strict";var vu=Ir(),xh=vh(),Ch=Function.prototype.apply,bh=Function.prototype.call,Zx=Object.create,AB=Object.defineProperty,Qx=Object.defineProperties,wh=Object.prototype.hasOwnProperty,Sh={configurable:!0,enumerable:!1,writable:!0},bu,Eh,Su,Dh,Kx,Ah,$x;bu=function(e,t){var n;return xh(t),wh.call(this,"__ee__")?n=this.__ee__:(n=Sh.value=Zx(null),AB(this,"__ee__",Sh),Sh.value=null),n[e]?typeof n[e]=="object"?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this};Eh=function(e,t){var n,r;return xh(t),r=this,bu.call(this,e,n=function(){Su.call(r,e,n),Ch.call(t,this,arguments)}),n.__eeOnceListener__=t,this};Su=function(e,t){var n,r,i,o;if(xh(t),!wh.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};Dh=function(e){var t,n,r,i,o;if(wh.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)Ch.call(r,this,o)}else switch(arguments.length){case 1:bh.call(i,this);break;case 2:bh.call(i,this,arguments[1]);break;case 3:bh.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];Ch.call(i,this,o)}};Kx={on:bu,once:Eh,off:Su,emit:Dh};Ah={on:vu(bu),once:vu(Eh),off:vu(Su),emit:vu(Dh)};$x=Qx({},Ah);Jx.exports=Ih=function(e){return e==null?Zx($x):Qx(Object(e),Ah)};Ih.methods=Kx});var Tr=b((tQ,sw)=>{"use strict";function xn(e){return{prev:null,next:null,data:e}}function Li(e,t,n){var r;return Fi!==null?(r=Fi,Fi=Fi.cursor,r.prev=t,r.next=n,r.cursor=e.cursor):r={prev:t,next:n,cursor:e.cursor},e.cursor=r,r}function ji(e){var t=e.cursor;e.cursor=t.cursor,t.prev=null,t.next=null,t.cursor=Fi,Fi=t}var Fi=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);ji(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);ji(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 ji(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 ji(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)););ji(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)););ji(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)};sw.exports=z});var Du=b((nQ,aw)=>{"use strict";aw.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 Rh=b((rQ,dw)=>{"use strict";var kB=Du(),Nh=100,lw=60,uw=" ";function cw(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 tM=Object.create;var Lc=Object.defineProperty,nM=Object.defineProperties,rM=Object.getOwnPropertyDescriptor,iM=Object.getOwnPropertyDescriptors,oM=Object.getOwnPropertyNames,zg=Object.getOwnPropertySymbols,sM=Object.getPrototypeOf,qg=Object.prototype.hasOwnProperty,aM=Object.prototype.propertyIsEnumerable;var lM=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e);var Vg=(e,t,n)=>t in e?Lc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,A=(e,t)=>{for(var n in t||={})qg.call(t,n)&&Vg(e,n,t[n]);if(zg)for(var n of zg(t))aM.call(t,n)&&Vg(e,n,t[n]);return e},te=(e,t)=>nM(e,iM(t));var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var uM=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oM(t))!qg.call(e,i)&&i!==n&&Lc(e,i,{get:()=>t[i],enumerable:!(r=rM(t,i))||r.enumerable});return e};var ge=(e,t,n)=>(n=e!=null?tM(sM(e)):{},uM(t||!e||!e.__esModule?Lc(n,"default",{value:e,enumerable:!0}):n,e));var fe=(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},Wg=(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[lM("asyncIterator")]=()=>o,i("next"),i("throw"),i("return"),o};var KC=b((KZ,Xl)=>{"use strict";var qj=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(D,x){v[x]=h(D,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 D in S)if(S.hasOwnProperty(D)){if(D==y)for(var x in m)m.hasOwnProperty(x)&&(C[x]=m[x]);m.hasOwnProperty(D)||(C[D]=S[D])}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 D in y)if(y.hasOwnProperty(D)){m.call(y,D,y[D],v||D);var x=y[D],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,D,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 D=h.textContent,x={element:h,language:v,grammar:S,code:D};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 D="";for(var x in S.attributes)D+=" "+x+'="'+(S.attributes[x]||"").replace(/"/g,"&quot;")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+D+">"+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 D in m)if(!(!m.hasOwnProperty(D)||!m[D])){var x=m[D];x=Array.isArray(x)?x:[x];for(var W=0;W<x.length;++W){if(C&&C.cause==D+","+W)return;var U=x[W],ae=U.inside,Le=!!U.lookbehind,Oe=!!U.greedy,De=U.alias;if(Oe&&!U.pattern.global){var Ue=U.pattern.toString().match(/[imsuy]*$/)[0];U.pattern=RegExp(U.pattern.source,Ue+"g")}for(var je=U.pattern||U,ie=v.next,ye=S;ie!==y.tail&&!(C&&ye>=C.reach);ye+=ie.value.length,ie=ie.next){var Rt=ie.value;if(y.length>h.length)return;if(!(Rt instanceof o)){var tr=1,st;if(Oe){if(st=s(je,ye,h,Le),!st||st.index>=h.length)break;var qs=st.index,Nc=st.index+st[0].length,Zt=ye;for(Zt+=ie.value.length;qs>=Zt;)ie=ie.next,Zt+=ie.value.length;if(Zt-=ie.value.length,ye=Zt,ie.value instanceof o)continue;for(var so=ie;so!==y.tail&&(Zt<Nc||typeof so.value=="string");so=so.next)tr++,Zt+=so.value.length;tr--,Rt=h.slice(ye,Zt),st.index-=ye}else if(st=s(je,0,Rt,Le),!st)continue;var qs=st.index,Ws=st[0],Rc=Rt.slice(0,qs),Bg=Rt.slice(qs+Ws.length),Pc=ye+Rt.length;C&&Pc>C.reach&&(C.reach=Pc);var Us=ie.prev;Rc&&(Us=u(y,Us,Rc),ye+=Rc.length),c(y,Us,tr);var eM=new o(D,ae?i.tokenize(Ws,ae):Ws,De,Ws);if(ie=u(y,Us,eM),Bg&&u(y,ie,Bg),tr>1){var Fc={cause:D+","+W,reach:Pc};a(h,y,m,ie.prev,ye,Fc),C&&Fc.reach>C.reach&&(C.reach=Fc.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}(qj);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 D=S.split(/\r\n?|\n/g),x=C[0],W=C[1]==null?D.length:C[1];x<0&&(x+=D.length),x=Math.max(0,Math.min(x-1,D.length)),W<0&&(W+=D.length),W=Math.max(0,Math.min(W,D.length)),S=D.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 gh=b((c7,cx)=>{"use strict";var oB=void 0;cx.exports=function(e){return e!==oB&&e!==null}});var px=b((d7,dx)=>{"use strict";var sB=gh(),aB={object:!0,function:!0,undefined:!0};dx.exports=function(e){return sB(e)?hasOwnProperty.call(aB,typeof e):!1}});var hx=b((p7,fx)=>{"use strict";var lB=px();fx.exports=function(e){if(!lB(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch{return!1}}});var gx=b((f7,mx)=>{"use strict";var uB=hx();mx.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!uB(e)}});var vx=b((h7,yx)=>{"use strict";var cB=gx(),dB=/^\s*class[\s{/}]/,pB=Function.prototype.toString;yx.exports=function(e){return!(!cB(e)||dB.test(pB.call(e)))}});var Sx=b((m7,bx)=>{"use strict";bx.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 xx=b((g7,Cx)=>{"use strict";Cx.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}});var Ex=b((y7,wx)=>{"use strict";wx.exports=function(){}});var Pi=b((v7,Dx)=>{"use strict";var fB=Ex()();Dx.exports=function(e){return e!==fB&&e!==null}});var Ix=b((b7,Ax)=>{"use strict";var hB=Pi(),mB=Object.keys;Ax.exports=function(e){return mB(hB(e)?Object(e):e)}});var kx=b((S7,Tx)=>{"use strict";Tx.exports=xx()()?Object.keys:Ix()});var gu=b((C7,_x)=>{"use strict";var gB=Pi();_x.exports=function(e){if(!gB(e))throw new TypeError("Cannot use null or undefined");return e}});var Ox=b((x7,Mx)=>{"use strict";var yB=kx(),vB=gu(),bB=Math.max;Mx.exports=function(e,t){var n,r,i=bB(arguments.length,2),o;for(e=Object(vB(e)),o=function(s){try{e[s]=t[s]}catch(a){n||(n=a)}},r=1;r<i;++r)t=arguments[r],yB(t).forEach(o);if(n!==void 0)throw n;return e}});var Rx=b((w7,Nx)=>{"use strict";Nx.exports=Sx()()?Object.assign:Ox()});var Fx=b((E7,Px)=>{"use strict";var SB=Pi(),CB=Array.prototype.forEach,xB=Object.create,wB=function(e,t){var n;for(n in e)t[n]=e[n]};Px.exports=function(e){var t=xB(null);return CB.call(arguments,function(n){SB(n)&&wB(Object(n),t)}),t}});var jx=b((D7,Lx)=>{"use strict";var yh="razdwatrzy";Lx.exports=function(){return typeof yh.contains!="function"?!1:yh.contains("dwa")===!0&&yh.contains("foo")===!1}});var zx=b((A7,Bx)=>{"use strict";var EB=String.prototype.indexOf;Bx.exports=function(e){return EB.call(this,e,arguments[1])>-1}});var qx=b((I7,Vx)=>{"use strict";Vx.exports=jx()()?String.prototype.contains:zx()});var Ir=b((T7,Gx)=>{"use strict";var yu=gh(),Wx=vx(),Ux=Rx(),Hx=Fx(),ds=qx(),DB=Gx.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],yu(e)?(n=ds.call(e,"c"),r=ds.call(e,"e"),i=ds.call(e,"w")):(n=i=!0,r=!1),s={value:t,configurable:n,enumerable:r,writable:i},o?Ux(Hx(o),s):s};DB.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],yu(t)?Wx(t)?yu(n)?Wx(n)||(o=n,n=void 0):n=void 0:(o=t,t=n=void 0):t=void 0,yu(e)?(r=ds.call(e,"c"),i=ds.call(e,"e")):(r=!0,i=!1),s={get:t,set:n,configurable:r,enumerable:i},o?Ux(Hx(o),s):s}});var vh=b((k7,Yx)=>{"use strict";Yx.exports=function(e){if(typeof e!="function")throw new TypeError(e+" is not a function");return e}});var Yn=b((Ih,Jx)=>{"use strict";var vu=Ir(),xh=vh(),Ch=Function.prototype.apply,bh=Function.prototype.call,Zx=Object.create,AB=Object.defineProperty,Qx=Object.defineProperties,wh=Object.prototype.hasOwnProperty,Sh={configurable:!0,enumerable:!1,writable:!0},bu,Eh,Su,Dh,Kx,Ah,$x;bu=function(e,t){var n;return xh(t),wh.call(this,"__ee__")?n=this.__ee__:(n=Sh.value=Zx(null),AB(this,"__ee__",Sh),Sh.value=null),n[e]?typeof n[e]=="object"?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this};Eh=function(e,t){var n,r;return xh(t),r=this,bu.call(this,e,n=function(){Su.call(r,e,n),Ch.call(t,this,arguments)}),n.__eeOnceListener__=t,this};Su=function(e,t){var n,r,i,o;if(xh(t),!wh.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};Dh=function(e){var t,n,r,i,o;if(wh.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)Ch.call(r,this,o)}else switch(arguments.length){case 1:bh.call(i,this);break;case 2:bh.call(i,this,arguments[1]);break;case 3:bh.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];Ch.call(i,this,o)}};Kx={on:bu,once:Eh,off:Su,emit:Dh};Ah={on:vu(bu),once:vu(Eh),off:vu(Su),emit:vu(Dh)};$x=Qx({},Ah);Jx.exports=Ih=function(e){return e==null?Zx($x):Qx(Object(e),Ah)};Ih.methods=Kx});var Tr=b((X7,sw)=>{"use strict";function xn(e){return{prev:null,next:null,data:e}}function Li(e,t,n){var r;return Fi!==null?(r=Fi,Fi=Fi.cursor,r.prev=t,r.next=n,r.cursor=e.cursor):r={prev:t,next:n,cursor:e.cursor},e.cursor=r,r}function ji(e){var t=e.cursor;e.cursor=t.cursor,t.prev=null,t.next=null,t.cursor=Fi,Fi=t}var Fi=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);ji(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);ji(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 ji(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 ji(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)););ji(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)););ji(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)};sw.exports=z});var Du=b((eQ,aw)=>{"use strict";aw.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 Rh=b((tQ,dw)=>{"use strict";var kB=Du(),Nh=100,lw=60,uw=" ";function cw(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+=(uw.length-1)*(r[i-1].substr(0,o-1).match(/\t/g)||[]).length,o>Nh&&(u=o-lw+3,o=lw-2);for(var c=s;c<=a;c++)c>=0&&c<r.length&&(r[c]=r[c].replace(/\t/g,uw),r[c]=(u>0&&r[c].length>u?"\u2026":"")+r[c].substr(u,Nh-2)+(r[c].length>u+Nh-1?"\u2026":""));return[n(s,i),new Array(o+l+2).join("-")+"^",n(i,a)].filter(Boolean).join(`
5
5
  `)}var _B=function(e,t,n,r,i){var o=kB("SyntaxError",e);return o.source=t,o.offset=n,o.line=r,o.column=i,o.sourceFragment=function(s){return cw(o,isNaN(s)?0:s)},Object.defineProperty(o,"formattedMessage",{get:function(){return"Parse error: "+o.message+`
6
- `+cw(o,2)}}),o.parseError={offset:n,line:r,column:i},o};dw.exports=_B});var ps=b((iQ,pw)=>{"use strict";var Ph={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},MB=Object.keys(Ph).reduce(function(e,t){return e[Ph[t]]=t,e},{});pw.exports={TYPE:Ph,NAME:MB}});var jh=b((oQ,bw)=>{"use strict";var OB=0;function Zn(e){return e>=48&&e<=57}function NB(e){return Zn(e)||e>=65&&e<=70||e>=97&&e<=102}function fw(e){return e>=65&&e<=90}function hw(e){return e>=97&&e<=122}function mw(e){return fw(e)||hw(e)}function gw(e){return e>=128}function fs(e){return mw(e)||gw(e)||e===95}function RB(e){return fs(e)||Zn(e)||e===45}function yw(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 vw(e){return Lh(e)||e===32||e===9}function Fh(e,t){return!(e!==92||Lh(t)||t===OB)}function PB(e,t,n){return e===45?fs(t)||t===45||Fh(t,n):fs(e)?!0:e===92?Fh(e,t):!1}function FB(e,t,n){return e===43||e===45?Zn(t)?2:t===46&&Zn(n)?3:0:e===46?Zn(t)?2:0:Zn(e)?1:0}function LB(e){return e===65279||e===65534?1:0}var kr=new Array(128);kt.Eof=128;kt.WhiteSpace=130;kt.Digit=131;kt.NameStart=132;kt.NonPrintable=133;for(bt=0;bt<kr.length;bt++)switch(!0){case vw(bt):kr[bt]=kt.WhiteSpace;break;case Zn(bt):kr[bt]=kt.Digit;break;case fs(bt):kr[bt]=kt.NameStart;break;case yw(bt):kr[bt]=kt.NonPrintable;break;default:kr[bt]=bt||kt.Eof}var bt;function kt(e){return e<128?kr[e]:kt.NameStart}bw.exports={isDigit:Zn,isHexDigit:NB,isUppercaseLetter:fw,isLowercaseLetter:hw,isLetter:mw,isNonAscii:gw,isNameStart:fs,isName:RB,isNonPrintable:yw,isNewline:Lh,isWhiteSpace:vw,isValidEscape:Fh,isIdentifierStart:PB,isNumberStart:FB,isBOM:LB,charCodeCategory:kt}});var Vi=b((sQ,Dw)=>{"use strict";var zi=jh(),Au=zi.isDigit,Sw=zi.isHexDigit,Cw=zi.isUppercaseLetter,jB=zi.isName,zh=zi.isWhiteSpace,xw=zi.isValidEscape;function Bi(e,t){return t<e.length?e.charCodeAt(t):0}function ww(e,t,n){return n===13&&Bi(e,t+1)===10?2:1}function Ew(e,t,n){var r=e.charCodeAt(t);return Cw(r)&&(r=r|32),r===n}function BB(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(Cw(o)&&(o=o|32),o!==s)return!1}return!0}function zB(e,t){for(;t>=0&&zh(e.charCodeAt(t));t--);return t+1}function VB(e,t){for(;t<e.length&&zh(e.charCodeAt(t));t++);return t}function Bh(e,t){for(;t<e.length&&Au(e.charCodeAt(t));t++);return t}function Vh(e,t){if(t+=2,Sw(Bi(e,t-1))){for(var n=Math.min(e.length,t+5);t<n&&Sw(Bi(e,t));t++);var r=Bi(e,t);zh(r)&&(t+=ww(e,t,r))}return t}function qB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(!jB(n)){if(xw(n,Bi(e,t+1))){t=Vh(e,t)-1;continue}break}}return t}function WB(e,t){var n=e.charCodeAt(t);if((n===43||n===45)&&(n=e.charCodeAt(t+=1)),Au(n)&&(t=Bh(e,t+1),n=e.charCodeAt(t)),n===46&&Au(e.charCodeAt(t+1))&&(n=e.charCodeAt(t+=2),t=Bh(e,t)),Ew(e,t,101)){var r=0;n=e.charCodeAt(t+1),(n===45||n===43)&&(r=1,n=e.charCodeAt(t+2)),Au(n)&&(t=Bh(e,t+1+r+1))}return t}function UB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(n===41){t++;break}xw(n,Bi(e,t+1))&&(t=Vh(e,t))}return t}Dw.exports={consumeEscaped:Vh,consumeName:qB,consumeNumber:WB,consumeBadUrlRemnants:UB,cmpChar:Ew,cmpStr:BB,getNewlineLength:ww,findWhiteSpaceStart:zB,findWhiteSpaceEnd:VB}});var ms=b((aQ,_w)=>{"use strict";var Tw=ps(),hs=Tw.TYPE,HB=Tw.NAME,GB=Vi(),YB=GB.cmpStr,Aw=hs.EOF,Iw=hs.WhiteSpace,ZB=hs.Comment,Ht=16777215,qi=24,kw=function(){this.offsetAndType=null,this.balance=null,this.reset()};kw.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]>>qi:Aw},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?YB(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]>>qi,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)===hs.Delim&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===hs.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]>>qi===Iw;e++,t++);t>0&&this.skip(t)},skipSC:function(){for(;this.tokenType===Iw||this.tokenType===ZB;)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>>qi,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>>qi,this.tokenEnd=e&Ht):(this.tokenIndex=this.tokenCount,this.eof=!0,this.tokenType=Aw,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>>qi;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:HB[t],chunk:this.source.substring(n,r),balance:this.balance[i]}}),e}};_w.exports=kw});var Iu=b((lQ,Mw)=>{"use strict";function QB(e){return e}function KB(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 $B(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 JB(e,t,n,r){var i=e.combinator===" "||r?e.combinator:" "+e.combinator+" ",o=e.terms.map(function(s){return qh(s,t,n,r)}).join(i);return(e.explicit||n)&&(o=(r||o[0]===","?"[":"[ ")+o+(r?"]":" ]")),o}function qh(e,t,n,r){var i;switch(e.type){case"Group":i=JB(e,t,n,r)+(e.disallowEmpty?"!":"");break;case"Multiplier":return qh(e.term,t,n,r)+t(KB(e),e);case"Type":i="<"+e.name+(e.opts?t($B(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)}Mw.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)),qh(e,n,r,i)}});var Wh=b((uQ,Rw)=>{"use strict";var Nw=Du(),XB=Iu(),Ow={offset:0,line:1,column:1};function ez(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=Tu(o||t,"end")||gs(Ow,u),p=gs(c)):(c=Tu(o,"start")||gs(Tu(t,"start")||Ow,u.slice(0,s)),p=Tu(o,"end")||gs(c,u.substr(s,a))),{css:u,mismatchOffset:s,mismatchLength:a,start:c,end:p}}function Tu(e,t){let n=e&&e.loc&&e.loc[t];return n?"line"in n?gs(n):n:null}function gs({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 tz=function(e,t){let n=Nw("SyntaxReferenceError",e+(t?" `"+t+"`":""));return n.reference=t,n},nz=function(e,t,n,r){let i=Nw("SyntaxMatchError",e),{css:o,mismatchOffset:s,mismatchLength:a,start:l,end:u}=ez(r,n);return i.rawMessage=e,i.syntax=t?XB(t):"<generic>",i.css=o,i.mismatchOffset=s,i.mismatchLength=a,i.message=e+`
6
+ `+cw(o,2)}}),o.parseError={offset:n,line:r,column:i},o};dw.exports=_B});var ps=b((nQ,pw)=>{"use strict";var Ph={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},MB=Object.keys(Ph).reduce(function(e,t){return e[Ph[t]]=t,e},{});pw.exports={TYPE:Ph,NAME:MB}});var jh=b((rQ,bw)=>{"use strict";var OB=0;function Zn(e){return e>=48&&e<=57}function NB(e){return Zn(e)||e>=65&&e<=70||e>=97&&e<=102}function fw(e){return e>=65&&e<=90}function hw(e){return e>=97&&e<=122}function mw(e){return fw(e)||hw(e)}function gw(e){return e>=128}function fs(e){return mw(e)||gw(e)||e===95}function RB(e){return fs(e)||Zn(e)||e===45}function yw(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 vw(e){return Lh(e)||e===32||e===9}function Fh(e,t){return!(e!==92||Lh(t)||t===OB)}function PB(e,t,n){return e===45?fs(t)||t===45||Fh(t,n):fs(e)?!0:e===92?Fh(e,t):!1}function FB(e,t,n){return e===43||e===45?Zn(t)?2:t===46&&Zn(n)?3:0:e===46?Zn(t)?2:0:Zn(e)?1:0}function LB(e){return e===65279||e===65534?1:0}var kr=new Array(128);kt.Eof=128;kt.WhiteSpace=130;kt.Digit=131;kt.NameStart=132;kt.NonPrintable=133;for(vt=0;vt<kr.length;vt++)switch(!0){case vw(vt):kr[vt]=kt.WhiteSpace;break;case Zn(vt):kr[vt]=kt.Digit;break;case fs(vt):kr[vt]=kt.NameStart;break;case yw(vt):kr[vt]=kt.NonPrintable;break;default:kr[vt]=vt||kt.Eof}var vt;function kt(e){return e<128?kr[e]:kt.NameStart}bw.exports={isDigit:Zn,isHexDigit:NB,isUppercaseLetter:fw,isLowercaseLetter:hw,isLetter:mw,isNonAscii:gw,isNameStart:fs,isName:RB,isNonPrintable:yw,isNewline:Lh,isWhiteSpace:vw,isValidEscape:Fh,isIdentifierStart:PB,isNumberStart:FB,isBOM:LB,charCodeCategory:kt}});var Vi=b((iQ,Dw)=>{"use strict";var zi=jh(),Au=zi.isDigit,Sw=zi.isHexDigit,Cw=zi.isUppercaseLetter,jB=zi.isName,zh=zi.isWhiteSpace,xw=zi.isValidEscape;function Bi(e,t){return t<e.length?e.charCodeAt(t):0}function ww(e,t,n){return n===13&&Bi(e,t+1)===10?2:1}function Ew(e,t,n){var r=e.charCodeAt(t);return Cw(r)&&(r=r|32),r===n}function BB(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(Cw(o)&&(o=o|32),o!==s)return!1}return!0}function zB(e,t){for(;t>=0&&zh(e.charCodeAt(t));t--);return t+1}function VB(e,t){for(;t<e.length&&zh(e.charCodeAt(t));t++);return t}function Bh(e,t){for(;t<e.length&&Au(e.charCodeAt(t));t++);return t}function Vh(e,t){if(t+=2,Sw(Bi(e,t-1))){for(var n=Math.min(e.length,t+5);t<n&&Sw(Bi(e,t));t++);var r=Bi(e,t);zh(r)&&(t+=ww(e,t,r))}return t}function qB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(!jB(n)){if(xw(n,Bi(e,t+1))){t=Vh(e,t)-1;continue}break}}return t}function WB(e,t){var n=e.charCodeAt(t);if((n===43||n===45)&&(n=e.charCodeAt(t+=1)),Au(n)&&(t=Bh(e,t+1),n=e.charCodeAt(t)),n===46&&Au(e.charCodeAt(t+1))&&(n=e.charCodeAt(t+=2),t=Bh(e,t)),Ew(e,t,101)){var r=0;n=e.charCodeAt(t+1),(n===45||n===43)&&(r=1,n=e.charCodeAt(t+2)),Au(n)&&(t=Bh(e,t+1+r+1))}return t}function UB(e,t){for(;t<e.length;t++){var n=e.charCodeAt(t);if(n===41){t++;break}xw(n,Bi(e,t+1))&&(t=Vh(e,t))}return t}Dw.exports={consumeEscaped:Vh,consumeName:qB,consumeNumber:WB,consumeBadUrlRemnants:UB,cmpChar:Ew,cmpStr:BB,getNewlineLength:ww,findWhiteSpaceStart:zB,findWhiteSpaceEnd:VB}});var ms=b((oQ,_w)=>{"use strict";var Tw=ps(),hs=Tw.TYPE,HB=Tw.NAME,GB=Vi(),YB=GB.cmpStr,Aw=hs.EOF,Iw=hs.WhiteSpace,ZB=hs.Comment,Ht=16777215,qi=24,kw=function(){this.offsetAndType=null,this.balance=null,this.reset()};kw.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]>>qi:Aw},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?YB(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]>>qi,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)===hs.Delim&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===hs.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]>>qi===Iw;e++,t++);t>0&&this.skip(t)},skipSC:function(){for(;this.tokenType===Iw||this.tokenType===ZB;)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>>qi,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>>qi,this.tokenEnd=e&Ht):(this.tokenIndex=this.tokenCount,this.eof=!0,this.tokenType=Aw,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>>qi;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:HB[t],chunk:this.source.substring(n,r),balance:this.balance[i]}}),e}};_w.exports=kw});var Iu=b((sQ,Mw)=>{"use strict";function QB(e){return e}function KB(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 $B(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 JB(e,t,n,r){var i=e.combinator===" "||r?e.combinator:" "+e.combinator+" ",o=e.terms.map(function(s){return qh(s,t,n,r)}).join(i);return(e.explicit||n)&&(o=(r||o[0]===","?"[":"[ ")+o+(r?"]":" ]")),o}function qh(e,t,n,r){var i;switch(e.type){case"Group":i=JB(e,t,n,r)+(e.disallowEmpty?"!":"");break;case"Multiplier":return qh(e.term,t,n,r)+t(KB(e),e);case"Type":i="<"+e.name+(e.opts?t($B(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)}Mw.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)),qh(e,n,r,i)}});var Wh=b((aQ,Rw)=>{"use strict";var Nw=Du(),XB=Iu(),Ow={offset:0,line:1,column:1};function ez(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=Tu(o||t,"end")||gs(Ow,u),p=gs(c)):(c=Tu(o,"start")||gs(Tu(t,"start")||Ow,u.slice(0,s)),p=Tu(o,"end")||gs(c,u.substr(s,a))),{css:u,mismatchOffset:s,mismatchLength:a,start:c,end:p}}function Tu(e,t){let n=e&&e.loc&&e.loc[t];return n?"line"in n?gs(n):n:null}function gs({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 tz=function(e,t){let n=Nw("SyntaxReferenceError",e+(t?" `"+t+"`":""));return n.reference=t,n},nz=function(e,t,n,r){let i=Nw("SyntaxMatchError",e),{css:o,mismatchOffset:s,mismatchLength:a,start:l,end:u}=ez(r,n);return i.rawMessage=e,i.syntax=t?XB(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};Rw.exports={SyntaxReferenceError:tz,SyntaxMatchError:nz}});var Mu=b((cQ,Pw)=>{"use strict";var ku=Object.prototype.hasOwnProperty,Wi=Object.create(null),Ui=Object.create(null),_u=45;function Uh(e,t){return t=t||0,e.length-t>=2&&e.charCodeAt(t)===_u&&e.charCodeAt(t+1)===_u}function Hh(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 rz(e){if(ku.call(Wi,e))return Wi[e];var t=e.toLowerCase();if(ku.call(Wi,t))return Wi[e]=Wi[t];var n=Uh(t,0),r=n?"":Hh(t,0);return Wi[e]=Object.freeze({basename:t.substr(r.length),name:t,vendor:r,prefix:r,custom:n})}function iz(e){if(ku.call(Ui,e))return Ui[e];var t=e,n=e[0];n==="/"?n=e[1]==="/"?"//":"/":n!=="_"&&n!=="*"&&n!=="$"&&n!=="#"&&n!=="+"&&n!=="&"&&(n="");var r=Uh(t,n.length);if(!r&&(t=t.toLowerCase(),ku.call(Ui,t)))return Ui[e]=Ui[t];var i=r?"":Hh(t,n.length),o=t.substr(0,n.length+i.length);return Ui[e]=Object.freeze({basename:t.substr(o.length),name:t.substr(n.length),hack:n,vendor:i,prefix:o,custom:r})}Pw.exports={keyword:rz,property:iz,isCustomProperty:Uh,vendorPrefix:Hh}});var Gh=b((dQ,Fw)=>{"use strict";var oz=16384,sz=typeof Uint32Array<"u"?Uint32Array:Array;Fw.exports=function(t,n){return t===null||t.length<n?new sz(Math.max(n+1024,oz)):t}});var k=b((pQ,qw)=>{"use strict";var az=ms(),Lw=Gh(),Kh=ps(),q=Kh.TYPE,wn=jh(),jw=wn.isNewline,lz=wn.isName,Ou=wn.isValidEscape,Yh=wn.isNumberStart,Zh=wn.isIdentifierStart,_t=wn.charCodeCategory,uz=wn.isBOM,En=Vi(),cz=En.cmpStr,Bw=En.getNewlineLength,Nu=En.findWhiteSpaceEnd,zw=En.consumeEscaped,Ru=En.consumeName,dz=En.consumeNumber,Qh=En.consumeBadUrlRemnants,Vw=16777215,Hi=24;function Pu(e,t){function n(v){return v<a?e.charCodeAt(v):0}function r(){if(d=dz(e,d),Zh(n(d),n(d+1),n(d+2))){m=q.Dimension,d=Ru(e,d);return}if(n(d)===37){m=q.Percentage,d++;return}m=q.Number}function i(){let v=d;if(d=Ru(e,d),cz(e,v,d,"url")&&n(d)===40){if(d=Nu(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(_t(S)){case v:d++;return;case _t.Eof:return;case _t.WhiteSpace:if(jw(S)){d+=Bw(e,d,S),m=q.BadString;return}break;case 92:if(d===e.length-1)break;var C=n(d+1);jw(C)?d+=Bw(e,d+1,C):Ou(S,C)&&(d=zw(e,d)-1);break}}}function s(){for(m=q.Url,d=Nu(e,d);d<e.length;d++){var v=e.charCodeAt(d);switch(_t(v)){case 41:d++;return;case _t.Eof:return;case _t.WhiteSpace:if(d=Nu(e,d),n(d)===41||d>=e.length){d<e.length&&d++;return}d=Qh(e,d),m=q.BadUrl;return;case 34:case 39:case 40:case _t.NonPrintable:d=Qh(e,d),m=q.BadUrl;return;case 92:if(Ou(v,n(d+1))){d=zw(e,d)-1;break}d=Qh(e,d),m=q.BadUrl;return}}}t||(t=new az),e=String(e||"");for(var a=e.length,l=Lw(t.offsetAndType,a+1),u=Lw(t.balance,a+1),c=0,p=uz(n(0)),d=p,f=0,g=0,h=0;d<a;){var y=e.charCodeAt(d),m=0;switch(u[c]=a,_t(y)){case _t.WhiteSpace:m=q.WhiteSpace,d=Nu(e,d+1);break;case 34:o();break;case 35:lz(n(d+1))||Ou(n(d+1),n(d+2))?(m=q.Hash,d=Ru(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:Yh(y,n(d+1),n(d+2))?r():(m=q.Delim,d++);break;case 44:m=q.Comma,d++;break;case 45:Yh(y,n(d+1),n(d+2))?r():n(d+1)===45&&n(d+2)===62?(m=q.CDC,d=d+3):Zh(y,n(d+1),n(d+2))?i():(m=q.Delim,d++);break;case 46:Yh(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:Zh(n(d+1),n(d+2),n(d+3))?(m=q.AtKeyword,d=Ru(e,d+1)):(m=q.Delim,d++);break;case 91:m=q.LeftSquareBracket,d++;break;case 92:Ou(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 _t.Digit:r();break;case _t.NameStart:i();break;case _t.Eof:break;default:m=q.Delim,d++}switch(m){case f:for(h=g&Vw,g=u[h],f=g>>Hi,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<<Hi|c;break;case q.LeftSquareBracket:u[c]=g,f=q.RightSquareBracket,g=f<<Hi|c;break;case q.LeftCurlyBracket:u[c]=g,f=q.RightCurlyBracket,g=f<<Hi|c;break}l[c++]=m<<Hi|d}for(l[c]=q.EOF<<Hi|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){Pu[e]=Kh[e]});Object.keys(wn).forEach(function(e){Pu[e]=wn[e]});Object.keys(En).forEach(function(e){Pu[e]=En[e]});qw.exports=Pu});var Hw=b((fQ,Uw)=>{"use strict";var Ww=k().isDigit,$h=k().cmpChar,Yi=k().TYPE,pz=Yi.Delim,fz=Yi.WhiteSpace,hz=Yi.Comment,Fu=Yi.Ident,em=Yi.Number,mz=Yi.Dimension,vs=43,rn=45,Jh=110,Gi=!0,gz=!1;function tm(e,t){return e!==null&&e.type===pz&&e.value.charCodeAt(0)===t}function ys(e,t,n){for(;e!==null&&(e.type===fz||e.type===hz);)e=n(++t);return t}function Qn(e,t,n,r){if(!e)return 0;var i=e.value.charCodeAt(t);if(i===vs||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=ys(e,t,n);if(e=n(i),e===null)return t;if(e.type!==em)if(tm(e,vs)||tm(e,rn)){if(r=!0,i=ys(n(++i),i,n),e=n(i),e===null&&e.type!==em)return 0}else return t;if(!r){var o=e.value.charCodeAt(0);if(o!==vs&&o!==rn)return 0}return Qn(e,r?0:1,r,i)}Uw.exports=function(t,n){var r=0;if(!t)return 0;if(t.type===em)return Qn(t,0,gz,r);if(t.type===Fu&&t.value.charCodeAt(0)===rn){if(!$h(t.value,1,Jh))return 0;switch(t.value.length){case 2:return Xh(n(++r),r,n);case 3:return t.value.charCodeAt(2)!==rn?0:(r=ys(n(++r),r,n),t=n(r),Qn(t,0,Gi,r));default:return t.value.charCodeAt(2)!==rn?0:Qn(t,3,Gi,r)}}else if(t.type===Fu||tm(t,vs)&&n(r+1).type===Fu){if(t.type!==Fu&&(t=n(++r)),t===null||!$h(t.value,0,Jh))return 0;switch(t.value.length){case 1:return Xh(n(++r),r,n);case 2:return t.value.charCodeAt(1)!==rn?0:(r=ys(n(++r),r,n),t=n(r),Qn(t,0,Gi,r));default:return t.value.charCodeAt(1)!==rn?0:Qn(t,2,Gi,r)}}else if(t.type===mz){for(var i=t.value.charCodeAt(0),o=i===vs||i===rn?1:0,s=o;s<t.value.length&&Ww(t.value.charCodeAt(s));s++);return s===o||!$h(t.value,s,Jh)?0:s+1===t.value.length?Xh(n(++r),r,n):t.value.charCodeAt(s+1)!==rn?0:s+2===t.value.length?(r=ys(n(++r),r,n),t=n(r),Qn(t,0,Gi,r)):Qn(t,s+2,Gi,r)}return 0}});var Jw=b((hQ,$w)=>{"use strict";var yz=k().isHexDigit,vz=k().cmpChar,ju=k().TYPE,Gw=ju.Ident,bz=ju.Delim,Yw=ju.Number,Zw=ju.Dimension,nm=43,Qw=45,Kw=63,Sz=117;function im(e,t){return e!==null&&e.type===bz&&e.value.charCodeAt(0)===t}function rm(e,t){return e.value.charCodeAt(0)===t}function bs(e,t,n){for(var r=t,i=0;r<e.value.length;r++){var o=e.value.charCodeAt(r);if(o===Qw&&n&&i!==0)return bs(e,t+i+1,!1)>0?6:0;if(!yz(o)||++i>6)return 0}return i}function Lu(e,t,n){if(!e)return 0;for(;im(n(t),Kw);){if(++e>6)return 0;t++}return t}$w.exports=function(t,n){var r=0;if(t===null||t.type!==Gw||!vz(t.value,0,Sz)||(t=n(++r),t===null))return 0;if(im(t,nm))return t=n(++r),t===null?0:t.type===Gw?Lu(bs(t,0,!0),++r,n):im(t,Kw)?Lu(1,++r,n):0;if(t.type===Yw){if(!rm(t,nm))return 0;var i=bs(t,1,!0);return i===0?0:(t=n(++r),t===null?r:t.type===Zw||t.type===Yw?!rm(t,Qw)||!bs(t,1,!1)?0:r+1:Lu(i,r,n))}return t.type===Zw&&rm(t,nm)?Lu(bs(t,1,!0),++r,n):0}});var s0=b((mQ,o0)=>{"use strict";var Zi=k(),Cz=Zi.isIdentifierStart,xz=Zi.isHexDigit,e0=Zi.isDigit,wz=Zi.cmpStr,t0=Zi.consumeNumber,P=Zi.TYPE,Ez=Hw(),Dz=Jw(),Az=["unset","initial","inherit"],Iz=["calc(","-moz-calc(","-webkit-calc("],Tz={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},kz={deg:!0,grad:!0,rad:!0,turn:!0},_z={s:!0,ms:!0},Mz={hz:!0,khz:!0},Oz={dpi:!0,dpcm:!0,dppx:!0,x:!0},Nz={fr:!0},Rz={db:!0},Pz={st:!0};function Ss(e,t){return t<e.length?e.charCodeAt(t):0}function om(e,t){return wz(e,0,e.length,t)}function n0(e,t){for(var n=0;n<t.length;n++)if(om(e,t[n]))return!0;return!1}function r0(e,t){return t!==e.length-2?!1:e.charCodeAt(t)===92&&e0(e.charCodeAt(t+1))}function Bu(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 i0(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===P.Function&&n0(t.value,Iz)?i0(t,n):e(t,n,r)}}function ge(e){return function(t){return t===null||t.type!==e?0:1}}function Fz(e){return e=e+"(",function(t,n){return t!==null&&om(t.value,e)?i0(t,n):0}}function Lz(e){if(e===null||e.type!==P.Ident)return 0;var t=e.value.toLowerCase();return n0(t,Az)||om(t,"default")?0:1}function jz(e){return e===null||e.type!==P.Ident||Ss(e.value,0)!==45||Ss(e.value,1)!==45?0:1}function Bz(e){if(e===null||e.type!==P.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(!xz(e.value.charCodeAt(n)))return 0;return 1}function zz(e){return e===null||e.type!==P.Hash||!Cz(Ss(e.value,1),Ss(e.value,2),Ss(e.value,3))?0:1}function Vz(e,t){if(!e)return 0;var n=0,r=0,i=e.index;e:do{switch(e.type){case P.BadString:case P.BadUrl:break e;case P.RightCurlyBracket:case P.RightParenthesis:case P.RightSquareBracket:if(e.balance>e.index||e.balance<i)break e;r--;break;case P.Semicolon:if(r===0)break e;break;case P.Delim:if(e.value==="!"&&r===0)break e;break;case P.Function:case P.LeftParenthesis:case P.LeftSquareBracket:case P.LeftCurlyBracket:r++;break}if(n++,e.balance<=i)break}while(e=t(n));return n}function qz(e,t){if(!e)return 0;var n=e.index,r=0;e:do{switch(e.type){case P.BadString:case P.BadUrl:break e;case P.RightCurlyBracket:case P.RightParenthesis:case P.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!==P.Dimension)return 0;var i=t0(t.value,0);if(e!==null){var o=t.value.indexOf("\\",i),s=o===-1||!r0(t.value,o)?t.value.substr(i):t.value.substring(i,o);if(e.hasOwnProperty(s.toLowerCase())===!1)return 0}return Bu(r,t.value,i)?0:1}}function Wz(e,t,n){return e===null||e.type!==P.Percentage||Bu(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===P.Number&&Number(t.value)===0?1:e(t,n,r)}}function Uz(e,t,n){if(e===null)return 0;var r=t0(e.value,0),i=r===e.value.length;return!i&&!r0(e.value,r)||Bu(n,e.value,r)?0:1}function Hz(e,t,n){if(e===null||e.type!==P.Number)return 0;for(var r=e.value.charCodeAt(0)===43||e.value.charCodeAt(0)===45?1:0;r<e.value.length;r++)if(!e0(e.value.charCodeAt(r)))return 0;return Bu(n,e.value,r)?0:1}o0.exports={"ident-token":ge(P.Ident),"function-token":ge(P.Function),"at-keyword-token":ge(P.AtKeyword),"hash-token":ge(P.Hash),"string-token":ge(P.String),"bad-string-token":ge(P.BadString),"url-token":ge(P.Url),"bad-url-token":ge(P.BadUrl),"delim-token":ge(P.Delim),"number-token":ge(P.Number),"percentage-token":ge(P.Percentage),"dimension-token":ge(P.Dimension),"whitespace-token":ge(P.WhiteSpace),"CDO-token":ge(P.CDO),"CDC-token":ge(P.CDC),"colon-token":ge(P.Colon),"semicolon-token":ge(P.Semicolon),"comma-token":ge(P.Comma),"[-token":ge(P.LeftSquareBracket),"]-token":ge(P.RightSquareBracket),"(-token":ge(P.LeftParenthesis),")-token":ge(P.RightParenthesis),"{-token":ge(P.LeftCurlyBracket),"}-token":ge(P.RightCurlyBracket),string:ge(P.String),ident:ge(P.Ident),"custom-ident":Lz,"custom-property-name":jz,"hex-color":Bz,"id-selector":zz,"an-plus-b":Ez,urange:Dz,"declaration-value":Vz,"any-value":qz,dimension:Mt(Dn(null)),angle:Mt(Dn(kz)),decibel:Mt(Dn(Rz)),frequency:Mt(Dn(Mz)),flex:Mt(Dn(Nz)),length:Mt(Xw(Dn(Tz))),resolution:Mt(Dn(Oz)),semitones:Mt(Dn(Pz)),time:Mt(Dn(_z)),percentage:Mt(Wz),zero:Xw(),number:Mt(Uz),integer:Mt(Hz),"-ms-legacy-expression":Fz("expression")}});var sm=b((gQ,a0)=>{"use strict";var Gz=Du();a0.exports=function(t,n,r){var i=Gz("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};Rw.exports={SyntaxReferenceError:tz,SyntaxMatchError:nz}});var Mu=b((lQ,Pw)=>{"use strict";var ku=Object.prototype.hasOwnProperty,Wi=Object.create(null),Ui=Object.create(null),_u=45;function Uh(e,t){return t=t||0,e.length-t>=2&&e.charCodeAt(t)===_u&&e.charCodeAt(t+1)===_u}function Hh(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 rz(e){if(ku.call(Wi,e))return Wi[e];var t=e.toLowerCase();if(ku.call(Wi,t))return Wi[e]=Wi[t];var n=Uh(t,0),r=n?"":Hh(t,0);return Wi[e]=Object.freeze({basename:t.substr(r.length),name:t,vendor:r,prefix:r,custom:n})}function iz(e){if(ku.call(Ui,e))return Ui[e];var t=e,n=e[0];n==="/"?n=e[1]==="/"?"//":"/":n!=="_"&&n!=="*"&&n!=="$"&&n!=="#"&&n!=="+"&&n!=="&"&&(n="");var r=Uh(t,n.length);if(!r&&(t=t.toLowerCase(),ku.call(Ui,t)))return Ui[e]=Ui[t];var i=r?"":Hh(t,n.length),o=t.substr(0,n.length+i.length);return Ui[e]=Object.freeze({basename:t.substr(o.length),name:t.substr(n.length),hack:n,vendor:i,prefix:o,custom:r})}Pw.exports={keyword:rz,property:iz,isCustomProperty:Uh,vendorPrefix:Hh}});var Gh=b((uQ,Fw)=>{"use strict";var oz=16384,sz=typeof Uint32Array<"u"?Uint32Array:Array;Fw.exports=function(t,n){return t===null||t.length<n?new sz(Math.max(n+1024,oz)):t}});var k=b((cQ,qw)=>{"use strict";var az=ms(),Lw=Gh(),Kh=ps(),q=Kh.TYPE,wn=jh(),jw=wn.isNewline,lz=wn.isName,Ou=wn.isValidEscape,Yh=wn.isNumberStart,Zh=wn.isIdentifierStart,_t=wn.charCodeCategory,uz=wn.isBOM,En=Vi(),cz=En.cmpStr,Bw=En.getNewlineLength,Nu=En.findWhiteSpaceEnd,zw=En.consumeEscaped,Ru=En.consumeName,dz=En.consumeNumber,Qh=En.consumeBadUrlRemnants,Vw=16777215,Hi=24;function Pu(e,t){function n(v){return v<a?e.charCodeAt(v):0}function r(){if(d=dz(e,d),Zh(n(d),n(d+1),n(d+2))){m=q.Dimension,d=Ru(e,d);return}if(n(d)===37){m=q.Percentage,d++;return}m=q.Number}function i(){let v=d;if(d=Ru(e,d),cz(e,v,d,"url")&&n(d)===40){if(d=Nu(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(_t(S)){case v:d++;return;case _t.Eof:return;case _t.WhiteSpace:if(jw(S)){d+=Bw(e,d,S),m=q.BadString;return}break;case 92:if(d===e.length-1)break;var C=n(d+1);jw(C)?d+=Bw(e,d+1,C):Ou(S,C)&&(d=zw(e,d)-1);break}}}function s(){for(m=q.Url,d=Nu(e,d);d<e.length;d++){var v=e.charCodeAt(d);switch(_t(v)){case 41:d++;return;case _t.Eof:return;case _t.WhiteSpace:if(d=Nu(e,d),n(d)===41||d>=e.length){d<e.length&&d++;return}d=Qh(e,d),m=q.BadUrl;return;case 34:case 39:case 40:case _t.NonPrintable:d=Qh(e,d),m=q.BadUrl;return;case 92:if(Ou(v,n(d+1))){d=zw(e,d)-1;break}d=Qh(e,d),m=q.BadUrl;return}}}t||(t=new az),e=String(e||"");for(var a=e.length,l=Lw(t.offsetAndType,a+1),u=Lw(t.balance,a+1),c=0,p=uz(n(0)),d=p,f=0,g=0,h=0;d<a;){var y=e.charCodeAt(d),m=0;switch(u[c]=a,_t(y)){case _t.WhiteSpace:m=q.WhiteSpace,d=Nu(e,d+1);break;case 34:o();break;case 35:lz(n(d+1))||Ou(n(d+1),n(d+2))?(m=q.Hash,d=Ru(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:Yh(y,n(d+1),n(d+2))?r():(m=q.Delim,d++);break;case 44:m=q.Comma,d++;break;case 45:Yh(y,n(d+1),n(d+2))?r():n(d+1)===45&&n(d+2)===62?(m=q.CDC,d=d+3):Zh(y,n(d+1),n(d+2))?i():(m=q.Delim,d++);break;case 46:Yh(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:Zh(n(d+1),n(d+2),n(d+3))?(m=q.AtKeyword,d=Ru(e,d+1)):(m=q.Delim,d++);break;case 91:m=q.LeftSquareBracket,d++;break;case 92:Ou(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 _t.Digit:r();break;case _t.NameStart:i();break;case _t.Eof:break;default:m=q.Delim,d++}switch(m){case f:for(h=g&Vw,g=u[h],f=g>>Hi,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<<Hi|c;break;case q.LeftSquareBracket:u[c]=g,f=q.RightSquareBracket,g=f<<Hi|c;break;case q.LeftCurlyBracket:u[c]=g,f=q.RightCurlyBracket,g=f<<Hi|c;break}l[c++]=m<<Hi|d}for(l[c]=q.EOF<<Hi|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){Pu[e]=Kh[e]});Object.keys(wn).forEach(function(e){Pu[e]=wn[e]});Object.keys(En).forEach(function(e){Pu[e]=En[e]});qw.exports=Pu});var Hw=b((dQ,Uw)=>{"use strict";var Ww=k().isDigit,$h=k().cmpChar,Yi=k().TYPE,pz=Yi.Delim,fz=Yi.WhiteSpace,hz=Yi.Comment,Fu=Yi.Ident,em=Yi.Number,mz=Yi.Dimension,vs=43,rn=45,Jh=110,Gi=!0,gz=!1;function tm(e,t){return e!==null&&e.type===pz&&e.value.charCodeAt(0)===t}function ys(e,t,n){for(;e!==null&&(e.type===fz||e.type===hz);)e=n(++t);return t}function Qn(e,t,n,r){if(!e)return 0;var i=e.value.charCodeAt(t);if(i===vs||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=ys(e,t,n);if(e=n(i),e===null)return t;if(e.type!==em)if(tm(e,vs)||tm(e,rn)){if(r=!0,i=ys(n(++i),i,n),e=n(i),e===null&&e.type!==em)return 0}else return t;if(!r){var o=e.value.charCodeAt(0);if(o!==vs&&o!==rn)return 0}return Qn(e,r?0:1,r,i)}Uw.exports=function(t,n){var r=0;if(!t)return 0;if(t.type===em)return Qn(t,0,gz,r);if(t.type===Fu&&t.value.charCodeAt(0)===rn){if(!$h(t.value,1,Jh))return 0;switch(t.value.length){case 2:return Xh(n(++r),r,n);case 3:return t.value.charCodeAt(2)!==rn?0:(r=ys(n(++r),r,n),t=n(r),Qn(t,0,Gi,r));default:return t.value.charCodeAt(2)!==rn?0:Qn(t,3,Gi,r)}}else if(t.type===Fu||tm(t,vs)&&n(r+1).type===Fu){if(t.type!==Fu&&(t=n(++r)),t===null||!$h(t.value,0,Jh))return 0;switch(t.value.length){case 1:return Xh(n(++r),r,n);case 2:return t.value.charCodeAt(1)!==rn?0:(r=ys(n(++r),r,n),t=n(r),Qn(t,0,Gi,r));default:return t.value.charCodeAt(1)!==rn?0:Qn(t,2,Gi,r)}}else if(t.type===mz){for(var i=t.value.charCodeAt(0),o=i===vs||i===rn?1:0,s=o;s<t.value.length&&Ww(t.value.charCodeAt(s));s++);return s===o||!$h(t.value,s,Jh)?0:s+1===t.value.length?Xh(n(++r),r,n):t.value.charCodeAt(s+1)!==rn?0:s+2===t.value.length?(r=ys(n(++r),r,n),t=n(r),Qn(t,0,Gi,r)):Qn(t,s+2,Gi,r)}return 0}});var Jw=b((pQ,$w)=>{"use strict";var yz=k().isHexDigit,vz=k().cmpChar,ju=k().TYPE,Gw=ju.Ident,bz=ju.Delim,Yw=ju.Number,Zw=ju.Dimension,nm=43,Qw=45,Kw=63,Sz=117;function im(e,t){return e!==null&&e.type===bz&&e.value.charCodeAt(0)===t}function rm(e,t){return e.value.charCodeAt(0)===t}function bs(e,t,n){for(var r=t,i=0;r<e.value.length;r++){var o=e.value.charCodeAt(r);if(o===Qw&&n&&i!==0)return bs(e,t+i+1,!1)>0?6:0;if(!yz(o)||++i>6)return 0}return i}function Lu(e,t,n){if(!e)return 0;for(;im(n(t),Kw);){if(++e>6)return 0;t++}return t}$w.exports=function(t,n){var r=0;if(t===null||t.type!==Gw||!vz(t.value,0,Sz)||(t=n(++r),t===null))return 0;if(im(t,nm))return t=n(++r),t===null?0:t.type===Gw?Lu(bs(t,0,!0),++r,n):im(t,Kw)?Lu(1,++r,n):0;if(t.type===Yw){if(!rm(t,nm))return 0;var i=bs(t,1,!0);return i===0?0:(t=n(++r),t===null?r:t.type===Zw||t.type===Yw?!rm(t,Qw)||!bs(t,1,!1)?0:r+1:Lu(i,r,n))}return t.type===Zw&&rm(t,nm)?Lu(bs(t,1,!0),++r,n):0}});var s0=b((fQ,o0)=>{"use strict";var Zi=k(),Cz=Zi.isIdentifierStart,xz=Zi.isHexDigit,e0=Zi.isDigit,wz=Zi.cmpStr,t0=Zi.consumeNumber,P=Zi.TYPE,Ez=Hw(),Dz=Jw(),Az=["unset","initial","inherit"],Iz=["calc(","-moz-calc(","-webkit-calc("],Tz={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},kz={deg:!0,grad:!0,rad:!0,turn:!0},_z={s:!0,ms:!0},Mz={hz:!0,khz:!0},Oz={dpi:!0,dpcm:!0,dppx:!0,x:!0},Nz={fr:!0},Rz={db:!0},Pz={st:!0};function Ss(e,t){return t<e.length?e.charCodeAt(t):0}function om(e,t){return wz(e,0,e.length,t)}function n0(e,t){for(var n=0;n<t.length;n++)if(om(e,t[n]))return!0;return!1}function r0(e,t){return t!==e.length-2?!1:e.charCodeAt(t)===92&&e0(e.charCodeAt(t+1))}function Bu(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 i0(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===P.Function&&n0(t.value,Iz)?i0(t,n):e(t,n,r)}}function me(e){return function(t){return t===null||t.type!==e?0:1}}function Fz(e){return e=e+"(",function(t,n){return t!==null&&om(t.value,e)?i0(t,n):0}}function Lz(e){if(e===null||e.type!==P.Ident)return 0;var t=e.value.toLowerCase();return n0(t,Az)||om(t,"default")?0:1}function jz(e){return e===null||e.type!==P.Ident||Ss(e.value,0)!==45||Ss(e.value,1)!==45?0:1}function Bz(e){if(e===null||e.type!==P.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(!xz(e.value.charCodeAt(n)))return 0;return 1}function zz(e){return e===null||e.type!==P.Hash||!Cz(Ss(e.value,1),Ss(e.value,2),Ss(e.value,3))?0:1}function Vz(e,t){if(!e)return 0;var n=0,r=0,i=e.index;e:do{switch(e.type){case P.BadString:case P.BadUrl:break e;case P.RightCurlyBracket:case P.RightParenthesis:case P.RightSquareBracket:if(e.balance>e.index||e.balance<i)break e;r--;break;case P.Semicolon:if(r===0)break e;break;case P.Delim:if(e.value==="!"&&r===0)break e;break;case P.Function:case P.LeftParenthesis:case P.LeftSquareBracket:case P.LeftCurlyBracket:r++;break}if(n++,e.balance<=i)break}while(e=t(n));return n}function qz(e,t){if(!e)return 0;var n=e.index,r=0;e:do{switch(e.type){case P.BadString:case P.BadUrl:break e;case P.RightCurlyBracket:case P.RightParenthesis:case P.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!==P.Dimension)return 0;var i=t0(t.value,0);if(e!==null){var o=t.value.indexOf("\\",i),s=o===-1||!r0(t.value,o)?t.value.substr(i):t.value.substring(i,o);if(e.hasOwnProperty(s.toLowerCase())===!1)return 0}return Bu(r,t.value,i)?0:1}}function Wz(e,t,n){return e===null||e.type!==P.Percentage||Bu(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===P.Number&&Number(t.value)===0?1:e(t,n,r)}}function Uz(e,t,n){if(e===null)return 0;var r=t0(e.value,0),i=r===e.value.length;return!i&&!r0(e.value,r)||Bu(n,e.value,r)?0:1}function Hz(e,t,n){if(e===null||e.type!==P.Number)return 0;for(var r=e.value.charCodeAt(0)===43||e.value.charCodeAt(0)===45?1:0;r<e.value.length;r++)if(!e0(e.value.charCodeAt(r)))return 0;return Bu(n,e.value,r)?0:1}o0.exports={"ident-token":me(P.Ident),"function-token":me(P.Function),"at-keyword-token":me(P.AtKeyword),"hash-token":me(P.Hash),"string-token":me(P.String),"bad-string-token":me(P.BadString),"url-token":me(P.Url),"bad-url-token":me(P.BadUrl),"delim-token":me(P.Delim),"number-token":me(P.Number),"percentage-token":me(P.Percentage),"dimension-token":me(P.Dimension),"whitespace-token":me(P.WhiteSpace),"CDO-token":me(P.CDO),"CDC-token":me(P.CDC),"colon-token":me(P.Colon),"semicolon-token":me(P.Semicolon),"comma-token":me(P.Comma),"[-token":me(P.LeftSquareBracket),"]-token":me(P.RightSquareBracket),"(-token":me(P.LeftParenthesis),")-token":me(P.RightParenthesis),"{-token":me(P.LeftCurlyBracket),"}-token":me(P.RightCurlyBracket),string:me(P.String),ident:me(P.Ident),"custom-ident":Lz,"custom-property-name":jz,"hex-color":Bz,"id-selector":zz,"an-plus-b":Ez,urange:Dz,"declaration-value":Vz,"any-value":qz,dimension:Mt(Dn(null)),angle:Mt(Dn(kz)),decibel:Mt(Dn(Rz)),frequency:Mt(Dn(Mz)),flex:Mt(Dn(Nz)),length:Mt(Xw(Dn(Tz))),resolution:Mt(Dn(Oz)),semitones:Mt(Dn(Pz)),time:Mt(Dn(_z)),percentage:Mt(Wz),zero:Xw(),number:Mt(Uz),integer:Mt(Hz),"-ms-legacy-expression":Fz("expression")}});var sm=b((hQ,a0)=>{"use strict";var Gz=Du();a0.exports=function(t,n,r){var i=Gz("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 c0=b((yQ,u0)=>{"use strict";var Yz=sm(),Zz=9,Qz=10,Kz=12,$z=13,Jz=32,l0=function(e){this.str=e,this.pos=0};l0.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!==$z&&t!==Qz&&t!==Kz&&t!==Jz&&t!==Zz)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 Yz(e,this.str,this.pos)}};u0.exports=l0});var Gu=b((vQ,I0)=>{"use strict";var Xz=c0(),eV=9,tV=10,nV=12,rV=13,iV=32,v0=33,b0=35,d0=38,zu=39,S0=40,oV=41,C0=42,x0=43,um=44,p0=45,cm=60,w0=62,E0=63,sV=64,Uu=91,dm=93,Vu=123,f0=124,h0=125,m0=8734,lm=aV(function(e){return/[a-zA-Z0-9\-]/.test(e)}),g0={" ":1,"&&":2,"||":3,"|":4};function aV(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 qu(e){return e.substringToPos(e.findWsEnd(e.pos))}function Hu(e){for(var t=e.pos;t<e.str.length;t++){var n=e.str.charCodeAt(t);if(n>=128||lm[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 lV(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 y0(e){var t=null,n=null;return e.eat(Vu),t=Wu(e),e.charCode()===um?(e.pos++,e.charCode()!==h0&&(n=Wu(e))):n=t,e.eat(h0),{min:Number(t),max:n?Number(n):0}}function uV(e){var t=null,n=!1;switch(e.charCode()){case C0:e.pos++,t={min:0,max:0};break;case x0:e.pos++,t={min:1,max:0};break;case E0:e.pos++,t={min:0,max:1};break;case b0:e.pos++,n=!0,e.charCode()===Vu?t=y0(e):t={min:1,max:0};break;case Vu:t=y0(e);break;default:return null}return{type:"Multiplier",comma:n,min:t.min,max:t.max,term:null}}function Cs(e,t){var n=uV(e);return n!==null?(n.term=t,n):t}function am(e){var t=e.peek();return t===""?null:{type:"Token",value:t}}function cV(e){var t;return e.eat(cm),e.eat(zu),t=Hu(e),e.eat(zu),e.eat(w0),Cs(e,{type:"Property",name:t})}function dV(e){var t=null,n=null,r=1;return e.eat(Uu),e.charCode()===p0&&(e.peek(),r=-1),r==-1&&e.charCode()===m0?e.peek():t=r*Number(Wu(e)),qu(e),e.eat(um),qu(e),e.charCode()===m0?e.peek():(r=1,e.charCode()===p0&&(e.peek(),r=-1),n=r*Number(Wu(e))),e.eat(dm),t===null&&n===null?null:{type:"Range",min:t,max:n}}function pV(e){var t,n=null;return e.eat(cm),t=Hu(e),e.charCode()===S0&&e.nextCharCode()===oV&&(e.pos+=2,t+="()"),e.charCodeAt(e.findWsEnd(e.pos))===Uu&&(qu(e),n=dV(e)),e.eat(w0),Cs(e,{type:"Type",name:t,opts:n})}function fV(e){var t;return t=Hu(e),e.charCode()===S0?(e.pos++,{type:"Function",name:t}):Cs(e,{type:"Keyword",name:t})}function hV(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 g0[a]-g0[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 D0(e){for(var t=[],n={},r,i=null,o=e.pos;r=gV(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:hV(t,n)||" ",disallowEmpty:!1,explicit:!1}}function mV(e){var t;return e.eat(Uu),t=D0(e),e.eat(dm),t.explicit=!0,e.charCode()===v0&&(e.pos++,t.disallowEmpty=!0),t}function gV(e){var t=e.charCode();if(t<128&&lm[t]===1)return fV(e);switch(t){case dm:break;case Uu:return Cs(e,mV(e));case cm:return e.nextCharCode()===zu?cV(e):pV(e);case f0:return{type:"Combinator",value:e.substringToPos(e.nextCharCode()===f0?e.pos+2:e.pos+1)};case d0:return e.pos++,e.eat(d0),{type:"Combinator",value:"&&"};case um:return e.pos++,{type:"Comma"};case zu:return Cs(e,{type:"String",value:lV(e)});case iV:case eV:case tV:case rV:case nV:return{type:"Spaces",value:qu(e)};case sV:return t=e.nextCharCode(),t<128&&lm[t]===1?(e.pos++,{type:"AtKeyword",name:Hu(e)}):am(e);case C0:case x0:case E0:case b0:case v0:break;case Vu:if(t=e.nextCharCode(),t<48||t>57)return am(e);break;default:return am(e)}}function A0(e){var t=new Xz(e),n=D0(t);return t.pos!==e.length&&t.error("Unexpected input"),n.terms.length===1&&n.terms[0].type==="Group"&&(n=n.terms[0]),n}A0("[a&&<b>#|<'c'>*||e() f{2} /,(% g#{1,2} h{2,})]!");I0.exports=A0});var pm=b((bQ,k0)=>{"use strict";var xs=function(){};function T0(e){return typeof e=="function"?e:xs}k0.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=xs,o=xs;if(typeof t=="function"?i=t:t&&(i=T0(t.enter),o=T0(t.leave)),i===xs&&o===xs)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");r(e,n)}});var O0=b((SQ,M0)=>{"use strict";var yV=k(),vV=ms(),An=new vV,bV={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(yV(e,An);!An.eof;){if(t)for(;i<t.length&&r+t[i].len<=An.tokenStart;)r+=t[i++].len,o=t[i].node;n.push({type:An.tokenType,value:An.getTokenValue(),index:An.tokenIndex,balance:An.balance[An.tokenIndex],node:o}),An.next()}return n}M0.exports=function(e,t){return typeof e=="string"?_0(e,null):t.generate(e,bV)}});var gm=b((CQ,P0)=>{"use strict";var SV=Gu(),Te={type:"Match"},st={type:"Mismatch"},hm={type:"DisallowEmpty"},CV=40,xV=41;function Qe(e,t,n){return t===Te&&n===st||e===Te&&t===Te&&n===Te?e:(e.type==="If"&&e.else===st&&t===Te&&(t=e.then,e=e.match),{type:"If",match:e,then:t,else:n})}function R0(e){return e.length>2&&e.charCodeAt(e.length-2)===CV&&e.charCodeAt(e.length-1)===xV}function N0(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&R0(e.name)}function fm(e,t,n){switch(e){case" ":for(var l=Te,r=t.length-1;r>=0;r--){var i=t[r];l=Qe(i,l,st)}return l;case"|":for(var l=st,o=null,r=t.length-1;r>=0;r--){var i=t[r];if(N0(i)&&(o===null&&r>0&&N0(t[r-1])&&(o=Object.create(null),l=Qe({type:"Enum",map:o},Te,l)),o!==null)){var s=(R0(i.name)?i.name.slice(0,-1):i.name).toLowerCase();if(!(s in o)){o[s]=i;continue}}o=null,l=Qe(i,Te,l)}return l;case"&&":if(t.length>5)return{type:"MatchOnce",terms:t,all:!0};for(var l=st,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=fm(e,t.filter(function(p){return p!==i}),!1):a=Te,l=Qe(i,a,l)}return l;case"||":if(t.length>5)return{type:"MatchOnce",terms:t,all:!1};for(var l=n?Te:st,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=fm(e,t.filter(function(d){return d!==i}),!0):a=Te,l=Qe(i,a,l)}return l}}function wV(e){var t=Te,n=mm(e.term);if(e.max===0)n=Qe(n,hm,st),t=Qe(n,null,st),t.then=Qe(Te,Te,t),e.comma&&(t.then.else=Qe({type:"Comma",syntax:e},t,st));else for(var r=e.min||1;r<=e.max;r++)e.comma&&t!==Te&&(t=Qe({type:"Comma",syntax:e},t,st)),t=Qe(n,Qe(Te,Te,t),st);if(e.min===0)t=Qe(Te,Te,t);else for(var r=0;r<e.min-1;r++)e.comma&&t!==Te&&(t=Qe({type:"Comma",syntax:e},t,st)),t=Qe(n,t,st);return t}function mm(e){if(typeof e=="function")return{type:"Generic",fn:e};switch(e.type){case"Group":var t=fm(e.combinator,e.terms.map(mm),!1);return e.disallowEmpty&&(t=Qe(t,hm,st)),t;case"Multiplier":return wV(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)}}P0.exports={MATCH:Te,MISMATCH:st,DISALLOW_EMPTY:hm,buildMatchGraph:function(e,t){return typeof e=="string"&&(e=SV(e)),{type:"MatchGraph",match:mm(e),syntax:t||null,source:e}}}});var G0=b((xQ,H0)=>{"use strict";var F0=Object.prototype.hasOwnProperty,vm=gm(),Gt=vm.MATCH,ct=vm.MISMATCH,EV=vm.DISALLOW_EMPTY,dt=ps().TYPE,V0=0,DV=1,Yu=2,bm=3,L0="Match",AV="Mismatch",IV="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",j0=15e3,q0=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 ym(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 TV(e){return e.type!==dt.Delim?!1:e.value!=="?"}function B0(e){return e===null?!0:e.type===dt.Comma||e.type===dt.Function||e.type===dt.LeftParenthesis||e.type===dt.LeftSquareBracket||e.type===dt.LeftCurlyBracket||TV(e)}function z0(e){return e===null?!0:e.type===dt.RightParenthesis||e.type===dt.RightSquareBracket||e.type===dt.RightCurlyBracket||e.type===dt.Delim}function U0(e,t,n){function r(){do v++,m=v<e.length?e[v]:null;while(m!==null&&(m.type===dt.WhiteSpace||m.type===dt.Comment))}function i(oe){var ve=v+oe;return ve<e.length?e[ve]:null}function o(oe,ve){return{nextState:oe,matchStack:C,syntaxStack:p,thenStack:d,tokenIndex:v,prev:ve}}function s(oe){d={nextState:oe,matchStack:C,syntaxStack:p,prev:d}}function a(oe){f=o(oe,f)}function l(){C={type:DV,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:Yu,syntax:t.syntax,token:C.token,prev:C}}function c(){C.type===Yu?C=C.prev:C={type:bm,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<j0;)switch(t.type){case"Match":if(d===null){if(m!==null&&(v!==e.length-1||m.value!=="\\0"&&m.value!=="\\9")){t=ct;break}y=L0;break}if(t=d.nextState,t===EV)if(d.matchStack===C){t=ct;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=AV;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!==ct&&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 D=t.syntax.terms;if(t.index===D.length){if(t.mask===0||t.syntax.all){t=ct;break}t=Gt;break}if(t.mask===(1<<D.length)-1){t=Gt;break}for(;t.index<D.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=D[t.index++];break}}break;case"AddMatchOnce":t={type:"MatchOnceBuffer",syntax:t.syntax,index:0,mask:t.mask};break;case"Enum":if(m!==null){var Ae=m.value.toLowerCase();if(Ae.indexOf("\\")!==-1&&(Ae=Ae.replace(/\\[09].*$/,"")),F0.call(t.map,Ae)){t=t.map[Ae];break}}t=ct;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=Gt}else t=ct;break;case"Type":case"Property":var ae=t.type==="Type"?"types":"properties",Le=F0.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 Ne=t.name==="custom-ident"&&m.type===dt.Ident||t.name==="length"&&m.value==="0";if(Ne){g===null&&(g=o(t,f)),t=ct;break}}u(),t=Le.match;break;case"Keyword":var Ae=t.name;if(m!==null){var Ue=m.value;if(Ue.indexOf("\\")!==-1&&(Ue=Ue.replace(/\\[09].*$/,"")),ym(Ue,Ae)){l(),t=Gt;break}}t=ct;break;case"AtKeyword":case"Function":if(m!==null&&ym(m.value,t.name)){l(),t=Gt;break}t=ct;break;case"Token":if(m!==null&&m.value===t.value){l(),t=Gt;break}t=ct;break;case"Comma":m!==null&&m.type===dt.Comma?B0(C.token)?t=ct:(l(),t=z0(m)?ct:Gt):t=B0(C.token)||z0(m)?Gt:ct;break;case"String":for(var je="",U=v;U<e.length&&je.length<t.value.length;U++)je+=e[U].value;if(ym(je,t.value)){for(;v<U;)l();t=Gt}else t=ct;break;default:throw new Error("Unknown node type: "+t.type)}switch(q0+=h,y){case null:console.warn("[csstree-match] BREAK after "+j0+" iterations"),y=IV,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 kV(e,t,n){var r=U0(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 Yu:case bm: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 _V(e,t,n){var r=U0(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 Yu:o.match.push(o={syntax:i.syntax,match:[]}),s.push(o);break;case bm: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}H0.exports={matchAsList:kV,matchAsTree:_V,getTotalIterationCount:function(){return q0}}});var Q0=b((wQ,Z0)=>{"use strict";function Y0(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 Sm(e,t,n){var r=Y0.call(e,t);return r===null?!1:r.some(n)}function MV(e,t){return Sm(this,e,function(n){return n.type==="Type"&&n.name===t})}function OV(e,t){return Sm(this,e,function(n){return n.type==="Property"&&n.name===t})}function NV(e){return Sm(this,e,function(t){return t.type==="Keyword"})}Z0.exports={getTrace:Y0,isType:MV,isProperty:OV,isKeyword:NV}});var X0=b((EQ,J0)=>{"use strict";var RV=Tr();function K0(e){return"node"in e?e.node:K0(e.match[0])}function $0(e){return"node"in e?e.node:$0(e.match[e.match.length-1])}function PV(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=$0(a);e.syntax.walk(t,function(c,p,d){if(c===l){var f=new RV;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}J0.exports={matchFragments:PV}});var nE=b((DQ,tE)=>{"use strict";var FV=Tr(),ws=Object.prototype.hasOwnProperty;function Cm(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function eE(e){return!!e&&Cm(e.offset)&&Cm(e.line)&&Cm(e.column)}function LV(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(ws.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(!eE(r.loc.start))o+=".start";else if(!eE(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 FV)}}else i(r,"Unknown field `"+o+"` for "+e+" node type");s||i(r,"Bad value for `"+e+"."+o+"`")}}for(var o in t)ws.call(t,o)&&ws.call(r,o)===!1&&i(r,"Field `"+e+"."+o+"` is missed")}}function jV(e,t){var n=t.structure,r={type:String,loc:!0},i={type:'"'+e+'"'};for(var o in n)if(ws.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:LV(e,r)}}tE.exports={getStructureFromConfig:function(e){var t={};if(e.node){for(var n in e.node)if(ws.call(e.node,n)){var r=e.node[n];if(r.structure)t[n]=jV(n,r);else throw new Error("Missed `structure` field in `"+n+"` node type definition")}}return t}}});var lE=b((AQ,aE)=>{"use strict";var Es=Wh().SyntaxReferenceError,BV=Wh().SyntaxMatchError,Ds=Mu(),xm=s0(),zV=Gu(),oE=Iu(),VV=pm(),qV=O0(),Qu=gm().buildMatchGraph,rE=G0().matchAsTree,Zu=Q0(),iE=X0(),WV=nE().getStructureFromConfig,UV=Qu("inherit | initial | unset"),HV=Qu("inherit | initial | unset | <-ms-legacy-expression>");function wm(e,t,n){var r={};for(var i in e)e[i].syntax&&(r[i]=n?e[i].syntax:oE(e[i].syntax,{compact:t}));return r}function GV(e,t,n){let r={};for(let[i,o]of Object.entries(e))r[i]={prelude:o.prelude&&(n?o.prelude.syntax:oE(o.prelude.syntax,{compact:t})),descriptors:o.descriptors&&wm(o.descriptors,t,n)};return r}function YV(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:Zu.getTrace,isType:Zu.isType,isProperty:Zu.isProperty,isKeyword:Zu.isKeyword}}function As(e,t,n,r){var i=qV(n,e.syntax),o;return YV(i)?on(null,new Error("Matching for a tree with var() is not supported")):(r&&(o=rE(i,e.valueCommonSyntax,e)),(!r||!o.match)&&(o=rE(i,t.match,e),!o.match)?on(null,new BV(o.reason,t.syntax,n,o),o.iterations):on(o.match,null,o.iterations))}var sE=function(e,t,n){if(this.valueCommonSyntax=UV,this.syntax=t,this.generic=!1,this.atrules={},this.properties={},this.types={},this.structure=n||WV(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 xm)this.addType_(r,xm[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])}};sE.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=Qu(e,i):(typeof e=="string"?Object.defineProperty(o,"syntax",{get:function(){return Object.defineProperty(o,"syntax",{value:zV(e)}),o.syntax}}):o.syntax=e,Object.defineProperty(o,"match",{get:function(){return Object.defineProperty(o,"match",{value:Qu(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===xm["-ms-legacy-expression"]&&(this.valueCommonSyntax=HV))},checkAtruleName:function(e){if(!this.getAtrule(e))return new Es("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=Ds.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 Es("Unknown at-rule descriptor",t)},checkPropertyName:function(e){var t=Ds.property(e);if(t.custom)return new Error("Lexer matching doesn't applicable for custom properties");if(!this.getProperty(e))return new Es("Unknown property",e)},matchAtrulePrelude:function(e,t){var n=this.checkAtrulePrelude(e,t);return n?on(null,n):t?As(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=Ds.keyword(t);return As(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):As(this,this.getProperty(e),t,!0)},matchType:function(e,t){var n=this.getType(e);return n?As(this,n,t,!1):on(null,new Es("Unknown type",e))},match:function(e,t){return typeof e!="string"&&(!e||!e.type)?on(null,new Es("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),As(this,e,t,!1))},findValueFragments:function(e,t,n,r){return iE.matchFragments(this,t,this.matchProperty(e,t),n,r)},findDeclarationValueFragments:function(e,t,n){return iE.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=Ds.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=Ds.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&&VV(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:wm(this.types,!t,e),properties:wm(this.properties,!t,e),atrules:GV(this.atrules,!t,e)}},toString:function(){return JSON.stringify(this.dump())}};aE.exports=sE});var cE=b((IQ,uE)=>{"use strict";uE.exports={SyntaxError:sm(),parse:Gu(),generate:Iu(),walk:pm()}});var gE=b((TQ,mE)=>{"use strict";var dE=Gh(),ZV=k().isBOM,pE=10,QV=12,fE=13;function KV(e,t){for(var n=t.length,r=dE(e.lines,n),i=e.startLine,o=dE(e.columns,n),s=e.startColumn,a=t.length>0?ZV(t.charCodeAt(0)):0,l=a;l<n;l++){var u=t.charCodeAt(l);r[l]=i,o[l]=s++,(u===pE||u===fE||u===QV)&&(u===fE&&l+1<n&&t.charCodeAt(l+1)===pE&&(l++,r[l]=i,o[l]=s),i++,s=1)}r[l]=i,o[l]=s,e.lines=r,e.columns=o}var hE=function(){this.lines=null,this.columns=null,this.linesAndColumnsComputed=!1};hE.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||(KV(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]}}}};mE.exports=hE});var bE=b((kQ,vE)=>{"use strict";var yE=k().TYPE,$V=yE.WhiteSpace,JV=yE.Comment;vE.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 JV:this.scanner.next();continue;case $V: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 AE=b((_Q,DE)=>{"use strict";var XV=gE(),e2=Rh(),t2=ms(),SE=Tr(),n2=k(),EE=ps(),{findWhiteSpaceStart:r2,cmpStr:i2}=Vi(),o2=bE(),CE=function(){},Kn=EE.TYPE,s2=EE.NAME,a2=Kn.WhiteSpace,l2=Kn.Comment,u2=Kn.Ident,xE=Kn.Function,c2=Kn.Url,d2=Kn.Hash,p2=Kn.Percentage,f2=Kn.Number,h2=35,wE=0;function m2(e){return function(){return this[e]()}}function g2(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]=m2(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}DE.exports=function(t){var n={scanner:new t2,locationMap:new XV,filename:"<unknown>",needPositions:!1,onParseError:CE,onParseErrorThrow:!1,parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:o2,createList:function(){return new SE},createSingleNodeList:function(i){return new SE().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!==a2)return o}while(o!==wE);return wE},eat:function(i){if(this.scanner.tokenType!==i){var o=this.scanner.tokenStart,s=s2[i]+" is expected";switch(i){case u2:this.scanner.tokenType===xE||this.scanner.tokenType===c2?(o=this.scanner.tokenEnd-1,s="Identifier is expected but function found"):s="Identifier is expected";break;case d2:this.scanner.isDelim(h2)&&(this.scanner.next(),o++,s="Name is expected");break;case p2:this.scanner.tokenType===f2&&(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(xE),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(r2(this.scanner.source,this.scanner.source.length-1)):this.locationMap.getLocation(this.scanner.tokenStart);throw new e2(i||"Unexpected input",this.scanner.source,s.offset,s.line,s.column)}};t=g2(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(n2(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:CE,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===l2){let d=n.getLocation(c,p),f=i2(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 TE=b(Em=>{"use strict";var IE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");Em.encode=function(e){if(0<=e&&e<IE.length)return IE[e];throw new TypeError("Must be between 0 and 63: "+e)};Em.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 NE=b(Am=>{"use strict";var kE=TE(),Dm=5,_E=1<<Dm,ME=_E-1,OE=_E;function y2(e){return e<0?(-e<<1)+1:(e<<1)+0}function v2(e){var t=(e&1)===1,n=e>>1;return t?-n:n}Am.encode=function(t){var n="",r,i=y2(t);do r=i&ME,i>>>=Dm,i>0&&(r|=OE),n+=kE.encode(r);while(i>0);return n};Am.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=kE.decode(t.charCodeAt(n++)),l===-1)throw new Error("Invalid base64 digit: "+t.charAt(n-1));a=!!(l&OE),l&=ME,o=o+(l<<s),s+=Dm}while(a);r.value=v2(o),r.rest=n}});var Ku=b(Ke=>{"use strict";function b2(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw new Error('"'+t+'" is a required argument.')}Ke.getArg=b2;var RE=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,S2=/^data:.+\,.+$/;function Is(e){var t=e.match(RE);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}Ke.urlParse=Is;function Qi(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}Ke.urlGenerate=Qi;function Im(e){var t=e,n=Is(e);if(n){if(!n.path)return e;t=n.path}for(var r=Ke.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,Qi(n)):t}Ke.normalize=Im;function PE(e,t){e===""&&(e="."),t===""&&(t=".");var n=Is(t),r=Is(e);if(r&&(e=r.path||"/"),n&&!n.scheme)return r&&(n.scheme=r.scheme),Qi(n);if(n||t.match(S2))return t;if(r&&!r.host&&!r.path)return r.host=t,Qi(r);var i=t.charAt(0)==="/"?t:Im(e.replace(/\/+$/,"")+"/"+t);return r?(r.path=i,Qi(r)):i}Ke.join=PE;Ke.isAbsolute=function(e){return e.charAt(0)==="/"||RE.test(e)};function C2(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)}Ke.relative=C2;var FE=function(){var e=Object.create(null);return!("__proto__"in e)}();function LE(e){return e}function x2(e){return jE(e)?"$"+e:e}Ke.toSetString=FE?LE:x2;function w2(e){return jE(e)?e.slice(1):e}Ke.fromSetString=FE?LE:w2;function jE(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 E2(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)}Ke.compareByOriginalPositions=E2;function D2(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)}Ke.compareByGeneratedPositionsDeflated=D2;function Ki(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function A2(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)}Ke.compareByGeneratedPositionsInflated=A2;function I2(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}Ke.parseSourceMapInput=I2;function T2(e,t,n){if(t=t||"",e&&(e[e.length-1]!=="/"&&t[0]!=="/"&&(e+="/"),t=e+t),n){var r=Is(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=PE(Qi(r),t)}return Im(t)}Ke.computeSourceURL=T2});var zE=b(BE=>{"use strict";var Tm=Ku(),km=Object.prototype.hasOwnProperty,_r=typeof Map<"u";function In(){this._array=[],this._set=_r?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 _r?this._set.size:Object.getOwnPropertyNames(this._set).length};In.prototype.add=function(t,n){var r=_r?t:Tm.toSetString(t),i=_r?this.has(t):km.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)};In.prototype.has=function(t){if(_r)return this._set.has(t);var n=Tm.toSetString(t);return km.call(this._set,n)};In.prototype.indexOf=function(t){if(_r){var n=this._set.get(t);if(n>=0)return n}else{var r=Tm.toSetString(t);if(km.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()};BE.ArraySet=In});var WE=b(qE=>{"use strict";var VE=Ku();function k2(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 $u(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}$u.prototype.unsortedForEach=function(t,n){this._array.forEach(t,n)};$u.prototype.add=function(t){k2(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))};$u.prototype.toArray=function(){return this._sorted||(this._array.sort(VE.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};qE.MappingList=$u});var HE=b(UE=>{"use strict";var Ts=NE(),Oe=Ku(),Ju=zE().ArraySet,_2=WE().MappingList;function Ot(e){e||(e={}),this._file=Oe.getArg(e,"file",null),this._sourceRoot=Oe.getArg(e,"sourceRoot",null),this._skipValidation=Oe.getArg(e,"skipValidation",!1),this._sources=new Ju,this._names=new Ju,this._mappings=new _2,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=Oe.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=Oe.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=Oe.getArg(t,"generated"),r=Oe.getArg(t,"original",null),i=Oe.getArg(t,"source",null),o=Oe.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=Oe.relative(this._sourceRoot,r)),n!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[Oe.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[Oe.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=Oe.relative(o,i));var s=new Ju,a=new Ju;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=Oe.join(r,l.source)),o!=null&&(l.source=Oe.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=Oe.join(r,l)),o!=null&&(l=Oe.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(!Oe.compareByGeneratedPositionsInflated(u,d[f-1]))continue;l+=","}l+=Ts.encode(u.generatedColumn-t),t=u.generatedColumn,u.source!=null&&(p=this._sources.indexOf(u.source),l+=Ts.encode(p-s),s=p,l+=Ts.encode(u.originalLine-1-i),i=u.originalLine-1,l+=Ts.encode(u.originalColumn-r),r=u.originalColumn,u.name!=null&&(c=this._names.indexOf(u.name),l+=Ts.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=Oe.relative(n,r));var i=Oe.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())};UE.SourceMapGenerator=Ot});var ZE=b((LQ,YE)=>{"use strict";var M2=HE().SourceMapGenerator,GE={Atrule:!0,Selector:!0,Declaration:!0};YE.exports=function(t){var n=new M2,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&&GE.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&&GE.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((jQ,QE)=>{"use strict";var O2=ZE(),N2=Object.prototype.hasOwnProperty;function R2(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)}QE.exports=function(t){function n(o){if(N2.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:R2,node:n,chunk:function(u){a+=u},result:function(){return a}};return s&&(typeof s.decorator=="function"&&(l=s.decorator(l)),s.sourceMap&&(l=O2(l))),l.node(o),l.result()}}});var JE=b((BQ,$E)=>{"use strict";var _m=Tr();$E.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 iD=b((zQ,rD)=>{"use strict";var Mm=Object.prototype.hasOwnProperty,ks=function(){};function XE(e){return typeof e=="function"?e:ks}function eD(e,t){return function(n,r,i){n.type===t&&e.call(this,n,r,i)}}function P2(e,t){var n=t.structure,r=[];for(var i in n)if(Mm.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 F2(e){var t={};for(var n in e.node)if(Mm.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]=P2(n,r)}return t}function tD(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 nD(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}}}rD.exports=function(t){var n=F2(t),r={},i={},o=Symbol("break-walk"),s=Symbol("skip-node");for(var a in n)Mm.call(n,a)&&n[a]!==null&&(r[a]=tD(n[a],!1),i[a]=tD(n[a],!0));var l=nD(r),u=nD(i),c=function(p,d){function f(S,C,D){var x=h.call(v,S,C,D);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,D)===o)}var g=(S,C,D,x)=>S||f(C,D,x),h=ks,y=ks,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=eD(h,d.visit),y=eD(y,d.visit)}if(h===ks&&y===ks)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 sD=b((VQ,oD)=>{"use strict";var L2=Tr();oD.exports=function e(t){var n={};for(var r in t){var i=t[r];i&&(Array.isArray(i)||i instanceof L2?i=i.map(e):i.constructor===Object&&(i=e(i))),n[r]=i}return n}});var dD=b((qQ,cD)=>{"use strict";var $i=Object.prototype.hasOwnProperty,j2={generic:!0,types:Nm,atrules:{prelude:lD,descriptors:lD},properties:Nm,parseContext:B2,scope:uD,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function Xu(e){return e&&e.constructor===Object}function Om(e){return Xu(e)?Object.assign({},e):e}function B2(e,t){return Object.assign(e,t)}function uD(e,t){for(let n in t)$i.call(t,n)&&(Xu(e[n])?uD(e[n],Om(t[n])):e[n]=Om(t[n]));return e}function aD(e,t){return typeof t=="string"&&/^\s*\|/.test(t)?typeof e=="string"?e+t:t.replace(/^\s*\|\s*/,""):t||null}function Nm(e,t){if(typeof t=="string")return aD(e,t);let n=Object.assign({},e);for(let r in t)$i.call(t,r)&&(n[r]=aD($i.call(e,r)?e[r]:void 0,t[r]));return n}function lD(e,t){let n=Nm(e,t);return!Xu(n)||Object.keys(n).length?n:null}function _s(e,t,n){for(let r in n)if($i.call(n,r)!==!1){if(n[r]===!0)r in t&&$i.call(t,r)&&(e[r]=Om(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])$i.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}cD.exports=(e,t)=>_s(e,t,j2)});var fD=b(pD=>{"use strict";var z2=Tr(),V2=Rh(),q2=ms(),Rm=lE(),W2=cE(),U2=k(),H2=AE(),G2=KE(),Y2=JE(),Z2=iD(),Q2=sD(),ec=Mu(),tc=dD();function Pm(e){var t=H2(e),n=Z2(e),r=G2(e),i=Y2(n),o={List:z2,SyntaxError:V2,TokenStream:q2,Lexer:Rm,vendorPrefix:ec.vendorPrefix,keyword:ec.keyword,property:ec.property,isCustomProperty:ec.isCustomProperty,definitionSyntax:W2,lexer:null,createLexer:function(s){return new Rm(s,o,o.lexer.structure)},tokenize:U2,parse:t,walk:n,generate:r,find:n.find,findLast:n.findLast,findAll:n.findAll,clone:Q2,fromPlainObject:i.fromPlainObject,toPlainObject:i.toPlainObject,createSyntax:function(s){return Pm(tc({},s))},fork:function(s){var a=tc({},e);return Pm(typeof s=="function"?s(a,Object.assign):tc(a,s))}};return o.lexer=new Rm({generic:!0,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},o),o}pD.create=function(e){return Pm(tc({},e))}});var hD=b((UQ,K2)=>{K2.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 c0=b((mQ,u0)=>{"use strict";var Yz=sm(),Zz=9,Qz=10,Kz=12,$z=13,Jz=32,l0=function(e){this.str=e,this.pos=0};l0.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!==$z&&t!==Qz&&t!==Kz&&t!==Jz&&t!==Zz)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 Yz(e,this.str,this.pos)}};u0.exports=l0});var Gu=b((gQ,I0)=>{"use strict";var Xz=c0(),eV=9,tV=10,nV=12,rV=13,iV=32,v0=33,b0=35,d0=38,zu=39,S0=40,oV=41,C0=42,x0=43,um=44,p0=45,cm=60,w0=62,E0=63,sV=64,Uu=91,dm=93,Vu=123,f0=124,h0=125,m0=8734,lm=aV(function(e){return/[a-zA-Z0-9\-]/.test(e)}),g0={" ":1,"&&":2,"||":3,"|":4};function aV(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 qu(e){return e.substringToPos(e.findWsEnd(e.pos))}function Hu(e){for(var t=e.pos;t<e.str.length;t++){var n=e.str.charCodeAt(t);if(n>=128||lm[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 lV(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 y0(e){var t=null,n=null;return e.eat(Vu),t=Wu(e),e.charCode()===um?(e.pos++,e.charCode()!==h0&&(n=Wu(e))):n=t,e.eat(h0),{min:Number(t),max:n?Number(n):0}}function uV(e){var t=null,n=!1;switch(e.charCode()){case C0:e.pos++,t={min:0,max:0};break;case x0:e.pos++,t={min:1,max:0};break;case E0:e.pos++,t={min:0,max:1};break;case b0:e.pos++,n=!0,e.charCode()===Vu?t=y0(e):t={min:1,max:0};break;case Vu:t=y0(e);break;default:return null}return{type:"Multiplier",comma:n,min:t.min,max:t.max,term:null}}function Cs(e,t){var n=uV(e);return n!==null?(n.term=t,n):t}function am(e){var t=e.peek();return t===""?null:{type:"Token",value:t}}function cV(e){var t;return e.eat(cm),e.eat(zu),t=Hu(e),e.eat(zu),e.eat(w0),Cs(e,{type:"Property",name:t})}function dV(e){var t=null,n=null,r=1;return e.eat(Uu),e.charCode()===p0&&(e.peek(),r=-1),r==-1&&e.charCode()===m0?e.peek():t=r*Number(Wu(e)),qu(e),e.eat(um),qu(e),e.charCode()===m0?e.peek():(r=1,e.charCode()===p0&&(e.peek(),r=-1),n=r*Number(Wu(e))),e.eat(dm),t===null&&n===null?null:{type:"Range",min:t,max:n}}function pV(e){var t,n=null;return e.eat(cm),t=Hu(e),e.charCode()===S0&&e.nextCharCode()===oV&&(e.pos+=2,t+="()"),e.charCodeAt(e.findWsEnd(e.pos))===Uu&&(qu(e),n=dV(e)),e.eat(w0),Cs(e,{type:"Type",name:t,opts:n})}function fV(e){var t;return t=Hu(e),e.charCode()===S0?(e.pos++,{type:"Function",name:t}):Cs(e,{type:"Keyword",name:t})}function hV(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 g0[a]-g0[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 D0(e){for(var t=[],n={},r,i=null,o=e.pos;r=gV(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:hV(t,n)||" ",disallowEmpty:!1,explicit:!1}}function mV(e){var t;return e.eat(Uu),t=D0(e),e.eat(dm),t.explicit=!0,e.charCode()===v0&&(e.pos++,t.disallowEmpty=!0),t}function gV(e){var t=e.charCode();if(t<128&&lm[t]===1)return fV(e);switch(t){case dm:break;case Uu:return Cs(e,mV(e));case cm:return e.nextCharCode()===zu?cV(e):pV(e);case f0:return{type:"Combinator",value:e.substringToPos(e.nextCharCode()===f0?e.pos+2:e.pos+1)};case d0:return e.pos++,e.eat(d0),{type:"Combinator",value:"&&"};case um:return e.pos++,{type:"Comma"};case zu:return Cs(e,{type:"String",value:lV(e)});case iV:case eV:case tV:case rV:case nV:return{type:"Spaces",value:qu(e)};case sV:return t=e.nextCharCode(),t<128&&lm[t]===1?(e.pos++,{type:"AtKeyword",name:Hu(e)}):am(e);case C0:case x0:case E0:case b0:case v0:break;case Vu:if(t=e.nextCharCode(),t<48||t>57)return am(e);break;default:return am(e)}}function A0(e){var t=new Xz(e),n=D0(t);return t.pos!==e.length&&t.error("Unexpected input"),n.terms.length===1&&n.terms[0].type==="Group"&&(n=n.terms[0]),n}A0("[a&&<b>#|<'c'>*||e() f{2} /,(% g#{1,2} h{2,})]!");I0.exports=A0});var pm=b((yQ,k0)=>{"use strict";var xs=function(){};function T0(e){return typeof e=="function"?e:xs}k0.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=xs,o=xs;if(typeof t=="function"?i=t:t&&(i=T0(t.enter),o=T0(t.leave)),i===xs&&o===xs)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");r(e,n)}});var O0=b((vQ,M0)=>{"use strict";var yV=k(),vV=ms(),An=new vV,bV={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(yV(e,An);!An.eof;){if(t)for(;i<t.length&&r+t[i].len<=An.tokenStart;)r+=t[i++].len,o=t[i].node;n.push({type:An.tokenType,value:An.getTokenValue(),index:An.tokenIndex,balance:An.balance[An.tokenIndex],node:o}),An.next()}return n}M0.exports=function(e,t){return typeof e=="string"?_0(e,null):t.generate(e,bV)}});var gm=b((bQ,P0)=>{"use strict";var SV=Gu(),Ie={type:"Match"},ot={type:"Mismatch"},hm={type:"DisallowEmpty"},CV=40,xV=41;function Qe(e,t,n){return t===Ie&&n===ot||e===Ie&&t===Ie&&n===Ie?e:(e.type==="If"&&e.else===ot&&t===Ie&&(t=e.then,e=e.match),{type:"If",match:e,then:t,else:n})}function R0(e){return e.length>2&&e.charCodeAt(e.length-2)===CV&&e.charCodeAt(e.length-1)===xV}function N0(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&R0(e.name)}function fm(e,t,n){switch(e){case" ":for(var l=Ie,r=t.length-1;r>=0;r--){var i=t[r];l=Qe(i,l,ot)}return l;case"|":for(var l=ot,o=null,r=t.length-1;r>=0;r--){var i=t[r];if(N0(i)&&(o===null&&r>0&&N0(t[r-1])&&(o=Object.create(null),l=Qe({type:"Enum",map:o},Ie,l)),o!==null)){var s=(R0(i.name)?i.name.slice(0,-1):i.name).toLowerCase();if(!(s in o)){o[s]=i;continue}}o=null,l=Qe(i,Ie,l)}return l;case"&&":if(t.length>5)return{type:"MatchOnce",terms:t,all:!0};for(var l=ot,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=fm(e,t.filter(function(p){return p!==i}),!1):a=Ie,l=Qe(i,a,l)}return l;case"||":if(t.length>5)return{type:"MatchOnce",terms:t,all:!1};for(var l=n?Ie:ot,r=t.length-1;r>=0;r--){var i=t[r],a;t.length>1?a=fm(e,t.filter(function(d){return d!==i}),!0):a=Ie,l=Qe(i,a,l)}return l}}function wV(e){var t=Ie,n=mm(e.term);if(e.max===0)n=Qe(n,hm,ot),t=Qe(n,null,ot),t.then=Qe(Ie,Ie,t),e.comma&&(t.then.else=Qe({type:"Comma",syntax:e},t,ot));else for(var r=e.min||1;r<=e.max;r++)e.comma&&t!==Ie&&(t=Qe({type:"Comma",syntax:e},t,ot)),t=Qe(n,Qe(Ie,Ie,t),ot);if(e.min===0)t=Qe(Ie,Ie,t);else for(var r=0;r<e.min-1;r++)e.comma&&t!==Ie&&(t=Qe({type:"Comma",syntax:e},t,ot)),t=Qe(n,t,ot);return t}function mm(e){if(typeof e=="function")return{type:"Generic",fn:e};switch(e.type){case"Group":var t=fm(e.combinator,e.terms.map(mm),!1);return e.disallowEmpty&&(t=Qe(t,hm,ot)),t;case"Multiplier":return wV(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)}}P0.exports={MATCH:Ie,MISMATCH:ot,DISALLOW_EMPTY:hm,buildMatchGraph:function(e,t){return typeof e=="string"&&(e=SV(e)),{type:"MatchGraph",match:mm(e),syntax:t||null,source:e}}}});var G0=b((SQ,H0)=>{"use strict";var F0=Object.prototype.hasOwnProperty,vm=gm(),Gt=vm.MATCH,ut=vm.MISMATCH,EV=vm.DISALLOW_EMPTY,ct=ps().TYPE,V0=0,DV=1,Yu=2,bm=3,L0="Match",AV="Mismatch",IV="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",j0=15e3,q0=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 ym(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 TV(e){return e.type!==ct.Delim?!1:e.value!=="?"}function B0(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||TV(e)}function z0(e){return e===null?!0:e.type===ct.RightParenthesis||e.type===ct.RightSquareBracket||e.type===ct.RightCurlyBracket||e.type===ct.Delim}function U0(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(ie){var ye=v+ie;return ye<e.length?e[ye]:null}function o(ie,ye){return{nextState:ie,matchStack:C,syntaxStack:p,thenStack:d,tokenIndex:v,prev:ye}}function s(ie){d={nextState:ie,matchStack:C,syntaxStack:p,prev:d}}function a(ie){f=o(ie,f)}function l(){C={type:DV,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:Yu,syntax:t.syntax,token:C.token,prev:C}}function c(){C.type===Yu?C=C.prev:C={type:bm,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<j0;)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===EV)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=AV;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 D=t.syntax.terms;if(t.index===D.length){if(t.mask===0||t.syntax.all){t=ut;break}t=Gt;break}if(t.mask===(1<<D.length)-1){t=Gt;break}for(;t.index<D.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=D[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].*$/,"")),F0.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=Gt}else t=ut;break;case"Type":case"Property":var ae=t.type==="Type"?"types":"properties",Le=F0.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 Oe=t.name==="custom-ident"&&m.type===ct.Ident||t.name==="length"&&m.value==="0";if(Oe){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].*$/,"")),ym(Ue,De)){l(),t=Gt;break}}t=ut;break;case"AtKeyword":case"Function":if(m!==null&&ym(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?B0(C.token)?t=ut:(l(),t=z0(m)?ut:Gt):t=B0(C.token)||z0(m)?Gt:ut;break;case"String":for(var je="",U=v;U<e.length&&je.length<t.value.length;U++)je+=e[U].value;if(ym(je,t.value)){for(;v<U;)l();t=Gt}else t=ut;break;default:throw new Error("Unknown node type: "+t.type)}switch(q0+=h,y){case null:console.warn("[csstree-match] BREAK after "+j0+" iterations"),y=IV,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 kV(e,t,n){var r=U0(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 Yu:case bm: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 _V(e,t,n){var r=U0(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 Yu:o.match.push(o={syntax:i.syntax,match:[]}),s.push(o);break;case bm: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}H0.exports={matchAsList:kV,matchAsTree:_V,getTotalIterationCount:function(){return q0}}});var Q0=b((CQ,Z0)=>{"use strict";function Y0(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 Sm(e,t,n){var r=Y0.call(e,t);return r===null?!1:r.some(n)}function MV(e,t){return Sm(this,e,function(n){return n.type==="Type"&&n.name===t})}function OV(e,t){return Sm(this,e,function(n){return n.type==="Property"&&n.name===t})}function NV(e){return Sm(this,e,function(t){return t.type==="Keyword"})}Z0.exports={getTrace:Y0,isType:MV,isProperty:OV,isKeyword:NV}});var X0=b((xQ,J0)=>{"use strict";var RV=Tr();function K0(e){return"node"in e?e.node:K0(e.match[0])}function $0(e){return"node"in e?e.node:$0(e.match[e.match.length-1])}function PV(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=$0(a);e.syntax.walk(t,function(c,p,d){if(c===l){var f=new RV;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}J0.exports={matchFragments:PV}});var nE=b((wQ,tE)=>{"use strict";var FV=Tr(),ws=Object.prototype.hasOwnProperty;function Cm(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function eE(e){return!!e&&Cm(e.offset)&&Cm(e.line)&&Cm(e.column)}function LV(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(ws.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(!eE(r.loc.start))o+=".start";else if(!eE(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 FV)}}else i(r,"Unknown field `"+o+"` for "+e+" node type");s||i(r,"Bad value for `"+e+"."+o+"`")}}for(var o in t)ws.call(t,o)&&ws.call(r,o)===!1&&i(r,"Field `"+e+"."+o+"` is missed")}}function jV(e,t){var n=t.structure,r={type:String,loc:!0},i={type:'"'+e+'"'};for(var o in n)if(ws.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:LV(e,r)}}tE.exports={getStructureFromConfig:function(e){var t={};if(e.node){for(var n in e.node)if(ws.call(e.node,n)){var r=e.node[n];if(r.structure)t[n]=jV(n,r);else throw new Error("Missed `structure` field in `"+n+"` node type definition")}}return t}}});var lE=b((EQ,aE)=>{"use strict";var Es=Wh().SyntaxReferenceError,BV=Wh().SyntaxMatchError,Ds=Mu(),xm=s0(),zV=Gu(),oE=Iu(),VV=pm(),qV=O0(),Qu=gm().buildMatchGraph,rE=G0().matchAsTree,Zu=Q0(),iE=X0(),WV=nE().getStructureFromConfig,UV=Qu("inherit | initial | unset"),HV=Qu("inherit | initial | unset | <-ms-legacy-expression>");function wm(e,t,n){var r={};for(var i in e)e[i].syntax&&(r[i]=n?e[i].syntax:oE(e[i].syntax,{compact:t}));return r}function GV(e,t,n){let r={};for(let[i,o]of Object.entries(e))r[i]={prelude:o.prelude&&(n?o.prelude.syntax:oE(o.prelude.syntax,{compact:t})),descriptors:o.descriptors&&wm(o.descriptors,t,n)};return r}function YV(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:Zu.getTrace,isType:Zu.isType,isProperty:Zu.isProperty,isKeyword:Zu.isKeyword}}function As(e,t,n,r){var i=qV(n,e.syntax),o;return YV(i)?on(null,new Error("Matching for a tree with var() is not supported")):(r&&(o=rE(i,e.valueCommonSyntax,e)),(!r||!o.match)&&(o=rE(i,t.match,e),!o.match)?on(null,new BV(o.reason,t.syntax,n,o),o.iterations):on(o.match,null,o.iterations))}var sE=function(e,t,n){if(this.valueCommonSyntax=UV,this.syntax=t,this.generic=!1,this.atrules={},this.properties={},this.types={},this.structure=n||WV(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 xm)this.addType_(r,xm[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])}};sE.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=Qu(e,i):(typeof e=="string"?Object.defineProperty(o,"syntax",{get:function(){return Object.defineProperty(o,"syntax",{value:zV(e)}),o.syntax}}):o.syntax=e,Object.defineProperty(o,"match",{get:function(){return Object.defineProperty(o,"match",{value:Qu(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===xm["-ms-legacy-expression"]&&(this.valueCommonSyntax=HV))},checkAtruleName:function(e){if(!this.getAtrule(e))return new Es("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=Ds.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 Es("Unknown at-rule descriptor",t)},checkPropertyName:function(e){var t=Ds.property(e);if(t.custom)return new Error("Lexer matching doesn't applicable for custom properties");if(!this.getProperty(e))return new Es("Unknown property",e)},matchAtrulePrelude:function(e,t){var n=this.checkAtrulePrelude(e,t);return n?on(null,n):t?As(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=Ds.keyword(t);return As(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):As(this,this.getProperty(e),t,!0)},matchType:function(e,t){var n=this.getType(e);return n?As(this,n,t,!1):on(null,new Es("Unknown type",e))},match:function(e,t){return typeof e!="string"&&(!e||!e.type)?on(null,new Es("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),As(this,e,t,!1))},findValueFragments:function(e,t,n,r){return iE.matchFragments(this,t,this.matchProperty(e,t),n,r)},findDeclarationValueFragments:function(e,t,n){return iE.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=Ds.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=Ds.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&&VV(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:wm(this.types,!t,e),properties:wm(this.properties,!t,e),atrules:GV(this.atrules,!t,e)}},toString:function(){return JSON.stringify(this.dump())}};aE.exports=sE});var cE=b((DQ,uE)=>{"use strict";uE.exports={SyntaxError:sm(),parse:Gu(),generate:Iu(),walk:pm()}});var gE=b((AQ,mE)=>{"use strict";var dE=Gh(),ZV=k().isBOM,pE=10,QV=12,fE=13;function KV(e,t){for(var n=t.length,r=dE(e.lines,n),i=e.startLine,o=dE(e.columns,n),s=e.startColumn,a=t.length>0?ZV(t.charCodeAt(0)):0,l=a;l<n;l++){var u=t.charCodeAt(l);r[l]=i,o[l]=s++,(u===pE||u===fE||u===QV)&&(u===fE&&l+1<n&&t.charCodeAt(l+1)===pE&&(l++,r[l]=i,o[l]=s),i++,s=1)}r[l]=i,o[l]=s,e.lines=r,e.columns=o}var hE=function(){this.lines=null,this.columns=null,this.linesAndColumnsComputed=!1};hE.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||(KV(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]}}}};mE.exports=hE});var bE=b((IQ,vE)=>{"use strict";var yE=k().TYPE,$V=yE.WhiteSpace,JV=yE.Comment;vE.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 JV:this.scanner.next();continue;case $V: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 AE=b((TQ,DE)=>{"use strict";var XV=gE(),e2=Rh(),t2=ms(),SE=Tr(),n2=k(),EE=ps(),{findWhiteSpaceStart:r2,cmpStr:i2}=Vi(),o2=bE(),CE=function(){},Kn=EE.TYPE,s2=EE.NAME,a2=Kn.WhiteSpace,l2=Kn.Comment,u2=Kn.Ident,xE=Kn.Function,c2=Kn.Url,d2=Kn.Hash,p2=Kn.Percentage,f2=Kn.Number,h2=35,wE=0;function m2(e){return function(){return this[e]()}}function g2(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]=m2(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}DE.exports=function(t){var n={scanner:new t2,locationMap:new XV,filename:"<unknown>",needPositions:!1,onParseError:CE,onParseErrorThrow:!1,parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:o2,createList:function(){return new SE},createSingleNodeList:function(i){return new SE().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!==a2)return o}while(o!==wE);return wE},eat:function(i){if(this.scanner.tokenType!==i){var o=this.scanner.tokenStart,s=s2[i]+" is expected";switch(i){case u2:this.scanner.tokenType===xE||this.scanner.tokenType===c2?(o=this.scanner.tokenEnd-1,s="Identifier is expected but function found"):s="Identifier is expected";break;case d2:this.scanner.isDelim(h2)&&(this.scanner.next(),o++,s="Name is expected");break;case p2:this.scanner.tokenType===f2&&(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(xE),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(r2(this.scanner.source,this.scanner.source.length-1)):this.locationMap.getLocation(this.scanner.tokenStart);throw new e2(i||"Unexpected input",this.scanner.source,s.offset,s.line,s.column)}};t=g2(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(n2(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:CE,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===l2){let d=n.getLocation(c,p),f=i2(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 TE=b(Em=>{"use strict";var IE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");Em.encode=function(e){if(0<=e&&e<IE.length)return IE[e];throw new TypeError("Must be between 0 and 63: "+e)};Em.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 NE=b(Am=>{"use strict";var kE=TE(),Dm=5,_E=1<<Dm,ME=_E-1,OE=_E;function y2(e){return e<0?(-e<<1)+1:(e<<1)+0}function v2(e){var t=(e&1)===1,n=e>>1;return t?-n:n}Am.encode=function(t){var n="",r,i=y2(t);do r=i&ME,i>>>=Dm,i>0&&(r|=OE),n+=kE.encode(r);while(i>0);return n};Am.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=kE.decode(t.charCodeAt(n++)),l===-1)throw new Error("Invalid base64 digit: "+t.charAt(n-1));a=!!(l&OE),l&=ME,o=o+(l<<s),s+=Dm}while(a);r.value=v2(o),r.rest=n}});var Ku=b(Ke=>{"use strict";function b2(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw new Error('"'+t+'" is a required argument.')}Ke.getArg=b2;var RE=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,S2=/^data:.+\,.+$/;function Is(e){var t=e.match(RE);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}Ke.urlParse=Is;function Qi(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}Ke.urlGenerate=Qi;function Im(e){var t=e,n=Is(e);if(n){if(!n.path)return e;t=n.path}for(var r=Ke.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,Qi(n)):t}Ke.normalize=Im;function PE(e,t){e===""&&(e="."),t===""&&(t=".");var n=Is(t),r=Is(e);if(r&&(e=r.path||"/"),n&&!n.scheme)return r&&(n.scheme=r.scheme),Qi(n);if(n||t.match(S2))return t;if(r&&!r.host&&!r.path)return r.host=t,Qi(r);var i=t.charAt(0)==="/"?t:Im(e.replace(/\/+$/,"")+"/"+t);return r?(r.path=i,Qi(r)):i}Ke.join=PE;Ke.isAbsolute=function(e){return e.charAt(0)==="/"||RE.test(e)};function C2(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)}Ke.relative=C2;var FE=function(){var e=Object.create(null);return!("__proto__"in e)}();function LE(e){return e}function x2(e){return jE(e)?"$"+e:e}Ke.toSetString=FE?LE:x2;function w2(e){return jE(e)?e.slice(1):e}Ke.fromSetString=FE?LE:w2;function jE(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 E2(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)}Ke.compareByOriginalPositions=E2;function D2(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)}Ke.compareByGeneratedPositionsDeflated=D2;function Ki(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function A2(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)}Ke.compareByGeneratedPositionsInflated=A2;function I2(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}Ke.parseSourceMapInput=I2;function T2(e,t,n){if(t=t||"",e&&(e[e.length-1]!=="/"&&t[0]!=="/"&&(e+="/"),t=e+t),n){var r=Is(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=PE(Qi(r),t)}return Im(t)}Ke.computeSourceURL=T2});var zE=b(BE=>{"use strict";var Tm=Ku(),km=Object.prototype.hasOwnProperty,_r=typeof Map<"u";function In(){this._array=[],this._set=_r?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 _r?this._set.size:Object.getOwnPropertyNames(this._set).length};In.prototype.add=function(t,n){var r=_r?t:Tm.toSetString(t),i=_r?this.has(t):km.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)};In.prototype.has=function(t){if(_r)return this._set.has(t);var n=Tm.toSetString(t);return km.call(this._set,n)};In.prototype.indexOf=function(t){if(_r){var n=this._set.get(t);if(n>=0)return n}else{var r=Tm.toSetString(t);if(km.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()};BE.ArraySet=In});var WE=b(qE=>{"use strict";var VE=Ku();function k2(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 $u(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}$u.prototype.unsortedForEach=function(t,n){this._array.forEach(t,n)};$u.prototype.add=function(t){k2(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))};$u.prototype.toArray=function(){return this._sorted||(this._array.sort(VE.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};qE.MappingList=$u});var HE=b(UE=>{"use strict";var Ts=NE(),Me=Ku(),Ju=zE().ArraySet,_2=WE().MappingList;function Ot(e){e||(e={}),this._file=Me.getArg(e,"file",null),this._sourceRoot=Me.getArg(e,"sourceRoot",null),this._skipValidation=Me.getArg(e,"skipValidation",!1),this._sources=new Ju,this._names=new Ju,this._mappings=new _2,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=Me.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=Me.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=Me.getArg(t,"generated"),r=Me.getArg(t,"original",null),i=Me.getArg(t,"source",null),o=Me.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=Me.relative(this._sourceRoot,r)),n!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[Me.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[Me.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=Me.relative(o,i));var s=new Ju,a=new Ju;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=Me.join(r,l.source)),o!=null&&(l.source=Me.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=Me.join(r,l)),o!=null&&(l=Me.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(!Me.compareByGeneratedPositionsInflated(u,d[f-1]))continue;l+=","}l+=Ts.encode(u.generatedColumn-t),t=u.generatedColumn,u.source!=null&&(p=this._sources.indexOf(u.source),l+=Ts.encode(p-s),s=p,l+=Ts.encode(u.originalLine-1-i),i=u.originalLine-1,l+=Ts.encode(u.originalColumn-r),r=u.originalColumn,u.name!=null&&(c=this._names.indexOf(u.name),l+=Ts.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=Me.relative(n,r));var i=Me.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())};UE.SourceMapGenerator=Ot});var ZE=b((PQ,YE)=>{"use strict";var M2=HE().SourceMapGenerator,GE={Atrule:!0,Selector:!0,Declaration:!0};YE.exports=function(t){var n=new M2,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&&GE.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&&GE.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((FQ,QE)=>{"use strict";var O2=ZE(),N2=Object.prototype.hasOwnProperty;function R2(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)}QE.exports=function(t){function n(o){if(N2.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:R2,node:n,chunk:function(u){a+=u},result:function(){return a}};return s&&(typeof s.decorator=="function"&&(l=s.decorator(l)),s.sourceMap&&(l=O2(l))),l.node(o),l.result()}}});var JE=b((LQ,$E)=>{"use strict";var _m=Tr();$E.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 iD=b((jQ,rD)=>{"use strict";var Mm=Object.prototype.hasOwnProperty,ks=function(){};function XE(e){return typeof e=="function"?e:ks}function eD(e,t){return function(n,r,i){n.type===t&&e.call(this,n,r,i)}}function P2(e,t){var n=t.structure,r=[];for(var i in n)if(Mm.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 F2(e){var t={};for(var n in e.node)if(Mm.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]=P2(n,r)}return t}function tD(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 nD(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}}}rD.exports=function(t){var n=F2(t),r={},i={},o=Symbol("break-walk"),s=Symbol("skip-node");for(var a in n)Mm.call(n,a)&&n[a]!==null&&(r[a]=tD(n[a],!1),i[a]=tD(n[a],!0));var l=nD(r),u=nD(i),c=function(p,d){function f(S,C,D){var x=h.call(v,S,C,D);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,D)===o)}var g=(S,C,D,x)=>S||f(C,D,x),h=ks,y=ks,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=eD(h,d.visit),y=eD(y,d.visit)}if(h===ks&&y===ks)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 sD=b((BQ,oD)=>{"use strict";var L2=Tr();oD.exports=function e(t){var n={};for(var r in t){var i=t[r];i&&(Array.isArray(i)||i instanceof L2?i=i.map(e):i.constructor===Object&&(i=e(i))),n[r]=i}return n}});var dD=b((zQ,cD)=>{"use strict";var $i=Object.prototype.hasOwnProperty,j2={generic:!0,types:Nm,atrules:{prelude:lD,descriptors:lD},properties:Nm,parseContext:B2,scope:uD,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function Xu(e){return e&&e.constructor===Object}function Om(e){return Xu(e)?Object.assign({},e):e}function B2(e,t){return Object.assign(e,t)}function uD(e,t){for(let n in t)$i.call(t,n)&&(Xu(e[n])?uD(e[n],Om(t[n])):e[n]=Om(t[n]));return e}function aD(e,t){return typeof t=="string"&&/^\s*\|/.test(t)?typeof e=="string"?e+t:t.replace(/^\s*\|\s*/,""):t||null}function Nm(e,t){if(typeof t=="string")return aD(e,t);let n=Object.assign({},e);for(let r in t)$i.call(t,r)&&(n[r]=aD($i.call(e,r)?e[r]:void 0,t[r]));return n}function lD(e,t){let n=Nm(e,t);return!Xu(n)||Object.keys(n).length?n:null}function _s(e,t,n){for(let r in n)if($i.call(n,r)!==!1){if(n[r]===!0)r in t&&$i.call(t,r)&&(e[r]=Om(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])$i.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}cD.exports=(e,t)=>_s(e,t,j2)});var fD=b(pD=>{"use strict";var z2=Tr(),V2=Rh(),q2=ms(),Rm=lE(),W2=cE(),U2=k(),H2=AE(),G2=KE(),Y2=JE(),Z2=iD(),Q2=sD(),ec=Mu(),tc=dD();function Pm(e){var t=H2(e),n=Z2(e),r=G2(e),i=Y2(n),o={List:z2,SyntaxError:V2,TokenStream:q2,Lexer:Rm,vendorPrefix:ec.vendorPrefix,keyword:ec.keyword,property:ec.property,isCustomProperty:ec.isCustomProperty,definitionSyntax:W2,lexer:null,createLexer:function(s){return new Rm(s,o,o.lexer.structure)},tokenize:U2,parse:t,walk:n,generate:r,find:n.find,findLast:n.findLast,findAll:n.findAll,clone:Q2,fromPlainObject:i.fromPlainObject,toPlainObject:i.toPlainObject,createSyntax:function(s){return Pm(tc({},s))},fork:function(s){var a=tc({},e);return Pm(typeof s=="function"?s(a,Object.assign):tc(a,s))}};return o.lexer=new Rm({generic:!0,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},o),o}pD.create=function(e){return Pm(tc({},e))}});var hD=b((qQ,K2)=>{K2.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 tM=Object.create;var Lc=Object.defineProperty,nM=Object.defineProperties,rM=
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 mD=b((HQ,$2)=>{$2.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 gD=b((GQ,J2)=>{J2.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 mD=b((WQ,$2)=>{$2.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 gD=b((UQ,J2)=>{J2.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 yD=b((YQ,X2)=>{X2.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 CD=b((ZQ,SD)=>{"use strict";var eq=hD(),tq=mD(),nq=gD(),Fm=yD(),vD=/^\s*\|\s*/;function rq(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]=vD.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(vD,""));return n}function bD(e){let t={};for(let n in e)t[n]=e[n].syntax;return t}function iq(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&&bD(i)}}for(let r in t)hasOwnProperty.call(e,r)||(n[r]={prelude:t[r].prelude||null,descriptors:t[r].descriptors&&bD(t[r].descriptors)});return n}SD.exports={types:Lm(nq,Fm.syntaxes),atrules:iq(rq(eq),Fm.atrules),properties:Lm(tq,Fm.properties)}});var ID=b((QQ,AD)=>{"use strict";var ED=k().cmpChar,DD=k().isDigit,Ms=k().TYPE,xD=Ms.WhiteSpace,wD=Ms.Comment,jm=Ms.Ident,Tn=Ms.Number,oq=Ms.Dimension,sn=43,St=45,nc=110,Mr=!0,sq=!1;function rc(e,t){var n=this.scanner.tokenStart+e,r=this.scanner.source.charCodeAt(n);for((r===sn||r===St)&&(t&&this.error("Number sign is not allowed"),n++);n<this.scanner.tokenEnd;n++)DD(this.scanner.source.charCodeAt(n))||this.error("Integer is expected",n)}function Ji(e){return rc.call(this,0,e)}function $n(e,t){if(!ED(this.scanner.source,this.scanner.tokenStart+e,t)){var n="";switch(t){case nc:n="N is expected";break;case St:n="HyphenMinus is expected";break}this.error(n,this.scanner.tokenStart+e)}}function Bm(){for(var e=0,t=0,n=this.scanner.tokenType;n===xD||n===wD;)n=this.scanner.lookupType(++e);if(n!==Tn)if(this.scanner.isDelim(sn,e)||this.scanner.isDelim(St,e)){t=this.scanner.isDelim(sn,e)?sn:St;do n=this.scanner.lookupType(++e);while(n===xD||n===wD);n!==Tn&&(this.scanner.skip(e),Ji.call(this,Mr))}else return null;return e>0&&this.scanner.skip(e),t===0&&(n=this.scanner.source.charCodeAt(this.scanner.tokenStart),n!==sn&&n!==St&&this.error("Number sign is expected")),Ji.call(this,t!==0),t===St?"-"+this.consume(Tn):this.consume(Tn)}AD.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)Ji.call(this,sq),n=this.consume(Tn);else if(this.scanner.tokenType===jm&&ED(this.scanner.source,this.scanner.tokenStart,St))switch(t="-1",$n.call(this,1,nc),this.scanner.getTokenLength()){case 2:this.scanner.next(),n=Bm.call(this);break;case 3:$n.call(this,2,St),this.scanner.next(),this.scanner.skipSC(),Ji.call(this,Mr),n="-"+this.consume(Tn);break;default:$n.call(this,2,St),rc.call(this,3,Mr),this.scanner.next(),n=this.scanner.substrToCursor(e+2)}else if(this.scanner.tokenType===jm||this.scanner.isDelim(sn)&&this.scanner.lookupType(1)===jm){var r=0;switch(t="1",this.scanner.isDelim(sn)&&(r=1,this.scanner.next()),$n.call(this,0,nc),this.scanner.getTokenLength()){case 1:this.scanner.next(),n=Bm.call(this);break;case 2:$n.call(this,1,St),this.scanner.next(),this.scanner.skipSC(),Ji.call(this,Mr),n="-"+this.consume(Tn);break;default:$n.call(this,1,St),rc.call(this,2,Mr),this.scanner.next(),n=this.scanner.substrToCursor(e+r+1)}}else if(this.scanner.tokenType===oq){for(var i=this.scanner.source.charCodeAt(this.scanner.tokenStart),r=i===sn||i===St,o=this.scanner.tokenStart+r;o<this.scanner.tokenEnd&&DD(this.scanner.source.charCodeAt(o));o++);o===this.scanner.tokenStart+r&&this.error("Integer is expected",this.scanner.tokenStart+r),$n.call(this,o-this.scanner.tokenStart,nc),t=this.scanner.source.substring(e,o),o+1===this.scanner.tokenEnd?(this.scanner.next(),n=Bm.call(this)):($n.call(this,o-this.scanner.tokenStart+1,St),o+2===this.scanner.tokenEnd?(this.scanner.next(),this.scanner.skipSC(),Ji.call(this,Mr),n="-"+this.consume(Tn)):(rc.call(this,o-this.scanner.tokenStart+2,Mr),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((KQ,_D)=>{"use strict";var aq=k(),ic=aq.TYPE,lq=ic.WhiteSpace,zm=ic.Semicolon,kD=ic.LeftCurlyBracket,uq=ic.Delim,cq=33;function dq(){return this.scanner.tokenIndex>0&&this.scanner.lookupType(-1)===lq?this.scanner.tokenIndex>1?this.scanner.getTokenStart(this.scanner.tokenIndex-1):this.scanner.firstCharOffset:this.scanner.tokenStart}function TD(){return 0}function pq(e){return e===kD?1:0}function fq(e){return e===kD||e===zm?1:0}function hq(e,t,n){return e===uq&&t.charCodeAt(n)===cq||e===zm?1:0}function mq(e){return e===zm?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||TD)),n&&this.scanner.tokenStart>r?i=dq.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:TD,leftCurlyBracket:pq,leftCurlyBracketOrSemicolon:fq,exclamationMarkOrSemicolon:hq,semicolonIncluded:mq}}});var PD=b(($Q,RD)=>{"use strict";var oc=k().TYPE,gq=Jn().mode,ND=oc.AtKeyword,MD=oc.Semicolon,Vm=oc.LeftCurlyBracket,yq=oc.RightCurlyBracket;function OD(e){return this.Raw(e,gq.leftCurlyBracketOrSemicolon,!0)}function vq(){for(var e=1,t;t=this.scanner.lookupType(e);e++){if(t===yq)return!0;if(t===Vm||t===ND)return!1}return!1}RD.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(ND),t=this.scanner.substrToCursor(e+1),n=t.toLowerCase(),this.scanner.skipSC(),this.scanner.eof===!1&&this.scanner.tokenType!==Vm&&this.scanner.tokenType!==MD&&(this.parseAtrulePrelude?(r=this.parseWithFallback(this.AtrulePrelude.bind(this,t),OD),r.type==="AtrulePrelude"&&r.children.head===null&&(r=null)):r=OD.call(this,this.scanner.tokenIndex),this.scanner.skipSC()),this.scanner.tokenType){case MD: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(vq.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 jD=b((JQ,LD)=>{"use strict";var FD=k().TYPE,bq=FD.Semicolon,Sq=FD.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!==Sq&&this.scanner.tokenType!==bq&&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 qD=b((XQ,VD)=>{"use strict";var Ns=k().TYPE,Os=Ns.Ident,Cq=Ns.String,xq=Ns.Colon,wq=Ns.LeftSquareBracket,BD=Ns.RightSquareBracket,Eq=36,zD=42,sc=61,Dq=94,qm=124,Aq=126;function Iq(){this.scanner.eof&&this.error("Unexpected end of input");var e=this.scanner.tokenStart,t=!1,n=!0;return this.scanner.isDelim(zD)?(t=!0,n=!1,this.scanner.next()):this.scanner.isDelim(qm)||this.eat(Os),this.scanner.isDelim(qm)?this.scanner.source.charCodeAt(this.scanner.tokenStart+1)!==sc?(this.scanner.next(),this.eat(Os)):t&&this.error("Identifier is expected",this.scanner.tokenEnd):t&&this.error("Vertical line is expected"),n&&this.scanner.tokenType===xq&&(this.scanner.next(),this.eat(Os)),{type:"Identifier",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}}function Tq(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(e);return t!==sc&&t!==Aq&&t!==Dq&&t!==Eq&&t!==zD&&t!==qm&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.scanner.next(),t!==sc&&(this.scanner.isDelim(sc)||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(wq),this.scanner.skipSC(),t=Iq.call(this),this.scanner.skipSC(),this.scanner.tokenType!==BD&&(this.scanner.tokenType!==Os&&(n=Tq.call(this),this.scanner.skipSC(),r=this.scanner.tokenType===Cq?this.String():this.Identifier(),this.scanner.skipSC()),this.scanner.tokenType===Os&&(i=this.scanner.getTokenValue(),this.scanner.next(),this.scanner.skipSC())),this.eat(BD),{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 ZD=b((eK,YD)=>{"use strict";var Xi=k().TYPE,kq=Jn().mode,_q=Xi.WhiteSpace,Mq=Xi.Comment,WD=Xi.Semicolon,Oq=Xi.AtKeyword,Nq=Xi.LeftCurlyBracket,UD=Xi.RightCurlyBracket;function GD(e){return this.Raw(e,null,!0)}function Rq(){return this.parseWithFallback(this.Rule,GD)}function HD(e){return this.Raw(e,kq.semicolonIncluded,!0)}function Pq(){if(this.scanner.tokenType===WD)return HD.call(this,this.scanner.tokenIndex);var e=this.parseWithFallback(this.Declaration,HD);return this.scanner.tokenType===WD&&this.scanner.next(),e}YD.exports={name:"Block",structure:{children:[["Atrule","Rule","Declaration"]]},parse:function(e){var t=e?Pq:Rq,n=this.scanner.tokenStart,r=this.createList();this.eat(Nq);e:for(;!this.scanner.eof;)switch(this.scanner.tokenType){case UD:break e;case _q:case Mq:this.scanner.next();break;case Oq:r.push(this.parseWithFallback(this.Atrule,GD));break;default:r.push(t.call(this))}return this.scanner.eof||this.eat(UD),{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 $D=b((tK,KD)=>{"use strict";var QD=k().TYPE,Fq=QD.LeftSquareBracket,Lq=QD.RightSquareBracket;KD.exports={name:"Brackets",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(Fq),r=e.call(this,t),this.scanner.eof||this.eat(Lq),{type:"Brackets",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("["),this.children(e),this.chunk("]")}}});var XD=b((nK,JD)=>{"use strict";var jq=k().TYPE.CDC;JD.exports={name:"CDC",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(jq),{type:"CDC",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("-->")}}});var tA=b((rK,eA)=>{"use strict";var Bq=k().TYPE.CDO;eA.exports={name:"CDO",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(Bq),{type:"CDO",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("<!--")}}});var rA=b((iK,nA)=>{"use strict";var zq=k().TYPE,Vq=zq.Ident,qq=46;nA.exports={name:"ClassSelector",structure:{name:String},parse:function(){return this.scanner.isDelim(qq)||this.error("Full stop is expected"),this.scanner.next(),{type:"ClassSelector",loc:this.getLocation(this.scanner.tokenStart-1,this.scanner.tokenEnd),name:this.consume(Vq)}},generate:function(e){this.chunk("."),this.chunk(e.name)}}});var sA=b((oK,oA)=>{"use strict";var Wq=k().TYPE,Uq=Wq.Ident,Hq=43,iA=47,Gq=62,Yq=126;oA.exports={name:"Combinator",structure:{name:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case Gq:case Hq:case Yq:this.scanner.next();break;case iA:this.scanner.next(),(this.scanner.tokenType!==Uq||this.scanner.lookupValue(0,"deep")===!1)&&this.error("Identifier `deep` is expected"),this.scanner.next(),this.scanner.isDelim(iA)||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 lA=b((sK,aA)=>{"use strict";var Zq=k().TYPE,Qq=Zq.Comment,Kq=42,$q=47;aA.exports={name:"Comment",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenEnd;return this.eat(Qq),t-e+2>=2&&this.scanner.source.charCodeAt(t-2)===Kq&&this.scanner.source.charCodeAt(t-1)===$q&&(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 yA=b((aK,gA)=>{"use strict";var Jq=Mu().isCustomProperty,eo=k().TYPE,dA=Jn().mode,pA=eo.Ident,uA=eo.Hash,Xq=eo.Colon,fA=eo.Semicolon,hA=eo.Delim,eW=eo.WhiteSpace,mA=33,tW=35,nW=36,rW=38,iW=42,oW=43,cA=47;function sW(e){return this.Raw(e,dA.exclamationMarkOrSemicolon,!0)}function aW(e){return this.Raw(e,dA.exclamationMarkOrSemicolon,!1)}function lW(){var e=this.scanner.tokenIndex,t=this.Value();return t.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==fA&&this.scanner.isDelim(mA)===!1&&this.scanner.isBalanceEdge(e)===!1&&this.error(),t}gA.exports={name:"Declaration",structure:{important:[Boolean,String],property:String,value:["Value","Raw"]},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenIndex,n=uW.call(this),r=Jq(n),i=r?this.parseCustomProperty:this.parseValue,o=r?aW:sW,s=!1,a;this.scanner.skipSC(),this.eat(Xq);let l=this.scanner.tokenIndex;if(r||this.scanner.skipSC(),i?a=this.parseWithFallback(lW,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)===eW){a.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.scanner.isDelim(mA)&&(s=cW.call(this),this.scanner.skipSC()),this.scanner.eof===!1&&this.scanner.tokenType!==fA&&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 uW(){var e=this.scanner.tokenStart,t=0;if(this.scanner.tokenType===hA)switch(this.scanner.source.charCodeAt(this.scanner.tokenStart)){case iW:case nW:case oW:case tW:case rW:this.scanner.next();break;case cA:this.scanner.next(),this.scanner.isDelim(cA)&&this.scanner.next();break}return t&&this.scanner.skip(t),this.scanner.tokenType===uA?this.eat(uA):this.eat(pA),this.scanner.substrToCursor(e)}function cW(){this.eat(hA),this.scanner.skipSC();var e=this.consume(pA);return e==="important"?!0:e}});var bA=b((lK,vA)=>{"use strict";var Wm=k().TYPE,dW=Jn().mode,pW=Wm.WhiteSpace,fW=Wm.Comment,hW=Wm.Semicolon;function mW(e){return this.Raw(e,dW.semicolonIncluded,!0)}vA.exports={name:"DeclarationList",structure:{children:[["Declaration"]]},parse:function(){for(var e=this.createList();!this.scanner.eof;)switch(this.scanner.tokenType){case pW:case fW:case hW:this.scanner.next();break;default:e.push(this.parseWithFallback(this.Declaration,mW))}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e,function(t){t.type==="Declaration"&&this.chunk(";")})}}});var CA=b((uK,SA)=>{"use strict";var gW=Vi().consumeNumber,yW=k().TYPE,vW=yW.Dimension;SA.exports={name:"Dimension",structure:{value:String,unit:String},parse:function(){var e=this.scanner.tokenStart,t=gW(this.scanner.source,e);return this.eat(vW),{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 wA=b((cK,xA)=>{"use strict";var bW=k().TYPE,SW=bW.RightParenthesis;xA.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(SW),{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 DA=b((dK,EA)=>{"use strict";var CW=k().TYPE,xW=CW.Hash;EA.exports={name:"Hash",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(xW),{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 IA=b((pK,AA)=>{"use strict";var wW=k().TYPE,EW=wW.Ident;AA.exports={name:"Identifier",structure:{name:String},parse:function(){return{type:"Identifier",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),name:this.consume(EW)}},generate:function(e){this.chunk(e.name)}}});var kA=b((fK,TA)=>{"use strict";var DW=k().TYPE,AW=DW.Hash;TA.exports={name:"IdSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(AW),{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 NA=b((hK,OA)=>{"use strict";var Or=k().TYPE,_A=Or.Ident,IW=Or.Number,TW=Or.Dimension,kW=Or.LeftParenthesis,MA=Or.RightParenthesis,_W=Or.Colon,MW=Or.Delim;OA.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(kW),this.scanner.skipSC(),t=this.consume(_A),this.scanner.skipSC(),this.scanner.tokenType!==MA){switch(this.eat(_W),this.scanner.skipSC(),this.scanner.tokenType){case IW:this.lookupNonWSType(1)===MW?n=this.Ratio():n=this.Number();break;case TW:n=this.Dimension();break;case _A:n=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.scanner.skipSC()}return this.eat(MA),{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 PA=b((mK,RA)=>{"use strict";var ac=k().TYPE,OW=ac.WhiteSpace,NW=ac.Comment,RW=ac.Ident,PW=ac.LeftParenthesis;RA.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 NW:this.scanner.next();continue;case OW:n=this.WhiteSpace();continue;case RW:t=this.Identifier();break;case PW: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 LA=b((gK,FA)=>{"use strict";var FW=k().TYPE.Comma;FA.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===FW);)this.scanner.next();return{type:"MediaQueryList",loc:this.getLocationFromList(t),children:t}},generate:function(e){this.children(e,function(){this.chunk(",")})}}});var BA=b((yK,jA)=>{"use strict";jA.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 VA=b((vK,zA)=>{"use strict";var LW=k().TYPE.Number;zA.exports={name:"Number",structure:{value:String},parse:function(){return{type:"Number",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(LW)}},generate:function(e){this.chunk(e.value)}}});var WA=b((bK,qA)=>{"use strict";qA.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 GA=b((SK,HA)=>{"use strict";var UA=k().TYPE,jW=UA.LeftParenthesis,BW=UA.RightParenthesis;HA.exports={name:"Parentheses",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(jW),r=e.call(this,t),this.scanner.eof||this.eat(BW),{type:"Parentheses",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("("),this.children(e),this.chunk(")")}}});var ZA=b((CK,YA)=>{"use strict";var zW=Vi().consumeNumber,VW=k().TYPE,qW=VW.Percentage;YA.exports={name:"Percentage",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=zW(this.scanner.source,e);return this.eat(qW),{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 KA=b((xK,QA)=>{"use strict";var lc=k().TYPE,WW=lc.Ident,UW=lc.Function,HW=lc.Colon,GW=lc.RightParenthesis;QA.exports={name:"PseudoClassSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat(HW),this.scanner.tokenType===UW?(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(GW)):n=this.consume(WW),{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 XA=b((wK,JA)=>{"use strict";var uc=k().TYPE,YW=uc.Ident,ZW=uc.Function,$A=uc.Colon,QW=uc.RightParenthesis;JA.exports={name:"PseudoElementSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat($A),this.eat($A),this.scanner.tokenType===ZW?(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(QW)):n=this.consume(YW),{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 rI=b((EK,nI)=>{"use strict";var KW=k().isDigit,tI=k().TYPE,$W=tI.Number,JW=tI.Delim,XW=47,eU=46;function eI(){this.scanner.skipWS();for(var e=this.consume($W),t=0;t<e.length;t++){var n=e.charCodeAt(t);!KW(n)&&n!==eU&&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}nI.exports={name:"Ratio",structure:{left:String,right:String},parse:function(){var e=this.scanner.tokenStart,t=eI.call(this),n;return this.scanner.skipWS(),this.scanner.isDelim(XW)||this.error("Solidus is expected"),this.eat(JW),n=eI.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 sI=b((DK,oI)=>{"use strict";var tU=k().TYPE,nU=Jn().mode,rU=tU.LeftCurlyBracket;function iI(e){return this.Raw(e,nU.leftCurlyBracket,!0)}function iU(){var e=this.SelectorList();return e.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==rU&&this.error(),e}oI.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(iU,iI):n=iI.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 lI=b((AK,aI)=>{"use strict";aI.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 cI=b((IK,uI)=>{"use strict";var oU=k().TYPE,sU=oU.Comma;uI.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===sU){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 pI=b((TK,dI)=>{"use strict";var aU=k().TYPE.String;dI.exports={name:"String",structure:{value:String},parse:function(){return{type:"String",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(aU)}},generate:function(e){this.chunk(e.value)}}});var mI=b((kK,hI)=>{"use strict";var Rs=k().TYPE,lU=Rs.WhiteSpace,uU=Rs.Comment,cU=Rs.AtKeyword,dU=Rs.CDO,pU=Rs.CDC,fU=33;function fI(e){return this.Raw(e,null,!1)}hI.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 lU:this.scanner.next();continue;case uU:if(this.scanner.source.charCodeAt(this.scanner.tokenStart+2)!==fU){this.scanner.next();continue}n=this.Comment();break;case dU:n=this.CDO();break;case pU:n=this.CDC();break;case cU:n=this.parseWithFallback(this.Atrule,fI);break;default:n=this.parseWithFallback(this.Rule,fI)}t.push(n)}return{type:"StyleSheet",loc:this.getLocation(e,this.scanner.tokenStart),children:t}},generate:function(e){this.children(e)},walkContext:"stylesheet"}});var vI=b((_K,yI)=>{"use strict";var hU=k().TYPE,mU=hU.Ident,gU=42,gI=124;function Um(){this.scanner.tokenType!==mU&&this.scanner.isDelim(gU)===!1&&this.error("Identifier or asterisk is expected"),this.scanner.next()}yI.exports={name:"TypeSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.scanner.isDelim(gI)?(this.scanner.next(),Um.call(this)):(Um.call(this),this.scanner.isDelim(gI)&&(this.scanner.next(),Um.call(this))),{type:"TypeSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.name)}}});var EI=b((MK,wI)=>{"use strict";var yU=k().isHexDigit,bI=k().cmpChar,Ym=k().TYPE,vU=k().NAME,bU=Ym.Ident,SI=Ym.Number,CI=Ym.Dimension,dc=43,xI=45,Gm=63,SU=117;function Ps(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===xI&&t&&r!==0)return Ps.call(this,e+r+1,!1)===0&&this.error(),-1;yU(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 cc(e){for(var t=0;this.scanner.isDelim(Gm);)++t>e&&this.error("Too many question marks"),this.scanner.next()}function Hm(e){this.scanner.source.charCodeAt(this.scanner.tokenStart)!==e&&this.error(vU[e]+" is expected")}function CU(){var e=0;if(this.scanner.isDelim(dc)){if(this.scanner.next(),this.scanner.tokenType===bU){e=Ps.call(this,0,!0),e>0&&cc.call(this,6-e);return}if(this.scanner.isDelim(Gm)){this.scanner.next(),cc.call(this,5);return}this.error("Hex digit or question mark is expected");return}if(this.scanner.tokenType===SI){if(Hm.call(this,dc),e=Ps.call(this,1,!0),this.scanner.isDelim(Gm)){cc.call(this,6-e);return}if(this.scanner.tokenType===CI||this.scanner.tokenType===SI){Hm.call(this,xI),Ps.call(this,1,!1);return}return}if(this.scanner.tokenType===CI){Hm.call(this,dc),e=Ps.call(this,1,!0),e>0&&cc.call(this,6-e);return}this.error()}wI.exports={name:"UnicodeRange",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return bI(this.scanner.source,e,SU)||this.error("U is expected"),bI(this.scanner.source,e+1,dc)||this.error("Plus sign is expected"),this.scanner.next(),CU.call(this),{type:"UnicodeRange",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.value)}}});var kI=b((OK,TI)=>{"use strict";var DI=k().isWhiteSpace,xU=k().cmpStr,Zm=k().TYPE,AI=Zm.Function,II=Zm.Url,wU=Zm.RightParenthesis;TI.exports={name:"Url",structure:{value:["String","Raw"]},parse:function(){var e=this.scanner.tokenStart,t;switch(this.scanner.tokenType){case II:for(var n=e+4,r=this.scanner.tokenEnd-1;n<r&&DI(this.scanner.source.charCodeAt(n));)n++;for(;n<r&&DI(this.scanner.source.charCodeAt(r-1));)r--;t={type:"Raw",loc:this.getLocation(n,r),value:this.scanner.source.substring(n,r)},this.eat(II);break;case AI:xU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(AI),this.scanner.skipSC(),t=this.String(),this.scanner.skipSC(),this.eat(wU);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 MI=b((NK,_I)=>{"use strict";_I.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 NI=b((RK,OI)=>{"use strict";var EU=k().TYPE.WhiteSpace,DU=Object.freeze({type:"WhiteSpace",loc:null,value:" "});OI.exports={name:"WhiteSpace",structure:{value:String},parse:function(){return this.eat(EU),DU},generate:function(e){this.chunk(e.value)}}});var pc=b((PK,RI)=>{"use strict";RI.exports={AnPlusB:ID(),Atrule:PD(),AtrulePrelude:jD(),AttributeSelector:qD(),Block:ZD(),Brackets:$D(),CDC:XD(),CDO:tA(),ClassSelector:rA(),Combinator:sA(),Comment:lA(),Declaration:yA(),DeclarationList:bA(),Dimension:CA(),Function:wA(),Hash:DA(),Identifier:IA(),IdSelector:kA(),MediaFeature:NA(),MediaQuery:PA(),MediaQueryList:LA(),Nth:BA(),Number:VA(),Operator:WA(),Parentheses:GA(),Percentage:ZA(),PseudoClassSelector:KA(),PseudoElementSelector:XA(),Ratio:rI(),Raw:Jn(),Rule:sI(),Selector:lI(),SelectorList:cI(),String:pI(),StyleSheet:mI(),TypeSelector:vI(),UnicodeRange:EI(),Url:kI(),Value:MI(),WhiteSpace:NI()}});var FI=b((FK,PI)=>{"use strict";var Qm=CD();PI.exports={generic:!0,types:Qm.types,atrules:Qm.atrules,properties:Qm.properties,node:pc()}});var Km=b((LK,BI)=>{"use strict";var LI=k().cmpChar,AU=k().cmpStr,Nt=k().TYPE,IU=Nt.Ident,TU=Nt.String,kU=Nt.Number,_U=Nt.Function,MU=Nt.Url,OU=Nt.Hash,NU=Nt.Dimension,RU=Nt.Percentage,PU=Nt.LeftParenthesis,FU=Nt.LeftSquareBracket,LU=Nt.Comma,jU=Nt.Delim,BU=35,zU=42,jI=43,VU=45,qU=47,WU=117;BI.exports=function(t){switch(this.scanner.tokenType){case OU:return this.Hash();case LU:return t.space=null,t.ignoreWSAfter=!0,this.Operator();case PU:return this.Parentheses(this.readSequence,t.recognizer);case FU:return this.Brackets(this.readSequence,t.recognizer);case TU:return this.String();case NU:return this.Dimension();case RU:return this.Percentage();case kU:return this.Number();case _U:return AU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,t.recognizer);case MU:return this.Url();case IU:return LI(this.scanner.source,this.scanner.tokenStart,WU)&&LI(this.scanner.source,this.scanner.tokenStart+1,jI)?this.UnicodeRange():this.Identifier();case jU:var n=this.scanner.source.charCodeAt(this.scanner.tokenStart);if(n===qU||n===zU||n===jI||n===VU)return this.Operator();n===BU&&this.error("Hex or identifier is expected",this.scanner.tokenStart+1);break}}});var VI=b((jK,zI)=>{"use strict";zI.exports={getNode:Km()}});var HI=b((BK,UI)=>{"use strict";var Xn=k().TYPE,UU=Xn.Delim,HU=Xn.Ident,GU=Xn.Dimension,YU=Xn.Percentage,ZU=Xn.Number,QU=Xn.Hash,qI=Xn.Colon,KU=Xn.LeftSquareBracket,$U=35,JU=42,XU=43,eH=47,WI=46,tH=62,nH=124,rH=126;function iH(e){switch(this.scanner.tokenType){case KU:return this.AttributeSelector();case QU:return this.IdSelector();case qI:return this.scanner.lookupType(1)===qI?this.PseudoElementSelector():this.PseudoClassSelector();case HU:return this.TypeSelector();case ZU:case YU:return this.Percentage();case GU:this.scanner.source.charCodeAt(this.scanner.tokenStart)===WI&&this.error("Identifier is expected",this.scanner.tokenStart+1);break;case UU:var t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case XU:case tH:case rH:return e.space=null,e.ignoreWSAfter=!0,this.Combinator();case eH:return this.Combinator();case WI:return this.ClassSelector();case JU:case nH:return this.TypeSelector();case $U:return this.IdSelector()}break}}UI.exports={getNode:iH}});var YI=b((zK,GI)=>{"use strict";GI.exports=function(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}});var KI=b((VK,QI)=>{"use strict";var ZI=k().TYPE,oH=Jn().mode,sH=ZI.Comma,aH=ZI.WhiteSpace;QI.exports=function(){var e=this.createList();if(this.scanner.skipSC(),e.push(this.Identifier()),this.scanner.skipSC(),this.scanner.tokenType===sH){e.push(this.Operator());let t=this.scanner.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.scanner.tokenIndex,oH.exclamationMarkOrSemicolon,!1);if(n.type==="Value"&&n.children.isEmpty()){for(let r=t-this.scanner.tokenIndex;r<=0;r++)if(this.scanner.lookupType(r)===aH){n.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}e.push(n)}return e}});var JI=b((qK,$I)=>{"use strict";$I.exports={getNode:Km(),expression:YI(),var:KI()}});var eT=b((WK,XI)=>{"use strict";XI.exports={AtrulePrelude:VI(),Selector:HI(),Value:JI()}});var nT=b((UK,tT)=>{"use strict";tT.exports={parse:{prelude:null,block:function(){return this.Block(!0)}}}});var iT=b((HK,rT)=>{"use strict";var Fs=k().TYPE,lH=Fs.String,uH=Fs.Ident,cH=Fs.Url,dH=Fs.Function,pH=Fs.LeftParenthesis;rT.exports={parse:{prelude:function(){var e=this.createList();switch(this.scanner.skipSC(),this.scanner.tokenType){case lH:e.push(this.String());break;case cH:case dH:e.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===uH||this.lookupNonWSType(0)===pH)&&(e.push(this.WhiteSpace()),e.push(this.MediaQueryList())),e},block:null}}});var sT=b((GK,oT)=>{"use strict";oT.exports={parse:{prelude:function(){return this.createSingleNodeList(this.MediaQueryList())},block:function(){return this.Block(!1)}}}});var lT=b((YK,aT)=>{"use strict";aT.exports={parse:{prelude:function(){return this.createSingleNodeList(this.SelectorList())},block:function(){return this.Block(!0)}}}});var pT=b((ZK,dT)=>{"use strict";var to=k().TYPE,fH=to.WhiteSpace,hH=to.Comment,uT=to.Ident,mH=to.Function,gH=to.Colon,yH=to.LeftParenthesis;function vH(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}function bH(){return this.scanner.skipSC(),this.scanner.tokenType===uT&&this.lookupNonWSType(1)===gH?this.createSingleNodeList(this.Declaration()):cT.call(this)}function cT(){var e=this.createList(),t=null,n;this.scanner.skipSC();e:for(;!this.scanner.eof;){switch(this.scanner.tokenType){case fH:t=this.WhiteSpace();continue;case hH:this.scanner.next();continue;case mH:n=this.Function(vH,this.scope.AtrulePrelude);break;case uT:n=this.Identifier();break;case yH:n=this.Parentheses(bH,this.scope.AtrulePrelude);break;default:break e}t!==null&&(e.push(t),t=null),e.push(n)}return e}dT.exports={parse:{prelude:function(){var e=cT.call(this);return this.getFirstListNode(e)===null&&this.error("Condition is expected"),e},block:function(){return this.Block(!1)}}}});var hT=b((QK,fT)=>{"use strict";fT.exports={"font-face":nT(),import:iT(),media:sT(),page:lT(),supports:pT()}});var gT=b((KK,mT)=>{"use strict";mT.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var vT=b(($K,yT)=>{"use strict";yT.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var ST=b((JK,bT)=>{"use strict";bT.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var $m=b((XK,CT)=>{"use strict";CT.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var wT=b((e$,xT)=>{"use strict";xT.exports=$m()});var DT=b((t$,ET)=>{"use strict";ET.exports=$m()});var Jm=b((n$,AT)=>{"use strict";var SH=!0;AT.exports={parse:function(){return this.createSingleNodeList(this.Nth(SH))}}});var TT=b((r$,IT)=>{"use strict";IT.exports=Jm()});var _T=b((i$,kT)=>{"use strict";kT.exports=Jm()});var Xm=b((o$,MT)=>{"use strict";var CH=!1;MT.exports={parse:function(){return this.createSingleNodeList(this.Nth(CH))}}});var NT=b((s$,OT)=>{"use strict";OT.exports=Xm()});var PT=b((a$,RT)=>{"use strict";RT.exports=Xm()});var LT=b((l$,FT)=>{"use strict";FT.exports={parse:function(){return this.createSingleNodeList(this.Selector())}}});var BT=b((u$,jT)=>{"use strict";jT.exports={dir:gT(),has:vT(),lang:ST(),matches:wT(),not:DT(),"nth-child":TT(),"nth-last-child":_T(),"nth-last-of-type":NT(),"nth-of-type":PT(),slotted:LT()}});var VT=b((c$,zT)=>{"use strict";zT.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:eT(),atrule:hT(),pseudo:BT(),node:pc()}});var WT=b((d$,qT)=>{"use strict";qT.exports={node:pc()}});var UT=b((p$,xH)=>{xH.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 HT=b((f$,eg)=>{"use strict";function wH(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}eg.exports=fD().create(wH(FI(),VT(),WT()));eg.exports.version=UT().version});var $e=b((h$,GT)=>{"use strict";GT.exports=HT()});var xk=b(Bs=>{"use strict";var EH=/(\[[^\]]+\])/g,DH=/(#[^\s\+>~\.\[:]+)/g,AH=/(\.[^\s\+>~\.\[:]+)/g,IH=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/g,TH=/(:[^\s\+>~\.\[:]+)/g,kH=/([^\s\+>~\.\[:]+)/g,_H=/:not\(([^\)]*)\)/g,MH=/\{[^]*/gm,OH=/[\*\s\+>~]/g,NH=/[#\.]/g,ro=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},RH=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(_H," $1 "),e=e.replace(MH," "),e=ro(EH,"b",n,e),e=ro(DH,"a",n,e),e=ro(AH,"b",n,e),e=ro(IH,"c",n,e),e=ro(TH,"b",n,e),e=e.replace(OH," "),e=e.replace(NH," "),ro(kH,"c",n,e),n.a*100+n.b*10+n.c*1},Sk={};Bs.calculateSpecificity=function(e){var t=Sk[e];return t===void 0&&(t=RH(e),Sk[e]=t),t};var Ck={},Ig=null;Bs.isSelectorValid=function(e){var t=Ck[e];if(t===void 0){Ig==null&&(Ig=document.createElement("div"));try{Ig.querySelector(e),t=!0}catch{t=!1}Ck[e]=t}return t};Bs.validateSelector=function(e){if(!Bs.isSelectorValid(e)){var t=new SyntaxError(e+" is not a valid selector");throw t.code="EBADSELECTOR",t}}});var Tk=b((XJ,Ik)=>{"use strict";Ik.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 _k=b((eX,kk)=>{"use strict";kk.exports=function(){return typeof globalThis!="object"||!globalThis?!1:globalThis.Array===Array}});var Nk=b((tX,Ok)=>{"use strict";var Mk=function(){if(typeof self=="object"&&self)return self;if(typeof window=="object"&&window)return window;throw new Error("Unable to resolve global `this`")};Ok.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch{return Mk()}try{return __global__||Mk()}finally{delete Object.prototype.__global__}}()});var zs=b((nX,Rk)=>{"use strict";Rk.exports=_k()()?globalThis:Nk()});var Fk=b((rX,Pk)=>{"use strict";var PH=zs(),kg={object:!0,symbol:!0};Pk.exports=function(){var e=PH.Symbol,t;if(typeof e!="function")return!1;t=e("test symbol");try{String(t)}catch{return!1}return!(!kg[typeof e.iterator]||!kg[typeof e.toPrimitive]||!kg[typeof e.toStringTag])}});var jk=b((iX,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 _g=b((oX,Bk)=>{"use strict";var FH=jk();Bk.exports=function(e){if(!FH(e))throw new TypeError(e+" is not a symbol");return e}});var Uk=b((sX,Wk)=>{"use strict";var zk=Ir(),LH=Object.create,Vk=Object.defineProperty,jH=Object.prototype,qk=LH(null);Wk.exports=function(e){for(var t=0,n,r;qk[e+(t||"")];)++t;return e+=t||"",qk[e]=!0,n="@@"+e,Vk(jH,n,zk.gs(null,function(i){r||(r=!0,Vk(this,n,zk(i)),r=!1)})),n}});var Gk=b((aX,Hk)=>{"use strict";var Yt=Ir(),De=zs().Symbol;Hk.exports=function(e){return Object.defineProperties(e,{hasInstance:Yt("",De&&De.hasInstance||e("hasInstance")),isConcatSpreadable:Yt("",De&&De.isConcatSpreadable||e("isConcatSpreadable")),iterator:Yt("",De&&De.iterator||e("iterator")),match:Yt("",De&&De.match||e("match")),replace:Yt("",De&&De.replace||e("replace")),search:Yt("",De&&De.search||e("search")),species:Yt("",De&&De.species||e("species")),split:Yt("",De&&De.split||e("split")),toPrimitive:Yt("",De&&De.toPrimitive||e("toPrimitive")),toStringTag:Yt("",De&&De.toStringTag||e("toStringTag")),unscopables:Yt("",De&&De.unscopables||e("unscopables"))})}});var Qk=b((lX,Zk)=>{"use strict";var Yk=Ir(),BH=_g(),Vs=Object.create(null);Zk.exports=function(e){return Object.defineProperties(e,{for:Yk(function(t){return Vs[t]?Vs[t]:Vs[t]=e(String(t))}),keyFor:Yk(function(t){var n;BH(t);for(n in Vs)if(Vs[n]===t)return n})})}});var Jk=b((uX,$k)=>{"use strict";var an=Ir(),Mg=_g(),yc=zs().Symbol,zH=Uk(),VH=Gk(),qH=Qk(),WH=Object.create,Og=Object.defineProperties,vc=Object.defineProperty,Je,io,Kk;if(typeof yc=="function")try{String(yc()),Kk=!0}catch{}else yc=null;io=function(t){if(this instanceof io)throw new TypeError("Symbol is not a constructor");return Je(t)};$k.exports=Je=function e(t){var n;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return Kk?yc(t):(n=WH(io.prototype),t=t===void 0?"":String(t),Og(n,{__description__:an("",t),__name__:an("",zH(t))}))};VH(Je);qH(Je);Og(io.prototype,{constructor:an(Je),toString:an("",function(){return this.__name__})});Og(Je.prototype,{toString:an(function(){return"Symbol ("+Mg(this).__description__+")"}),valueOf:an(function(){return Mg(this)})});vc(Je.prototype,Je.toPrimitive,an("",function(){var e=Mg(this);return typeof e=="symbol"?e:e.toString()}));vc(Je.prototype,Je.toStringTag,an("c","Symbol"));vc(io.prototype,Je.toStringTag,an("c",Je.prototype[Je.toStringTag]));vc(io.prototype,Je.toPrimitive,an("c",Je.prototype[Je.toPrimitive]))});var e_=b((cX,Xk)=>{"use strict";Xk.exports=Fk()()?zs().Symbol:Jk()});var r_=b((dX,n_)=>{"use strict";var t_=Object.prototype.toString,UH=t_.call(function(){return arguments}());n_.exports=function(e){return t_.call(e)===UH}});var o_=b((pX,i_)=>{"use strict";var HH=Object.prototype.toString,GH=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);i_.exports=function(e){return typeof e=="function"&&GH(HH.call(e))}});var a_=b((fX,s_)=>{"use strict";s_.exports=function(){var e=Math.sign;return typeof e!="function"?!1:e(10)===1&&e(-20)===-1}});var u_=b((hX,l_)=>{"use strict";l_.exports=function(e){return e=Number(e),isNaN(e)||e===0?e:e>0?1:-1}});var d_=b((mX,c_)=>{"use strict";c_.exports=a_()()?Math.sign:u_()});var f_=b((gX,p_)=>{"use strict";var YH=d_(),ZH=Math.abs,QH=Math.floor;p_.exports=function(e){return isNaN(e)?0:(e=Number(e),e===0||!isFinite(e)?e:YH(e)*QH(ZH(e)))}});var Ng=b((yX,h_)=>{"use strict";var KH=f_(),$H=Math.max;h_.exports=function(e){return $H(0,KH(e))}});var y_=b((vX,g_)=>{"use strict";var m_=Object.prototype.toString,JH=m_.call("");g_.exports=function(e){return typeof e=="string"||e&&typeof e=="object"&&(e instanceof String||m_.call(e)===JH)||!1}});var C_=b((bX,S_)=>{"use strict";var XH=e_().iterator,e3=r_(),t3=o_(),n3=Ng(),v_=vh(),r3=gu(),i3=Pi(),o3=y_(),b_=Array.isArray,Rg=Function.prototype.call,Nr={configurable:!0,enumerable:!0,writable:!0,value:null},Pg=Object.defineProperty;S_.exports=function(e){var t=arguments[1],n=arguments[2],r,i,o,s,a,l,u,c,p,d;if(e=Object(r3(e)),i3(t)&&v_(t),!this||this===Array||!t3(this)){if(!t){if(e3(e))return a=e.length,a!==1?Array.apply(null,e):(s=new Array(1),s[0]=e[0],s);if(b_(e)){for(s=new Array(a=e.length),i=0;i<a;++i)s[i]=e[i];return s}}s=[]}else r=this;if(!b_(e)){if((p=e[XH])!==void 0){for(u=v_(p).call(e),r&&(s=new r),c=u.next(),i=0;!c.done;)d=t?Rg.call(t,n,c.value,i):c.value,r?(Nr.value=d,Pg(s,i,Nr)):s[i]=d,c=u.next(),++i;a=i}else if(o3(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?Rg.call(t,n,d,o):d,r?(Nr.value=d,Pg(s,o,Nr)):s[o]=d,++o;a=o}}if(a===void 0)for(a=n3(e.length),r&&(s=new r(a)),i=0;i<a;++i)d=t?Rg.call(t,n,e[i],i):e[i],r?(Nr.value=d,Pg(s,i,Nr)):s[i]=d;return r&&(Nr.value=null,s.length=a),s}});var w_=b((SX,x_)=>{"use strict";x_.exports=Tk()()?Array.from:C_()});var D_=b((CX,E_)=>{"use strict";E_.exports=function(){var e=Number.isNaN;return typeof e!="function"?!1:!e({})&&e(NaN)&&!e(34)}});var I_=b((xX,A_)=>{"use strict";A_.exports=function(e){return e!==e}});var k_=b((wX,T_)=>{"use strict";T_.exports=D_()()?Number.isNaN:I_()});var R_=b((EX,N_)=>{"use strict";var __=k_(),M_=Ng(),s3=gu(),a3=Array.prototype.indexOf,l3=Object.prototype.hasOwnProperty,u3=Math.abs,O_=Math.floor;N_.exports=function(e){var t,n,r,i;if(!__(e))return a3.apply(this,arguments);for(n=M_(s3(this).length),r=arguments[1],isNaN(r)?r=0:r>=0?r=O_(r):r=M_(this.length)-O_(u3(r)),t=r;t<n;++t)if(l3.call(this,t)&&(i=this[t],__(i)))return t;return-1}});var F_=b((DX,P_)=>{"use strict";var c3=R_(),d3=Array.prototype.forEach,p3=Array.prototype.splice;P_.exports=function(e){d3.call(arguments,function(t){var n=c3.call(this,t);n!==-1&&p3.call(this,n,1)},this)}});var j_=b((AX,L_)=>{"use strict";var f3=Pi(),h3={function:!0,object:!0};L_.exports=function(e){return f3(e)&&h3[typeof e]||!1}});var z_=b((IX,B_)=>{"use strict";var m3=j_();B_.exports=function(e){if(!m3(e))throw new TypeError(e+" is not an Object");return e}});var G_=b((TX,H_)=>{"use strict";var g3=w_(),y3=F_(),V_=z_(),q_=Ir(),W_=Yn().methods.emit,U_=Object.defineProperty,v3=Object.prototype.hasOwnProperty,b3=Object.getOwnPropertyDescriptor;H_.exports=function(e,t){var n,r,i,o;return V_(e)&&V_(t),o=arguments[2],o===void 0&&(o="emit"),r={close:function(){y3.call(n,t)}},v3.call(e,"__eePipes__")?((n=e.__eePipes__).push(t),r):(U_(e,"__eePipes__",q_("c",n=[t])),i=b3(e,o),i?(delete i.get,delete i.set):i=q_("c",void 0),i.value=function(){var s,a,l=g3(n);for(W_.apply(this,arguments),s=0;a=l[s];++s)W_.apply(a,arguments)},U_(e,o,i),r)}});function Ug(e,t){return Object.is(e,t)}var Re=null,Hs=!1,Gs=1,_n=Symbol("SIGNAL");function te(e){let t=Re;return Re=e,t}function Hg(){return Re}var lo={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 zc(e){if(Hs)throw new Error("");if(Re===null)return;Re.consumerOnSignalRead(e);let t=Re.nextProducerIndex++;if(Ks(Re),t<Re.producerNode.length&&Re.producerNode[t]!==e&&ao(Re)){let n=Re.producerNode[t];Qs(n,Re.producerIndexOfThis[t])}Re.producerNode[t]!==e&&(Re.producerNode[t]=e,Re.producerIndexOfThis[t]=ao(Re)?Qg(e,Re,t):0),Re.producerLastReadVersion[t]=e.version}function cM(){Gs++}function Gg(e){if(!(ao(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Gs)){if(!e.producerMustRecompute(e)&&!qc(e)){e.dirty=!1,e.lastCleanEpoch=Gs;return}e.producerRecomputeValue(e),e.dirty=!1,e.lastCleanEpoch=Gs}}function Yg(e){if(e.liveConsumerNode===void 0)return;let t=Hs;Hs=!0;try{for(let n of e.liveConsumerNode)n.dirty||dM(n)}finally{Hs=t}}function Zg(){return Re?.consumerAllowSignalWrites!==!1}function dM(e){e.dirty=!0,Yg(e),e.consumerMarkedDirty?.(e)}function Zs(e){return e&&(e.nextProducerIndex=0),te(e)}function Vc(e,t){if(te(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(ao(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)Qs(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function qc(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||(Gg(n),r!==n.version))return!0}return!1}function Wc(e){if(Ks(e),ao(e))for(let t=0;t<e.producerNode.length;t++)Qs(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 Qg(e,t,n){if(Kg(e),e.liveConsumerNode.length===0&&$g(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=Qg(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function Qs(e,t){if(Kg(e),e.liveConsumerNode.length===1&&$g(e))for(let r=0;r<e.producerNode.length;r++)Qs(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 ao(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 $g(e){return e.producerNode!==void 0}function Jg(e){let t=Object.create(pM);t.computation=e;let n=()=>{if(Gg(t),zc(t),t.value===Ys)throw t.error;return t.value};return n[_n]=t,n}var jc=Symbol("UNSET"),Bc=Symbol("COMPUTING"),Ys=Symbol("ERRORED"),pM=re(A({},lo),{value:jc,dirty:!0,error:null,equal:Ug,producerMustRecompute(e){return e.value===jc||e.value===Bc},producerRecomputeValue(e){if(e.value===Bc)throw new Error("Detected cycle in computations.");let t=e.value;e.value=Bc;let n=Zs(e),r;try{r=e.computation()}catch(i){r=Ys,e.error=i}finally{Vc(e,n)}if(t!==jc&&t!==Ys&&r!==Ys&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function fM(){throw new Error}var Xg=fM;function ey(){Xg()}function ty(e){Xg=e}var hM=null;function ny(e){let t=Object.create(iy);t.value=e;let n=()=>(zc(t),t.value);return n[_n]=t,n}function Uc(e,t){Zg()||ey(),e.equal(e.value,t)||(e.value=t,mM(e))}function ry(e,t){Zg()||ey(),Uc(e,t(e.value))}var iy=re(A({},lo),{equal:Ug,value:void 0});function mM(e){e.version++,cM(),Yg(e),hM?.()}function H(e){return typeof e=="function"}function Rr(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 $s=Rr(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 yD=b((HQ,X2)=>{X2.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 CD=b((GQ,SD)=>{"use strict";var eq=hD(),tq=mD(),nq=gD(),Fm=yD(),vD=/^\s*\|\s*/;function rq(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]=vD.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(vD,""));return n}function bD(e){let t={};for(let n in e)t[n]=e[n].syntax;return t}function iq(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&&bD(i)}}for(let r in t)hasOwnProperty.call(e,r)||(n[r]={prelude:t[r].prelude||null,descriptors:t[r].descriptors&&bD(t[r].descriptors)});return n}SD.exports={types:Lm(nq,Fm.syntaxes),atrules:iq(rq(eq),Fm.atrules),properties:Lm(tq,Fm.properties)}});var ID=b((YQ,AD)=>{"use strict";var ED=k().cmpChar,DD=k().isDigit,Ms=k().TYPE,xD=Ms.WhiteSpace,wD=Ms.Comment,jm=Ms.Ident,Tn=Ms.Number,oq=Ms.Dimension,sn=43,bt=45,nc=110,Mr=!0,sq=!1;function rc(e,t){var n=this.scanner.tokenStart+e,r=this.scanner.source.charCodeAt(n);for((r===sn||r===bt)&&(t&&this.error("Number sign is not allowed"),n++);n<this.scanner.tokenEnd;n++)DD(this.scanner.source.charCodeAt(n))||this.error("Integer is expected",n)}function Ji(e){return rc.call(this,0,e)}function $n(e,t){if(!ED(this.scanner.source,this.scanner.tokenStart+e,t)){var n="";switch(t){case nc:n="N is expected";break;case bt:n="HyphenMinus is expected";break}this.error(n,this.scanner.tokenStart+e)}}function Bm(){for(var e=0,t=0,n=this.scanner.tokenType;n===xD||n===wD;)n=this.scanner.lookupType(++e);if(n!==Tn)if(this.scanner.isDelim(sn,e)||this.scanner.isDelim(bt,e)){t=this.scanner.isDelim(sn,e)?sn:bt;do n=this.scanner.lookupType(++e);while(n===xD||n===wD);n!==Tn&&(this.scanner.skip(e),Ji.call(this,Mr))}else return null;return e>0&&this.scanner.skip(e),t===0&&(n=this.scanner.source.charCodeAt(this.scanner.tokenStart),n!==sn&&n!==bt&&this.error("Number sign is expected")),Ji.call(this,t!==0),t===bt?"-"+this.consume(Tn):this.consume(Tn)}AD.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)Ji.call(this,sq),n=this.consume(Tn);else if(this.scanner.tokenType===jm&&ED(this.scanner.source,this.scanner.tokenStart,bt))switch(t="-1",$n.call(this,1,nc),this.scanner.getTokenLength()){case 2:this.scanner.next(),n=Bm.call(this);break;case 3:$n.call(this,2,bt),this.scanner.next(),this.scanner.skipSC(),Ji.call(this,Mr),n="-"+this.consume(Tn);break;default:$n.call(this,2,bt),rc.call(this,3,Mr),this.scanner.next(),n=this.scanner.substrToCursor(e+2)}else if(this.scanner.tokenType===jm||this.scanner.isDelim(sn)&&this.scanner.lookupType(1)===jm){var r=0;switch(t="1",this.scanner.isDelim(sn)&&(r=1,this.scanner.next()),$n.call(this,0,nc),this.scanner.getTokenLength()){case 1:this.scanner.next(),n=Bm.call(this);break;case 2:$n.call(this,1,bt),this.scanner.next(),this.scanner.skipSC(),Ji.call(this,Mr),n="-"+this.consume(Tn);break;default:$n.call(this,1,bt),rc.call(this,2,Mr),this.scanner.next(),n=this.scanner.substrToCursor(e+r+1)}}else if(this.scanner.tokenType===oq){for(var i=this.scanner.source.charCodeAt(this.scanner.tokenStart),r=i===sn||i===bt,o=this.scanner.tokenStart+r;o<this.scanner.tokenEnd&&DD(this.scanner.source.charCodeAt(o));o++);o===this.scanner.tokenStart+r&&this.error("Integer is expected",this.scanner.tokenStart+r),$n.call(this,o-this.scanner.tokenStart,nc),t=this.scanner.source.substring(e,o),o+1===this.scanner.tokenEnd?(this.scanner.next(),n=Bm.call(this)):($n.call(this,o-this.scanner.tokenStart+1,bt),o+2===this.scanner.tokenEnd?(this.scanner.next(),this.scanner.skipSC(),Ji.call(this,Mr),n="-"+this.consume(Tn)):(rc.call(this,o-this.scanner.tokenStart+2,Mr),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((ZQ,_D)=>{"use strict";var aq=k(),ic=aq.TYPE,lq=ic.WhiteSpace,zm=ic.Semicolon,kD=ic.LeftCurlyBracket,uq=ic.Delim,cq=33;function dq(){return this.scanner.tokenIndex>0&&this.scanner.lookupType(-1)===lq?this.scanner.tokenIndex>1?this.scanner.getTokenStart(this.scanner.tokenIndex-1):this.scanner.firstCharOffset:this.scanner.tokenStart}function TD(){return 0}function pq(e){return e===kD?1:0}function fq(e){return e===kD||e===zm?1:0}function hq(e,t,n){return e===uq&&t.charCodeAt(n)===cq||e===zm?1:0}function mq(e){return e===zm?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||TD)),n&&this.scanner.tokenStart>r?i=dq.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:TD,leftCurlyBracket:pq,leftCurlyBracketOrSemicolon:fq,exclamationMarkOrSemicolon:hq,semicolonIncluded:mq}}});var PD=b((QQ,RD)=>{"use strict";var oc=k().TYPE,gq=Jn().mode,ND=oc.AtKeyword,MD=oc.Semicolon,Vm=oc.LeftCurlyBracket,yq=oc.RightCurlyBracket;function OD(e){return this.Raw(e,gq.leftCurlyBracketOrSemicolon,!0)}function vq(){for(var e=1,t;t=this.scanner.lookupType(e);e++){if(t===yq)return!0;if(t===Vm||t===ND)return!1}return!1}RD.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(ND),t=this.scanner.substrToCursor(e+1),n=t.toLowerCase(),this.scanner.skipSC(),this.scanner.eof===!1&&this.scanner.tokenType!==Vm&&this.scanner.tokenType!==MD&&(this.parseAtrulePrelude?(r=this.parseWithFallback(this.AtrulePrelude.bind(this,t),OD),r.type==="AtrulePrelude"&&r.children.head===null&&(r=null)):r=OD.call(this,this.scanner.tokenIndex),this.scanner.skipSC()),this.scanner.tokenType){case MD: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(vq.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 jD=b((KQ,LD)=>{"use strict";var FD=k().TYPE,bq=FD.Semicolon,Sq=FD.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!==Sq&&this.scanner.tokenType!==bq&&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 qD=b(($Q,VD)=>{"use strict";var Ns=k().TYPE,Os=Ns.Ident,Cq=Ns.String,xq=Ns.Colon,wq=Ns.LeftSquareBracket,BD=Ns.RightSquareBracket,Eq=36,zD=42,sc=61,Dq=94,qm=124,Aq=126;function Iq(){this.scanner.eof&&this.error("Unexpected end of input");var e=this.scanner.tokenStart,t=!1,n=!0;return this.scanner.isDelim(zD)?(t=!0,n=!1,this.scanner.next()):this.scanner.isDelim(qm)||this.eat(Os),this.scanner.isDelim(qm)?this.scanner.source.charCodeAt(this.scanner.tokenStart+1)!==sc?(this.scanner.next(),this.eat(Os)):t&&this.error("Identifier is expected",this.scanner.tokenEnd):t&&this.error("Vertical line is expected"),n&&this.scanner.tokenType===xq&&(this.scanner.next(),this.eat(Os)),{type:"Identifier",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}}function Tq(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(e);return t!==sc&&t!==Aq&&t!==Dq&&t!==Eq&&t!==zD&&t!==qm&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.scanner.next(),t!==sc&&(this.scanner.isDelim(sc)||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(wq),this.scanner.skipSC(),t=Iq.call(this),this.scanner.skipSC(),this.scanner.tokenType!==BD&&(this.scanner.tokenType!==Os&&(n=Tq.call(this),this.scanner.skipSC(),r=this.scanner.tokenType===Cq?this.String():this.Identifier(),this.scanner.skipSC()),this.scanner.tokenType===Os&&(i=this.scanner.getTokenValue(),this.scanner.next(),this.scanner.skipSC())),this.eat(BD),{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 ZD=b((JQ,YD)=>{"use strict";var Xi=k().TYPE,kq=Jn().mode,_q=Xi.WhiteSpace,Mq=Xi.Comment,WD=Xi.Semicolon,Oq=Xi.AtKeyword,Nq=Xi.LeftCurlyBracket,UD=Xi.RightCurlyBracket;function GD(e){return this.Raw(e,null,!0)}function Rq(){return this.parseWithFallback(this.Rule,GD)}function HD(e){return this.Raw(e,kq.semicolonIncluded,!0)}function Pq(){if(this.scanner.tokenType===WD)return HD.call(this,this.scanner.tokenIndex);var e=this.parseWithFallback(this.Declaration,HD);return this.scanner.tokenType===WD&&this.scanner.next(),e}YD.exports={name:"Block",structure:{children:[["Atrule","Rule","Declaration"]]},parse:function(e){var t=e?Pq:Rq,n=this.scanner.tokenStart,r=this.createList();this.eat(Nq);e:for(;!this.scanner.eof;)switch(this.scanner.tokenType){case UD:break e;case _q:case Mq:this.scanner.next();break;case Oq:r.push(this.parseWithFallback(this.Atrule,GD));break;default:r.push(t.call(this))}return this.scanner.eof||this.eat(UD),{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 $D=b((XQ,KD)=>{"use strict";var QD=k().TYPE,Fq=QD.LeftSquareBracket,Lq=QD.RightSquareBracket;KD.exports={name:"Brackets",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(Fq),r=e.call(this,t),this.scanner.eof||this.eat(Lq),{type:"Brackets",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("["),this.children(e),this.chunk("]")}}});var XD=b((eK,JD)=>{"use strict";var jq=k().TYPE.CDC;JD.exports={name:"CDC",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(jq),{type:"CDC",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("-->")}}});var tA=b((tK,eA)=>{"use strict";var Bq=k().TYPE.CDO;eA.exports={name:"CDO",structure:[],parse:function(){var e=this.scanner.tokenStart;return this.eat(Bq),{type:"CDO",loc:this.getLocation(e,this.scanner.tokenStart)}},generate:function(){this.chunk("<!--")}}});var rA=b((nK,nA)=>{"use strict";var zq=k().TYPE,Vq=zq.Ident,qq=46;nA.exports={name:"ClassSelector",structure:{name:String},parse:function(){return this.scanner.isDelim(qq)||this.error("Full stop is expected"),this.scanner.next(),{type:"ClassSelector",loc:this.getLocation(this.scanner.tokenStart-1,this.scanner.tokenEnd),name:this.consume(Vq)}},generate:function(e){this.chunk("."),this.chunk(e.name)}}});var sA=b((rK,oA)=>{"use strict";var Wq=k().TYPE,Uq=Wq.Ident,Hq=43,iA=47,Gq=62,Yq=126;oA.exports={name:"Combinator",structure:{name:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case Gq:case Hq:case Yq:this.scanner.next();break;case iA:this.scanner.next(),(this.scanner.tokenType!==Uq||this.scanner.lookupValue(0,"deep")===!1)&&this.error("Identifier `deep` is expected"),this.scanner.next(),this.scanner.isDelim(iA)||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 lA=b((iK,aA)=>{"use strict";var Zq=k().TYPE,Qq=Zq.Comment,Kq=42,$q=47;aA.exports={name:"Comment",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenEnd;return this.eat(Qq),t-e+2>=2&&this.scanner.source.charCodeAt(t-2)===Kq&&this.scanner.source.charCodeAt(t-1)===$q&&(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 yA=b((oK,gA)=>{"use strict";var Jq=Mu().isCustomProperty,eo=k().TYPE,dA=Jn().mode,pA=eo.Ident,uA=eo.Hash,Xq=eo.Colon,fA=eo.Semicolon,hA=eo.Delim,eW=eo.WhiteSpace,mA=33,tW=35,nW=36,rW=38,iW=42,oW=43,cA=47;function sW(e){return this.Raw(e,dA.exclamationMarkOrSemicolon,!0)}function aW(e){return this.Raw(e,dA.exclamationMarkOrSemicolon,!1)}function lW(){var e=this.scanner.tokenIndex,t=this.Value();return t.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==fA&&this.scanner.isDelim(mA)===!1&&this.scanner.isBalanceEdge(e)===!1&&this.error(),t}gA.exports={name:"Declaration",structure:{important:[Boolean,String],property:String,value:["Value","Raw"]},parse:function(){var e=this.scanner.tokenStart,t=this.scanner.tokenIndex,n=uW.call(this),r=Jq(n),i=r?this.parseCustomProperty:this.parseValue,o=r?aW:sW,s=!1,a;this.scanner.skipSC(),this.eat(Xq);let l=this.scanner.tokenIndex;if(r||this.scanner.skipSC(),i?a=this.parseWithFallback(lW,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)===eW){a.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.scanner.isDelim(mA)&&(s=cW.call(this),this.scanner.skipSC()),this.scanner.eof===!1&&this.scanner.tokenType!==fA&&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 uW(){var e=this.scanner.tokenStart,t=0;if(this.scanner.tokenType===hA)switch(this.scanner.source.charCodeAt(this.scanner.tokenStart)){case iW:case nW:case oW:case tW:case rW:this.scanner.next();break;case cA:this.scanner.next(),this.scanner.isDelim(cA)&&this.scanner.next();break}return t&&this.scanner.skip(t),this.scanner.tokenType===uA?this.eat(uA):this.eat(pA),this.scanner.substrToCursor(e)}function cW(){this.eat(hA),this.scanner.skipSC();var e=this.consume(pA);return e==="important"?!0:e}});var bA=b((sK,vA)=>{"use strict";var Wm=k().TYPE,dW=Jn().mode,pW=Wm.WhiteSpace,fW=Wm.Comment,hW=Wm.Semicolon;function mW(e){return this.Raw(e,dW.semicolonIncluded,!0)}vA.exports={name:"DeclarationList",structure:{children:[["Declaration"]]},parse:function(){for(var e=this.createList();!this.scanner.eof;)switch(this.scanner.tokenType){case pW:case fW:case hW:this.scanner.next();break;default:e.push(this.parseWithFallback(this.Declaration,mW))}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}},generate:function(e){this.children(e,function(t){t.type==="Declaration"&&this.chunk(";")})}}});var CA=b((aK,SA)=>{"use strict";var gW=Vi().consumeNumber,yW=k().TYPE,vW=yW.Dimension;SA.exports={name:"Dimension",structure:{value:String,unit:String},parse:function(){var e=this.scanner.tokenStart,t=gW(this.scanner.source,e);return this.eat(vW),{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 wA=b((lK,xA)=>{"use strict";var bW=k().TYPE,SW=bW.RightParenthesis;xA.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(SW),{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 DA=b((uK,EA)=>{"use strict";var CW=k().TYPE,xW=CW.Hash;EA.exports={name:"Hash",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(xW),{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 IA=b((cK,AA)=>{"use strict";var wW=k().TYPE,EW=wW.Ident;AA.exports={name:"Identifier",structure:{name:String},parse:function(){return{type:"Identifier",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),name:this.consume(EW)}},generate:function(e){this.chunk(e.name)}}});var kA=b((dK,TA)=>{"use strict";var DW=k().TYPE,AW=DW.Hash;TA.exports={name:"IdSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.eat(AW),{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 NA=b((pK,OA)=>{"use strict";var Or=k().TYPE,_A=Or.Ident,IW=Or.Number,TW=Or.Dimension,kW=Or.LeftParenthesis,MA=Or.RightParenthesis,_W=Or.Colon,MW=Or.Delim;OA.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(kW),this.scanner.skipSC(),t=this.consume(_A),this.scanner.skipSC(),this.scanner.tokenType!==MA){switch(this.eat(_W),this.scanner.skipSC(),this.scanner.tokenType){case IW:this.lookupNonWSType(1)===MW?n=this.Ratio():n=this.Number();break;case TW:n=this.Dimension();break;case _A:n=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.scanner.skipSC()}return this.eat(MA),{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 PA=b((fK,RA)=>{"use strict";var ac=k().TYPE,OW=ac.WhiteSpace,NW=ac.Comment,RW=ac.Ident,PW=ac.LeftParenthesis;RA.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 NW:this.scanner.next();continue;case OW:n=this.WhiteSpace();continue;case RW:t=this.Identifier();break;case PW: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 LA=b((hK,FA)=>{"use strict";var FW=k().TYPE.Comma;FA.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===FW);)this.scanner.next();return{type:"MediaQueryList",loc:this.getLocationFromList(t),children:t}},generate:function(e){this.children(e,function(){this.chunk(",")})}}});var BA=b((mK,jA)=>{"use strict";jA.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 VA=b((gK,zA)=>{"use strict";var LW=k().TYPE.Number;zA.exports={name:"Number",structure:{value:String},parse:function(){return{type:"Number",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(LW)}},generate:function(e){this.chunk(e.value)}}});var WA=b((yK,qA)=>{"use strict";qA.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 GA=b((vK,HA)=>{"use strict";var UA=k().TYPE,jW=UA.LeftParenthesis,BW=UA.RightParenthesis;HA.exports={name:"Parentheses",structure:{children:[[]]},parse:function(e,t){var n=this.scanner.tokenStart,r=null;return this.eat(jW),r=e.call(this,t),this.scanner.eof||this.eat(BW),{type:"Parentheses",loc:this.getLocation(n,this.scanner.tokenStart),children:r}},generate:function(e){this.chunk("("),this.children(e),this.chunk(")")}}});var ZA=b((bK,YA)=>{"use strict";var zW=Vi().consumeNumber,VW=k().TYPE,qW=VW.Percentage;YA.exports={name:"Percentage",structure:{value:String},parse:function(){var e=this.scanner.tokenStart,t=zW(this.scanner.source,e);return this.eat(qW),{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 KA=b((SK,QA)=>{"use strict";var lc=k().TYPE,WW=lc.Ident,UW=lc.Function,HW=lc.Colon,GW=lc.RightParenthesis;QA.exports={name:"PseudoClassSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat(HW),this.scanner.tokenType===UW?(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(GW)):n=this.consume(WW),{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 XA=b((CK,JA)=>{"use strict";var uc=k().TYPE,YW=uc.Ident,ZW=uc.Function,$A=uc.Colon,QW=uc.RightParenthesis;JA.exports={name:"PseudoElementSelector",structure:{name:String,children:[["Raw"],null]},parse:function(){var e=this.scanner.tokenStart,t=null,n,r;return this.eat($A),this.eat($A),this.scanner.tokenType===ZW?(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(QW)):n=this.consume(YW),{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 rI=b((xK,nI)=>{"use strict";var KW=k().isDigit,tI=k().TYPE,$W=tI.Number,JW=tI.Delim,XW=47,eU=46;function eI(){this.scanner.skipWS();for(var e=this.consume($W),t=0;t<e.length;t++){var n=e.charCodeAt(t);!KW(n)&&n!==eU&&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}nI.exports={name:"Ratio",structure:{left:String,right:String},parse:function(){var e=this.scanner.tokenStart,t=eI.call(this),n;return this.scanner.skipWS(),this.scanner.isDelim(XW)||this.error("Solidus is expected"),this.eat(JW),n=eI.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 sI=b((wK,oI)=>{"use strict";var tU=k().TYPE,nU=Jn().mode,rU=tU.LeftCurlyBracket;function iI(e){return this.Raw(e,nU.leftCurlyBracket,!0)}function iU(){var e=this.SelectorList();return e.type!=="Raw"&&this.scanner.eof===!1&&this.scanner.tokenType!==rU&&this.error(),e}oI.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(iU,iI):n=iI.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 lI=b((EK,aI)=>{"use strict";aI.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 cI=b((DK,uI)=>{"use strict";var oU=k().TYPE,sU=oU.Comma;uI.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===sU){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 pI=b((AK,dI)=>{"use strict";var aU=k().TYPE.String;dI.exports={name:"String",structure:{value:String},parse:function(){return{type:"String",loc:this.getLocation(this.scanner.tokenStart,this.scanner.tokenEnd),value:this.consume(aU)}},generate:function(e){this.chunk(e.value)}}});var mI=b((IK,hI)=>{"use strict";var Rs=k().TYPE,lU=Rs.WhiteSpace,uU=Rs.Comment,cU=Rs.AtKeyword,dU=Rs.CDO,pU=Rs.CDC,fU=33;function fI(e){return this.Raw(e,null,!1)}hI.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 lU:this.scanner.next();continue;case uU:if(this.scanner.source.charCodeAt(this.scanner.tokenStart+2)!==fU){this.scanner.next();continue}n=this.Comment();break;case dU:n=this.CDO();break;case pU:n=this.CDC();break;case cU:n=this.parseWithFallback(this.Atrule,fI);break;default:n=this.parseWithFallback(this.Rule,fI)}t.push(n)}return{type:"StyleSheet",loc:this.getLocation(e,this.scanner.tokenStart),children:t}},generate:function(e){this.children(e)},walkContext:"stylesheet"}});var vI=b((TK,yI)=>{"use strict";var hU=k().TYPE,mU=hU.Ident,gU=42,gI=124;function Um(){this.scanner.tokenType!==mU&&this.scanner.isDelim(gU)===!1&&this.error("Identifier or asterisk is expected"),this.scanner.next()}yI.exports={name:"TypeSelector",structure:{name:String},parse:function(){var e=this.scanner.tokenStart;return this.scanner.isDelim(gI)?(this.scanner.next(),Um.call(this)):(Um.call(this),this.scanner.isDelim(gI)&&(this.scanner.next(),Um.call(this))),{type:"TypeSelector",loc:this.getLocation(e,this.scanner.tokenStart),name:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.name)}}});var EI=b((kK,wI)=>{"use strict";var yU=k().isHexDigit,bI=k().cmpChar,Ym=k().TYPE,vU=k().NAME,bU=Ym.Ident,SI=Ym.Number,CI=Ym.Dimension,dc=43,xI=45,Gm=63,SU=117;function Ps(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===xI&&t&&r!==0)return Ps.call(this,e+r+1,!1)===0&&this.error(),-1;yU(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 cc(e){for(var t=0;this.scanner.isDelim(Gm);)++t>e&&this.error("Too many question marks"),this.scanner.next()}function Hm(e){this.scanner.source.charCodeAt(this.scanner.tokenStart)!==e&&this.error(vU[e]+" is expected")}function CU(){var e=0;if(this.scanner.isDelim(dc)){if(this.scanner.next(),this.scanner.tokenType===bU){e=Ps.call(this,0,!0),e>0&&cc.call(this,6-e);return}if(this.scanner.isDelim(Gm)){this.scanner.next(),cc.call(this,5);return}this.error("Hex digit or question mark is expected");return}if(this.scanner.tokenType===SI){if(Hm.call(this,dc),e=Ps.call(this,1,!0),this.scanner.isDelim(Gm)){cc.call(this,6-e);return}if(this.scanner.tokenType===CI||this.scanner.tokenType===SI){Hm.call(this,xI),Ps.call(this,1,!1);return}return}if(this.scanner.tokenType===CI){Hm.call(this,dc),e=Ps.call(this,1,!0),e>0&&cc.call(this,6-e);return}this.error()}wI.exports={name:"UnicodeRange",structure:{value:String},parse:function(){var e=this.scanner.tokenStart;return bI(this.scanner.source,e,SU)||this.error("U is expected"),bI(this.scanner.source,e+1,dc)||this.error("Plus sign is expected"),this.scanner.next(),CU.call(this),{type:"UnicodeRange",loc:this.getLocation(e,this.scanner.tokenStart),value:this.scanner.substrToCursor(e)}},generate:function(e){this.chunk(e.value)}}});var kI=b((_K,TI)=>{"use strict";var DI=k().isWhiteSpace,xU=k().cmpStr,Zm=k().TYPE,AI=Zm.Function,II=Zm.Url,wU=Zm.RightParenthesis;TI.exports={name:"Url",structure:{value:["String","Raw"]},parse:function(){var e=this.scanner.tokenStart,t;switch(this.scanner.tokenType){case II:for(var n=e+4,r=this.scanner.tokenEnd-1;n<r&&DI(this.scanner.source.charCodeAt(n));)n++;for(;n<r&&DI(this.scanner.source.charCodeAt(r-1));)r--;t={type:"Raw",loc:this.getLocation(n,r),value:this.scanner.source.substring(n,r)},this.eat(II);break;case AI:xU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(AI),this.scanner.skipSC(),t=this.String(),this.scanner.skipSC(),this.eat(wU);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 MI=b((MK,_I)=>{"use strict";_I.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 NI=b((OK,OI)=>{"use strict";var EU=k().TYPE.WhiteSpace,DU=Object.freeze({type:"WhiteSpace",loc:null,value:" "});OI.exports={name:"WhiteSpace",structure:{value:String},parse:function(){return this.eat(EU),DU},generate:function(e){this.chunk(e.value)}}});var pc=b((NK,RI)=>{"use strict";RI.exports={AnPlusB:ID(),Atrule:PD(),AtrulePrelude:jD(),AttributeSelector:qD(),Block:ZD(),Brackets:$D(),CDC:XD(),CDO:tA(),ClassSelector:rA(),Combinator:sA(),Comment:lA(),Declaration:yA(),DeclarationList:bA(),Dimension:CA(),Function:wA(),Hash:DA(),Identifier:IA(),IdSelector:kA(),MediaFeature:NA(),MediaQuery:PA(),MediaQueryList:LA(),Nth:BA(),Number:VA(),Operator:WA(),Parentheses:GA(),Percentage:ZA(),PseudoClassSelector:KA(),PseudoElementSelector:XA(),Ratio:rI(),Raw:Jn(),Rule:sI(),Selector:lI(),SelectorList:cI(),String:pI(),StyleSheet:mI(),TypeSelector:vI(),UnicodeRange:EI(),Url:kI(),Value:MI(),WhiteSpace:NI()}});var FI=b((RK,PI)=>{"use strict";var Qm=CD();PI.exports={generic:!0,types:Qm.types,atrules:Qm.atrules,properties:Qm.properties,node:pc()}});var Km=b((PK,BI)=>{"use strict";var LI=k().cmpChar,AU=k().cmpStr,Nt=k().TYPE,IU=Nt.Ident,TU=Nt.String,kU=Nt.Number,_U=Nt.Function,MU=Nt.Url,OU=Nt.Hash,NU=Nt.Dimension,RU=Nt.Percentage,PU=Nt.LeftParenthesis,FU=Nt.LeftSquareBracket,LU=Nt.Comma,jU=Nt.Delim,BU=35,zU=42,jI=43,VU=45,qU=47,WU=117;BI.exports=function(t){switch(this.scanner.tokenType){case OU:return this.Hash();case LU:return t.space=null,t.ignoreWSAfter=!0,this.Operator();case PU:return this.Parentheses(this.readSequence,t.recognizer);case FU:return this.Brackets(this.readSequence,t.recognizer);case TU:return this.String();case NU:return this.Dimension();case RU:return this.Percentage();case kU:return this.Number();case _U:return AU(this.scanner.source,this.scanner.tokenStart,this.scanner.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,t.recognizer);case MU:return this.Url();case IU:return LI(this.scanner.source,this.scanner.tokenStart,WU)&&LI(this.scanner.source,this.scanner.tokenStart+1,jI)?this.UnicodeRange():this.Identifier();case jU:var n=this.scanner.source.charCodeAt(this.scanner.tokenStart);if(n===qU||n===zU||n===jI||n===VU)return this.Operator();n===BU&&this.error("Hex or identifier is expected",this.scanner.tokenStart+1);break}}});var VI=b((FK,zI)=>{"use strict";zI.exports={getNode:Km()}});var HI=b((LK,UI)=>{"use strict";var Xn=k().TYPE,UU=Xn.Delim,HU=Xn.Ident,GU=Xn.Dimension,YU=Xn.Percentage,ZU=Xn.Number,QU=Xn.Hash,qI=Xn.Colon,KU=Xn.LeftSquareBracket,$U=35,JU=42,XU=43,eH=47,WI=46,tH=62,nH=124,rH=126;function iH(e){switch(this.scanner.tokenType){case KU:return this.AttributeSelector();case QU:return this.IdSelector();case qI:return this.scanner.lookupType(1)===qI?this.PseudoElementSelector():this.PseudoClassSelector();case HU:return this.TypeSelector();case ZU:case YU:return this.Percentage();case GU:this.scanner.source.charCodeAt(this.scanner.tokenStart)===WI&&this.error("Identifier is expected",this.scanner.tokenStart+1);break;case UU:var t=this.scanner.source.charCodeAt(this.scanner.tokenStart);switch(t){case XU:case tH:case rH:return e.space=null,e.ignoreWSAfter=!0,this.Combinator();case eH:return this.Combinator();case WI:return this.ClassSelector();case JU:case nH:return this.TypeSelector();case $U:return this.IdSelector()}break}}UI.exports={getNode:iH}});var YI=b((jK,GI)=>{"use strict";GI.exports=function(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}});var KI=b((BK,QI)=>{"use strict";var ZI=k().TYPE,oH=Jn().mode,sH=ZI.Comma,aH=ZI.WhiteSpace;QI.exports=function(){var e=this.createList();if(this.scanner.skipSC(),e.push(this.Identifier()),this.scanner.skipSC(),this.scanner.tokenType===sH){e.push(this.Operator());let t=this.scanner.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.scanner.tokenIndex,oH.exclamationMarkOrSemicolon,!1);if(n.type==="Value"&&n.children.isEmpty()){for(let r=t-this.scanner.tokenIndex;r<=0;r++)if(this.scanner.lookupType(r)===aH){n.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}e.push(n)}return e}});var JI=b((zK,$I)=>{"use strict";$I.exports={getNode:Km(),expression:YI(),var:KI()}});var eT=b((VK,XI)=>{"use strict";XI.exports={AtrulePrelude:VI(),Selector:HI(),Value:JI()}});var nT=b((qK,tT)=>{"use strict";tT.exports={parse:{prelude:null,block:function(){return this.Block(!0)}}}});var iT=b((WK,rT)=>{"use strict";var Fs=k().TYPE,lH=Fs.String,uH=Fs.Ident,cH=Fs.Url,dH=Fs.Function,pH=Fs.LeftParenthesis;rT.exports={parse:{prelude:function(){var e=this.createList();switch(this.scanner.skipSC(),this.scanner.tokenType){case lH:e.push(this.String());break;case cH:case dH:e.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===uH||this.lookupNonWSType(0)===pH)&&(e.push(this.WhiteSpace()),e.push(this.MediaQueryList())),e},block:null}}});var sT=b((UK,oT)=>{"use strict";oT.exports={parse:{prelude:function(){return this.createSingleNodeList(this.MediaQueryList())},block:function(){return this.Block(!1)}}}});var lT=b((HK,aT)=>{"use strict";aT.exports={parse:{prelude:function(){return this.createSingleNodeList(this.SelectorList())},block:function(){return this.Block(!0)}}}});var pT=b((GK,dT)=>{"use strict";var to=k().TYPE,fH=to.WhiteSpace,hH=to.Comment,uT=to.Ident,mH=to.Function,gH=to.Colon,yH=to.LeftParenthesis;function vH(){return this.createSingleNodeList(this.Raw(this.scanner.tokenIndex,null,!1))}function bH(){return this.scanner.skipSC(),this.scanner.tokenType===uT&&this.lookupNonWSType(1)===gH?this.createSingleNodeList(this.Declaration()):cT.call(this)}function cT(){var e=this.createList(),t=null,n;this.scanner.skipSC();e:for(;!this.scanner.eof;){switch(this.scanner.tokenType){case fH:t=this.WhiteSpace();continue;case hH:this.scanner.next();continue;case mH:n=this.Function(vH,this.scope.AtrulePrelude);break;case uT:n=this.Identifier();break;case yH:n=this.Parentheses(bH,this.scope.AtrulePrelude);break;default:break e}t!==null&&(e.push(t),t=null),e.push(n)}return e}dT.exports={parse:{prelude:function(){var e=cT.call(this);return this.getFirstListNode(e)===null&&this.error("Condition is expected"),e},block:function(){return this.Block(!1)}}}});var hT=b((YK,fT)=>{"use strict";fT.exports={"font-face":nT(),import:iT(),media:sT(),page:lT(),supports:pT()}});var gT=b((ZK,mT)=>{"use strict";mT.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var vT=b((QK,yT)=>{"use strict";yT.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var ST=b((KK,bT)=>{"use strict";bT.exports={parse:function(){return this.createSingleNodeList(this.Identifier())}}});var $m=b(($K,CT)=>{"use strict";CT.exports={parse:function(){return this.createSingleNodeList(this.SelectorList())}}});var wT=b((JK,xT)=>{"use strict";xT.exports=$m()});var DT=b((XK,ET)=>{"use strict";ET.exports=$m()});var Jm=b((e$,AT)=>{"use strict";var SH=!0;AT.exports={parse:function(){return this.createSingleNodeList(this.Nth(SH))}}});var TT=b((t$,IT)=>{"use strict";IT.exports=Jm()});var _T=b((n$,kT)=>{"use strict";kT.exports=Jm()});var Xm=b((r$,MT)=>{"use strict";var CH=!1;MT.exports={parse:function(){return this.createSingleNodeList(this.Nth(CH))}}});var NT=b((i$,OT)=>{"use strict";OT.exports=Xm()});var PT=b((o$,RT)=>{"use strict";RT.exports=Xm()});var LT=b((s$,FT)=>{"use strict";FT.exports={parse:function(){return this.createSingleNodeList(this.Selector())}}});var BT=b((a$,jT)=>{"use strict";jT.exports={dir:gT(),has:vT(),lang:ST(),matches:wT(),not:DT(),"nth-child":TT(),"nth-last-child":_T(),"nth-last-of-type":NT(),"nth-of-type":PT(),slotted:LT()}});var VT=b((l$,zT)=>{"use strict";zT.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:eT(),atrule:hT(),pseudo:BT(),node:pc()}});var WT=b((u$,qT)=>{"use strict";qT.exports={node:pc()}});var UT=b((c$,xH)=>{xH.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 HT=b((d$,eg)=>{"use strict";function wH(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}eg.exports=fD().create(wH(FI(),VT(),WT()));eg.exports.version=UT().version});var $e=b((p$,GT)=>{"use strict";GT.exports=HT()});var xk=b(Bs=>{"use strict";var EH=/(\[[^\]]+\])/g,DH=/(#[^\s\+>~\.\[:]+)/g,AH=/(\.[^\s\+>~\.\[:]+)/g,IH=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/g,TH=/(:[^\s\+>~\.\[:]+)/g,kH=/([^\s\+>~\.\[:]+)/g,_H=/:not\(([^\)]*)\)/g,MH=/\{[^]*/gm,OH=/[\*\s\+>~]/g,NH=/[#\.]/g,ro=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},RH=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(_H," $1 "),e=e.replace(MH," "),e=ro(EH,"b",n,e),e=ro(DH,"a",n,e),e=ro(AH,"b",n,e),e=ro(IH,"c",n,e),e=ro(TH,"b",n,e),e=e.replace(OH," "),e=e.replace(NH," "),ro(kH,"c",n,e),n.a*100+n.b*10+n.c*1},Sk={};Bs.calculateSpecificity=function(e){var t=Sk[e];return t===void 0&&(t=RH(e),Sk[e]=t),t};var Ck={},Ig=null;Bs.isSelectorValid=function(e){var t=Ck[e];if(t===void 0){Ig==null&&(Ig=document.createElement("div"));try{Ig.querySelector(e),t=!0}catch{t=!1}Ck[e]=t}return t};Bs.validateSelector=function(e){if(!Bs.isSelectorValid(e)){var t=new SyntaxError(e+" is not a valid selector");throw t.code="EBADSELECTOR",t}}});var Tk=b(($J,Ik)=>{"use strict";Ik.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 _k=b((JJ,kk)=>{"use strict";kk.exports=function(){return typeof globalThis!="object"||!globalThis?!1:globalThis.Array===Array}});var Nk=b((XJ,Ok)=>{"use strict";var Mk=function(){if(typeof self=="object"&&self)return self;if(typeof window=="object"&&window)return window;throw new Error("Unable to resolve global `this`")};Ok.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch{return Mk()}try{return __global__||Mk()}finally{delete Object.prototype.__global__}}()});var zs=b((eX,Rk)=>{"use strict";Rk.exports=_k()()?globalThis:Nk()});var Fk=b((tX,Pk)=>{"use strict";var PH=zs(),kg={object:!0,symbol:!0};Pk.exports=function(){var e=PH.Symbol,t;if(typeof e!="function")return!1;t=e("test symbol");try{String(t)}catch{return!1}return!(!kg[typeof e.iterator]||!kg[typeof e.toPrimitive]||!kg[typeof e.toStringTag])}});var jk=b((nX,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 _g=b((rX,Bk)=>{"use strict";var FH=jk();Bk.exports=function(e){if(!FH(e))throw new TypeError(e+" is not a symbol");return e}});var Uk=b((iX,Wk)=>{"use strict";var zk=Ir(),LH=Object.create,Vk=Object.defineProperty,jH=Object.prototype,qk=LH(null);Wk.exports=function(e){for(var t=0,n,r;qk[e+(t||"")];)++t;return e+=t||"",qk[e]=!0,n="@@"+e,Vk(jH,n,zk.gs(null,function(i){r||(r=!0,Vk(this,n,zk(i)),r=!1)})),n}});var Gk=b((oX,Hk)=>{"use strict";var Yt=Ir(),Ee=zs().Symbol;Hk.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 Qk=b((sX,Zk)=>{"use strict";var Yk=Ir(),BH=_g(),Vs=Object.create(null);Zk.exports=function(e){return Object.defineProperties(e,{for:Yk(function(t){return Vs[t]?Vs[t]:Vs[t]=e(String(t))}),keyFor:Yk(function(t){var n;BH(t);for(n in Vs)if(Vs[n]===t)return n})})}});var Jk=b((aX,$k)=>{"use strict";var an=Ir(),Mg=_g(),yc=zs().Symbol,zH=Uk(),VH=Gk(),qH=Qk(),WH=Object.create,Og=Object.defineProperties,vc=Object.defineProperty,Je,io,Kk;if(typeof yc=="function")try{String(yc()),Kk=!0}catch{}else yc=null;io=function(t){if(this instanceof io)throw new TypeError("Symbol is not a constructor");return Je(t)};$k.exports=Je=function e(t){var n;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return Kk?yc(t):(n=WH(io.prototype),t=t===void 0?"":String(t),Og(n,{__description__:an("",t),__name__:an("",zH(t))}))};VH(Je);qH(Je);Og(io.prototype,{constructor:an(Je),toString:an("",function(){return this.__name__})});Og(Je.prototype,{toString:an(function(){return"Symbol ("+Mg(this).__description__+")"}),valueOf:an(function(){return Mg(this)})});vc(Je.prototype,Je.toPrimitive,an("",function(){var e=Mg(this);return typeof e=="symbol"?e:e.toString()}));vc(Je.prototype,Je.toStringTag,an("c","Symbol"));vc(io.prototype,Je.toStringTag,an("c",Je.prototype[Je.toStringTag]));vc(io.prototype,Je.toPrimitive,an("c",Je.prototype[Je.toPrimitive]))});var e_=b((lX,Xk)=>{"use strict";Xk.exports=Fk()()?zs().Symbol:Jk()});var r_=b((uX,n_)=>{"use strict";var t_=Object.prototype.toString,UH=t_.call(function(){return arguments}());n_.exports=function(e){return t_.call(e)===UH}});var o_=b((cX,i_)=>{"use strict";var HH=Object.prototype.toString,GH=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);i_.exports=function(e){return typeof e=="function"&&GH(HH.call(e))}});var a_=b((dX,s_)=>{"use strict";s_.exports=function(){var e=Math.sign;return typeof e!="function"?!1:e(10)===1&&e(-20)===-1}});var u_=b((pX,l_)=>{"use strict";l_.exports=function(e){return e=Number(e),isNaN(e)||e===0?e:e>0?1:-1}});var d_=b((fX,c_)=>{"use strict";c_.exports=a_()()?Math.sign:u_()});var f_=b((hX,p_)=>{"use strict";var YH=d_(),ZH=Math.abs,QH=Math.floor;p_.exports=function(e){return isNaN(e)?0:(e=Number(e),e===0||!isFinite(e)?e:YH(e)*QH(ZH(e)))}});var Ng=b((mX,h_)=>{"use strict";var KH=f_(),$H=Math.max;h_.exports=function(e){return $H(0,KH(e))}});var y_=b((gX,g_)=>{"use strict";var m_=Object.prototype.toString,JH=m_.call("");g_.exports=function(e){return typeof e=="string"||e&&typeof e=="object"&&(e instanceof String||m_.call(e)===JH)||!1}});var C_=b((yX,S_)=>{"use strict";var XH=e_().iterator,e3=r_(),t3=o_(),n3=Ng(),v_=vh(),r3=gu(),i3=Pi(),o3=y_(),b_=Array.isArray,Rg=Function.prototype.call,Nr={configurable:!0,enumerable:!0,writable:!0,value:null},Pg=Object.defineProperty;S_.exports=function(e){var t=arguments[1],n=arguments[2],r,i,o,s,a,l,u,c,p,d;if(e=Object(r3(e)),i3(t)&&v_(t),!this||this===Array||!t3(this)){if(!t){if(e3(e))return a=e.length,a!==1?Array.apply(null,e):(s=new Array(1),s[0]=e[0],s);if(b_(e)){for(s=new Array(a=e.length),i=0;i<a;++i)s[i]=e[i];return s}}s=[]}else r=this;if(!b_(e)){if((p=e[XH])!==void 0){for(u=v_(p).call(e),r&&(s=new r),c=u.next(),i=0;!c.done;)d=t?Rg.call(t,n,c.value,i):c.value,r?(Nr.value=d,Pg(s,i,Nr)):s[i]=d,c=u.next(),++i;a=i}else if(o3(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?Rg.call(t,n,d,o):d,r?(Nr.value=d,Pg(s,o,Nr)):s[o]=d,++o;a=o}}if(a===void 0)for(a=n3(e.length),r&&(s=new r(a)),i=0;i<a;++i)d=t?Rg.call(t,n,e[i],i):e[i],r?(Nr.value=d,Pg(s,i,Nr)):s[i]=d;return r&&(Nr.value=null,s.length=a),s}});var w_=b((vX,x_)=>{"use strict";x_.exports=Tk()()?Array.from:C_()});var D_=b((bX,E_)=>{"use strict";E_.exports=function(){var e=Number.isNaN;return typeof e!="function"?!1:!e({})&&e(NaN)&&!e(34)}});var I_=b((SX,A_)=>{"use strict";A_.exports=function(e){return e!==e}});var k_=b((CX,T_)=>{"use strict";T_.exports=D_()()?Number.isNaN:I_()});var R_=b((xX,N_)=>{"use strict";var __=k_(),M_=Ng(),s3=gu(),a3=Array.prototype.indexOf,l3=Object.prototype.hasOwnProperty,u3=Math.abs,O_=Math.floor;N_.exports=function(e){var t,n,r,i;if(!__(e))return a3.apply(this,arguments);for(n=M_(s3(this).length),r=arguments[1],isNaN(r)?r=0:r>=0?r=O_(r):r=M_(this.length)-O_(u3(r)),t=r;t<n;++t)if(l3.call(this,t)&&(i=this[t],__(i)))return t;return-1}});var F_=b((wX,P_)=>{"use strict";var c3=R_(),d3=Array.prototype.forEach,p3=Array.prototype.splice;P_.exports=function(e){d3.call(arguments,function(t){var n=c3.call(this,t);n!==-1&&p3.call(this,n,1)},this)}});var j_=b((EX,L_)=>{"use strict";var f3=Pi(),h3={function:!0,object:!0};L_.exports=function(e){return f3(e)&&h3[typeof e]||!1}});var z_=b((DX,B_)=>{"use strict";var m3=j_();B_.exports=function(e){if(!m3(e))throw new TypeError(e+" is not an Object");return e}});var G_=b((AX,H_)=>{"use strict";var g3=w_(),y3=F_(),V_=z_(),q_=Ir(),W_=Yn().methods.emit,U_=Object.defineProperty,v3=Object.prototype.hasOwnProperty,b3=Object.getOwnPropertyDescriptor;H_.exports=function(e,t){var n,r,i,o;return V_(e)&&V_(t),o=arguments[2],o===void 0&&(o="emit"),r={close:function(){y3.call(n,t)}},v3.call(e,"__eePipes__")?((n=e.__eePipes__).push(t),r):(U_(e,"__eePipes__",q_("c",n=[t])),i=b3(e,o),i?(delete i.get,delete i.set):i=q_("c",void 0),i.value=function(){var s,a,l=g3(n);for(W_.apply(this,arguments),s=0;a=l[s];++s)W_.apply(a,arguments)},U_(e,o,i),r)}});function Ug(e,t){return Object.is(e,t)}var Ne=null,Hs=!1,Gs=1,_n=Symbol("SIGNAL");function X(e){let t=Ne;return Ne=e,t}function Hg(){return Ne}var lo={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 zc(e){if(Hs)throw new Error("");if(Ne===null)return;Ne.consumerOnSignalRead(e);let t=Ne.nextProducerIndex++;if(Ks(Ne),t<Ne.producerNode.length&&Ne.producerNode[t]!==e&&ao(Ne)){let n=Ne.producerNode[t];Qs(n,Ne.producerIndexOfThis[t])}Ne.producerNode[t]!==e&&(Ne.producerNode[t]=e,Ne.producerIndexOfThis[t]=ao(Ne)?Qg(e,Ne,t):0),Ne.producerLastReadVersion[t]=e.version}function cM(){Gs++}function Gg(e){if(!(ao(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Gs)){if(!e.producerMustRecompute(e)&&!qc(e)){e.dirty=!1,e.lastCleanEpoch=Gs;return}e.producerRecomputeValue(e),e.dirty=!1,e.lastCleanEpoch=Gs}}function Yg(e){if(e.liveConsumerNode===void 0)return;let t=Hs;Hs=!0;try{for(let n of e.liveConsumerNode)n.dirty||dM(n)}finally{Hs=t}}function Zg(){return Ne?.consumerAllowSignalWrites!==!1}function dM(e){e.dirty=!0,Yg(e),e.consumerMarkedDirty?.(e)}function Zs(e){return e&&(e.nextProducerIndex=0),X(e)}function Vc(e,t){if(X(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(ao(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)Qs(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function qc(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||(Gg(n),r!==n.version))return!0}return!1}function Wc(e){if(Ks(e),ao(e))for(let t=0;t<e.producerNode.length;t++)Qs(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 Qg(e,t,n){if(Kg(e),e.liveConsumerNode.length===0&&$g(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=Qg(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function Qs(e,t){if(Kg(e),e.liveConsumerNode.length===1&&$g(e))for(let r=0;r<e.producerNode.length;r++)Qs(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 ao(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 $g(e){return e.producerNode!==void 0}function Jg(e){let t=Object.create(pM);t.computation=e;let n=()=>{if(Gg(t),zc(t),t.value===Ys)throw t.error;return t.value};return n[_n]=t,n}var jc=Symbol("UNSET"),Bc=Symbol("COMPUTING"),Ys=Symbol("ERRORED"),pM=te(A({},lo),{value:jc,dirty:!0,error:null,equal:Ug,producerMustRecompute(e){return e.value===jc||e.value===Bc},producerRecomputeValue(e){if(e.value===Bc)throw new Error("Detected cycle in computations.");let t=e.value;e.value=Bc;let n=Zs(e),r;try{r=e.computation()}catch(i){r=Ys,e.error=i}finally{Vc(e,n)}if(t!==jc&&t!==Ys&&r!==Ys&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function fM(){throw new Error}var Xg=fM;function ey(){Xg()}function ty(e){Xg=e}var hM=null;function ny(e){let t=Object.create(iy);t.value=e;let n=()=>(zc(t),t.value);return n[_n]=t,n}function Uc(e,t){Zg()||ey(),e.equal(e.value,t)||(e.value=t,mM(e))}function ry(e,t){Zg()||ey(),Uc(e,t(e.value))}var iy=te(A({},lo),{equal:Ug,value:void 0});function mM(e){e.version++,cM(),Yg(e),hM?.()}function H(e){return typeof e=="function"}function Rr(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 $s=Rr(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 Ce=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 $s?o.errors:[o]}let{_finalizers:i}=this;if(i){this._finalizers=null;for(let o of i)try{oy(o)}catch(s){t=t??[],s instanceof $s?t=[...t,...s.errors]:t.push(s)}}if(t)throw new $s(t)}}add(t){var n;if(t&&t!==this)if(this.closed)oy(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)}};Ce.EMPTY=(()=>{let e=new Ce;return e.closed=!0,e})();var Hc=Ce.EMPTY;function Js(e){return e instanceof Ce||e&&"closed"in e&&H(e.remove)&&H(e.add)&&H(e.unsubscribe)}function oy(e){H(e)?e():e.unsubscribe()}var Pt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Pr={setTimeout(e,t,...n){let{delegate:r}=Pr;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=Pr;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Xs(e){Pr.setTimeout(()=>{let{onUnhandledError:t}=Pt;if(t)t(e);else throw e})}function uo(){}var sy=Gc("C",void 0,void 0);function ay(e){return Gc("E",void 0,e)}function ly(e){return Gc("N",e,void 0)}function Gc(e,t,n){return{kind:e,value:t,error:n}}var rr=null;function Fr(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 uy(e){Pt.useDeprecatedSynchronousErrorHandling&&rr&&(rr.errorThrown=!0,rr.error=e)}var ir=class extends Ce{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Js(t)&&t.add(this)):this.destination=vM}static create(t,n,r){return new Lr(t,n,r)}next(t){this.isStopped?Zc(ly(t),this):this._next(t)}error(t){this.isStopped?Zc(ay(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Zc(sy,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()}}},gM=Function.prototype.bind;function Yc(e,t){return gM.call(e,t)}var Qc=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){ea(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){ea(r)}else ea(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){ea(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&&Yc(t.next,o),error:t.error&&Yc(t.error,o),complete:t.complete&&Yc(t.complete,o)}):i=t}this.destination=new Qc(i)}};function ea(e){Pt.useDeprecatedSynchronousErrorHandling?uy(e):Xs(e)}function yM(e){throw e}function Zc(e,t){let{onStoppedNotification:n}=Pt;n&&Pr.setTimeout(()=>n(e,t))}var vM={closed:!0,next:uo,error:yM,complete:uo};var jr=typeof Symbol=="function"&&Symbol.observable||"@@observable";function pt(e){return e}function Kc(...e){return $c(e)}function $c(e){return e.length===0?pt: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=SM(n)?n:new Lr(n,r,i);return Fr(()=>{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=cy(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)}[jr](){return this}pipe(...n){return $c(n)(this)}toPromise(n){return n=cy(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 cy(e){var t;return(t=e??Pt.Promise)!==null&&t!==void 0?t:Promise}function bM(e){return e&&H(e.next)&&H(e.error)&&H(e.complete)}function SM(e){return e&&e instanceof ir||bM(e)&&Js(e)}function Jc(e){return H(e?.lift)}function ie(e){return t=>{if(Jc(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 X(e,t,n,r,i){return new Xc(e,t,n,r,i)}var Xc=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 Br(){return ie((e,t)=>{let n=null;e._refCount++;let r=X(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 zr=class extends ue{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,Jc(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 Ce;let n=this.getSubject();t.add(this.source.subscribe(X(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=Ce.EMPTY)}return t}refCount(){return Br()(this)}};var dy=Rr(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var Pe=(()=>{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 ta(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new dy}next(n){Fr(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){Fr(()=>{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(){Fr(()=>{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?Hc:(this.currentObservers=null,o.push(n),new Ce(()=>{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 ta(t,n),e})(),ta=class extends Pe{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:Hc}};var ze=class extends Pe{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 ed={now(){return(ed.delegate||Date).now()},delegate:void 0};var na=class extends Ce{constructor(t,n){super()}schedule(t,n=0){return this}};var co={setInterval(e,t,...n){let{delegate:r}=co;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=co;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var ra=class extends na{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 co.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&&co.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=ed.now;var ia=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 py=new ia(ra);var ft=new ue(e=>e.complete());function fy(e){return e&&H(e.schedule)}function hy(e){return e[e.length-1]}function oa(e){return H(hy(e))?e.pop():void 0}function Mn(e){return fy(hy(e))?e.pop():void 0}function gy(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 my(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 yy(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 vy(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 my=="function"?my(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 sa=e=>e&&typeof e.length=="number"&&typeof e!="function";function aa(e){return H(e?.then)}function la(e){return H(e[jr])}function ua(e){return Symbol.asyncIterator&&H(e?.[Symbol.asyncIterator])}function ca(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 CM(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var da=CM();function pa(e){return H(e?.[da])}function fa(e){return yy(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 ha(e){return H(e?.getReader)}function _e(e){if(e instanceof ue)return e;if(e!=null){if(la(e))return xM(e);if(sa(e))return wM(e);if(aa(e))return EM(e);if(ua(e))return by(e);if(pa(e))return DM(e);if(ha(e))return AM(e)}throw ca(e)}function xM(e){return new ue(t=>{let n=e[jr]();if(H(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function wM(e){return new ue(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function EM(e){return new ue(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Xs)})}function DM(e){return new ue(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function by(e){return new ue(t=>{IM(e,t).catch(n=>t.error(n))})}function AM(e){return by(fa(e))}function IM(e,t){var n,r,i,o;return gy(this,void 0,void 0,function*(){try{for(n=vy(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 lt(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 ma(e,t=0){return ie((n,r)=>{n.subscribe(X(r,i=>lt(r,e,()=>r.next(i),t),()=>lt(r,e,()=>r.complete(),t),i=>lt(r,e,()=>r.error(i),t)))})}function ga(e,t=0){return ie((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function Sy(e,t){return _e(e).pipe(ga(t),ma(t))}function Cy(e,t){return _e(e).pipe(ga(t),ma(t))}function xy(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 wy(e,t){return new ue(n=>{let r;return lt(n,t,()=>{r=e[da](),lt(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 ya(e,t){if(!e)throw new Error("Iterable cannot be null");return new ue(n=>{lt(n,t,()=>{let r=e[Symbol.asyncIterator]();lt(n,t,()=>{r.next().then(i=>{i.done?n.complete():n.next(i.value)})},0,!0)})})}function Ey(e,t){return ya(fa(e),t)}function Dy(e,t){if(e!=null){if(la(e))return Sy(e,t);if(sa(e))return xy(e,t);if(aa(e))return Cy(e,t);if(ua(e))return ya(e,t);if(pa(e))return wy(e,t);if(ha(e))return Ey(e,t)}throw ca(e)}function Ie(e,t){return t?Dy(e,t):_e(e)}function Y(...e){let t=Mn(e);return Ie(e,t)}function qr(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 td(e){return!!e&&(e instanceof ue||H(e.lift)&&H(e.subscribe))}var ln=Rr(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function ne(e,t){return ie((n,r)=>{let i=0;n.subscribe(X(r,o=>{r.next(e.call(t,o,i++))}))})}var{isArray:TM}=Array;function kM(e,t){return TM(t)?e(...t):e(t)}function va(e){return ne(t=>kM(e,t))}var{isArray:_M}=Array,{getPrototypeOf:MM,prototype:OM,keys:NM}=Object;function ba(e){if(e.length===1){let t=e[0];if(_M(t))return{args:t,keys:null};if(RM(t)){let n=NM(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function RM(e){return e&&typeof e=="object"&&MM(e)===OM}function Sa(e,t){return e.reduce((n,r,i)=>(n[r]=t[i],n),{})}function Ca(...e){let t=Mn(e),n=oa(e),{args:r,keys:i}=ba(e);if(r.length===0)return Ie([],t);let o=new ue(PM(r,t,i?s=>Sa(i,s):pt));return n?o.pipe(va(n)):o}function PM(e,t,n=pt){return r=>{Ay(t,()=>{let{length:i}=e,o=new Array(i),s=i,a=i;for(let l=0;l<i;l++)Ay(t,()=>{let u=Ie(e[l],t),c=!1;u.subscribe(X(r,p=>{o[l]=p,c||(c=!0,a--),a||r.next(n(o.slice()))},()=>{--s||r.complete()}))},r)},r)}}function Ay(e,t,n){e?lt(n,e,t):t()}function Iy(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(X(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?lt(t,s,()=>g(m)):g(m)}d()}catch(m){t.error(m)}}))};return e.subscribe(X(t,f,()=>{p=!0,d()})),()=>{a?.()}}function Fe(e,t,n=1/0){return H(t)?Fe((r,i)=>ne((o,s)=>t(r,o,i,s))(_e(e(r,i))),n):(typeof t=="number"&&(n=t),ie((r,i)=>Iy(r,i,e,n)))}function nd(e=1/0){return Fe(pt,e)}function Ty(){return nd(1)}function Wr(...e){return Ty()(Ie(e,Mn(e)))}function xa(e){return new ue(t=>{_e(e()).subscribe(t)})}function rd(...e){let t=oa(e),{args:n,keys:r}=ba(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(X(o,d=>{p||(p=!0,u--),a[c]=d},()=>l--,void 0,()=>{(!l||!p)&&(u||o.next(r?Sa(r,a):a),o.complete())}))}});return t?i.pipe(va(t)):i}function Ft(e,t){return ie((n,r)=>{let i=0;n.subscribe(X(r,o=>e.call(t,o,i++)&&r.next(o)))})}function On(e){return ie((t,n)=>{let r=null,i=!1,o;r=t.subscribe(X(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 ky(e,t,n,r,i){return(o,s)=>{let a=n,l=t,u=0;o.subscribe(X(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 Ur(e,t){return H(t)?Fe(e,t,1):Fe(e,1)}function id(e,t=py){return ie((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(X(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 ie((t,n)=>{let r=!1;t.subscribe(X(n,i=>{r=!0,n.next(i)},()=>{r||n.next(e),n.complete()}))})}function un(e){return e<=0?()=>ft:ie((t,n)=>{let r=0;t.subscribe(X(n,i=>{++r<=e&&(n.next(i),e<=r&&n.complete())}))})}function od(e){return ne(()=>e)}function wa(e=FM){return ie((t,n)=>{let r=!1;t.subscribe(X(n,i=>{r=!0,n.next(i)},()=>r?n.complete():n.error(e())))})}function FM(){return new ln}function po(e){return ie((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Qt(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Ft((i,o)=>e(i,o,r)):pt,un(1),n?Nn(t):wa(()=>new ln))}function Hr(e){return e<=0?()=>ft:ie((t,n)=>{let r=[];t.subscribe(X(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 sd(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Ft((i,o)=>e(i,o,r)):pt,Hr(1),n?Nn(t):wa(()=>new ln))}function ad(e,t){return ie(ky(e,t,arguments.length>=2,!0))}function ld(...e){let t=Mn(e);return ie((n,r)=>{(t?Wr(e,n,t):Wr(e,n)).subscribe(r)})}function Lt(e,t){return ie((n,r)=>{let i=null,o=0,s=!1,a=()=>s&&!i&&r.complete();n.subscribe(X(r,l=>{i?.unsubscribe();let u=0,c=o++;_e(e(l,c)).subscribe(i=X(r,p=>r.next(t?t(l,p,c,u++):p),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function ud(e){return ie((t,n)=>{_e(e).subscribe(X(n,()=>n.complete(),uo)),!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?ie((i,o)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;i.subscribe(X(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)}))}):pt}var fv="https://g.co/ng/security#xss",F=class extends Error{constructor(t,n){super(Sp(t,n)),this.code=t}};function Sp(e,t){return`${`NG0${Math.abs(e)}`}${t?": "+t:""}`}function tl(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 LM(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function ut(e){if(typeof e=="string")return e;if(Array.isArray(e))return"["+e.map(ut).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 jM=he({__forward_ref__:he});function ko(e){return e.__forward_ref__=ko,e.toString=function(){return ut(this())},e}function Xe(e){return hv(e)?e():e}function hv(e){return typeof e=="function"&&e.hasOwnProperty(jM)&&e.__forward_ref__===ko}function B(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function li(e){return{providers:e.providers||[],imports:e.imports||[]}}function nl(e){return My(e,gv)||My(e,yv)}function mv(e){return nl(e)!==null}function My(e,t){return e.hasOwnProperty(t)?e[t]:null}function BM(e){let t=e&&(e[gv]||e[yv]);return t||null}function Oy(e){return e&&(e.hasOwnProperty(Ny)||e.hasOwnProperty(zM))?e[Ny]:null}var gv=he({\u0275prov:he}),Ny=he({\u0275inj:he}),yv=he({ngInjectableDef:he}),zM=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=B({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function vv(e){return e&&!!e.\u0275providers}var VM=he({\u0275cmp:he}),qM=he({\u0275dir:he}),WM=he({\u0275pipe:he}),UM=he({\u0275mod:he}),Na=he({\u0275fac:he}),mo=he({__NG_ELEMENT_ID__:he}),Ry=he({__NG_ENV_ID__:he});function go(e){return typeof e=="string"?e:e==null?"":String(e)}function HM(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():go(e)}function GM(e,t){let n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new F(-200,e)}function Cp(e,t){throw new F(-201,!1)}var Q=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}(Q||{}),Ed;function bv(){return Ed}function Ct(e){let t=Ed;return Ed=e,t}function Sv(e,t,n){let r=nl(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&Q.Optional)return null;if(t!==void 0)return t;Cp(e,"Injector")}var YM={},yo=YM,ZM="__NG_DI_FLAG__",Ra="ngTempTokenPath",QM="ngTokenPath",KM=/\n/gm,$M="\u0275",Py="__source",Qr;function JM(){return Qr}function Rn(e){let t=Qr;return Qr=e,t}function XM(e,t=Q.Default){if(Qr===void 0)throw new F(-203,!1);return Qr===null?Sv(e,void 0,t):Qr.get(e,t&Q.Optional?null:void 0,t)}function se(e,t=Q.Default){return(bv()||XM)(Xe(e),t)}function T(e,t=Q.Default){return se(e,rl(t))}function rl(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Dd(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 F(900,!1);let i,o=Q.Default;for(let s=0;s<r.length;s++){let a=r[s],l=eO(a);typeof l=="number"?l===-1?i=a.token:o|=l:i=a}t.push(se(i,o))}else t.push(se(r))}return t}function eO(e){return e[ZM]}function tO(e,t,n,r){let i=e[Ra];throw t[Py]&&i.unshift(t[Py]),e.message=nO(`
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 Ce=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 $s?o.errors:[o]}let{_finalizers:i}=this;if(i){this._finalizers=null;for(let o of i)try{oy(o)}catch(s){t=t??[],s instanceof $s?t=[...t,...s.errors]:t.push(s)}}if(t)throw new $s(t)}}add(t){var n;if(t&&t!==this)if(this.closed)oy(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)}};Ce.EMPTY=(()=>{let e=new Ce;return e.closed=!0,e})();var Hc=Ce.EMPTY;function Js(e){return e instanceof Ce||e&&"closed"in e&&H(e.remove)&&H(e.add)&&H(e.unsubscribe)}function oy(e){H(e)?e():e.unsubscribe()}var Pt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Pr={setTimeout(e,t,...n){let{delegate:r}=Pr;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=Pr;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Xs(e){Pr.setTimeout(()=>{let{onUnhandledError:t}=Pt;if(t)t(e);else throw e})}function uo(){}var sy=Gc("C",void 0,void 0);function ay(e){return Gc("E",void 0,e)}function ly(e){return Gc("N",e,void 0)}function Gc(e,t,n){return{kind:e,value:t,error:n}}var rr=null;function Fr(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 uy(e){Pt.useDeprecatedSynchronousErrorHandling&&rr&&(rr.errorThrown=!0,rr.error=e)}var ir=class extends Ce{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Js(t)&&t.add(this)):this.destination=vM}static create(t,n,r){return new Lr(t,n,r)}next(t){this.isStopped?Zc(ly(t),this):this._next(t)}error(t){this.isStopped?Zc(ay(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Zc(sy,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()}}},gM=Function.prototype.bind;function Yc(e,t){return gM.call(e,t)}var Qc=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){ea(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){ea(r)}else ea(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){ea(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&&Yc(t.next,o),error:t.error&&Yc(t.error,o),complete:t.complete&&Yc(t.complete,o)}):i=t}this.destination=new Qc(i)}};function ea(e){Pt.useDeprecatedSynchronousErrorHandling?uy(e):Xs(e)}function yM(e){throw e}function Zc(e,t){let{onStoppedNotification:n}=Pt;n&&Pr.setTimeout(()=>n(e,t))}var vM={closed:!0,next:uo,error:yM,complete:uo};var jr=typeof Symbol=="function"&&Symbol.observable||"@@observable";function dt(e){return e}function Kc(...e){return $c(e)}function $c(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=SM(n)?n:new Lr(n,r,i);return Fr(()=>{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=cy(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)}[jr](){return this}pipe(...n){return $c(n)(this)}toPromise(n){return n=cy(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 cy(e){var t;return(t=e??Pt.Promise)!==null&&t!==void 0?t:Promise}function bM(e){return e&&H(e.next)&&H(e.error)&&H(e.complete)}function SM(e){return e&&e instanceof ir||bM(e)&&Js(e)}function Jc(e){return H(e?.lift)}function ne(e){return t=>{if(Jc(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 J(e,t,n,r,i){return new Xc(e,t,n,r,i)}var Xc=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 Br(){return ne((e,t)=>{let n=null;e._refCount++;let r=J(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 zr=class extends ue{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,Jc(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 Ce;let n=this.getSubject();t.add(this.source.subscribe(J(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=Ce.EMPTY)}return t}refCount(){return Br()(this)}};var dy=Rr(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var Re=(()=>{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 ta(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new dy}next(n){Fr(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){Fr(()=>{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(){Fr(()=>{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?Hc:(this.currentObservers=null,o.push(n),new Ce(()=>{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 ta(t,n),e})(),ta=class extends Re{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:Hc}};var ze=class extends Re{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 ed={now(){return(ed.delegate||Date).now()},delegate:void 0};var na=class extends Ce{constructor(t,n){super()}schedule(t,n=0){return this}};var co={setInterval(e,t,...n){let{delegate:r}=co;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=co;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var ra=class extends na{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 co.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&&co.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=ed.now;var ia=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 py=new ia(ra);var pt=new ue(e=>e.complete());function fy(e){return e&&H(e.schedule)}function hy(e){return e[e.length-1]}function oa(e){return H(hy(e))?e.pop():void 0}function Mn(e){return fy(hy(e))?e.pop():void 0}function gy(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 my(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 yy(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 vy(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 my=="function"?my(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 sa=e=>e&&typeof e.length=="number"&&typeof e!="function";function aa(e){return H(e?.then)}function la(e){return H(e[jr])}function ua(e){return Symbol.asyncIterator&&H(e?.[Symbol.asyncIterator])}function ca(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 CM(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var da=CM();function pa(e){return H(e?.[da])}function fa(e){return yy(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 ha(e){return H(e?.getReader)}function ke(e){if(e instanceof ue)return e;if(e!=null){if(la(e))return xM(e);if(sa(e))return wM(e);if(aa(e))return EM(e);if(ua(e))return by(e);if(pa(e))return DM(e);if(ha(e))return AM(e)}throw ca(e)}function xM(e){return new ue(t=>{let n=e[jr]();if(H(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function wM(e){return new ue(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function EM(e){return new ue(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Xs)})}function DM(e){return new ue(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function by(e){return new ue(t=>{IM(e,t).catch(n=>t.error(n))})}function AM(e){return by(fa(e))}function IM(e,t){var n,r,i,o;return gy(this,void 0,void 0,function*(){try{for(n=vy(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 at(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 ma(e,t=0){return ne((n,r)=>{n.subscribe(J(r,i=>at(r,e,()=>r.next(i),t),()=>at(r,e,()=>r.complete(),t),i=>at(r,e,()=>r.error(i),t)))})}function ga(e,t=0){return ne((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function Sy(e,t){return ke(e).pipe(ga(t),ma(t))}function Cy(e,t){return ke(e).pipe(ga(t),ma(t))}function xy(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 wy(e,t){return new ue(n=>{let r;return at(n,t,()=>{r=e[da](),at(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 ya(e,t){if(!e)throw new Error("Iterable cannot be null");return new ue(n=>{at(n,t,()=>{let r=e[Symbol.asyncIterator]();at(n,t,()=>{r.next().then(i=>{i.done?n.complete():n.next(i.value)})},0,!0)})})}function Ey(e,t){return ya(fa(e),t)}function Dy(e,t){if(e!=null){if(la(e))return Sy(e,t);if(sa(e))return xy(e,t);if(aa(e))return Cy(e,t);if(ua(e))return ya(e,t);if(pa(e))return wy(e,t);if(ha(e))return Ey(e,t)}throw ca(e)}function Ae(e,t){return t?Dy(e,t):ke(e)}function G(...e){let t=Mn(e);return Ae(e,t)}function qr(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 td(e){return!!e&&(e instanceof ue||H(e.lift)&&H(e.subscribe))}var ln=Rr(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function ee(e,t){return ne((n,r)=>{let i=0;n.subscribe(J(r,o=>{r.next(e.call(t,o,i++))}))})}var{isArray:TM}=Array;function kM(e,t){return TM(t)?e(...t):e(t)}function va(e){return ee(t=>kM(e,t))}var{isArray:_M}=Array,{getPrototypeOf:MM,prototype:OM,keys:NM}=Object;function ba(e){if(e.length===1){let t=e[0];if(_M(t))return{args:t,keys:null};if(RM(t)){let n=NM(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function RM(e){return e&&typeof e=="object"&&MM(e)===OM}function Sa(e,t){return e.reduce((n,r,i)=>(n[r]=t[i],n),{})}function Ca(...e){let t=Mn(e),n=oa(e),{args:r,keys:i}=ba(e);if(r.length===0)return Ae([],t);let o=new ue(PM(r,t,i?s=>Sa(i,s):dt));return n?o.pipe(va(n)):o}function PM(e,t,n=dt){return r=>{Ay(t,()=>{let{length:i}=e,o=new Array(i),s=i,a=i;for(let l=0;l<i;l++)Ay(t,()=>{let u=Ae(e[l],t),c=!1;u.subscribe(J(r,p=>{o[l]=p,c||(c=!0,a--),a||r.next(n(o.slice()))},()=>{--s||r.complete()}))},r)},r)}}function Ay(e,t,n){e?at(n,e,t):t()}function Iy(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(J(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?at(t,s,()=>g(m)):g(m)}d()}catch(m){t.error(m)}}))};return e.subscribe(J(t,f,()=>{p=!0,d()})),()=>{a?.()}}function Pe(e,t,n=1/0){return H(t)?Pe((r,i)=>ee((o,s)=>t(r,o,i,s))(ke(e(r,i))),n):(typeof t=="number"&&(n=t),ne((r,i)=>Iy(r,i,e,n)))}function nd(e=1/0){return Pe(dt,e)}function Ty(){return nd(1)}function Wr(...e){return Ty()(Ae(e,Mn(e)))}function xa(e){return new ue(t=>{ke(e()).subscribe(t)})}function rd(...e){let t=oa(e),{args:n,keys:r}=ba(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(J(o,d=>{p||(p=!0,u--),a[c]=d},()=>l--,void 0,()=>{(!l||!p)&&(u||o.next(r?Sa(r,a):a),o.complete())}))}});return t?i.pipe(va(t)):i}function Ft(e,t){return ne((n,r)=>{let i=0;n.subscribe(J(r,o=>e.call(t,o,i++)&&r.next(o)))})}function On(e){return ne((t,n)=>{let r=null,i=!1,o;r=t.subscribe(J(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 ky(e,t,n,r,i){return(o,s)=>{let a=n,l=t,u=0;o.subscribe(J(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 Ur(e,t){return H(t)?Pe(e,t,1):Pe(e,1)}function id(e,t=py){return ne((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(J(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 ne((t,n)=>{let r=!1;t.subscribe(J(n,i=>{r=!0,n.next(i)},()=>{r||n.next(e),n.complete()}))})}function un(e){return e<=0?()=>pt:ne((t,n)=>{let r=0;t.subscribe(J(n,i=>{++r<=e&&(n.next(i),e<=r&&n.complete())}))})}function od(e){return ee(()=>e)}function wa(e=FM){return ne((t,n)=>{let r=!1;t.subscribe(J(n,i=>{r=!0,n.next(i)},()=>r?n.complete():n.error(e())))})}function FM(){return new ln}function po(e){return ne((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Qt(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):wa(()=>new ln))}function Hr(e){return e<=0?()=>pt:ne((t,n)=>{let r=[];t.subscribe(J(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 sd(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Ft((i,o)=>e(i,o,r)):dt,Hr(1),n?Nn(t):wa(()=>new ln))}function ad(e,t){return ne(ky(e,t,arguments.length>=2,!0))}function ld(...e){let t=Mn(e);return ne((n,r)=>{(t?Wr(e,n,t):Wr(e,n)).subscribe(r)})}function Lt(e,t){return ne((n,r)=>{let i=null,o=0,s=!1,a=()=>s&&!i&&r.complete();n.subscribe(J(r,l=>{i?.unsubscribe();let u=0,c=o++;ke(e(l,c)).subscribe(i=J(r,p=>r.next(t?t(l,p,c,u++):p),()=>{i=null,a()}))},()=>{s=!0,a()}))})}function ud(e){return ne((t,n)=>{ke(e).subscribe(J(n,()=>n.complete(),uo)),!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?ne((i,o)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;i.subscribe(J(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 fv="https://g.co/ng/security#xss",F=class extends Error{constructor(t,n){super(Sp(t,n)),this.code=t}};function Sp(e,t){return`${`NG0${Math.abs(e)}`}${t?": "+t:""}`}function tl(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 LM(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function lt(e){if(typeof e=="string")return e;if(Array.isArray(e))return"["+e.map(lt).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 jM=he({__forward_ref__:he});function ko(e){return e.__forward_ref__=ko,e.toString=function(){return lt(this())},e}function Xe(e){return hv(e)?e():e}function hv(e){return typeof e=="function"&&e.hasOwnProperty(jM)&&e.__forward_ref__===ko}function B(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function li(e){return{providers:e.providers||[],imports:e.imports||[]}}function nl(e){return My(e,gv)||My(e,yv)}function mv(e){return nl(e)!==null}function My(e,t){return e.hasOwnProperty(t)?e[t]:null}function BM(e){let t=e&&(e[gv]||e[yv]);return t||null}function Oy(e){return e&&(e.hasOwnProperty(Ny)||e.hasOwnProperty(zM))?e[Ny]:null}var gv=he({\u0275prov:he}),Ny=he({\u0275inj:he}),yv=he({ngInjectableDef:he}),zM=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=B({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function vv(e){return e&&!!e.\u0275providers}var VM=he({\u0275cmp:he}),qM=he({\u0275dir:he}),WM=he({\u0275pipe:he}),UM=he({\u0275mod:he}),Na=he({\u0275fac:he}),mo=he({__NG_ELEMENT_ID__:he}),Ry=he({__NG_ENV_ID__:he});function go(e){return typeof e=="string"?e:e==null?"":String(e)}function HM(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():go(e)}function GM(e,t){let n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new F(-200,e)}function Cp(e,t){throw new F(-201,!1)}var Q=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}(Q||{}),Ed;function bv(){return Ed}function St(e){let t=Ed;return Ed=e,t}function Sv(e,t,n){let r=nl(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&Q.Optional)return null;if(t!==void 0)return t;Cp(e,"Injector")}var YM={},yo=YM,ZM="__NG_DI_FLAG__",Ra="ngTempTokenPath",QM="ngTokenPath",KM=/\n/gm,$M="\u0275",Py="__source",Qr;function JM(){return Qr}function Rn(e){let t=Qr;return Qr=e,t}function XM(e,t=Q.Default){if(Qr===void 0)throw new F(-203,!1);return Qr===null?Sv(e,void 0,t):Qr.get(e,t&Q.Optional?null:void 0,t)}function oe(e,t=Q.Default){return(bv()||XM)(Xe(e),t)}function I(e,t=Q.Default){return oe(e,rl(t))}function rl(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Dd(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 F(900,!1);let i,o=Q.Default;for(let s=0;s<r.length;s++){let a=r[s],l=eO(a);typeof l=="number"?l===-1?i=a.token:o|=l:i=a}t.push(oe(i,o))}else t.push(oe(r))}return t}function eO(e){return e[ZM]}function tO(e,t,n,r){let i=e[Ra];throw t[Py]&&i.unshift(t[Py]),e.message=nO(`
58
58
  `+e.message,i,n,r),e[QM]=i,e[Ra]=null,e}function nO(e,t,n,r=null){e=e&&e.charAt(0)===`
59
- `&&e.charAt(1)==$M?e.slice(2):e;let i=ut(t);if(Array.isArray(t))i=t.map(ut).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):ut(a)))}i=`{${o.join(", ")}}`}return`${n}${r?"("+r+")":""}[${i}]: ${e.replace(KM,`
60
- `)}`}function $r(e,t){let n=e.hasOwnProperty(Na);return n?e[Na]:null}function rO(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 iO(e){return e.flat(Number.POSITIVE_INFINITY)}function xp(e,t){e.forEach(n=>Array.isArray(n)?xp(n,t):t(n))}function Cv(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Pa(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function oO(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 sO(e,t,n){let r=_o(e,t);return r>=0?e[r|1]=n:(r=~r,oO(e,r,t,n)),r}function cd(e,t){let n=_o(e,t);if(n>=0)return e[n|1]}function _o(e,t){return aO(e,t,1)}function aO(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 Jr={},xt=[],Xr=new L(""),xv=new L("",-1),wv=new L(""),Fa=class{get(t,n=yo){if(n===yo){let r=new Error(`NullInjectorError: No provider for ${ut(t)}!`);throw r.name="NullInjectorError",r}return n}},Ev=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(Ev||{}),Jt=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e}(Jt||{}),Ln=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(Ln||{});function lO(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 Ad(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];cO(o)?e.setProperty(t,o,s):e.setAttribute(t,o,s),r++}}return r}function uO(e){return e===3||e===4||e===6}function cO(e){return e.charCodeAt(0)===64}function vo(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?Fy(e,n,i,null,t[++r]):Fy(e,n,i,null,null))}}return e}function Fy(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 Dv="ng-template";function dO(e,t,n,r){let i=0;if(r){for(;i<t.length&&typeof t[i]=="string";i+=2)if(t[i]==="class"&&lO(t[i+1].toLowerCase(),n,0)!==-1)return!0}else if(wp(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 wp(e){return e.type===4&&e.value!==Dv}function pO(e,t,n){let r=e.type===4&&!n?Dv:e.value;return t===r}function fO(e,t,n){let r=4,i=e.attrs,o=i!==null?gO(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!==""&&!pO(e,l,n)||l===""&&t.length===1){if(jt(r))return!1;s=!0}}else if(r&8){if(i===null||!dO(e,i,l,n)){if(jt(r))return!1;s=!0}}else{let u=t[++a],c=hO(l,i,wp(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 hO(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 yO(t,e)}function mO(e,t,n=!1){for(let r=0;r<t.length;r++)if(fO(e,t[r],n))return!0;return!1}function gO(e){for(let t=0;t<e.length;t++){let n=e[t];if(uO(n))return t}return e.length}function yO(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 vO(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 bO(e){return e.map(vO).join(",")}function SO(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 ce(e){return tl(()=>{let t=_v(e),n=re(A({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Ev.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||xt,_:null,schemas:e.schemas||null,tView:null,id:""});Mv(n);let r=e.dependencies;return n.directiveDefs=By(r,!1),n.pipeDefs=By(r,!0),n.id=wO(n),n})}function CO(e){return ar(e)||Av(e)}function xO(e){return e!==null}function ui(e){return tl(()=>({type:e.type,bootstrap:e.bootstrap||xt,declarations:e.declarations||xt,imports:e.imports||xt,exports:e.exports||xt,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function jy(e,t){if(e==null)return Jr;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 Vt(e){return tl(()=>{let t=_v(e);return Mv(t),t})}function ar(e){return e[VM]||null}function Av(e){return e[qM]||null}function Iv(e){return e[WM]||null}function Tv(e){let t=ar(e)||Av(e)||Iv(e);return t!==null?t.standalone:!1}function kv(e,t){let n=e[UM]||null;if(!n&&t===!0)throw new Error(`Type ${ut(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||Jr,exportAs:e.exportAs||null,standalone:e.standalone===!0,signals:e.signals===!0,selectors:e.selectors||xt,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:jy(e.inputs,t),outputs:jy(e.outputs),debugInfo:null}}function Mv(e){e.features?.forEach(t=>t(e))}function By(e,t){if(!e)return null;let n=t?Iv:CO;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(xO)}function wO(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 il(e){return{\u0275providers:e}}function EO(...e){return{\u0275providers:Ov(!0,e),\u0275fromNgModule:!0}}function Ov(e,...t){let n=[],r=new Set,i,o=s=>{n.push(s)};return xp(t,s=>{let a=s;Id(a,o,[],r)&&(i||=[],i.push(a))}),i!==void 0&&Nv(i,o),n}function Nv(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:i}=e[n];Ep(i,o=>{t(o,r)})}}function Id(e,t,n,r){if(e=Xe(e),!e)return!1;let i=null,o=Oy(e),s=!o&&ar(e);if(!o&&!s){let l=e.ngModule;if(o=Oy(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)Id(u,t,n,r)}}else if(o){if(o.imports!=null&&!a){r.add(i);let u;try{xp(o.imports,c=>{Id(c,t,n,r)&&(u||=[],u.push(c))})}finally{}u!==void 0&&Nv(u,t)}if(!a){let u=$r(i)||(()=>new i);t({provide:i,useFactory:u,deps:xt},i),t({provide:wv,useValue:i,multi:!0},i),t({provide:Xr,useValue:()=>se(i),multi:!0},i)}let l=o.providers;if(l!=null&&!a){let u=e;Ep(l,c=>{t(c,u)})}}else return!1;return i!==e&&e.providers!==void 0}function Ep(e,t){for(let n of e)vv(n)&&(n=n.\u0275providers),Array.isArray(n)?Ep(n,t):t(n)}var DO=he({provide:String,useValue:he});function Rv(e){return e!==null&&typeof e=="object"&&DO in e}function AO(e){return!!(e&&e.useExisting)}function IO(e){return!!(e&&e.useFactory)}function ei(e){return typeof e=="function"}function TO(e){return!!e.useClass}var ol=new L(""),Ia={},kO={},dd;function Dp(){return dd===void 0&&(dd=new Fa),dd}var Et=class{},bo=class extends Et{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,kd(t,s=>this.processProvider(s)),this.records.set(xv,Gr(void 0,this)),i.has("environment")&&this.records.set(Et,Gr(void 0,this));let o=this.records.get(ol);o!=null&&typeof o.value=="string"&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(wv,xt,Q.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;let t=te(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(),te(t)}}onDestroy(t){return this.assertNotDestroyed(),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){this.assertNotDestroyed();let n=Rn(this),r=Ct(void 0),i;try{return t()}finally{Rn(n),Ct(r)}}get(t,n=yo,r=Q.Default){if(this.assertNotDestroyed(),t.hasOwnProperty(Ry))return t[Ry](this);r=rl(r);let i,o=Rn(this),s=Ct(void 0);try{if(!(r&Q.SkipSelf)){let l=this.records.get(t);if(l===void 0){let u=RO(t)&&nl(t);u&&this.injectableDefInScope(u)?l=Gr(Td(t),Ia):l=null,this.records.set(t,l)}if(l!=null)return this.hydrate(t,l)}let a=r&Q.Self?Dp():this.parent;return n=r&Q.Optional&&n===yo?null:n,a.get(t,n)}catch(a){if(a.name==="NullInjectorError"){if((a[Ra]=a[Ra]||[]).unshift(ut(t)),o)throw a;return tO(a,t,"R3InjectorError",this.source)}else throw a}finally{Ct(s),Rn(o)}}resolveInjectorInitializers(){let t=te(null),n=Rn(this),r=Ct(void 0),i;try{let o=this.get(Xr,xt,Q.Self);for(let s of o)s()}finally{Rn(n),Ct(r),te(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(ut(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new F(205,!1)}processProvider(t){t=Xe(t);let n=ei(t)?t:Xe(t&&t.provide),r=MO(t);if(!ei(t)&&t.multi===!0){let i=this.records.get(n);i||(i=Gr(void 0,Ia,!0),i.factory=()=>Dd(i.multi),this.records.set(n,i)),n=t,i.multi.push(t)}this.records.set(n,r)}hydrate(t,n){let r=te(null);try{return n.value===Ia&&(n.value=kO,n.value=n.factory()),typeof n.value=="object"&&n.value&&NO(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{te(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 Td(e){let t=nl(e),n=t!==null?t.factory:$r(e);if(n!==null)return n;if(e instanceof L)throw new F(204,!1);if(e instanceof Function)return _O(e);throw new F(204,!1)}function _O(e){if(e.length>0)throw new F(204,!1);let n=BM(e);return n!==null?()=>n.factory(e):()=>new e}function MO(e){if(Rv(e))return Gr(void 0,e.useValue);{let t=Pv(e);return Gr(t,Ia)}}function Pv(e,t,n){let r;if(ei(e)){let i=Xe(e);return $r(i)||Td(i)}else if(Rv(e))r=()=>Xe(e.useValue);else if(IO(e))r=()=>e.useFactory(...Dd(e.deps||[]));else if(AO(e))r=()=>se(Xe(e.useExisting));else{let i=Xe(e&&(e.useClass||e.provide));if(OO(e))r=()=>new i(...Dd(e.deps));else return $r(i)||Td(i)}return r}function Gr(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function OO(e){return!!e.deps}function NO(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function RO(e){return typeof e=="function"||typeof e=="object"&&e instanceof L}function kd(e,t){for(let n of e)Array.isArray(n)?kd(n,t):n&&vv(n)?kd(n.\u0275providers,t):t(n)}function fn(e,t){e instanceof bo&&e.assertNotDestroyed();let n,r=Rn(e),i=Ct(void 0);try{return t()}finally{Rn(r),Ct(i)}}function PO(){return bv()!==void 0||JM()!=null}function FO(e){return typeof e=="function"}var hn=0,V=1,j=2,Ye=3,Bt=4,qt=5,So=6,La=7,He=8,ti=9,Xt=10,Ze=11,Co=12,zy=13,ci=14,zt=15,lr=16,Yr=17,cn=18,sl=19,Fv=20,Pn=21,pd=22,wt=23,ht=25,Lv=1;var ur=7,ja=8,ni=9,Ge=10,Ba=function(e){return e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews",e}(Ba||{});function Fn(e){return Array.isArray(e)&&typeof e[Lv]=="object"}function mn(e){return Array.isArray(e)&&e[Lv]===!0}function jv(e){return(e.flags&4)!==0}function al(e){return e.componentOffset>-1}function Ap(e){return(e.flags&1)===1}function jn(e){return!!e.template}function _d(e){return(e[j]&512)!==0}var Md=class{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function Bv(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}function tn(){return zv}function zv(e){return e.type.prototype.ngOnChanges&&(e.setInput=jO),LO}tn.ngInherit=!0;function LO(){let e=qv(this),t=e?.current;if(t){let n=e.previous;if(n===Jr)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function jO(e,t,n,r,i){let o=this.declaredInputs[r],s=qv(e)||BO(e,{previous:Jr,current:null}),a=s.current||(s.current={}),l=s.previous,u=l[o];a[o]=new Md(u&&u.currentValue,n,l===Jr),Bv(e,t,i,n)}var Vv="__ngSimpleChanges__";function qv(e){return e[Vv]||null}function BO(e,t){return e[Vv]=t}var Vy=null;var Kt=function(e,t,n){Vy?.(e,t,n)},zO="svg",VO="math";function en(e){for(;Array.isArray(e);)e=e[hn];return e}function Wv(e,t){return en(t[e])}function Wt(e,t){return en(t[e.index])}function Ip(e,t){return e.data[t]}function qO(e,t){return e[t]}function Vn(e,t){let n=t[e];return Fn(n)?n:n[hn]}function WO(e){return(e[j]&4)===4}function Tp(e){return(e[j]&128)===128}function UO(e){return mn(e[Ye])}function ri(e,t){return t==null?null:e[t]}function Uv(e){e[Yr]=0}function Hv(e){e[j]&1024||(e[j]|=1024,Tp(e)&&ul(e))}function HO(e,t){for(;e>0;)t=t[ci],e--;return t}function ll(e){return!!(e[j]&9216||e[wt]?.dirty)}function Od(e){e[Xt].changeDetectionScheduler?.notify(8),e[j]&64&&(e[j]|=1024),ll(e)&&ul(e)}function ul(e){e[Xt].changeDetectionScheduler?.notify(0);let t=cr(e);for(;t!==null&&!(t[j]&8192||(t[j]|=8192,!Tp(t)));)t=cr(t)}function Gv(e,t){if((e[j]&256)===256)throw new F(911,!1);e[Pn]===null&&(e[Pn]=[]),e[Pn].push(t)}function GO(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:nb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var Yv=!1;function YO(){return K.lFrame.elementDepthCount}function ZO(){K.lFrame.elementDepthCount++}function QO(){K.lFrame.elementDepthCount--}function Zv(){return K.bindingsEnabled}function KO(){return K.skipHydrationRootTNode!==null}function $O(e){return K.skipHydrationRootTNode===e}function JO(){K.skipHydrationRootTNode=null}function le(){return K.lFrame.lView}function et(){return K.lFrame.tView}function kp(e){return K.lFrame.contextLView=e,e[He]}function _p(e){return K.lFrame.contextLView=null,e}function mt(){let e=Qv();for(;e!==null&&e.type===64;)e=e.parent;return e}function Qv(){return K.lFrame.currentTNode}function XO(){let e=K.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function di(e,t){let n=K.lFrame;n.currentTNode=e,n.isParent=t}function Kv(){return K.lFrame.isParent}function eN(){K.lFrame.isParent=!1}function tN(){return K.lFrame.contextLView}function $v(){return Yv}function qy(e){Yv=e}function nN(){return K.lFrame.bindingIndex}function rN(e){return K.lFrame.bindingIndex=e}function cl(){return K.lFrame.bindingIndex++}function Jv(e){let t=K.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function iN(){return K.lFrame.inI18n}function oN(e,t){let n=K.lFrame;n.bindingIndex=n.bindingRootIndex=e,Nd(t)}function sN(){return K.lFrame.currentDirectiveIndex}function Nd(e){K.lFrame.currentDirectiveIndex=e}function aN(e){let t=K.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Xv(){return K.lFrame.currentQueryIndex}function Mp(e){K.lFrame.currentQueryIndex=e}function lN(e){let t=e[V];return t.type===2?t.declTNode:t.type===1?e[qt]:null}function eb(e,t,n){if(n&Q.SkipSelf){let i=t,o=e;for(;i=i.parent,i===null&&!(n&Q.Host);)if(i=lN(o),i===null||(o=o[ci],i.type&10))break;if(i===null)return!1;t=i,e=o}let r=K.lFrame=tb();return r.currentTNode=t,r.lView=e,!0}function Op(e){let t=tb(),n=e[V];K.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function tb(){let e=K.lFrame,t=e===null?null:e.child;return t===null?nb(e):t}function nb(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 rb(){let e=K.lFrame;return K.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var ib=rb;function Np(){let e=rb();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 uN(e){return(K.lFrame.contextLView=HO(e,K.lFrame.contextLView))[He]}function gn(){return K.lFrame.selectedIndex}function dr(e){K.lFrame.selectedIndex=e}function cN(){let e=K.lFrame;return Ip(e.tView,e.selectedIndex)}function dN(){return K.lFrame.currentNamespace}var ob=!0;function Rp(){return ob}function Pp(e){ob=e}function pN(e,t,n){let{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=t.type.prototype;if(r){let s=zv(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 Fp(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 Ta(e,t,n){sb(e,t,3,n)}function ka(e,t,n,r){(e[j]&3)===n&&sb(e,t,n,r)}function fd(e,t){let n=e[j];(n&3)===t&&(n&=16383,n+=1,e[j]=n)}function sb(e,t,n,r){let i=r!==void 0?e[Yr]&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[Yr]+=65536),(a<o||o==-1)&&(fN(e,n,t,l),e[Yr]=(e[Yr]&4294901760)+l+2),l++}function Wy(e,t){Kt(4,e,t);let n=te(null);try{t.call(e)}finally{te(n),Kt(5,e,t)}}function fN(e,t,n,r){let i=n[r]<0,o=n[r+1],s=i?-n[r]:n[r],a=e[s];i?e[j]>>14<e[Yr]>>16&&(e[j]&3)===t&&(e[j]+=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 hN(e){return e instanceof pr}function mN(e){return(e.flags&8)!==0}function gN(e){return(e.flags&16)!==0}var hd={},Rd=class{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){r=rl(r);let i=this.injector.get(t,hd,r);return i!==hd||n===hd?i:this.parentInjector.get(t,n,r)}};function ab(e){return e!==Kr}function za(e){return e&32767}function yN(e){return e>>16}function Va(e,t){let n=yN(e),r=t;for(;n>0;)r=r[ci],n--;return r}var Pd=!0;function Uy(e){let t=Pd;return Pd=e,t}var vN=256,lb=vN-1,ub=5,bN=0,$t={};function SN(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(mo)&&(r=n[mo]),r==null&&(r=n[mo]=bN++);let i=r&lb,o=1<<i;t.data[e+(i>>ub)]|=o}function qa(e,t){let n=cb(e,t);if(n!==-1)return n;let r=t[V];r.firstCreatePass&&(e.injectorIndex=t.length,md(r.data,e),md(t,null),md(r.blueprint,null));let i=Lp(e,t),o=e.injectorIndex;if(ab(i)){let s=za(i),a=Va(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 md(e,t){e.push(0,0,0,0,0,0,0,0,t)}function cb(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Lp(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=mb(i),r===null)return Kr;if(n++,i=i[ci],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Kr}function Fd(e,t,n){SN(e,t,n)}function db(e,t,n){if(n&Q.Optional||e!==void 0)return e;Cp(t,"NodeInjector")}function pb(e,t,n,r){if(n&Q.Optional&&r===void 0&&(r=null),!(n&(Q.Self|Q.Host))){let i=e[ti],o=Ct(void 0);try{return i?i.get(t,r,n&Q.Optional):Sv(t,r,n&Q.Optional)}finally{Ct(o)}}return db(r,t,n)}function fb(e,t,n,r=Q.Default,i){if(e!==null){if(t[j]&2048&&!(r&Q.Self)){let s=EN(e,t,n,r,$t);if(s!==$t)return s}let o=hb(e,t,n,r,$t);if(o!==$t)return o}return pb(t,n,r,i)}function hb(e,t,n,r,i){let o=xN(n);if(typeof o=="function"){if(!eb(t,e,r))return r&Q.Host?db(i,n,r):pb(t,n,r,i);try{let s;if(s=o(r),s==null&&!(r&Q.Optional))Cp(n);else return s}finally{ib()}}else if(typeof o=="number"){let s=null,a=cb(e,t),l=Kr,u=r&Q.Host?t[zt][qt]:null;for((a===-1||r&Q.SkipSelf)&&(l=a===-1?Lp(e,t):t[a+8],l===Kr||!Gy(r,!1)?a=-1:(s=t[V],a=za(l),t=Va(l,t)));a!==-1;){let c=t[V];if(Hy(o,a,c.data)){let p=CN(a,t,n,s,r,u);if(p!==$t)return p}l=t[a+8],l!==Kr&&Gy(r,t[V].data[a+8]===u)&&Hy(o,a,t)?(s=c,a=za(l),t=Va(l,t)):a=-1}}return i}function CN(e,t,n,r,i,o){let s=t[V],a=s.data[e+8],l=r==null?al(a)&&Pd:r!=s&&(a.type&3)!==0,u=i&Q.Host&&o===a,c=_a(a,s,n,l,u);return c!==null?fr(t,s,c,a):$t}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(hN(i)){let s=i;s.resolving&&GM(HM(o[n]));let a=Uy(s.canSeeViewProviders);s.resolving=!0;let l,u=s.injectImpl?Ct(s.injectImpl):null,c=eb(e,r,Q.Default);try{i=e[n]=s.factory(void 0,o,e,r),t.firstCreatePass&&n>=r.directiveStart&&pN(n,o[n],t)}finally{u!==null&&Ct(u),Uy(a),s.resolving=!1,ib()}}return i}function xN(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(mo)?e[mo]:void 0;return typeof t=="number"?t>=0?t&lb:wN:t}function Hy(e,t,n){let r=1<<e;return!!(n[t+(e>>ub)]&r)}function Gy(e,t){return!(e&Q.Self)&&!(e&Q.Host&&t)}var sr=class{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return fb(this._tNode,this._lView,t,rl(r),n)}};function wN(){return new sr(mt(),le())}function Mo(e){return tl(()=>{let t=e.prototype.constructor,n=t[Na]||Ld(t),r=Object.prototype,i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){let o=i[Na]||Ld(i);if(o&&o!==n)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function Ld(e){return hv(e)?()=>{let t=Ld(Xe(e));return t&&t()}:$r(e)}function EN(e,t,n,r,i){let o=e,s=t;for(;o!==null&&s!==null&&s[j]&2048&&!(s[j]&512);){let a=hb(o,s,n,r|Q.Self,$t);if(a!==$t)return a;let l=o.parent;if(!l){let u=s[Fv];if(u){let c=u.get(n,$t,r);if(c!==$t)return c}l=mb(s),s=s[ci]}o=l}return i}function mb(e){let t=e[V],n=t.type;return n===2?t.declTNode:n===1?e[qt]:null}function Yy(e,t=null,n=null,r){let i=gb(e,t,n,r);return i.resolveInjectorInitializers(),i}function gb(e,t=null,n=null,r,i=new Set){let o=[n||xt,EO(e)];return r=r||(typeof e=="object"?void 0:ut(e)),new bo(o,t||Dp(),r||null,i)}var Bn=class e{static{this.THROW_IF_NOT_FOUND=yo}static{this.NULL=new Fa}static create(t,n){if(Array.isArray(t))return Yy({name:""},n,t,"");{let r=t.name??"";return Yy({name:r},t.parent,t.providers,r)}}static{this.\u0275prov=B({token:e,providedIn:"any",factory:()=>se(xv)})}static{this.__NG_ELEMENT_ID__=-1}};var DN=new L("");DN.__NG_ELEMENT_ID__=e=>{let t=mt();if(t===null)throw new F(204,!1);if(t.type&2)return t.value;if(e&Q.Optional)return null;throw new F(204,!1)};var AN="ngOriginalError";function gd(e){return e[AN]}var yb=!0,vb=(()=>{class e{static{this.__NG_ELEMENT_ID__=IN}static{this.__NG_ENV_ID__=n=>n}}return e})(),jd=class extends vb{constructor(t){super(),this._lView=t}onDestroy(t){return Gv(this._lView,t),()=>GO(this._lView,t)}};function IN(){return new jd(le())}var pi=(()=>{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=B({token:e,providedIn:"root",factory:()=>new e})}}return e})();var Bd=class extends Pe{constructor(t=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=t,PO()&&(this.destroyRef=T(vb,{optional:!0})??void 0,this.pendingTasks=T(pi,{optional:!0})??void 0)}emit(t){let n=te(null);try{super.next(t)}finally{te(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 Ce&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{t(n),r!==void 0&&this.pendingTasks?.remove(r)})}}},xe=Bd;function Wa(...e){}function bb(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 Zy(e){return queueMicrotask(()=>e()),()=>{e=Wa}}var jp="isAngularZone",Ua=jp+"_ID",TN=0,we=class e{constructor(t){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new xe(!1),this.onMicrotaskEmpty=new xe(!1),this.onStable=new xe(!1),this.onError=new xe(!1);let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=yb}=t;if(typeof Zone>"u")throw new F(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,MN(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(jp)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new F(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new F(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,kN,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)}},kN={};function Bp(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 _N(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){bb(()=>{e.callbackScheduled=!1,zd(e),e.isCheckStableRunning=!0,Bp(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),zd(e)}function MN(e){let t=()=>{_N(e)},n=TN++;e._inner=e._inner.fork({name:"angular",properties:{[jp]:!0,[Ua]:n,[Ua+n]:!0},onInvokeTask:(r,i,o,s,a,l)=>{if(ON(l))return r.invokeTask(o,s,a,l);try{return Qy(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 Qy(e),r.invoke(o,s,a,l,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!NN(l)&&t(),Ky(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,zd(e),Bp(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 zd(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Qy(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ky(e){e._nesting--,Bp(e)}var Vd=class{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new xe,this.onMicrotaskEmpty=new xe,this.onStable=new xe,this.onError=new xe}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 ON(e){return Sb(e,"__ignore_ng_zone__")}function NN(e){return Sb(e,"__scheduler_tick__")}function Sb(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&&gd(t);for(;n&&gd(n);)n=gd(n);return n||null}},RN=new L("",{providedIn:"root",factory:()=>{let e=T(we),t=T(dn);return n=>e.runOutsideAngular(()=>t.handleError(n))}});function PN(){return fi(mt(),le())}function fi(e,t){return new Dt(Wt(e,t))}var Dt=(()=>{class e{constructor(n){this.nativeElement=n}static{this.__NG_ELEMENT_ID__=PN}}return e})();function FN(e){return e instanceof Dt?e.nativeElement:e}function LN(){return this._results[Symbol.iterator]()}var qd=class e{get changes(){return this._changes??=new xe}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]=LN)}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=iO(t);(this._changesDetected=!rO(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 Cb(e){return(e.flags&128)===128}var xb=new Map,jN=0;function BN(){return jN++}function zN(e){xb.set(e[sl],e)}function Wd(e){xb.delete(e[sl])}var $y="__ngContext__";function hr(e,t){Fn(t)?(e[$y]=t[sl],zN(t)):e[$y]=t}function wb(e){return Db(e[Co])}function Eb(e){return Db(e[Bt])}function Db(e){for(;e!==null&&!mn(e);)e=e[Bt];return e}var Ud;function Ab(e){Ud=e}function VN(){if(Ud!==void 0)return Ud;if(typeof document<"u")return document;throw new F(210,!1)}var zp=new L("",{providedIn:"root",factory:()=>qN}),qN="ng",Vp=new L(""),hi=new L("",{providedIn:"platform",factory:()=>"unknown"});var qp=new L("",{providedIn:"root",factory:()=>VN().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var WN="h",UN="b";var HN=()=>null;function Wp(e,t,n=!1){return HN(e,t,n)}var Ib=!1,GN=new L("",{providedIn:"root",factory:()=>Ib});var Ha=class{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${fv})`}};function dl(e){return e instanceof Ha?e.changingThisBreaksApplicationSecurity:e}function Tb(e,t){let n=YN(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${fv})`)}return n===t}function YN(e){return e instanceof Ha&&e.getTypeName()||null}var ZN=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function kb(e){return e=String(e),e.match(ZN)?e:"unsafe:"+e}var Up=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}(Up||{});function tt(e){let t=QN();return t?t.sanitize(Up.URL,e)||"":Tb(e,"URL")?dl(e):kb(go(e))}function QN(){let e=le();return e&&e[Xt].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||{}),KN;function Hp(e,t){return KN(e,t)}function Zr(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?Rb(t,n,a):Ga(t,n,a,i||null,!0):e===1&&n!==null?Ga(t,n,a,i||null,!0):e===2?dR(t,a,s):e===3&&t.destroyNode(a),o!=null&&fR(t,e,o,n,i)}}function $N(e,t){return e.createText(t)}function JN(e,t,n){e.setValue(t,n)}function Mb(e,t,n){return e.createElement(t,n)}function XN(e,t){Ob(e,t),t[hn]=null,t[qt]=null}function eR(e,t,n,r,i,o){r[hn]=i,r[qt]=t,fl(e,r,n,1,i,o)}function Ob(e,t){t[Xt].changeDetectionScheduler?.notify(9),fl(e,t,t[Ze],2,null,null)}function tR(e){let t=e[Co];if(!t)return yd(e[V],e);for(;t;){let n=null;if(Fn(t))n=t[Co];else{let r=t[Ge];r&&(n=r)}if(!n){for(;t&&!t[Bt]&&t!==e;)Fn(t)&&yd(t[V],t),t=t[Ye];t===null&&(t=e),Fn(t)&&yd(t[V],t),n=t&&t[Bt]}t=n}}function nR(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],Cv(n,Ge+r,t)):(n.push(t),t[Bt]=null),t[Ye]=n;let s=t[lr];s!==null&&n!==s&&Nb(s,t);let a=t[cn];a!==null&&a.insertView(e),Od(t),t[j]|=128}function Nb(e,t){let n=e[ni],r=t[Ye];if(Fn(r))e[j]|=Ba.HasTransplantedViews;else{let i=r[Ye][zt];t[zt]!==i&&(e[j]|=Ba.HasTransplantedViews)}n===null?e[ni]=[t]:n.push(t)}function Gp(e,t){let n=e[ni],r=n.indexOf(t);n.splice(r,1)}function xo(e,t){if(e.length<=Ge)return;let n=Ge+t,r=e[n];if(r){let i=r[lr];i!==null&&i!==e&&Gp(i,r),t>0&&(e[n-1][Bt]=r[Bt]);let o=Pa(e,Ge+t);XN(r[V],r);let s=o[cn];s!==null&&s.detachView(o[V]),r[Ye]=null,r[Bt]=null,r[j]&=-129}return r}function pl(e,t){if(!(t[j]&256)){let n=t[Ze];n.destroyNode&&fl(e,t,n,3,null,null),tR(t)}}function yd(e,t){if(t[j]&256)return;let n=te(null);try{t[j]&=-129,t[j]|=256,t[wt]&&Wc(t[wt]),iR(e,t),rR(e,t),t[V].type===1&&t[Ze].destroy();let r=t[lr];if(r!==null&&mn(t[Ye])){r!==t[Ye]&&Gp(r,t);let i=t[cn];i!==null&&i.detachView(e)}Wd(t)}finally{te(n)}}function rR(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 iR(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];Kt(4,a,l);try{l.call(a)}finally{Kt(5,a,l)}}else{Kt(4,i,o);try{o.call(i)}finally{Kt(5,i,o)}}}}}function oR(e,t,n){return sR(e,t.parent,n)}function sR(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 Ga(e,t,n,r,i){e.insertBefore(t,n,r,i)}function Rb(e,t,n){e.appendChild(t,n)}function Jy(e,t,n,r,i){r!==null?Ga(e,t,n,r,i):Rb(e,t,n)}function Pb(e,t){return e.parentNode(t)}function aR(e,t){return e.nextSibling(t)}function lR(e,t,n){return cR(e,t,n)}function uR(e,t,n){return e.type&40?Wt(e,n):null}var cR=uR,Xy;function Yp(e,t,n,r){let i=oR(e,r,t),o=t[Ze],s=r.parent||t[qt],a=lR(s,r,t);if(i!=null)if(Array.isArray(n))for(let l=0;l<n.length;l++)Jy(o,i,n[l],a,!1);else Jy(o,i,n,a,!1);Xy!==void 0&&Xy(o,r,t,n,i)}function fo(e,t){if(t!==null){let n=t.type;if(n&3)return Wt(t,e);if(n&4)return Hd(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return fo(e,r);{let i=e[t.index];return mn(i)?Hd(-1,i):en(i)}}else{if(n&128)return fo(e,t.next);if(n&32)return Hp(t,e)()||en(e[t.index]);{let r=Fb(e,t);if(r!==null){if(Array.isArray(r))return r[0];let i=cr(e[zt]);return fo(i,r)}else return fo(e,t.next)}}}return null}function Fb(e,t){if(t!==null){let r=e[zt][qt],i=t.projection;return r.projection[i]}return null}function Hd(e,t){let n=Ge+e+1;if(n<t.length){let r=t[n],i=r[V].firstChild;if(i!==null)return fo(r,i)}return t[ur]}function dR(e,t,n){e.removeChild(null,t,n)}function Zp(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)Zp(e,t,n.child,r,i,o,!1),Zr(t,e,i,a,o);else if(l&32){let u=Hp(n,r),c;for(;c=u();)Zr(t,e,i,c,o);Zr(t,e,i,a,o)}else l&16?pR(e,t,r,n,i,o):Zr(t,e,i,a,o);n=s?n.projectionNext:n.next}}function fl(e,t,n,r,i,o){Zp(n,r,e.firstChild,t,i,o,!1)}function pR(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];Zr(t,e,i,c,o)}else{let u=l,c=s[Ye];Cb(r)&&(u.flags|=128),Zp(e,t,u,c,i,o,!0)}}function fR(e,t,n,r,i){let o=n[ur],s=en(n);o!==s&&Zr(t,e,r,o,i);for(let a=Ge;a<n.length;a++){let l=n[a];fl(l[V],l,e,t,r,o)}}function hR(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 mR(e,t,n){e.setAttribute(t,"style",n)}function Lb(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function jb(e,t,n){let{mergedAttrs:r,classes:i,styles:o}=n;r!==null&&Ad(e,t,r),i!==null&&Lb(e,t,i),o!==null&&mR(e,t,o)}var yn={};function I(e=1){Bb(et(),le(),gn()+e,!1)}function Bb(e,t,n,r){if(!r)if((t[j]&3)===3){let o=e.preOrderCheckHooks;o!==null&&Ta(t,o,n)}else{let o=e.preOrderHooks;o!==null&&ka(t,o,0,n)}dr(n)}function be(e,t=Q.Default){let n=le();if(n===null)return se(e,t);let r=mt();return fb(r,n,Xe(e),t)}function zb(e,t,n,r,i,o){let s=te(null);try{let a=null;i&Ln.SignalBased&&(a=t[r][_n]),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):Bv(t,a,r,o)}finally{te(s)}}function gR(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];oN(s,o);let l=t[o];a(2,l)}}}finally{dr(-1)}}function hl(e,t,n,r,i,o,s,a,l,u,c){let p=t.blueprint.slice();return p[hn]=i,p[j]=r|4|128|8|64,(u!==null||e&&e[j]&2048)&&(p[j]|=2048),Uv(p),p[Ye]=p[ci]=e,p[He]=n,p[Xt]=s||e&&e[Xt],p[Ze]=a||e&&e[Ze],p[ti]=l||e&&e[ti]||null,p[qt]=o,p[sl]=BN(),p[So]=c,p[Fv]=u,p[zt]=t.type==2?e[zt]:p,p}function Oo(e,t,n,r,i){let o=e.data[t];if(o===null)o=yR(e,t,n,r,i),iN()&&(o.flags|=32);else if(o.type&64){o.type=n,o.value=r,o.attrs=i;let s=XO();o.injectorIndex=s===null?-1:s.injectorIndex}return di(o,!0),o}function yR(e,t,n,r,i){let o=Qv(),s=Kv(),a=s?o:o&&o.parent,l=e.data[t]=wR(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 qb(e,t,n,r,i){let o=gn(),s=r&2;try{dr(-1),s&&t.length>ht&&Bb(e,t,ht,!1),Kt(s?2:0,i),n(r,i)}finally{dr(o),Kt(s?3:1,i)}}function Wb(e,t,n){if(jv(t)){let r=te(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{te(r)}}}function Ub(e,t,n){Zv()&&(_R(e,t,n,Wt(n,t)),(n.flags&64)===64&&Qb(e,t,n))}function Hb(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 Gb(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Qp(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Qp(e,t,n,r,i,o,s,a,l,u,c){let p=ht+r,d=p+i,f=vR(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 vR(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:yn);return n}function bR(e,t,n,r){let o=r.get(GN,Ib)||n===Jt.ShadowDom,s=e.selectRootElement(t,o);return SR(s),s}function SR(e){CR(e)}var CR=()=>null;function xR(e,t,n,r){let i=Jb(t);i.push(n),e.firstCreatePass&&Xb(e).push(r,i.length-1)}function wR(e,t,n,r,i,o){let s=t?t.injectorIndex:-1,a=0;return KO()&&(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 ev(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?tv(r,n,u,a,l):tv(r,n,u,a)}return r}function tv(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 ER(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=ev(0,p.inputs,c,l,f),u=ev(1,p.outputs,c,u,g);let h=l!==null&&s!==null&&!wp(t)?BR(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 DR(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function AR(e,t,n,r,i,o,s,a){let l=Wt(t,n),u=t.inputs,c;!a&&u!=null&&(c=u[r])?(Kp(e,n,c,r,i),al(t)&&IR(n,t.index)):t.type&3?(r=DR(r),i=s!=null?s(i,t.value||"",r):i,o.setProperty(l,r,i)):t.type&12}function IR(e,t){let n=Vn(t,e);n[j]&16||(n[j]|=64)}function Yb(e,t,n,r){if(Zv()){let i=r===null?null:{"":-1},o=OR(e,n),s,a;o===null?s=a=null:[s,a]=o,s!==null&&Zb(e,t,n,s,i,a),i&&NR(n,r,i)}n.mergedAttrs=vo(n.mergedAttrs,n.attrs)}function Zb(e,t,n,r,i,o){for(let u=0;u<r.length;u++)Fd(qa(n,t),e,r[u].type);PR(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=vo(n.mergedAttrs,c.hostAttrs),FR(e,n,t,l,c),RR(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++}ER(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;kR(s)!=a&&s.push(a),s.push(n,r,o)}}function kR(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function _R(e,t,n,r){let i=n.directiveStart,o=n.directiveEnd;al(n)&&LR(t,n,e.data[i+n.componentOffset]),e.firstCreatePass||qa(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&&jR(t,a-i,u,l,n,s),jn(l)){let c=Vn(n.index,t);c[He]=fr(t,e,a,n)}}}function Qb(e,t,n){let r=n.directiveStart,i=n.directiveEnd,o=n.index,s=sN();try{dr(o);for(let a=r;a<i;a++){let l=e.data[a],u=t[a];Nd(a),(l.hostBindings!==null||l.hostVars!==0||l.hostAttrs!==null)&&MR(l,u)}}finally{dr(-1),Nd(s)}}function MR(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function OR(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(mO(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;Gd(e,t,l)}else r.unshift(s),Gd(e,t,0);else i=i||new Map,s.findHostDirectiveDefs?.(s,r,i),r.push(s)}return r===null?null:[r,i]}function Gd(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function NR(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 F(-301,!1);r.push(t[i],o)}}}function RR(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 PR(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function FR(e,t,n,r,i){e.data[r]=i;let o=i.factory||(i.factory=$r(i.type,!0)),s=new pr(o,jn(i),be);e.blueprint[r]=s,n[r]=s,TR(e,t,r,Vb(e,n,i.hostVars,yn),i)}function LR(e,t,n){let r=Wt(t,e),i=Gb(n),o=e[Xt].rendererFactory,s=16;n.signals?s=4096:n.onPush&&(s=64);let a=ml(e,hl(e,i,null,s,r,t,null,o.createRenderer(r,n),null,null,null));e[t.index]=a}function jR(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++];zb(r,n,l,u,c,p)}}function BR(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 $b(e,t){let n=e.contentQueries;if(n!==null){let r=te(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];Mp(o),a.contentQueries(2,t[s],s)}}}finally{te(r)}}}function ml(e,t){return e[Co]?e[zy][Bt]=t:e[Co]=t,e[zy]=t,t}function Yd(e,t,n){Mp(0);let r=te(null);try{t(e,n)}finally{te(r)}}function Jb(e){return e[La]??=[]}function Xb(e){return e.cleanup??=[]}function eS(e,t){let n=e[ti],r=n?n.get(dn,null):null;r&&r.handleError(t)}function Kp(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];zb(c,u,r,a,l,i)}}function tS(e,t,n){let r=Wv(t,e);JN(e[Ze],r,n)}function zR(e,t){let n=Vn(t,e),r=n[V];VR(r,n);let i=n[hn];i!==null&&n[So]===null&&(n[So]=Wp(i,n[ti])),$p(r,n,n[He])}function VR(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function $p(e,t,n){Op(t);try{let r=e.viewQuery;r!==null&&Yd(1,r,n);let i=e.template;i!==null&&qb(e,t,i,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[cn]?.finishViewCreation(e),e.staticContentQueries&&$b(e,t),e.staticViewQueries&&Yd(2,e.viewQuery,n);let o=e.components;o!==null&&qR(t,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[j]&=-5,Np()}}function qR(e,t){for(let n=0;n<t.length;n++)zR(e,t[n])}function gl(e,t,n,r){let i=te(null);try{let o=t.tView,a=e[j]&4096?4096:16,l=hl(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)),$p(o,l,n),l}finally{te(i)}}function nS(e,t){let n=Ge+t;if(n<e.length)return e[n]}function wo(e,t){return!t||t.firstChild===null||Cb(e)}function yl(e,t,n,r=!0){let i=t[V];if(nR(i,t,e,n),r){let s=Hd(n,e),a=t[Ze],l=Pb(a,e[ur]);l!==null&&eR(i,e[qt],a,t,l,s)}let o=t[So];o!==null&&o.firstChild!==null&&(o.firstChild=null)}function rS(e,t){let n=xo(e,t);return n!==void 0&&pl(n[V],n),n}function Ya(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)&&WR(o,r);let s=n.type;if(s&8)Ya(e,t,n.child,r);else if(s&32){let a=Hp(n,t),l;for(;l=a();)r.push(l)}else if(s&16){let a=Fb(t,n);if(Array.isArray(a))r.push(...a);else{let l=cr(t[zt]);Ya(l[V],l,a,r,!0)}}n=i?n.projectionNext:n.next}return r}function WR(e,t){for(let n=Ge;n<e.length;n++){let r=e[n],i=r[V].firstChild;i!==null&&Ya(r[V],r,i,t)}e[ur]!==e[hn]&&t.push(e[ur])}var iS=[];function UR(e){return e[wt]??HR(e)}function HR(e){let t=iS.pop()??Object.create(YR);return t.lView=e,t}function GR(e){e.lView[wt]!==e&&(e.lView=null,iS.push(e))}var YR=re(A({},lo),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{ul(e.lView)},consumerOnSignalRead(){this.lView[wt]=this}});function ZR(e){let t=e[wt]??Object.create(QR);return t.lView=e,t}var QR=re(A({},lo),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{let t=cr(e.lView);for(;t&&!oS(t[V]);)t=cr(t);t&&Hv(t)},consumerOnSignalRead(){this.lView[wt]=this}});function oS(e){return e.type!==2}var KR=100;function sS(e,t=!0,n=0){let r=e[Xt],i=r.rendererFactory,o=!1;o||i.begin?.();try{$R(e,n)}catch(s){throw t&&eS(e,s),s}finally{o||(i.end?.(),r.inlineEffectRunner?.flush())}}function $R(e,t){let n=$v();try{qy(!0),Zd(e,t);let r=0;for(;ll(e);){if(r===KR)throw new F(103,!1);r++,Zd(e,1)}}finally{qy(n)}}function JR(e,t,n,r){let i=t[j];if((i&256)===256)return;let o=!1,s=!1;!o&&t[Xt].inlineEffectRunner?.flush(),Op(t);let a=!0,l=null,u=null;o||(oS(e)?(u=UR(t),l=Zs(u)):Hg()===null?(a=!1,u=ZR(t),l=Zs(u)):t[wt]&&(Wc(t[wt]),t[wt]=null));try{Uv(t),rN(e.bindingStartIndex),n!==null&&qb(e,t,n,2,r);let c=(i&3)===3;if(!o)if(c){let f=e.preOrderCheckHooks;f!==null&&Ta(t,f,null)}else{let f=e.preOrderHooks;f!==null&&ka(t,f,0,null),fd(t,0)}if(s||XR(t),aS(t,0),e.contentQueries!==null&&$b(e,t),!o)if(c){let f=e.contentCheckHooks;f!==null&&Ta(t,f)}else{let f=e.contentHooks;f!==null&&ka(t,f,1),fd(t,1)}gR(e,t);let p=e.components;p!==null&&uS(t,p,0);let d=e.viewQuery;if(d!==null&&Yd(2,d,r),!o)if(c){let f=e.viewCheckHooks;f!==null&&Ta(t,f)}else{let f=e.viewHooks;f!==null&&ka(t,f,2),fd(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[pd]){for(let f of t[pd])f();t[pd]=null}o||(t[j]&=-73)}catch(c){throw o||ul(t),c}finally{u!==null&&(Vc(u,l),a&&GR(u)),Np()}}function aS(e,t){for(let n=wb(e);n!==null;n=Eb(n))for(let r=Ge;r<n.length;r++){let i=n[r];lS(i,t)}}function XR(e){for(let t=wb(e);t!==null;t=Eb(t)){if(!(t[j]&Ba.HasTransplantedViews))continue;let n=t[ni];for(let r=0;r<n.length;r++){let i=n[r];Hv(i)}}}function e1(e,t,n){let r=Vn(t,e);lS(r,n)}function lS(e,t){Tp(e)&&Zd(e,t)}function Zd(e,t){let r=e[V],i=e[j],o=e[wt],s=!!(t===0&&i&16);if(s||=!!(i&64&&t===0),s||=!!(i&1024),s||=!!(o?.dirty&&qc(o)),s||=!1,o&&(o.dirty=!1),e[j]&=-9217,s)JR(r,e,r.template,e[He]);else if(i&8192){aS(e,1);let a=r.components;a!==null&&uS(e,a,1)}}function uS(e,t,n){for(let r=0;r<t.length;r++)e1(e,t[r],n)}function Jp(e,t){let n=$v()?64:1088;for(e[Xt].changeDetectionScheduler?.notify(t);e;){e[j]|=n;let r=cr(e);if(_d(e)&&!r)return e;e=r}return null}var mr=class{get rootNodes(){let t=this._lView,n=t[V];return Ya(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[j]&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[ja],r=n?n.indexOf(this):-1;r>-1&&(xo(t,r),Pa(n,r))}this._attachedToViewContainer=!1}pl(this._lView[V],this._lView)}onDestroy(t){Gv(this._lView,t)}markForCheck(){Jp(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[j]&=-129}reattach(){Od(this._lView),this._lView[j]|=128}detectChanges(){this._lView[j]|=1024,sS(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new F(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=_d(this._lView),n=this._lView[lr];n!==null&&!t&&Gp(n,this._lView),Ob(this._lView[V],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new F(902,!1);this._appRef=t;let n=_d(this._lView),r=this._lView[lr];r!==null&&!n&&Nb(r,this._lView),Od(this._lView)}},Eo=(()=>{class e{static{this.__NG_ELEMENT_ID__=r1}}return e})(),t1=Eo,n1=class extends t1{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=gl(this._declarationLView,this._declarationTContainer,t,{embeddedViewInjector:n,dehydratedView:r});return new mr(i)}};function r1(){return Xp(mt(),le())}function Xp(e,t){return e.type&4?new n1(t,e,fi(e,t)):null}var $Y=new RegExp(`^(\\d+)*(${UN}|${WN})*(.*)`);var i1=()=>null;function Do(e,t){return i1(e,t)}var ii=class{},vl=new L("",{providedIn:"root",factory:()=>!1});var cS=new L(""),dS=new L(""),Qd=class{},Za=class{};function o1(e){let t=Error(`No component factory found for ${ut(e)}.`);return t[s1]=e,t}var s1="ngComponent";var Kd=class{resolveComponentFactory(t){throw o1(t)}},oi=class{static{this.NULL=new Kd}},si=class{},mi=(()=>{class e{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>a1()}}return e})();function a1(){let e=le(),t=mt(),n=Vn(t.index,e);return(Fn(n)?n:e)[Ze]}var l1=(()=>{class e{static{this.\u0275prov=B({token:e,providedIn:"root",factory:()=>null})}}return e})();function $d(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 Qa=class extends oi{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=ar(t);return new Ao(n,this.ngModule)}};function nv(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 u1(e){let t=e.toLowerCase();return t==="svg"?zO:t==="math"?VO:null}var Ao=class extends Za{get inputs(){let t=this.componentDef,n=t.inputTransforms,r=nv(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 nv(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=bO(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,r,i){let o=te(null);try{i=i||this.ngModule;let s=i instanceof Et?i:i?.injector;s&&this.componentDef.getStandaloneInjector!==null&&(s=this.componentDef.getStandaloneInjector(s)||s);let a=s?new Rd(t,s):t,l=a.get(si,null);if(l===null)throw new F(407,!1);let u=a.get(l1,null),c=a.get(ii,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?bR(d,r,this.componentDef.encapsulation,a):Mb(d,f,u1(f)),h=512;this.componentDef.signals?h|=4096:this.componentDef.onPush||(h|=16);let y=null;g!==null&&(y=Wp(g,a,!0));let m=Qp(0,null,null,1,0,null,null,null,null,null,null),v=hl(null,m,null,h,null,null,p,d,a,null,y);Op(v);let S,C,D=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=c1(v,g);D=d1(ae,g,x,W,v,p,d),C=Ip(m,ht),g&&h1(d,x,g,r),n!==void 0&&m1(C,this.ngContentSelectors,n),S=f1(D,x,W,U,v,[g1]),$p(m,v,null)}catch(x){throw D!==null&&Wd(D),Wd(v),x}finally{Np()}return new Jd(this.componentType,S,fi(C,v),v,C)}finally{te(o)}}},Jd=class extends Qd{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;Kp(o[V],o,i,t,n),this.previousInputValues.set(t,n);let s=Vn(this._tNode.index,o);Jp(s,1)}}get injector(){return new sr(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function c1(e,t){let n=e[V],r=ht;return e[r]=t,Oo(n,r,2,"#host",null)}function d1(e,t,n,r,i,o,s){let a=i[V];p1(r,e,t,s);let l=null;t!==null&&(l=Wp(t,i[ti]));let u=o.rendererFactory.createRenderer(t,n),c=16;n.signals?c=4096:n.onPush&&(c=64);let p=hl(i,Gb(n),null,c,i[e.index],e,o,u,null,null,l);return a.firstCreatePass&&Gd(a,e,r.length-1),ml(i,p),i[e.index]=p}function p1(e,t,n,r){for(let i of e)t.mergedAttrs=vo(t.mergedAttrs,i.hostAttrs);t.mergedAttrs!==null&&($d(t,t.mergedAttrs,!0),n!==null&&jb(r,n,t))}function f1(e,t,n,r,i,o){let s=mt(),a=i[V],l=Wt(s,i);Zb(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)}Qb(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 h1(e,t,n,r){if(r)Ad(e,n,["ng-version","18.2.14"]);else{let{attrs:i,classes:o}=SO(t.selectors[0]);i&&Ad(e,n,i),o&&o.length>0&&Lb(e,n,o.join(" "))}}function m1(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 g1(){let e=mt();Fp(le()[V],e)}var gi=(()=>{class e{static{this.__NG_ELEMENT_ID__=y1}}return e})();function y1(){let e=mt();return fS(e,le())}var v1=gi,pS=class extends v1{constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return fi(this._hostTNode,this._hostLView)}get injector(){return new sr(this._hostTNode,this._hostLView)}get parentInjector(){let t=Lp(this._hostTNode,this._hostLView);if(ab(t)){let n=Va(t,this._hostLView),r=za(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=rv(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=Do(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},o,s);return this.insertImpl(a,i,wo(this._hostTNode,s)),a}createComponent(t,n,r,i,o){let s=t&&!FO(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 Ao(ar(t)),u=r||this.parentInjector;if(!o&&l.ngModule==null){let h=(s?u:this.parentInjector).get(Et,null);h&&(o=h)}let c=ar(l.componentType??{}),p=Do(this._lContainer,c?.id??null),d=p?.firstChild??null,f=l.create(u,i,d,o);return this.insertImpl(f.hostView,a,wo(this._hostTNode,p)),f}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let i=t._lView;if(UO(i)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let l=i[Ye],u=new pS(l,l[qt],l[Ye]);u.detach(u.indexOf(t))}}let o=this._adjustIndex(n),s=this._lContainer;return yl(s,i,o,r),t.attachToViewContainerRef(),Cv(vd(s),o,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=rv(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=xo(this._lContainer,n);r&&(Pa(vd(this._lContainer),n),pl(r[V],r))}detach(t){let n=this._adjustIndex(t,-1),r=xo(this._lContainer,n);return r&&Pa(vd(this._lContainer),n)!=null?new mr(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function rv(e){return e[ja]}function vd(e){return e[ja]||(e[ja]=[])}function fS(e,t){let n,r=t[e.index];return mn(r)?n=r:(n=Kb(r,t,null,e),t[e.index]=n,ml(t,n)),S1(n,t,e,r),new pS(n,e,t)}function b1(e,t){let n=e[Ze],r=n.createComment(""),i=Wt(t,e),o=Pb(n,i);return Ga(n,o,r,aR(n,i),!1),r}var S1=w1,C1=()=>!1;function x1(e,t,n){return C1(e,t,n)}function w1(e,t,n,r){if(e[ur])return;let i;n.type&8?i=en(r):i=b1(t,n),e[ur]=i}var Xd=class e{constructor(t){this.queryList=t,this.matches=null}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},ep=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++)ef(t,n).matches!==null&&this.queries[n].setDirty()}},tp=class{constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=M1(t):this.predicate=t}},np=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)}},rp=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,E1(n,o)),this.matchTNodeWithReadOption(t,n,_a(n,t,o,!1,!1))}else r===Eo?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===Dt||i===gi||i===Eo&&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 E1(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 D1(e,t){return e.type&11?fi(e,t):e.type&4?Xp(e,t):null}function A1(e,t,n,r){return n===-1?D1(t,e):n===-2?I1(e,t,r):fr(e,e[V],n,t)}function I1(e,t,n){if(n===Dt)return fi(t,e);if(n===Eo)return Xp(t,e);if(n===gi)return fS(t,e)}function hS(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(A1(t,c,s[l+1],n.metadata.read))}}i.matches=a}return i.matches}function ip(e,t,n,r){let i=e.queries.getByIndex(n),o=i.matches;if(o!==null){let s=hS(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]&&ip(d[V],d,u,r)}if(c[ni]!==null){let p=c[ni];for(let d=0;d<p.length;d++){let f=p[d];ip(f[V],f,u,r)}}}}}return r}function T1(e,t){return e[cn].queries[t].queryList}function k1(e,t,n){let r=new qd((n&4)===4);return xR(e,t,r,r.destroy),(t[cn]??=new ep).queries.push(new Xd(r))-1}function _1(e,t,n){let r=et();return r.firstCreatePass&&(O1(r,new tp(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),k1(r,le(),t)}function M1(e){return e.split(",").map(t=>t.trim())}function O1(e,t,n){e.queries===null&&(e.queries=new np),e.queries.track(new rp(t,n))}function ef(e,t){return e.queries.getByIndex(t)}function N1(e,t){let n=e[V],r=ef(n,t);return r.crossesNgTemplate?ip(n,e,t,[]):hS(n,e,r,t)}var iv=new Set;function qn(e){iv.has(e)||(iv.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}function bl(e,t){qn("NgSignals");let n=ny(e),r=n[_n];return t?.equal&&(r.equal=t.equal),n.set=i=>Uc(r,i),n.update=i=>ry(r,i),n.asReadonly=R1.bind(n),n}function R1(){let e=this[_n];if(e.readonlyFn===void 0){let t=()=>this();t[_n]=e,e.readonlyFn=t}return e.readonlyFn}function P1(e){return Object.getPrototypeOf(e.prototype).constructor}function yi(e){let t=P1(e.type),n=!0,r=[e];for(;t;){let i;if(jn(e))i=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new F(903,!1);i=t.\u0275dir}if(i){if(n){r.push(i);let s=e;s.inputs=Ea(e.inputs),s.inputTransforms=Ea(e.inputTransforms),s.declaredInputs=Ea(e.declaredInputs),s.outputs=Ea(e.outputs);let a=i.hostBindings;a&&z1(e,a);let l=i.viewQuery,u=i.contentQueries;if(l&&j1(e,l),u&&B1(e,u),F1(e,i),LM(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===yi&&(n=!1)}}t=Object.getPrototypeOf(t)}L1(r)}function F1(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 L1(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=vo(i.hostAttrs,n=vo(n,i.hostAttrs))}}function Ea(e){return e===Jr?{}:e===xt?[]:e}function j1(e,t){let n=e.viewQuery;n?e.viewQuery=(r,i)=>{t(r,i),n(r,i)}:e.viewQuery=t}function B1(e,t){let n=e.contentQueries;n?e.contentQueries=(r,i,o)=>{t(r,i,o),n(r,i,o)}:e.contentQueries=t}function z1(e,t){let n=e.hostBindings;n?e.hostBindings=(r,i)=>{t(r,i),n(r,i)}:e.hostBindings=t}var zn=class{},Io=class{};var op=class extends zn{constructor(t,n,r,i=!0){super(),this.ngModuleType=t,this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new Qa(this);let o=kv(t);this._bootstrapComponents=_b(o.bootstrap),this._r3Injector=gb(t,n,[{provide:zn,useValue:this},{provide:oi,useValue:this.componentFactoryResolver},...r],ut(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)}},sp=class extends Io{constructor(t){super(),this.moduleType=t}create(t){return new op(this.moduleType,t,[])}};var Ka=class extends zn{constructor(t){super(),this.componentFactoryResolver=new Qa(this),this.instance=null;let n=new bo([...t.providers,{provide:zn,useValue:this},{provide:oi,useValue:this.componentFactoryResolver}],t.parent||Dp(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function tf(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 V1(e,t,n,r){let i=gr(e,t,n);return gr(e,t+1,r)||i}function q1(e){return(e.flags&32)===32}function W1(e,t,n,r,i,o,s,a,l){let u=t.consts,c=Oo(t,e,4,s||null,a||null);Yb(t,n,c,ri(u,l)),Fp(t,c);let p=c.tView=Qp(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 ap(e,t,n,r,i,o,s,a,l,u){let c=n+ht,p=t.firstCreatePass?W1(c,t,e,r,i,o,s,a,l):t.data[c];di(p,!1);let d=U1(t,e,p,n);Rp()&&Yp(t,e,d,p),hr(d,e);let f=Kb(d,e,d,p);return e[c]=f,ml(e,f),x1(f,p,e),Ap(p)&&Ub(t,e,p),l!=null&&Hb(e,p,u),p}function Ee(e,t,n,r,i,o,s,a){let l=le(),u=et(),c=ri(u.consts,o);return ap(l,u,e,t,n,r,i,c,s,a),Ee}var U1=H1;function H1(e,t,n,r){return Pp(!0),t[Ze].createComment("")}var ho=function(e){return e[e.EarlyRead=0]="EarlyRead",e[e.Write=1]="Write",e[e.MixedReadWrite=2]="MixedReadWrite",e[e.Read=3]="Read",e}(ho||{}),G1=(()=>{class e{constructor(){this.impl=null}execute(){this.impl?.execute()}static{this.\u0275prov=B({token:e,providedIn:"root",factory:()=>new e})}}return e})(),ov=class e{constructor(){this.ngZone=T(we),this.scheduler=T(ii),this.errorHandler=T(dn,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}static{this.PHASES=[ho.EarlyRead,ho.Write,ho.MixedReadWrite,ho.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=B({token:e,providedIn:"root",factory:()=>new e})}};function Y1(e,t,n,r){return gr(e,cl(),n)?t+go(n)+r:yn}function Z1(e,t,n,r,i,o){let s=nN(),a=V1(e,s,n,i);return Jv(2),a?t+go(n)+r+go(i)+o:yn}function Da(e,t){return e<<17|t<<2}function yr(e){return e>>17&32767}function Q1(e){return(e&2)==2}function K1(e,t){return e&131071|t<<17}function lp(e){return e|2}function ai(e){return(e&131068)>>2}function bd(e,t){return e&-131069|t<<2}function $1(e){return(e&1)===1}function up(e){return e|1}function J1(e,t,n,r,i,o){let s=o?t.classBindings:t.styleBindings,a=yr(s),l=ai(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]=Da(d,a),d!==0&&(e[d+1]=bd(e[d+1],r)),e[a+1]=K1(e[a+1],r)}else e[r+1]=Da(a,0),a!==0&&(e[a+1]=bd(e[a+1],r)),a=r;else e[r+1]=Da(l,0),a===0?a=r:e[l+1]=bd(e[l+1],r),l=r;u&&(e[r+1]=lp(e[r+1])),sv(e,c,r,!0),sv(e,c,r,!1),X1(t,c,e,r,o),s=Da(a,l),o?t.classBindings=s:t.styleBindings=s}function X1(e,t,n,r,i){let o=i?e.residualClasses:e.residualStyles;o!=null&&typeof t=="string"&&_o(o,t)>=0&&(n[r+1]=up(n[r+1]))}function sv(e,t,n,r){let i=e[n+1],o=t===null,s=r?yr(i):ai(i),a=!1;for(;s!==0&&(a===!1||o);){let l=e[s],u=e[s+1];eP(l,t)&&(a=!0,e[s+1]=r?up(u):lp(u)),s=r?yr(u):ai(u)}a&&(e[n+1]=r?lp(i):up(i))}function eP(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 $(e,t,n){let r=le(),i=cl();if(gr(r,i,t)){let o=et(),s=cN();AR(o,s,r,e,t,r[Ze],n,!1)}return $}function av(e,t,n,r,i){let o=t.inputs,s=i?"class":"style";Kp(e,n,o[s],s,r)}function nf(e,t){return tP(e,t,null,!0),nf}function tP(e,t,n,r){let i=le(),o=et(),s=Jv(2);if(o.firstUpdatePass&&rP(o,e,s,r),t!==yn&&gr(i,s,t)){let a=o.data[gn()];lP(o,a,i,i[Ze],e,i[s+1]=uP(t,n),r,s)}}function nP(e,t){return t>=e.expandoStartIndex}function rP(e,t,n,r){let i=e.data;if(i[n+1]===null){let o=i[gn()],s=nP(e,n);cP(o,r)&&t===null&&!s&&(t=!1),t=iP(i,o,t,r),J1(i,o,t,n,s,r)}}function iP(e,t,n,r){let i=aN(e),o=r?t.residualClasses:t.residualStyles;if(i===null)(r?t.classBindings:t.styleBindings)===0&&(n=Sd(null,e,t,n,r),n=To(n,t.attrs,r),o=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==i)if(n=Sd(i,e,t,n,r),o===null){let l=oP(e,t,r);l!==void 0&&Array.isArray(l)&&(l=Sd(null,e,t,l[1],r),l=To(l,t.attrs,r),sP(e,t,r,l))}else o=aP(e,t,r)}return o!==void 0&&(r?t.residualClasses=o:t.residualStyles=o),n}function oP(e,t,n){let r=n?t.classBindings:t.styleBindings;if(ai(r)!==0)return e[yr(r)]}function sP(e,t,n,r){let i=n?t.classBindings:t.styleBindings;e[yr(i)]=r}function aP(e,t,n){let r,i=t.directiveEnd;for(let o=1+t.directiveStylingLast;o<i;o++){let s=e[o].hostAttrs;r=To(r,s,n)}return To(r,t.attrs,n)}function Sd(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=To(r,o.hostAttrs,i),o!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function To(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]),sO(e,s,n?!0:t[++o]))}return e===void 0?null:e}function lP(e,t,n,r,i,o,s,a){if(!(t.type&3))return;let l=e.data,u=l[a+1],c=$1(u)?lv(l,t,n,i,ai(u),s):void 0;if(!$a(c)){$a(o)||Q1(u)&&(o=lv(l,null,n,i,a,s));let p=Wv(gn(),n);hR(r,s,p,i,o)}}function lv(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?xt:void 0);let f=p?cd(d,r):c===r?d:void 0;if(u&&!$a(f)&&(f=cd(l,r)),$a(f)&&(a=f,s))return a;let g=e[i+1];i=s?yr(g):ai(g)}if(t!==null){let l=o?t.residualClasses:t.residualStyles;l!=null&&(a=cd(l,r))}return a}function $a(e){return e!==void 0}function uP(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=ut(dl(e)))),e}function cP(e,t){return(e.flags&(t?8:16))!==0}var cp=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 Cd(e,t,n,r,i){return e===n&&Object.is(t,r)?1:Object.is(i(e,t),i(n,r))?-1:0}function dP(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=Cd(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=Cd(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 Ja,i??=cv(e,o,s,n),dp(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;)uv(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=Cd(o,c,o,p,n);if(d!==0)d<0&&e.updateValue(o,p),o++,u=l.next();else{r??=new Ja,i??=cv(e,o,s,n);let f=n(o,p);if(dp(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;)uv(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 dp(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function uv(e,t,n,r,i){if(dp(e,t,r,n(r,i)))e.updateValue(r,i);else{let o=e.create(r,i);e.attach(r,o)}}function cv(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 Ja=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 me(e,t){qn("NgControlFlow");let n=le(),r=cl(),i=n[r]!==yn?n[r]:-1,o=i!==-1?Xa(n,ht+i):void 0,s=0;if(gr(n,r,e)){let a=te(null);try{if(o!==void 0&&rS(o,s),e!==-1){let l=ht+e,u=Xa(n,l),c=mp(n[V],l),p=Do(u,c.tView.ssrId),d=gl(n,c,t,{dehydratedView:p});yl(u,d,s,wo(c,p))}}finally{te(a)}}else if(o!==void 0){let a=nS(o,s);a!==void 0&&(a[He]=t)}}var pp=class{constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-Ge}};function nt(e){return e}var fp=class{constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function rt(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 fp(h,m);y[ht+e]=v,ap(f,g,e+1,t,n,r,i,ri(g.consts,o)),h&&ap(f,g,e+2,l,u,c,p,ri(g.consts,d))}var hp=class extends cp{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[So];this.needsIndexUpdate||=t!==this.length,yl(this.lContainer,n,t,wo(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,pP(this.lContainer,t)}create(t,n){let r=Do(this.lContainer,this.templateTNode.tView.ssrId),i=gl(this.hostLView,this.templateTNode,new pp(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),i}destroy(t){pl(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 fP(this.lContainer,t)}};function it(e){let t=te(null),n=gn();try{let r=le(),i=r[V],o=r[n],s=n+1,a=Xa(r,s);if(o.liveCollection===void 0){let u=mp(i,s);o.liveCollection=new hp(a,r,u)}else o.liveCollection.reset();let l=o.liveCollection;if(dP(l,e,o.trackByFn),l.updateIndexes(),o.hasEmptyBlock){let u=cl(),c=l.length===0;if(gr(r,u,c)){let p=n+2,d=Xa(r,p);if(c){let f=mp(i,p),g=Do(d,f.tView.ssrId),h=gl(r,f,void 0,{dehydratedView:g});yl(d,h,0,wo(f,g))}else rS(d,0)}}}finally{te(t)}}function Xa(e,t){return e[t]}function pP(e,t){return xo(e,t)}function fP(e,t){return nS(e,t)}function mp(e,t){return Ip(e,t)}function hP(e,t,n,r,i,o){let s=t.consts,a=ri(s,i),l=Oo(t,e,2,r,a);return Yb(t,n,l,ri(s,o)),l.attrs!==null&&$d(l,l.attrs,!1),l.mergedAttrs!==null&&$d(l,l.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,l),l}function E(e,t,n,r){let i=le(),o=et(),s=ht+e,a=i[Ze],l=o.firstCreatePass?hP(s,o,i,t,n,r):o.data[s],u=mP(o,i,l,a,t,e);i[s]=u;let c=Ap(l);return di(l,!0),jb(a,u,l),!q1(l)&&Rp()&&Yp(o,i,u,l),YO()===0&&hr(u,i),ZO(),c&&(Ub(o,i,l),Wb(o,l,i)),r!==null&&Hb(i,l),E}function w(){let e=mt();Kv()?eN():(e=e.parent,di(e,!1));let t=e;$O(t)&&JO(),QO();let n=et();return n.firstCreatePass&&(Fp(n,e),jv(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&mN(t)&&av(n,t,le(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&gN(t)&&av(n,t,le(),t.stylesWithoutHost,!1),w}function G(e,t,n,r){return E(e,t,n,r),w(),G}var mP=(e,t,n,r,i,o)=>(Pp(!0),Mb(r,i,dN()));function rf(){return le()}var el="en-US";var gP=el;function yP(e){typeof e=="string"&&(gP=e.toLowerCase().replace(/_/g,"-"))}var vP=(e,t,n)=>{};function At(e,t,n,r){let i=le(),o=et(),s=mt();return SP(o,i,i[Ze],s,e,t,r),At}function bP(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 SP(e,t,n,r,i,o,s){let a=Ap(r),u=e.firstCreatePass&&Xb(e),c=t[He],p=Jb(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=bP(e,t,i,r.index)),S!==null){let C=S.__ngLastListenerFn__||S;C.__ngNextListenerFn__=o,S.__ngLastListenerFn__=o,d=!1}else{o=pv(r,t,c,o),vP(h,i,o);let C=n.listen(y,i,o);p.push(o,C),u&&u.push(i,v,m,m+1)}}else o=pv(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],D=t[m][v].subscribe(o),x=p.length;p.push(o,D),u&&u.push(i,r.index,x,-(x+1))}}}function dv(e,t,n,r){let i=te(null);try{return Kt(6,t,n),n(r)!==!1}catch(o){return eS(e,o),!1}finally{Kt(7,t,n),te(i)}}function pv(e,t,n,r){return function i(o){if(o===Function)return r;let s=e.componentOffset>-1?Vn(e.index,t):t;Jp(s,5);let a=dv(t,n,r,o),l=i.__ngNextListenerFn__;for(;l;)a=dv(t,n,l,o)&&a,l=l.__ngNextListenerFn__;return a}}function ee(e=1){return uN(e)}function of(e,t,n){_1(e,t,n)}function Sl(e){let t=le(),n=et(),r=Xv();Mp(r+1);let i=ef(n,r);if(e.dirty&&WO(t)===((i.metadata.flags&2)===2)){if(i.matches===null)e.reset([]);else{let o=N1(t,r);e.reset(o,FN),e.notifyOnChanges()}return!0}return!1}function Cl(){return T1(le(),Xv())}function mS(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function R(e,t=""){let n=le(),r=et(),i=e+ht,o=r.firstCreatePass?Oo(r,i,1,t,null):r.data[i],s=CP(r,n,o,t,e);n[i]=s,Rp()&&Yp(r,n,s,o),di(o,!1)}var CP=(e,t,n,r,i)=>(Pp(!0),$N(t[Ze],r));function Se(e){return vr("",e,""),Se}function vr(e,t,n){let r=le(),i=Y1(r,e,t,n);return i!==yn&&tS(r,gn(),i),vr}function vi(e,t,n,r,i){let o=le(),s=Z1(o,e,t,n,r,i);return s!==yn&&tS(o,gn(),s),vi}var gS={};function sf(e){let t=et(),n=le(),r=e+ht,i=Oo(t,r,128,null,null);return di(i,!1),mS(t,n,r,gS),sf}function yS(e){qn("NgLet");let t=et(),n=le(),r=gn();return mS(t,n,r,e),e}function vS(e){let t=tN(),n=qO(t,ht+e);if(n===gS)throw new F(314,!1);return n}function xP(e,t,n){let r=et();if(r.firstCreatePass){let i=jn(e);gp(n,r.data,r.blueprint,i,!0),gp(t,r.data,r.blueprint,i,!1)}}function gp(e,t,n,r,i){if(e=Xe(e),Array.isArray(e))for(let o=0;o<e.length;o++)gp(e[o],t,n,r,i);else{let o=et(),s=le(),a=mt(),l=ei(e)?e:Xe(e.provide),u=Pv(e),c=a.providerIndexes&1048575,p=a.directiveStart,d=a.providerIndexes>>20;if(ei(e)||!e.multi){let f=new pr(u,i,be),g=wd(l,t,i?c:c+d,p);g===-1?(Fd(qa(a,s),o,l),xd(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=wd(l,t,c+d,p),g=wd(l,t,c,c+d),h=f>=0&&n[f],y=g>=0&&n[g];if(i&&!y||!i&&!h){Fd(qa(a,s),o,l);let m=DP(i?EP:wP,n.length,i,r,u);!i&&y&&(n[g].providerFactory=m),xd(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=bS(n[i?g:f],u,!i&&r);xd(o,e,f>-1?f:g,m)}!i&&r&&y&&n[g].componentProviders++}}}function xd(e,t,n,r){let i=ei(t),o=TO(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 bS(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function wd(e,t,n,r){for(let i=n;i<r;i++)if(t[i]===e)return i;return-1}function wP(e,t,n,r){return yp(this.multi,[])}function EP(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),yp(i,o);for(let l=s;l<a.length;l++)o.push(a[l])}else o=[],yp(i,o);return o}function yp(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function DP(e,t,n,r,i){let o=new pr(e,n,be);return o.multi=[],o.index=t,o.componentProviders=0,bS(o,i,r&&!n),o}function af(e,t=[]){return n=>{n.providersResolver=(r,i)=>xP(r,i?i(e):e,t)}}var AP=(()=>{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=Ov(!1,n.type),i=r.length>0?tf([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=B({token:e,providedIn:"environment",factory:()=>new e(se(Et))})}}return e})();function de(e){qn("NgStandalone"),e.getStandaloneInjector=t=>t.get(AP).getOrCreateStandaloneInjector(e)}var xl=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"platform"})}}return e})();var SS=new L("");function br(e){return!!e&&typeof e.then=="function"}function CS(e){return!!e&&typeof e.subscribe=="function"}var xS=new L(""),wS=(()=>{class e{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r}),this.appInits=T(xS,{optional:!0})??[]}runInitializers(){if(this.initialized)return;let n=[];for(let i of this.appInits){let o=i();if(br(o))n.push(o);else if(CS(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),lf=new L("");function IP(){ty(()=>{throw new F(600,!1)})}function TP(e){return e.isBoundToModule}var kP=10;function _P(e,t,n){try{let r=n();return br(r)?r.catch(i=>{throw t.runOutsideAngular(()=>e.handleError(i)),i}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}var Sr=(()=>{class e{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=T(RN),this.afterRenderManager=T(G1),this.zonelessEnabled=T(vl),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new Pe,this.afterTick=new Pe,this.componentTypes=[],this.components=[],this.isStable=T(pi).hasPendingTasks.pipe(ne(n=>!n)),this._injector=T(Et)}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 Za;if(!this._injector.get(wS).done){let d=!i&&Tv(n),f=!1;throw new F(405,f)}let s;i?s=n:s=this._injector.get(oi).resolveComponentFactory(n),this.componentTypes.push(s.componentType);let a=TP(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(SS,null);return p?.registerApplication(c),u.onDestroy(()=>{this.detachView(u.hostView),Ma(this.components,u),p?.unregisterApplication(c)}),this._loadComponent(u),u}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if(this._runningTick)throw new F(101,!1);let n=te(null);try{this._runningTick=!0,this.synchronize()}catch(r){this.internalErrorHandler(r)}finally{this._runningTick=!1,te(n),this.afterTick.next()}}synchronize(){let n=null;this._injector.destroyed||(n=this._injector.get(si,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let r=0;for(;this.dirtyFlags!==0&&r++<kP;)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)MP(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})=>ll(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;Ma(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView),this.tick(),this.components.push(n);let r=this._injector.get(lf,[]);[...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),()=>Ma(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new F(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Ma(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function MP(e,t,n,r){if(!n&&!ll(e))return;sS(e,t,n&&!r?0:1)}var vp=class{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},uf=(()=>{class e{compileModuleSync(n){return new sp(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),i=kv(n),o=_b(i.declarations).reduce((s,a)=>{let l=ar(a);return l&&s.push(new Ao(l)),s},[]);return new vp(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var OP=(()=>{class e{constructor(){this.zone=T(we),this.changeDetectionScheduler=T(ii),this.applicationRef=T(Sr)}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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),NP=new L("",{factory:()=>!1});function ES({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new we(re(A({},AS()),{scheduleInRootZone:n})),[{provide:we,useFactory:e},{provide:Xr,multi:!0,useFactory:()=>{let r=T(OP,{optional:!0});return()=>r.initialize()}},{provide:Xr,multi:!0,useFactory:()=>{let r=T(RP);return()=>{r.initialize()}}},t===!0?{provide:cS,useValue:!0}:[],{provide:dS,useValue:n??yb}]}function DS(e){let t=e?.ignoreChangesOutsideZone,n=e?.scheduleInRootZone,r=ES({ngZoneFactory:()=>{let i=AS(e);return i.scheduleInRootZone=n,i.shouldCoalesceEventChangeDetection&&qn("NgZone_CoalesceEvent"),new we(i)},ignoreChangesOutsideZone:t,scheduleInRootZone:n});return il([{provide:NP,useValue:!0},{provide:vl,useValue:!1},r])}function AS(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var RP=(()=>{class e{constructor(){this.subscription=new Ce,this.initialized=!1,this.zone=T(we),this.pendingTasks=T(pi)}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(()=>{we.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{we.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var PP=(()=>{class e{constructor(){this.appRef=T(Sr),this.taskService=T(pi),this.ngZone=T(we),this.zonelessEnabled=T(vl),this.disableScheduling=T(cS,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new Ce,this.angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Ua):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(T(dS,{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 Vd||!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?Zy:bb;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(Ua+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,Zy(()=>{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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function FP(){return typeof $localize<"u"&&$localize.locale||el}var cf=new L("",{providedIn:"root",factory:()=>T(cf,Q.Optional|Q.SkipSelf)||FP()});var bp=new L("");function Aa(e){return!e.moduleRef}function LP(e){let t=Aa(e)?e.r3Injector:e.moduleRef.injector,n=t.get(we);return n.run(()=>{Aa(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)}})}),Aa(e)){let o=()=>t.destroy(),s=e.platformInjector.get(bp);s.add(o),t.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{let o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(bp);s.add(o),e.moduleRef.onDestroy(()=>{Ma(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return _P(r,n,()=>{let o=t.get(wS);return o.runInitializers(),o.donePromise.then(()=>{let s=t.get(cf,el);if(yP(s||el),Aa(e)){let a=t.get(Sr);return e.rootComponent!==void 0&&a.bootstrap(e.rootComponent),a}else return jP(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function jP(e,t){let n=e.injector.get(Sr);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(r=>n.bootstrap(r));else if(e.instance.ngDoBootstrap)e.instance.ngDoBootstrap(n);else throw new F(-403,!1);t.push(e)}var Oa=null,IS=new L("");function BP(e=[],t){return Bn.create({name:t,providers:[{provide:ol,useValue:"platform"},{provide:bp,useValue:new Set([()=>Oa=null])},...e]})}function zP(e=[]){if(Oa)return Oa;let t=BP(e);return t.get(IS,!1)||(Oa=t),IP(),VP(t),t}function VP(e){e.get(Vp,null)?.forEach(n=>n())}var Cr=(()=>{class e{static{this.__NG_ELEMENT_ID__=qP}}return e})();function qP(e){return WP(mt(),le(),(e&16)===16)}function WP(e,t,n){if(al(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 TS(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:i}=e;try{let o=i?.injector??zP(r);if(o.get(IS,!1)===!0&&!e.platformRef)throw new F(401,!1);let s=[ES({}),{provide:ii,useExisting:PP},...n||[]],a=new Ka({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1});return LP({r3Injector:a.injector,platformInjector:o,rootComponent:t})}catch(o){return Promise.reject(o)}}function wl(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function El(e,t){qn("NgSignals");let n=Jg(e);return t?.equal&&(n[_n].equal=t.equal),n}function Wn(e){let t=te(null);try{return e()}finally{te(t)}}var MS=null;function vn(){return MS}function OS(e){MS??=e}var Dl=class{};var It=new L(""),NS=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>T(GP),providedIn:"platform"})}}return e})();var GP=(()=>{class e extends NS{constructor(){super(),this._doc=T(It),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=B({token:e,factory:()=>new e,providedIn:"platform"})}}return e})();function RS(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 kS(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 xr(e){return e&&e[0]!=="?"?"?"+e:e}var Il=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>T(PS),providedIn:"root"})}}return e})(),YP=new L(""),PS=(()=>{class e extends Il{constructor(n,r){super(),this._platformLocation=n,this._removeListenerFns=[],this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??T(It).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 RS(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+xr(this._platformLocation.search),i=this._platformLocation.hash;return i&&n?`${r}${i}`:r}pushState(n,r,i,o){let s=this.prepareExternalUrl(i+xr(o));this._platformLocation.pushState(n,r,s)}replaceState(n,r,i,o){let s=this.prepareExternalUrl(i+xr(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)(se(NS),se(YP,8))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var No=(()=>{class e{constructor(n){this._subject=new xe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=KP(kS(_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+xr(r))}normalize(n){return e.stripTrailingSlash(QP(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+xr(r)),i)}replaceState(n,r="",i=null){this._locationStrategy.replaceState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+xr(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=xr}static{this.joinWithSlash=RS}static{this.stripTrailingSlash=kS}static{this.\u0275fac=function(r){return new(r||e)(se(Il))}}static{this.\u0275prov=B({token:e,factory:()=>ZP(),providedIn:"root"})}}return e})();function ZP(){return new No(se(Il))}function QP(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 KP(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}function FS(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",$P="server";function pf(e){return e===$P}var Al=class{};var mf=class extends Dl{constructor(){super(...arguments),this.supportsDOMEvents=!0}},gf=class e extends mf{static makeCurrent(){OS(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=XP();return n==null?null:eF(n)}resetBaseElement(){Ro=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return FS(document.cookie,t)}},Ro=null;function XP(){return Ro=Ro||document.querySelector("base"),Ro?Ro.getAttribute("href"):null}function eF(e){return new URL(e,document.baseURI).pathname}var tF=(()=>{class e{build(){return new XMLHttpRequest}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),yf=new L(""),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 F(5101,!1);return this._eventNameToPlugin.set(n,r),r}static{this.\u0275fac=function(r){return new(r||e)(se(yf),se(we))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),Tl=class{constructor(t){this._doc=t}},ff="ng-app-id",qS=(()=>{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=pf(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[${ff}="${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(ff),o;{let s=this.doc.createElement("style");return this.nonce&&s.setAttribute("nonce",this.nonce),s.textContent=r,this.platformIsServer&&s.setAttribute(ff,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)(se(It),se(zp),se(qp,8),se(hi))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),hf={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"},bf=/%COMP%/g,WS="%COMP%",nF=`_nghost-${WS}`,rF=`_ngcontent-${WS}`,iF=!0,oF=new L("",{providedIn:"root",factory:()=>iF});function sF(e){return rF.replace(bf,e)}function aF(e){return nF.replace(bf,e)}function US(e,t){return t.map(n=>n.replace(bf,e))}var jS=(()=>{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=pf(a),this.defaultRenderer=new Po(n,s,l,this.platformIsServer)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;this.platformIsServer&&r.encapsulation===Jt.ShadowDom&&(r=re(A({},r),{encapsulation:Jt.Emulated}));let i=this.getOrCreateRenderer(n,r);return i instanceof kl?i.applyToHost(n):i instanceof Fo&&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 kl(l,u,r,this.appId,c,s,a,p);break;case Jt.ShadowDom:return new vf(l,u,n,r,s,a,this.nonce,p);default:o=new Fo(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)(se(VS),se(qS),se(zp),se(oF),se(It),se(hi),se(we),se(qp))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),Po=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(hf[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(BS(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(BS(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 F(-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=hf[i];o?t.setAttributeNS(o,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let i=hf[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 BS(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var vf=class extends Po{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=US(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)}},Fo=class extends Po{constructor(t,n,r,i,o,s,a,l){super(t,o,s,a),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=i,this.styles=l?US(l,r.styles):r.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}},kl=class extends Fo{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=sF(u),this.hostAttr=aF(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}},lF=(()=>{class e extends Tl{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)(se(It))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),zS=["alt","control","meta","shift"],uF={"\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"},cF={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},dF=(()=>{class e extends Tl{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."),zS.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=uF[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"),zS.forEach(s=>{if(s!==i){let a=cF[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)(se(It))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})();function HS(e,t,n){return TS(A({rootComponent:e,platformRef:n?.platformRef},pF(t)))}function pF(e){return{appProviders:[...yF,...e?.providers??[]],platformProviders:gF}}function fF(){gf.makeCurrent()}function hF(){return new dn}function mF(){return Ab(document),document}var gF=[{provide:hi,useValue:LS},{provide:Vp,useValue:fF,multi:!0},{provide:It,useFactory:mF,deps:[]}];var yF=[{provide:ol,useValue:"root"},{provide:dn,useFactory:hF,deps:[]},{provide:yf,useClass:lF,multi:!0,deps:[It,we,hi]},{provide:yf,useClass:dF,multi:!0,deps:[It]},jS,qS,VS,{provide:si,useExisting:jS},{provide:Al,useClass:tF,deps:[]},[]];var GS=(()=>{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)(se(It))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Z="primary",Xo=Symbol("RouteTitle"),Ef=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 Ei(e){return new Ef(e)}function SF(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 CF(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?Df(e):void 0,r=t?Df(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],!eC(e[i],t[i]))return!1;return!0}function Df(e){return[...Object.keys(e),...Object.getOwnPropertySymbols(e)]}function eC(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 tC(e){return e.length>0?e[e.length-1]:null}function Un(e){return td(e)?e:br(e)?Ie(Promise.resolve(e)):Y(e)}var xF={exact:rC,subset:iC},nC={exact:wF,subset:EF,ignored:()=>!0};function YS(e,t,n){return xF[n.paths](e.root,t.root,n.matrixParams)&&nC[n.queryParams](e.queryParams,t.queryParams)&&!(n.fragment==="exact"&&e.fragment!==t.fragment)}function wF(e,t){return nn(e,t)}function rC(e,t,n){if(!Er(e.segments,t.segments)||!Ol(e.segments,t.segments,n)||e.numberOfChildren!==t.numberOfChildren)return!1;for(let r in t.children)if(!e.children[r]||!rC(e.children[r],t.children[r],n))return!1;return!0}function EF(e,t){return Object.keys(t).length<=Object.keys(e).length&&Object.keys(t).every(n=>eC(e[n],t[n]))}function iC(e,t,n){return oC(e,t,t.segments,n)}function oC(e,t,n,r){if(e.segments.length>n.length){let i=e.segments.slice(0,n.length);return!(!Er(i,n)||t.hasChildren()||!Ol(i,n,r))}else if(e.segments.length===n.length){if(!Er(e.segments,n)||!Ol(e.segments,n,r))return!1;for(let i in t.children)if(!e.children[i]||!iC(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!Er(e.segments,i)||!Ol(e.segments,i,r)||!e.children[Z]?!1:oC(e.children[Z],t,o,r)}}function Ol(e,t,n){return t.every((r,i)=>nC[n](e[i].parameters,r.parameters))}var Sn=class{constructor(t=new pe([],{}),n={},r=null){this.root=t,this.queryParams=n,this.fragment=r}get queryParamMap(){return this._queryParamMap??=Ei(this.queryParams),this._queryParamMap}toString(){return IF.serialize(this)}},pe=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 Nl(this)}},wr=class{constructor(t,n){this.path=t,this.parameters=n}get parameterMap(){return this._parameterMap??=Ei(this.parameters),this._parameterMap}toString(){return aC(this)}};function DF(e,t){return Er(e,t)&&e.every((n,r)=>nn(n.parameters,t[r].parameters))}function Er(e,t){return e.length!==t.length?!1:e.every((n,r)=>n.path===t[r].path)}function AF(e,t){let n=[];return Object.entries(e.children).forEach(([r,i])=>{r===Z&&(n=n.concat(t(i,r)))}),Object.entries(e.children).forEach(([r,i])=>{r!==Z&&(n=n.concat(t(i,r)))}),n}var $f=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>new Wo,providedIn:"root"})}}return e})(),Wo=class{parse(t){let n=new If(t);return new Sn(n.parseRootSegment(),n.parseQueryParams(),n.parseFragment())}serialize(t){let n=`/${Lo(t.root,!0)}`,r=_F(t.queryParams),i=typeof t.fragment=="string"?`#${TF(t.fragment)}`:"";return`${n}${r}${i}`}},IF=new Wo;function Nl(e){return e.segments.map(t=>aC(t)).join("/")}function Lo(e,t){if(!e.hasChildren())return Nl(e);if(t){let n=e.children[Z]?Lo(e.children[Z],!1):"",r=[];return Object.entries(e.children).forEach(([i,o])=>{i!==Z&&r.push(`${i}:${Lo(o,!1)}`)}),r.length>0?`${n}(${r.join("//")})`:n}else{let n=AF(e,(r,i)=>i===Z?[Lo(e.children[Z],!1)]:[`${i}:${Lo(r,!1)}`]);return Object.keys(e.children).length===1&&e.children[Z]!=null?`${Nl(e)}/${n[0]}`:`${Nl(e)}/(${n.join("//")})`}}function sC(e){return encodeURIComponent(e).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function _l(e){return sC(e).replace(/%3B/gi,";")}function TF(e){return encodeURI(e)}function Af(e){return sC(e).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Rl(e){return decodeURIComponent(e)}function ZS(e){return Rl(e.replace(/\+/g,"%20"))}function aC(e){return`${Af(e.path)}${kF(e.parameters)}`}function kF(e){return Object.entries(e).map(([t,n])=>`;${Af(t)}=${Af(n)}`).join("")}function _F(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 MF=/^[^\/()?;#]+/;function Sf(e){let t=e.match(MF);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 FF=/^[^&#]+/;function LF(e){let t=e.match(FF);return t?t[0]:""}var If=class{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),this.remaining===""||this.peekStartsWith("?")||this.peekStartsWith("#")?new pe([],{}):new pe([],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[Z]=new pe(t,n)),r}parseSegment(){let t=Sf(this.remaining);if(t===""&&this.peekStartsWith(";"))throw new F(4009,!1);return this.capture(t),new wr(Rl(t),this.parseMatrixParams())}parseMatrixParams(){let t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){let n=NF(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let i=Sf(this.remaining);i&&(r=i,this.capture(r))}t[Rl(n)]=Rl(r)}parseQueryParam(t){let n=PF(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let s=LF(this.remaining);s&&(r=s,this.capture(r))}let i=ZS(n),o=ZS(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=Sf(this.remaining),i=this.remaining[r.length];if(i!=="/"&&i!==")"&&i!==";")throw new F(4010,!1);let o;r.indexOf(":")>-1?(o=r.slice(0,r.indexOf(":")),this.capture(o),this.capture(":")):t&&(o=Z);let s=this.parseChildren();n[o]=Object.keys(s).length===1?s[Z]:new pe([],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 F(4011,!1)}};function lC(e){return e.segments.length>0?new pe([],{[Z]:e}):e}function uC(e){let t={};for(let[r,i]of Object.entries(e.children)){let o=uC(i);if(r===Z&&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 pe(e.segments,t);return jF(n)}function jF(e){if(e.numberOfChildren===1&&e.children[Z]){let t=e.children[Z];return new pe(e.segments.concat(t.segments),t.children)}return e}function Uo(e){return e instanceof Sn}function BF(e,t,n=null,r=null){let i=cC(e);return dC(i,t,n,r)}function cC(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 pe(o.url,s);return o===e&&(t=a),a}let r=n(e.root),i=lC(r);return t??i}function dC(e,t,n,r){let i=e;for(;i.parent;)i=i.parent;if(t.length===0)return Cf(i,i,i,n,r);let o=zF(t);if(o.toRoot())return Cf(i,i,new pe([],{}),n,r);let s=VF(o,i,e),a=s.processChildren?zo(s.segmentGroup,s.index,o.commands):fC(s.segmentGroup,s.index,o.commands);return Cf(i,s.segmentGroup,a,n,r)}function Pl(e){return typeof e=="object"&&e!=null&&!e.outlets&&!e.segmentPath}function Ho(e){return typeof e=="object"&&e!=null&&e.outlets}function Cf(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=pC(e,t,n);let a=lC(uC(s));return new Sn(a,o,i)}function pC(e,t,n){let r={};return Object.entries(e.children).forEach(([i,o])=>{o===t?r[i]=n:r[i]=pC(o,t,n)}),new pe(e.segments,r)}var Fl=class{constructor(t,n,r){if(this.isAbsolute=t,this.numberOfDoubleDots=n,this.commands=r,t&&r.length>0&&Pl(r[0]))throw new F(4003,!1);let i=r.find(Ho);if(i&&i!==tC(r))throw new F(4004,!1)}toRoot(){return this.isAbsolute&&this.commands.length===1&&this.commands[0]=="/"}};function zF(e){if(typeof e[0]=="string"&&e.length===1&&e[0]==="/")return new Fl(!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 Fl(n,t,r)}var Ci=class{constructor(t,n,r){this.segmentGroup=t,this.processChildren=n,this.index=r}};function VF(e,t,n){if(e.isAbsolute)return new Ci(t,!0,0);if(!n)return new Ci(t,!1,NaN);if(n.parent===null)return new Ci(n,!0,0);let r=Pl(e.commands[0])?0:1,i=n.segments.length-1+r;return qF(n,i,e.numberOfDoubleDots)}function qF(e,t,n){let r=e,i=t,o=n;for(;o>i;){if(o-=i,r=r.parent,!r)throw new F(4005,!1);i=r.segments.length}return new Ci(r,!1,i-o)}function WF(e){return Ho(e[0])?e[0].outlets:{[Z]:e}}function fC(e,t,n){if(e??=new pe([],{}),e.segments.length===0&&e.hasChildren())return zo(e,t,n);let r=UF(e,t,n),i=n.slice(r.commandIndex);if(r.match&&r.pathIndex<e.segments.length){let o=new pe(e.segments.slice(0,r.pathIndex),{});return o.children[Z]=new pe(e.segments.slice(r.pathIndex),e.children),zo(o,0,i)}else return r.match&&i.length===0?new pe(e.segments,{}):r.match&&!e.hasChildren()?Tf(e,t,n):r.match?zo(e,0,i):Tf(e,t,n)}function zo(e,t,n){if(n.length===0)return new pe(e.segments,{});{let r=WF(n),i={};if(Object.keys(r).some(o=>o!==Z)&&e.children[Z]&&e.numberOfChildren===1&&e.children[Z].segments.length===0){let o=zo(e.children[Z],t,n);return new pe(e.segments,o.children)}return Object.entries(r).forEach(([o,s])=>{typeof s=="string"&&(s=[s]),s!==null&&(i[o]=fC(e.children[o],t,s))}),Object.entries(e.children).forEach(([o,s])=>{r[o]===void 0&&(i[o]=s)}),new pe(e.segments,i)}}function UF(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(Ho(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 Tf(e,t,n){let r=e.segments.slice(0,t),i=0;for(;i<n.length;){let o=n[i];if(Ho(o)){let l=HF(o.outlets);return new pe(r,l)}if(i===0&&Pl(n[0])){let l=e.segments[t];r.push(new wr(l.path,QS(n[0]))),i++;continue}let s=Ho(o)?o.outlets[Z]:`${o}`,a=i<n.length-1?n[i+1]:null;s&&a&&Pl(a)?(r.push(new wr(s,QS(a))),i+=2):(r.push(new wr(s,{})),i++)}return new pe(r,{})}function HF(e){let t={};return Object.entries(e).forEach(([n,r])=>{typeof r=="string"&&(r=[r]),r!==null&&(t[n]=Tf(new pe([],{}),0,r))}),t}function QS(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",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||{}),Tt=class{constructor(t,n){this.id=t,this.url=n}},Go=class extends Tt{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}')`}},Dr=class extends Tt{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}')`}},yt=function(e){return e[e.Redirect=0]="Redirect",e[e.SupersededByNewNavigation=1]="SupersededByNewNavigation",e[e.NoDataFromResolver=2]="NoDataFromResolver",e[e.GuardRejected=3]="GuardRejected",e}(yt||{}),kf=function(e){return e[e.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",e[e.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",e}(kf||{}),bn=class extends Tt{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}')`}},Ar=class extends Tt{constructor(t,n,r,i){super(t,n),this.reason=r,this.code=i,this.type=qe.NavigationSkipped}},Yo=class extends Tt{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 Tt{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})`}},_f=class extends Tt{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})`}},Mf=class extends Tt{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})`}},Of=class extends Tt{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})`}},Nf=class extends Tt{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})`}},Rf=class{constructor(t){this.route=t,this.type=qe.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}},Pf=class{constructor(t){this.route=t,this.type=qe.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}},Ff=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||""}')`}},jf=class{constructor(t){this.snapshot=t,this.type=qe.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Bf=class{constructor(t){this.snapshot=t,this.type=qe.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}};var Zo=class{},Di=class{constructor(t,n){this.url=t,this.navigationBehaviorOptions=n}};function GF(e,t){return e.providers&&!e._injector&&(e._injector=tf(e.providers,t,`Route: ${e.path}`)),e._injector??t}function Ut(e){return e.outlet||Z}function YF(e,t){let n=e.filter(r=>Ut(r)===t);return n.push(...e.filter(r=>Ut(r)!==t)),n}function es(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 zf=class{get injector(){return es(this.route?.snapshot)??this.rootInjector}set injector(t){}constructor(t){this.rootInjector=t,this.outlet=null,this.route=null,this.children=new Ul(this.rootInjector),this.attachRef=null}},Ul=(()=>{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 zf(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)(se(Et))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),jl=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=qf(t,this._root);return n.length<2?[]:n[n.length-2].children.map(i=>i.value).filter(i=>i!==t)}pathFromRoot(t){return qf(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 qf(e,t){if(e===t.value)return[t];for(let n of t.children){let r=qf(e,n);if(r.length)return r.unshift(t),r}return[]}var gt=class{constructor(t,n){this.value=t,this.children=n}toString(){return`TreeNode(${this.value})`}};function Si(e){let t={};return e&&e.children.forEach(n=>t[n.value.outlet]=n),t}var Bl=class extends jl{constructor(t,n){super(t),this.snapshot=n,Jf(this,t)}toString(){return this.snapshot.toString()}};function hC(e){let t=ZF(e),n=new ze([new wr("",{})]),r=new ze({}),i=new ze({}),o=new ze({}),s=new ze(""),a=new Ai(n,r,o,s,i,Z,e,t.root);return a.snapshot=t.root,new Bl(new gt(a,[]),t)}function ZF(e){let t={},n={},r={},i="",o=new xi([],t,r,i,n,Z,e,null,{});return new Vl("",new gt(o,[]))}var Ai=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(ne(u=>u[Xo]))??Y(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(ne(t=>Ei(t))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe(ne(t=>Ei(t))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}};function zl(e,t,n="emptyOnly"){let r,{routeConfig:i}=e;return t!==null&&(n==="always"||i?.path===""||!t.component&&!t.routeConfig?.loadComponent)?r={params:A(A({},t.params),e.params),data:A(A({},t.data),e.data),resolve:A(A(A(A({},e.data),t.data),i?.data),e._resolvedData)}:r={params:A({},e.params),data:A({},e.data),resolve:A(A({},e.data),e._resolvedData??{})},i&&gC(i)&&(r.resolve[Xo]=i.title),r}var xi=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??=Ei(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=Ei(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 jl{constructor(t,n){super(n),this.url=t,Jf(this,n)}toString(){return mC(this._root)}};function Jf(e,t){t.value._routerState=e,t.children.forEach(n=>Jf(e,n))}function mC(e){let t=e.children.length>0?` { ${e.children.map(mC).join(", ")} } `:"";return`${e.value}${t}`}function xf(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),CF(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)&&DF(e.url,t.url),r=!e.parent!=!t.parent;return n&&!r&&(!e.parent||Wf(e.parent,t.parent))}function gC(e){return typeof e.title=="string"||e.title===null}var Xf=(()=>{class e{constructor(){this.activated=null,this._activatedRoute=null,this.name=Z,this.activateEvents=new xe,this.deactivateEvents=new xe,this.attachEvents=new xe,this.detachEvents=new xe,this.parentContexts=T(Ul),this.location=T(gi),this.changeDetector=T(Cr),this.inputBinder=T(eh,{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 F(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new F(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new F(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 F(4013,!1);this._activatedRoute=n;let i=this.location,s=n.snapshot.component,a=this.parentContexts.getOrCreateContext(this.name).children,l=new Uf(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})(),Uf=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===Ai?this.route:t===Ul?this.childContexts:this.parent.get(t,n)}},eh=new L("");function QF(e,t,n){let r=Qo(e,t._root,n?n._root:void 0);return new Bl(r,t)}function Qo(e,t,n){if(n&&e.shouldReuseRoute(t.value,n.value.snapshot)){let r=n.value;r._futureSnapshot=t.value;let i=KF(e,t,n);return new gt(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=>Qo(e,a)),s}}let r=$F(t.value),i=t.children.map(o=>Qo(e,o));return new gt(r,i)}}function KF(e,t,n){return t.children.map(r=>{for(let i of n.children)if(e.shouldReuseRoute(r.value,i.value.snapshot))return Qo(e,r,i);return Qo(e,r)})}function $F(e){return new Ai(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 Ko=class{constructor(t,n){this.redirectTo=t,this.navigationBehaviorOptions=n}},yC="ngNavigationCancelingError";function ql(e,t){let{redirectTo:n,navigationBehaviorOptions:r}=Uo(t)?{redirectTo:t,navigationBehaviorOptions:void 0}:t,i=vC(!1,yt.Redirect);return i.url=n,i.navigationBehaviorOptions=r,i}function vC(e,t){let n=new Error(`NavigationCancelingError: ${e||""}`);return n[yC]=!0,n.cancellationCode=t,n}function JF(e){return bC(e)&&Uo(e.url)}function bC(e){return!!e&&e[yC]}var XF=(e,t,n,r)=>ne(i=>(new Hf(t,i.targetRouterState,i.currentRouterState,n,r).activate(e),i)),Hf=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),xf(this.futureState.root),this.activateChildRoutes(n,r,t)}deactivateChildRoutes(t,n,r){let i=Si(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=Si(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=Si(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=Si(n);t.children.forEach(o=>{this.activateRoutes(o,i[o.value.outlet],r),this.forwardEvent(new Bf(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(xf(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),xf(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]}},wi=class{constructor(t,n){this.component=t,this.route=n}};function eL(e,t,n){let r=e._root,i=t?t._root:null;return jo(r,i,n,[r.value])}function tL(e){let t=e.routeConfig?e.routeConfig.canActivateChild:null;return!t||t.length===0?null:{node:e,guards:t}}function Ti(e,t){let n=Symbol(),r=t.get(e,n);return r===n?typeof e=="function"&&!mv(e)?e:t.get(e):r}function jo(e,t,n,r,i={canDeactivateChecks:[],canActivateChecks:[]}){let o=Si(t);return e.children.forEach(s=>{nL(s,o[s.value.outlet],n,r.concat([s.value]),i),delete o[s.value.outlet]}),Object.entries(o).forEach(([s,a])=>qo(a,n.getContext(s),i)),i}function nL(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=rL(s,o,o.routeConfig.runGuardsAndResolvers);l?i.canActivateChecks.push(new Wl(r)):(o.data=s.data,o._resolvedData=s._resolvedData),o.component?jo(e,t,a?a.children:null,r,i):jo(e,t,n,r,i),l&&a&&a.outlet&&a.outlet.isActivated&&i.canDeactivateChecks.push(new wi(a.outlet.component,s))}else s&&qo(t,a,i),i.canActivateChecks.push(new Wl(r)),o.component?jo(e,null,a?a.children:null,r,i):jo(e,null,n,r,i);return i}function rL(e,t,n){if(typeof n=="function")return n(e,t);switch(n){case"pathParamsChange":return!Er(e.url,t.url);case"pathParamsOrQueryParamsChange":return!Er(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 qo(e,t,n){let r=Si(e),i=e.value;Object.entries(r).forEach(([o,s])=>{i.component?t?qo(s,t.children.getContext(o),n):qo(s,null,n):qo(s,t,n)}),i.component?t&&t.outlet&&t.outlet.isActivated?n.canDeactivateChecks.push(new wi(t.outlet.component,i)):n.canDeactivateChecks.push(new wi(null,i)):n.canDeactivateChecks.push(new wi(null,i))}function ts(e){return typeof e=="function"}function iL(e){return typeof e=="boolean"}function oL(e){return e&&ts(e.canLoad)}function sL(e){return e&&ts(e.canActivate)}function aL(e){return e&&ts(e.canActivateChild)}function lL(e){return e&&ts(e.canDeactivate)}function uL(e){return e&&ts(e.canMatch)}function SC(e){return e instanceof ln||e?.name==="EmptyError"}var Ml=Symbol("INITIAL_VALUE");function Ii(){return Lt(e=>Ca(e.map(t=>t.pipe(un(1),ld(Ml)))).pipe(ne(t=>{for(let n of t)if(n!==!0){if(n===Ml)return Ml;if(n===!1||cL(n))return n}return!0}),Ft(t=>t!==Ml),un(1)))}function cL(e){return Uo(e)||e instanceof Ko}function dL(e,t){return Fe(n=>{let{targetSnapshot:r,currentSnapshot:i,guards:{canActivateChecks:o,canDeactivateChecks:s}}=n;return s.length===0&&o.length===0?Y(re(A({},n),{guardsResult:!0})):pL(s,r,i,e).pipe(Fe(a=>a&&iL(a)?fL(r,o,e,t):Y(a)),ne(a=>re(A({},n),{guardsResult:a})))})}function pL(e,t,n,r){return Ie(e).pipe(Fe(i=>vL(i.component,i.route,n,t,r)),Qt(i=>i!==!0,!0))}function fL(e,t,n,r){return Ie(t).pipe(Ur(i=>Wr(mL(i.route.parent,r),hL(i.route,r),yL(e,i.path,n),gL(e,i.route,n))),Qt(i=>i!==!0,!0))}function hL(e,t){return e!==null&&t&&t(new jf(e)),Y(!0)}function mL(e,t){return e!==null&&t&&t(new Ff(e)),Y(!0)}function gL(e,t,n){let r=t.routeConfig?t.routeConfig.canActivate:null;if(!r||r.length===0)return Y(!0);let i=r.map(o=>xa(()=>{let s=es(t)??n,a=Ti(o,s),l=sL(a)?a.canActivate(t,e):fn(s,()=>a(t,e));return Un(l).pipe(Qt())}));return Y(i).pipe(Ii())}function yL(e,t,n){let r=t[t.length-1],o=t.slice(0,t.length-1).reverse().map(s=>tL(s)).filter(s=>s!==null).map(s=>xa(()=>{let a=s.guards.map(l=>{let u=es(s.node)??n,c=Ti(l,u),p=aL(c)?c.canActivateChild(r,e):fn(u,()=>c(r,e));return Un(p).pipe(Qt())});return Y(a).pipe(Ii())}));return Y(o).pipe(Ii())}function vL(e,t,n,r,i){let o=t&&t.routeConfig?t.routeConfig.canDeactivate:null;if(!o||o.length===0)return Y(!0);let s=o.map(a=>{let l=es(t)??i,u=Ti(a,l),c=lL(u)?u.canDeactivate(e,t,n,r):fn(l,()=>u(e,t,n,r));return Un(c).pipe(Qt())});return Y(s).pipe(Ii())}function bL(e,t,n,r){let i=t.canLoad;if(i===void 0||i.length===0)return Y(!0);let o=i.map(s=>{let a=Ti(s,e),l=oL(a)?a.canLoad(t,n):fn(e,()=>a(t,n));return Un(l)});return Y(o).pipe(Ii(),CC(r))}function CC(e){return Kc(Ve(t=>{if(typeof t!="boolean")throw ql(e,t)}),ne(t=>t===!0))}function SL(e,t,n,r){let i=t.canMatch;if(!i||i.length===0)return Y(!0);let o=i.map(s=>{let a=Ti(s,e),l=uL(a)?a.canMatch(t,n):fn(e,()=>a(t,n));return Un(l)});return Y(o).pipe(Ii(),CC(r))}var $o=class{constructor(t){this.segmentGroup=t||null}},Jo=class extends Error{constructor(t){super(),this.urlTree=t}};function bi(e){return qr(new $o(e))}function CL(e){return qr(new F(4e3,!1))}function xL(e){return qr(vC(!1,yt.GuardRejected))}var Gf=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 Y(r);if(i.numberOfChildren>1||!i.children[Z])return CL(`${t.redirectTo}`);i=i.children[Z]}}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 Jo(y);n=y}let s=this.applyRedirectCreateUrlTree(n,this.urlSerializer.parse(n),t,r);if(n[0]==="/")throw new Jo(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 pe(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 F(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}},Yf={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function wL(e,t,n,r,i){let o=xC(e,t,n);return o.matched?(r=GF(t,r),SL(r,t,n,i).pipe(ne(s=>s===!0?o:A({},Yf)))):Y(o)}function xC(e,t,n){if(t.path==="**")return EL(n);if(t.path==="")return t.pathMatch==="full"&&(e.hasChildren()||n.length>0)?A({},Yf):{matched:!0,consumedSegments:[],remainingSegments:n,parameters:{},positionalParamSegments:{}};let i=(t.matcher||SF)(n,e,t);if(!i)return A({},Yf);let o={};Object.entries(i.posParams??{}).forEach(([a,l])=>{o[a]=l.path});let s=i.consumed.length>0?A(A({},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 EL(e){return{matched:!0,parameters:e.length>0?tC(e).parameters:{},consumedSegments:e,remainingSegments:[],positionalParamSegments:{}}}function $S(e,t,n,r){return n.length>0&&IL(e,n,r)?{segmentGroup:new pe(t,AL(r,new pe(n,e.children))),slicedSegments:[]}:n.length===0&&TL(e,n,r)?{segmentGroup:new pe(e.segments,DL(e,n,r,e.children)),slicedSegments:n}:{segmentGroup:new pe(e.segments,e.children),slicedSegments:n}}function DL(e,t,n,r){let i={};for(let o of n)if(Hl(e,t,o)&&!r[Ut(o)]){let s=new pe([],{});i[Ut(o)]=s}return A(A({},r),i)}function AL(e,t){let n={};n[Z]=t;for(let r of e)if(r.path===""&&Ut(r)!==Z){let i=new pe([],{});n[Ut(r)]=i}return n}function IL(e,t,n){return n.some(r=>Hl(e,t,r)&&Ut(r)!==Z)}function TL(e,t,n){return n.some(r=>Hl(e,t,r))}function Hl(e,t,n){return(e.hasChildren()||t.length>0)&&n.pathMatch==="full"?!1:n.path===""}function kL(e,t,n){return t.length===0&&!e.children[n]}var Zf=class{};function _L(e,t,n,r,i,o,s="emptyOnly"){return new Qf(e,t,n,r,i,s,o).recognize()}var ML=31,Qf=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 Gf(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(t){return new F(4002,`'${t.segmentGroup}'`)}recognize(){let t=$S(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(t).pipe(ne(({children:n,rootSnapshot:r})=>{let i=new gt(r,n),o=new Vl("",i),s=BF(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 xi([],Object.freeze({}),Object.freeze(A({},this.urlTree.queryParams)),this.urlTree.fragment,Object.freeze({}),Z,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,t,Z,n).pipe(ne(r=>({children:r,rootSnapshot:n})),On(r=>{if(r instanceof Jo)return this.urlTree=r.urlTree,this.match(r.urlTree.root);throw r instanceof $o?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(ne(s=>s instanceof gt?[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 Ie(o).pipe(Ur(s=>{let a=r.children[s],l=YF(n,s);return this.processSegmentGroup(t,l,a,s,i)}),ad((s,a)=>(s.push(...a),s)),Nn(null),sd(),Fe(s=>{if(s===null)return bi(r);let a=wC(s);return OL(a),Y(a)}))}processSegment(t,n,r,i,o,s,a){return Ie(n).pipe(Ur(l=>this.processSegmentAgainstRoute(l._injector??t,n,l,r,i,o,s,a).pipe(On(u=>{if(u instanceof $o)return Y(null);throw u}))),Qt(l=>!!l),On(l=>{if(SC(l))return kL(r,i,o)?Y(new Zf):bi(r);throw l}))}processSegmentAgainstRoute(t,n,r,i,o,s,a,l){return Ut(r)!==s&&(s===Z||!Hl(i,o,r))?bi(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):bi(i)}expandSegmentAgainstRouteUsingRedirect(t,n,r,i,o,s,a){let{matched:l,parameters:u,consumedSegments:c,positionalParamSegments:p,remainingSegments:d}=xC(n,i,o);if(!l)return bi(n);typeof i.redirectTo=="string"&&i.redirectTo[0]==="/"&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>ML&&(this.allowRedirects=!1));let f=new xi(o,u,Object.freeze(A({},this.urlTree.queryParams)),this.urlTree.fragment,JS(i),Ut(i),i.component??i._loadedComponent??null,i,XS(i)),g=zl(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(Fe(y=>this.processSegment(t,r,n,y.concat(d),s,!1,a)))}matchSegmentAgainstRoute(t,n,r,i,o,s){let a=wL(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 xi(d,p,Object.freeze(A({},this.urlTree.queryParams)),this.urlTree.fragment,JS(r),Ut(r),r.component??r._loadedComponent??null,r,XS(r)),h=zl(g,s,this.paramsInheritanceStrategy);g.params=Object.freeze(h.params),g.data=Object.freeze(h.data);let{segmentGroup:y,slicedSegments:m}=$S(n,d,f,u);if(m.length===0&&y.hasChildren())return this.processChildren(c,u,y,g).pipe(ne(S=>new gt(g,S)));if(u.length===0&&m.length===0)return Y(new gt(g,[]));let v=Ut(r)===o;return this.processSegment(c,u,y,m,v?Z:o,!0,g).pipe(ne(S=>new gt(g,S instanceof gt?[S]:[])))}))):bi(n)))}getChildConfig(t,n,r){return n.children?Y({routes:n.children,injector:t}):n.loadChildren?n._loadedRoutes!==void 0?Y({routes:n._loadedRoutes,injector:n._loadedInjector}):bL(t,n,r,this.urlSerializer).pipe(Fe(i=>i?this.configLoader.loadChildren(t,n).pipe(Ve(o=>{n._loadedRoutes=o.routes,n._loadedInjector=o.injector})):xL(n))):Y({routes:[],injector:t})}};function OL(e){e.sort((t,n)=>t.value.outlet===Z?-1:n.value.outlet===Z?1:t.value.outlet.localeCompare(n.value.outlet))}function NL(e){let t=e.value.routeConfig;return t&&t.path===""}function wC(e){let t=[],n=new Set;for(let r of e){if(!NL(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=wC(r.children);t.push(new gt(r.value,i))}return t.filter(r=>!n.has(r))}function JS(e){return e.data||{}}function XS(e){return e.resolve||{}}function RL(e,t,n,r,i,o){return Fe(s=>_L(e,t,n,r,s.extractedUrl,i,o).pipe(ne(({state:a,tree:l})=>re(A({},s),{targetSnapshot:a,urlAfterRedirects:l}))))}function PL(e,t){return Fe(n=>{let{targetSnapshot:r,guards:{canActivateChecks:i}}=n;if(!i.length)return Y(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 EC(l))s.add(u);let a=0;return Ie(s).pipe(Ur(l=>o.has(l)?FL(l,r,e,t):(l.data=zl(l,l.parent,e).resolve,Y(void 0))),Ve(()=>a++),Hr(1),Fe(l=>a===s.size?Y(n):ft))})}function EC(e){let t=e.children.map(n=>EC(n)).flat();return[e,...t]}function FL(e,t,n,r){let i=e.routeConfig,o=e._resolve;return i?.title!==void 0&&!gC(i)&&(o[Xo]=i.title),LL(o,e,t,r).pipe(ne(s=>(e._resolvedData=s,e.data=zl(e,e.parent,n).resolve,null)))}function LL(e,t,n,r){let i=Df(e);if(i.length===0)return Y({});let o={};return Ie(i).pipe(Fe(s=>jL(e[s],t,n,r).pipe(Qt(),Ve(a=>{if(a instanceof Ko)throw ql(new Wo,a);o[s]=a}))),Hr(1),od(o),On(s=>SC(s)?ft:qr(s)))}function jL(e,t,n,r){let i=es(t)??r,o=Ti(e,i),s=o.resolve?o.resolve(t,n):fn(i,()=>o(t,n));return Un(s)}function wf(e){return Lt(t=>{let n=e(t);return n?Ie(n).pipe(ne(()=>t)):Y(t)})}var DC=(()=>{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===Z);return r}getResolvedTitleForRoute(n){return n.data[Xo]}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>T(BL),providedIn:"root"})}}return e})(),BL=(()=>{class e extends DC{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)(se(GS))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),th=new L("",{providedIn:"root",factory:()=>({})}),zL=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ce({type:e,selectors:[["ng-component"]],standalone:!0,features:[de],decls:1,vars:0,template:function(r,i){r&1&&G(0,"router-outlet")},dependencies:[Xf],encapsulation:2})}}return e})();function nh(e){let t=e.children&&e.children.map(nh),n=t?re(A({},e),{children:t}):A({},e);return!n.component&&!n.loadComponent&&(t||n.loadChildren)&&n.outlet&&n.outlet!==Z&&(n.component=zL),n}var rh=new L(""),VL=(()=>{class e{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=T(uf)}loadComponent(n){if(this.componentLoaders.get(n))return this.componentLoaders.get(n);if(n._loadedComponent)return Y(n._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(n);let r=Un(n.loadComponent()).pipe(ne(AC),Ve(o=>{this.onLoadEndListener&&this.onLoadEndListener(n),n._loadedComponent=o}),po(()=>{this.componentLoaders.delete(n)})),i=new zr(r,()=>new Pe).pipe(Br());return this.componentLoaders.set(n,i),i}loadChildren(n,r){if(this.childrenLoaders.get(r))return this.childrenLoaders.get(r);if(r._loadedRoutes)return Y({routes:r._loadedRoutes,injector:r._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(r);let o=qL(r,this.compiler,n,this.onLoadEndListener).pipe(po(()=>{this.childrenLoaders.delete(r)})),s=new zr(o,()=>new Pe).pipe(Br());return this.childrenLoaders.set(r,s),s}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function qL(e,t,n,r){return Un(e.loadChildren()).pipe(ne(AC),Fe(i=>i instanceof Io||Array.isArray(i)?Y(i):Ie(t.compileModuleAsync(i))),ne(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(rh,[],{optional:!0,self:!0}).flat()),{routes:s.map(nh),injector:o}}))}function WL(e){return e&&typeof e=="object"&&"default"in e}function AC(e){return WL(e)?e.default:e}var ih=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>T(UL),providedIn:"root"})}}return e})(),UL=(()=>{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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),HL=new L("");var GL=new L(""),YL=(()=>{class e{get hasRequestedNavigation(){return this.navigationId!==0}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new Pe,this.transitionAbortSubject=new Pe,this.configLoader=T(VL),this.environmentInjector=T(Et),this.urlSerializer=T($f),this.rootContexts=T(Ul),this.location=T(No),this.inputBindingEnabled=T(eh,{optional:!0})!==null,this.titleStrategy=T(DC),this.options=T(th,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=T(ih),this.createViewTransition=T(HL,{optional:!0}),this.navigationErrorHandler=T(GL,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>Y(void 0),this.rootComponentType=null;let n=i=>this.events.next(new Rf(i)),r=i=>this.events.next(new Pf(i));this.configLoader.onLoadEndListener=r,this.configLoader.onLoadStartListener=n}complete(){this.transitions?.complete()}handleNavigationRequest(n){let r=++this.navigationId;this.transitions?.next(re(A(A({},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: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),ne(o=>re(A({},o),{extractedUrl:this.urlHandlingStrategy.extract(o.rawUrl)})),Lt(o=>{let s=!1,a=!1;return Y(o).pipe(Lt(l=>{if(this.navigationId>o.id)return this.cancelNavigationTransition(o,"",yt.SupersededByNewNavigation),ft;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?re(A({},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 Ar(l.id,this.urlSerializer.serialize(l.rawUrl),p,kf.IgnoredSameUrlNavigation)),l.resolve(!1),ft}if(this.urlHandlingStrategy.shouldProcessUrl(l.rawUrl))return Y(l).pipe(Lt(p=>{let d=this.transitions?.getValue();return this.events.next(new Go(p.id,this.urlSerializer.serialize(p.extractedUrl),p.source,p.restoredState)),d!==this.transitions?.getValue()?ft:Promise.resolve(p)}),RL(this.environmentInjector,this.configLoader,this.rootComponentType,n.config,this.urlSerializer,this.paramsInheritanceStrategy),Ve(p=>{o.targetSnapshot=p.targetSnapshot,o.urlAfterRedirects=p.urlAfterRedirects,this.currentNavigation=re(A({},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 Go(p,this.urlSerializer.serialize(d),f,g);this.events.next(y);let m=hC(this.rootComponentType).snapshot;return this.currentTransition=o=re(A({},l),{targetSnapshot:m,urlAfterRedirects:d,extras:re(A({},h),{skipLocationChange:!1,replaceUrl:!1})}),this.currentNavigation.finalUrl=d,Y(o)}else{let p="";return this.events.next(new Ar(l.id,this.urlSerializer.serialize(l.extractedUrl),p,kf.IgnoredByUrlHandlingStrategy)),l.resolve(!1),ft}}),Ve(l=>{let u=new _f(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot);this.events.next(u)}),ne(l=>(this.currentTransition=o=re(A({},l),{guards:eL(l.targetSnapshot,l.currentSnapshot,this.rootContexts)}),o)),dL(this.environmentInjector,l=>this.events.next(l)),Ve(l=>{if(o.guardsResult=l.guardsResult,l.guardsResult&&typeof l.guardsResult!="boolean")throw ql(this.urlSerializer,l.guardsResult);let u=new Mf(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,"",yt.GuardRejected),!1)),wf(l=>{if(l.guards.canActivateChecks.length)return Y(l).pipe(Ve(u=>{let c=new Of(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}),Lt(u=>{let c=!1;return Y(u).pipe(PL(this.paramsInheritanceStrategy,this.environmentInjector),Ve({next:()=>c=!0,complete:()=>{c||this.cancelNavigationTransition(u,"",yt.NoDataFromResolver)}}))}),Ve(u=>{let c=new Nf(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}))}),wf(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}),ne(()=>{})));for(let d of c.children)p.push(...u(d));return p};return Ca(u(l.targetSnapshot.root)).pipe(Nn(null),un(1))}),wf(()=>this.afterPreactivation()),Lt(()=>{let{currentSnapshot:l,targetSnapshot:u}=o,c=this.createViewTransition?.(this.environmentInjector,l.root,u.root);return c?Ie(c).pipe(ne(()=>o)):Y(o)}),ne(l=>{let u=QF(n.routeReuseStrategy,l.targetSnapshot,l.currentRouterState);return this.currentTransition=o=re(A({},l),{targetRouterState:u}),this.currentNavigation.targetRouterState=u,o}),Ve(()=>{this.events.next(new Zo)}),XF(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 Dr(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects))),this.titleStrategy?.updateTitle(l.targetRouterState.snapshot),l.resolve(!0)},complete:()=>{s=!0}}),ud(this.transitionAbortSubject.pipe(Ve(l=>{throw l}))),po(()=>{!s&&!a&&this.cancelNavigationTransition(o,"",yt.SupersededByNewNavigation),this.currentTransition?.id===o.id&&(this.currentNavigation=null,this.currentTransition=null)}),On(l=>{if(a=!0,bC(l))this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),l.message,l.cancellationCode)),JF(l)?this.events.next(new Di(l.url,l.navigationBehaviorOptions)):o.resolve(!1);else{let u=new Yo(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}=ql(this.urlSerializer,c);this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),p,d)),this.events.next(new Di(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 ft}))}))}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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function ZL(e){return e!==Vo}var QL=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>T(KL),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}},KL=(()=>{class e extends Kf{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Mo(e)))(i||e)}})()}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),IC=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>T($L),providedIn:"root"})}}return e})(),$L=(()=>{class e extends IC{constructor(){super(...arguments),this.location=T(No),this.urlSerializer=T($f),this.options=T(th,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=T(ih),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new Sn,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=hC(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 Go)this.stateMemento=this.createStateMemento();else if(n instanceof Ar)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 Zo?(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===yt.GuardRejected||n.code===yt.NoDataFromResolver)?this.restoreHistory(r):n instanceof Yo?this.restoreHistory(r,!0):n instanceof Dr&&(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=A(A({},r.extras.state),this.generateNgRouterState(r.id,o));this.location.replaceState(i,"",s)}else{let o=A(A({},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=Mo(e)))(i||e)}})()}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Bo=function(e){return e[e.COMPLETE=0]="COMPLETE",e[e.FAILED=1]="FAILED",e[e.REDIRECTING=2]="REDIRECTING",e}(Bo||{});function JL(e,t){e.events.pipe(Ft(n=>n instanceof Dr||n instanceof bn||n instanceof Yo||n instanceof Ar),ne(n=>n instanceof Dr||n instanceof Ar?Bo.COMPLETE:(n instanceof bn?n.code===yt.Redirect||n.code===yt.SupersededByNewNavigation:!1)?Bo.REDIRECTING:Bo.FAILED),Ft(n=>n!==Bo.REDIRECTING),un(1)).subscribe(()=>{t()})}function XL(e){throw e}var ej={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},tj={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"},TC=(()=>{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(xl),this.stateManager=T(IC),this.options=T(th,{optional:!0})||{},this.pendingTasks=T(pi),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=T(YL),this.urlSerializer=T($f),this.location=T(No),this.urlHandlingStrategy=T(ih),this._events=new Pe,this.errorHandler=this.options.errorHandler||XL,this.navigated=!1,this.routeReuseStrategy=T(QL),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=T(rh,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!T(eh,{optional:!0}),this.eventsSubscription=new Ce,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!==yt.Redirect&&r.code!==yt.SupersededByNewNavigation)this.navigated=!0;else if(r instanceof Dr)this.navigated=!0;else if(r instanceof Di){let s=r.navigationBehaviorOptions,a=this.urlHandlingStrategy.merge(r.url,i.currentRawUrl),l=A({browserUrl:i.extras.browserUrl,info:i.extras.info,skipLocationChange:i.extras.skipLocationChange,replaceUrl:i.extras.replaceUrl||this.urlUpdateStrategy==="eager"||ZL(i.source)},s);this.scheduleNavigation(a,Vo,null,l,{resolve:i.resolve,reject:i.reject,promise:i.promise})}}rj(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=A({},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(nh),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=A(A({},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=cC(d)}catch{(typeof n[0]!="string"||n[0][0]!=="/")&&(n=[]),p=this.currentUrlTree.root}return dC(p,n,c,u??null)}navigateByUrl(n,r={skipLocationChange:!1}){let i=Uo(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 nj(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=A({},ej):r===!1?i=A({},tj):i=r,Uo(n))return YS(this.currentUrlTree,n,i);let o=this.parseUrl(n);return YS(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 JL(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function nj(e){for(let t=0;t<e.length;t++)if(e[t]==null)throw new F(4008,!1)}function rj(e){return!(e instanceof Zo)&&!(e instanceof Di)}var ij=new L("");function kC(e,...t){return il([{provide:rh,multi:!0,useValue:e},[],{provide:Ai,useFactory:oj,deps:[TC]},{provide:lf,multi:!0,useFactory:sj},t.map(n=>n.\u0275providers)])}function oj(e){return e.routerState.root}function sj(){let e=T(Bn);return t=>{let n=e.get(Sr);if(t!==n.components[0])return;let r=e.get(TC),i=e.get(aj);e.get(lj)===1&&r.initialNavigation(),e.get(uj,null,Q.Optional)?.setUpPreloading(),e.get(ij,null,Q.Optional)?.init(),r.resetRootComponentType(n.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}var aj=new L("",{factory:()=>new Pe}),lj=new L("",{providedIn:"root",factory:()=>1});var uj=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)(be(mi),be(Dt))}}static{this.\u0275dir=Vt({type:e})}}return e})(),cj=(()=>{class e extends LC{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Mo(e)))(i||e)}})()}static{this.\u0275dir=Vt({type:e,features:[yi]})}}return e})(),jC=new L("");var dj={provide:jC,useExisting:ko(()=>Kl),multi:!0};function pj(){let e=vn()?vn().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}var fj=new L(""),Kl=(()=>{class e extends LC{constructor(n,r,i){super(n,r),this._compositionMode=i,this._composing=!1,this._compositionMode==null&&(this._compositionMode=!pj())}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)(be(mi),be(Dt),be(fj,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&&At("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:[af([dj]),yi]})}}return e})();var hj=new L(""),mj=new L("");function BC(e){return e!=null}function zC(e){return br(e)?Ie(e):e}function VC(e){let t={};return e.forEach(n=>{t=n!=null?A(A({},t),n):t}),Object.keys(t).length===0?null:t}function qC(e,t){return t.map(n=>n(e))}function gj(e){return!e.validate}function WC(e){return e.map(t=>gj(t)?t:n=>t.validate(n))}function yj(e){if(!e)return null;let t=e.filter(BC);return t.length==0?null:function(n){return VC(qC(n,t))}}function UC(e){return e!=null?yj(WC(e)):null}function vj(e){if(!e)return null;let t=e.filter(BC);return t.length==0?null:function(n){let r=qC(n,t).map(zC);return rd(r).pipe(ne(VC))}}function HC(e){return e!=null?vj(WC(e)):null}function _C(e,t){return e===null?[t]:Array.isArray(e)?[...e,t]:[e,t]}function bj(e){return e._rawValidators}function Sj(e){return e._rawAsyncValidators}function oh(e){return e?Array.isArray(e)?e:[e]:[]}function Yl(e,t){return Array.isArray(e)?e.includes(t):e===t}function MC(e,t){let n=oh(t);return oh(e).forEach(i=>{Yl(n,i)||n.push(i)}),n}function OC(e,t){return oh(t).filter(n=>!Yl(e,n))}var Zl=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=UC(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=HC(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}},sh=class extends Zl{get formDirective(){return null}get path(){return null}},ss=class extends Zl{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}},ah=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}},Cj={"[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"},qZ=re(A({},Cj),{"[class.ng-submitted]":"isSubmitted"}),GC=(()=>{class e extends ah{constructor(n){super(n)}static{this.\u0275fac=function(r){return new(r||e)(be(ss,2))}}static{this.\u0275dir=Vt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){r&2&&nf("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:[yi]})}}return e})();var ns="VALID",Gl="INVALID",ki="PENDING",rs="DISABLED",Mi=class{},Ql=class extends Mi{constructor(t,n){super(),this.value=t,this.source=n}},is=class extends Mi{constructor(t,n){super(),this.pristine=t,this.source=n}},os=class extends Mi{constructor(t,n){super(),this.touched=t,this.source=n}},_i=class extends Mi{constructor(t,n){super(),this.status=t,this.source=n}};function xj(e){return($l(e)?e.validators:e)||null}function wj(e){return Array.isArray(e)?UC(e):e||null}function Ej(e,t){return($l(t)?t.asyncValidators:e)||null}function Dj(e){return Array.isArray(e)?HC(e):e||null}function $l(e){return e!=null&&!Array.isArray(e)&&typeof e=="object"}var lh=class{constructor(t,n){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this._status=El(()=>this.statusReactive()),this.statusReactive=bl(void 0),this._pristine=El(()=>this.pristineReactive()),this.pristineReactive=bl(!0),this._touched=El(()=>this.touchedReactive()),this.touchedReactive=bl(!1),this._events=new Pe,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===ns}get invalid(){return this.status===Gl}get pending(){return this.status==ki}get disabled(){return this.status===rs}get enabled(){return this.status!==rs}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(MC(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(MC(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(OC(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(OC(t,this._rawAsyncValidators))}hasValidator(t){return Yl(this._rawValidators,t)}hasAsyncValidator(t){return Yl(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(re(A({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new os(!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 os(!1,r))}markAsDirty(t={}){let n=this.pristine===!0;this.pristine=!1;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsDirty(re(A({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new is(!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 is(!0,r))}markAsPending(t={}){this.status=ki;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(re(A({},t),{sourceControl:n}))}disable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=rs,this.errors=null,this._forEachChild(i=>{i.disable(re(A({},t),{onlySelf:!0}))}),this._updateValue();let r=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new Ql(this.value,r)),this._events.next(new _i(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(re(A({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(i=>i(!0))}enable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=ns,this._forEachChild(r=>{r.enable(re(A({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(re(A({},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===ns||this.status===ki)&&this._runAsyncValidator(r,t.emitEvent)}let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new Ql(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(re(A({},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()?rs:ns}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=ki,this._hasOwnPendingAsyncValidator={emitEvent:n!==!1};let r=zC(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 xe,this.statusChanges=new xe}_calculateStatus(){return this._allControlsDisabled()?rs:this.errors?Gl:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(ki)?ki:this._anyControlsHaveStatus(Gl)?Gl:ns}_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 is(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new os(this.touched,n)),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,n)}_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){$l(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=wj(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=Dj(this._rawAsyncValidators)}};var YC=new L("CallSetDisabledState",{providedIn:"root",factory:()=>uh}),uh="always";function Aj(e,t){return[...t.path,e]}function Ij(e,t,n=uh){kj(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||n==="always")&&t.valueAccessor.setDisabledState?.(e.disabled),_j(e,t),Oj(e,t),Mj(e,t),Tj(e,t)}function NC(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 kj(e,t){let n=bj(e);t.validator!==null?e.setValidators(_C(n,t.validator)):typeof n=="function"&&e.setValidators([n]);let r=Sj(e);t.asyncValidator!==null?e.setAsyncValidators(_C(r,t.asyncValidator)):typeof r=="function"&&e.setAsyncValidators([r]);let i=()=>e.updateValueAndValidity();NC(t._rawValidators,i),NC(t._rawAsyncValidators,i)}function _j(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,e.updateOn==="change"&&ZC(e,t)})}function Mj(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,e.updateOn==="blur"&&e._pendingChange&&ZC(e,t),e.updateOn!=="submit"&&e.markAsTouched()})}function ZC(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function Oj(e,t){let n=(r,i)=>{t.valueAccessor.writeValue(r),i&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}function Nj(e,t){if(!e.hasOwnProperty("model"))return!1;let n=e.model;return n.isFirstChange()?!0:!Object.is(t,n.currentValue)}function Rj(e){return Object.getPrototypeOf(e.constructor)===cj}function Pj(e,t){if(!t)return null;Array.isArray(t);let n,r,i;return t.forEach(o=>{o.constructor===Kl?n=o:Rj(o)?r=o:i=o}),i||r||n||null}function RC(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function PC(e){return typeof e=="object"&&e!==null&&Object.keys(e).length===2&&"value"in e&&"disabled"in e}var Fj=class extends lh{constructor(t=null,n,r){super(xj(n),Ej(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}),$l(n)&&(n.nonNullable||n.initialValueIsDefault)&&(PC(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){RC(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){RC(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){PC(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 Lj={provide:ss,useExisting:ko(()=>ch)},FC=Promise.resolve(),ch=(()=>{class e extends ss{constructor(n,r,i,o,s,a){super(),this._changeDetectorRef=s,this.callSetDisabledState=a,this.control=new Fj,this._registered=!1,this.name="",this.update=new xe,this._parent=n,this._setValidators(r),this._setAsyncValidators(i),this.valueAccessor=Pj(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),Nj(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(){Ij(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){FC.then(()=>{this.control.setValue(n,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(n){let r=n.isDisabled.currentValue,i=r!==0&&wl(r);FC.then(()=>{i&&!this.control.disabled?this.control.disable():!i&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(n){return this._parent?Aj(n,this._parent):[n]}static{this.\u0275fac=function(r){return new(r||e)(be(sh,9),be(hj,10),be(mj,10),be(jC,10),be(Cr,8),be(YC,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:[af([Lj]),yi,tn]})}}return e})();var jj=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=ui({type:e})}static{this.\u0275inj=li({})}}return e})();var QC=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:YC,useValue:n.callSetDisabledState??uh}]}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=ui({type:e})}static{this.\u0275inj=li({imports:[jj]})}}return e})();function zj(e,t){if(e&1){let n=rf();E(0,"div",1)(1,"label"),R(2,"Project One Liner"),w(),E(3,"textarea",7),At("ngModelChange",function(i){kp(n);let o=ee();return _p(o.updateField("projectExplainer",i))}),w()()}if(e&2){let n=ee();I(3),$("ngModel",n.data.projectExplainer)}}function Vj(e,t){if(e&1){let n=rf();E(0,"input",8),At("ngModelChange",function(i){let o=kp(n).$index,s=ee();return _p(s.onUpdateStepSection("getReadySection",o,i))}),w()}if(e&2){let n=t.$index,r=ee();$("ngModel",r.data.getReadySection[n])("name","step-"+n)}}var Jl=class e{data;dataChange=new xe;updateField(t,n){let r=re(A({},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=ce({type:e,selectors:[["app-lesson-form"]],inputs:{data:"data"},outputs:{dataChange:"dataChange"},standalone:!0,features:[de],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&&(E(0,"div",0)(1,"h2"),R(2,"Lesson Editor"),w(),E(3,"div",1)(4,"label"),R(5,"Topic"),w(),E(6,"input",2),At("ngModelChange",function(o){return r.updateField("topic",o)}),w()(),E(7,"div",1)(8,"label"),R(9,"Project"),w(),E(10,"input",3),At("ngModelChange",function(o){return r.updateField("project",o)}),w()(),E(11,"div",1)(12,"label"),R(13,"Description"),w(),E(14,"textarea",4),At("ngModelChange",function(o){return r.updateField("description",o)}),w()(),Ee(15,zj,4,1,"div",1),E(16,"div",1)(17,"label"),R(18,"Cover Image"),w(),G(19,"input",5),w(),E(20,"div",1)(21,"label"),R(22,"Get Ready Section"),w(),rt(23,Vj,1,2,"input",6,nt),w(),G(25,"div",1),w()),n&2&&(I(6),$("ngModel",r.data.topic),I(4),$("ngModel",r.data.project),I(4),$("ngModel",r.data.description),I(),me(r.data.lessonType!=="debugging lesson"?15:-1),I(8),it(r.data.getReadySection))},dependencies:[QC,Kl,GC,ch],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 dh=ye(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 eu=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=dh.default.languages[i];if(!o){t.textContent=n;return}t.innerHTML=dh.default.highlight(n,o,i)}static \u0275fac=function(n){return new(n||e)};static \u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})};var Oi=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)(be(Dt),be(eu))};static \u0275dir=Vt({type:e,selectors:[["","prismHighlight",""]],inputs:{code:"code",language:"language"},standalone:!0,features:[tn]})};function Uj(e,t){if(e&1&&(E(0,"p",2)(1,"span"),R(2),w(),E(3,"span",4),R(4),w()()),e&2){let n=ee().$index,r=vS(1);I(2),vi("(",n+1,") ",r[0].toUpperCase(),":"),I(2),Se(r[1])}}function Hj(e,t){if(e&1&&(E(0,"p",3),R(1),w()),e&2){let n=ee(),r=n.$implicit,i=n.$index;I(),vi("(",i+1,") ",r.step,"")}}function Gj(e,t){if(e&1&&G(0,"img",5)(1,"br"),e&2){let n=ee().$implicit;$("src",n.imageSlot.base64,tt)}}function Yj(e,t){if(e&1&&(E(0,"div",1),sf(1),Ee(2,Uj,5,3,"p",2)(3,Hj,2,2,"p",3)(4,Gj,2,1),w()),e&2){let n=t.$implicit;I();let r=yS(n.step.split(":"));I(),me(r.length==2?2:3),I(2),me(n.imageSlot&&n.imageSlot.base64?4:-1)}}function Zj(e,t){if(e&1&&rt(0,Yj,5,3,"div",1,nt),e&2){let n=ee();it(n.stepsWithImages)}}function Qj(e,t){if(e&1&&(E(0,"p",3),R(1),w()),e&2){let n=t.$implicit,r=ee().$index;I(),vi("(",r+1,") ",n,"")}}function Kj(e,t){if(e&1&&(E(0,"pre",7),G(1,"code",8),w()),e&2){let n=ee().$implicit,r=ee(3);I(),$("code",n.codeBlock)("language",r.programmingLanguage)}}function $j(e,t){if(e&1&&(E(0,"div",6),rt(1,Qj,2,2,"p",3,nt),Ee(3,Kj,2,2,"pre",7),w()),e&2){let n=t.$implicit;I(),it(n.steps),I(2),me(n.codeBlock!=null&&n.codeBlock.trim()?3:-1)}}function Jj(e,t){if(e&1&&rt(0,$j,4,1,"div",6,nt),e&2){let n=ee(2);it(n.stepsWithCodeBlockArray)}}function Xj(e,t){if(e&1&&(E(0,"p",3),R(1),w()),e&2){let n=t.$implicit,r=t.$index;I(),vi("(",r+1,") ",n,"")}}function eB(e,t){if(e&1&&(E(0,"pre",7),G(1,"code",8),w()),e&2){let n=ee(3);I(),$("code",n.stepsWithCodeBlockArray[0].codeBlock)("language",n.programmingLanguage)}}function tB(e,t){if(e&1&&(E(0,"div",6),rt(1,Xj,2,2,"p",3,nt),Ee(3,eB,2,2,"pre",7),w()),e&2){let n=ee(2);I(),it(n.stepsWithCodeBlockArray[0].steps),I(2),me(n.stepsWithCodeBlockArray[0].codeBlock!=null&&n.stepsWithCodeBlockArray[0].codeBlock.trim()?3:-1)}}function nB(e,t){if(e&1&&Ee(0,Jj,2,0)(1,tB,4,1,"div",6),e&2){let n=ee();me(n.stepsWithCodeBlockArray.length>1?0:1)}}var tu=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=ce({type:e,selectors:[["app-add-your-code"]],inputs:{data:"data",programmingLanguage:"programmingLanguage"},standalone:!0,features:[de],decls:5,vars:1,consts:[[1,"add-your-code"],[1,"scratch-step-container"],[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&&(E(0,"section",0)(1,"h3"),R(2,"Add Your Code"),w(),Ee(3,Zj,2,0)(4,nB,2,1),w()),n&2&&(I(3),me(r.isStepWithImage?3:r.isStepsWithCodeBlockArray?4:-1))},dependencies:[Oi],styles:[".add-your-code[_ngcontent-%COMP%]{margin:1rem 0}.add-your-code[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-bottom:3mm}.scratch-step-container[_ngcontent-%COMP%]{break-inside:avoid}.add-your-code[_ngcontent-%COMP%] .step[_ngcontent-%COMP%]{margin:.5rem 0;padding:.5rem;border-radius:var(--section-card-border-radius);background-color:var(--section-card-color);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;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-size:11pt;font-family:Jetbrains;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:11pt;tab-size:2;font-family:Jetbrains;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.multiple-steps-with-code-block[_ngcontent-%COMP%]{break-inside:avoid}"]})};function nu(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 $C(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 ot(){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 ru(e,t){for(var n=0;n<t.length;n++)if(e.hasAttribute(t[n]))return e.getAttribute(t[n])}function iu(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 ou(){this.resolve=null,this.reject=null,this.id=ot(),this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t}),Object.freeze(this)}var JC=typeof window<"u"&&("requestIdleCallback"in window?window.requestIdleCallback:window.requestAnimationFrame);function _(e){return e.value+(e.unit||"")}function Be(e){return e&&e.nodeType===1}function Cn(e){return e&&e.nodeType===3}function*ls(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=au(e);if(n)return n;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(n=au(e),n)return n}}function as(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 XC(e,t){let n=Hn(e,t);for(;n&&n.nodeType!==1;)n=Hn(n,t);return n}function ex(e,t){let n=as(e,t);for(;n&&n.nodeType!==1;)n=as(n,t);return n}function ph(e,t){let n=XC(e,t);for(;n&&n.dataset.undisplayed;)n=XC(n,t);return n}function nx(e,t){let n=ex(e,t);for(;n&&n.dataset.undisplayed;)n=ex(n,t);return n}function lu(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 uu(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 rx(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 cu(e,t){if(typeof e>"u"||!t||cs(e)||e.dataset&&e.dataset.undisplayed)return!1;let n=t.dataset?t.dataset.page:void 0;if(typeof n>"u"){let i=tx(t);i&&(n=i.dataset.page)}let r=e.dataset?e.dataset.page:void 0;if(typeof r>"u"){let i=tx(e,t);i&&(r=i.dataset.page)}return r!==n}function*ix(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*ox(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 du(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 sx(e,t=!1){return e.cloneNode(t)}function We(e,t,n){let r=e.getAttribute("data-ref");return rB(r,t,n)}function rB(e,t,n){return!n&&t.indexOfRefs&&t.indexOfRefs[e]?t.indexOfRefs[e]:t.querySelector(`[data-ref='${e}']`)}function pu(e){return!!(Cn(e)||Be(e)&&e.dataset.ref)}function us(e){for(;!pu(e)&&(e.previousSibling?e=e.previousSibling:e=e.parentNode,!!e););return e}function ax(e){let t=e.parentNode;return t?Array.prototype.indexOf.call(t.childNodes,e):0}function fu(e,t){return e.childNodes[t]}function lx(e){return Be(e)?!0:!!(Cn(e)&&e.textContent.trim().length)}function fh(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 cs(e){return e.nodeType===8||e.nodeType===3&&iB(e)}function iB(e){return!/[^\t\n\r ]/.test(e.textContent)}function su(e){for(;e=e.previousSibling;)if(!cs(e))return e;return null}function tx(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 ux(e){for(;e=e.parentNode;)if(e&&e.dataset&&e.dataset.breakInside==="avoid")return e;return null}function hu(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 au(e){for(;e=e.nextSibling;)if(!cs(e))return e;return null}function mu(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 hh=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})):{}}},Ni=hh;var mh=class{constructor(t,n){this.breakToken=t,this.error=n}},Gn=class extends Error{constructor(t,n){super(t),this.items=n}},Ri=mh;var Xx=ye(Yn(),1);var Th=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=Th;var IB=1500,Cu=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||IB,this.forceRenderBreak=!1}renderTo(o,s,a){return fe(this,arguments,function*(t,n,r,i=this.bounds){let l=this.getStart(n,r),u=ls(l,n),c,p,d,f,g=!1,h,y=0,m=r||new Ni(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 Ri(void 0,new Gn("Unable to layout item",[p]))):(this.rebuildTableFromBreakToken(h,t),this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ri(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 D=h.node&&Hn(h.node);if(D)h=new Ni(D);else return new Ri(void 0,new Gn("Unable to layout item",[c]))}y=0;break}if(c.dataset&&c.dataset.page){let C=c.dataset.page,D=this.element.closest(".pagedjs_page");D.classList.add("pagedjs_named_page"),D.classList.add("pagedjs_"+C+"_page"),c.dataset.splitFrom||D.classList.add("pagedjs_"+C+"_first_page")}let v=du(c),S=this.append(c,t,r,v);if(y+=S.textContent.length,g||(g=lx(c)),v||(u=ls(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 D=h.node&&Hn(h.node);if(D)h=new Ni(D);else return this.hooks&&this.hooks.beforeRenderResult.trigger(void 0,t,this),new Ri(void 0,new Gn("Unable to layout item",[c]))}}}return this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ri(h)})}breakAt(t,n=0){let r=new Ni(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=as(t,n),i=t.parentNode,o=uu(t)&&i&&!r&&uu(i),s;return o&&(s=t.dataset.breakBefore===i.dataset.breakBefore),!s&&uu(t)||rx(t)||cu(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=sx(t,!i);if(t.parentNode&&Be(t.parentNode)){let l=We(t.parentNode,n);if(l)l.appendChild(s);else if(o){let u=lu(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 fe(this,null,function*(){let n=Array.from(t).map(r=>fe(this,null,function*(){return this.awaitImageLoaded(r)}));yield Promise.all(n)})}awaitImageLoaded(t){return fe(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=fu(i,o),Be(c))if(a=We(c,n),a)s=We(a,r),o=0;else{let p=us(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(us(i),n)),l=We(a,r),u=fh(c,l),u===0?(s=l,o=0):(s=fu(l,u),o=0);else{if(a=We(i.parentNode,n),a||(a=We(us(i.parentNode),n)),l=We(a,r),u=fh(i,l),u===-1)return;s=fu(l,u),o+=s.textContent.indexOf(i.textContent)}if(s)return new Ni(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=ls(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=nu(d),C=Math.round(S.left),D=Math.floor(S.right),x=Math.round(S.top),W=Math.floor(S.bottom);if(!l&&(C>=o||x>=a)){let U=!1,ae=hu(d,"TD",t);if(ae&&window.getComputedStyle(ae)["break-inside"]==="avoid")y=ae.parentElement;else if(Be(d)){let Ne=window.getComputedStyle(d);U=Ne.getPropertyValue("float")!=="none",g=Ne.getPropertyValue("break-inside")==="avoid",h=d.dataset.breakBefore==="avoid"||d.dataset.previousBreakAfter==="avoid",y=h&&as(d,t),m=d.tagName==="BR"||d.tagName==="WBR"}let Le;if(d.nodeName==="TR"?Le=d:Le=hu(d,"TR",t),Le){let Ne=Le.parentElement;["TBODY","THEAD"].includes(Ne.nodeName)&&window.getComputedStyle(Ne).getPropertyValue("break-inside")==="avoid"&&(y=Ne);let Ae=hu(Le,"TABLE",t),Ue=Ae.querySelector("[colspan]");if(Ae&&Ue){let je=0;for(let oe of Array.from(Ae.rows[0].cells))je+=parseInt(oe.getAttribute("colspan")||"1");if(Le.cells.length!==je){let oe=Le.previousElementSibling,ve;for(;oe!==null;){ve=0;for(let Rt of Array.from(oe.cells))ve+=parseInt(Rt.getAttribute("colspan")||"1");if(ve===je)break;oe=oe.previousElementSibling}ve===je&&(y=oe)}}}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&&!ux(d.parentNode)){let U=$C(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||D<=o&&W<=a)&&(c=Hn(d,t),c&&(u=ls(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(!pu(r))r=r.previousSibling;else if(pu(r.lastChild))r=r.lastChild;else{r=us(r.lastChild);break}Cn(r)&&(r.parentNode.dataset.ref?(i=ax(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=ix(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=nu(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=ox(p),m,v,S;for(;!S&&(v=y.next(),m=v.value,S=v.done,!!m);)if(g=nu(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)(Cu.prototype);var xu=Cu;var ew=ye(Yn(),1);var wu=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 fe(this,null,function*(){this.clear(),this.startToken=n;let i=this.settings;!i.maxChars&&r&&(i.maxChars=r),this.layoutMethod=new xu(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 fe(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,ew.default)(wu.prototype);var kh=wu;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=ot();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}},tw=_h;var ow=ye(Yn(),1);var Mh=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 ou,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 ou,t.deferred.resolve(),t.promise}dump(){for(;this._q.length;)this.dequeue()}run(){return this.running||(this.running=!0,this.defered=new ou),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 nw=Mh;var rw=!1,iw=!1,TB=`
59
+ `&&e.charAt(1)==$M?e.slice(2):e;let i=lt(t);if(Array.isArray(t))i=t.map(lt).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):lt(a)))}i=`{${o.join(", ")}}`}return`${n}${r?"("+r+")":""}[${i}]: ${e.replace(KM,`
60
+ `)}`}function $r(e,t){let n=e.hasOwnProperty(Na);return n?e[Na]:null}function rO(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 iO(e){return e.flat(Number.POSITIVE_INFINITY)}function xp(e,t){e.forEach(n=>Array.isArray(n)?xp(n,t):t(n))}function Cv(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Pa(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function oO(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 sO(e,t,n){let r=_o(e,t);return r>=0?e[r|1]=n:(r=~r,oO(e,r,t,n)),r}function cd(e,t){let n=_o(e,t);if(n>=0)return e[n|1]}function _o(e,t){return aO(e,t,1)}function aO(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 Jr={},Ct=[],Xr=new L(""),xv=new L("",-1),wv=new L(""),Fa=class{get(t,n=yo){if(n===yo){let r=new Error(`NullInjectorError: No provider for ${lt(t)}!`);throw r.name="NullInjectorError",r}return n}},Ev=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(Ev||{}),Jt=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e}(Jt||{}),Ln=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(Ln||{});function lO(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 Ad(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];cO(o)?e.setProperty(t,o,s):e.setAttribute(t,o,s),r++}}return r}function uO(e){return e===3||e===4||e===6}function cO(e){return e.charCodeAt(0)===64}function vo(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?Fy(e,n,i,null,t[++r]):Fy(e,n,i,null,null))}}return e}function Fy(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 Dv="ng-template";function dO(e,t,n,r){let i=0;if(r){for(;i<t.length&&typeof t[i]=="string";i+=2)if(t[i]==="class"&&lO(t[i+1].toLowerCase(),n,0)!==-1)return!0}else if(wp(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 wp(e){return e.type===4&&e.value!==Dv}function pO(e,t,n){let r=e.type===4&&!n?Dv:e.value;return t===r}function fO(e,t,n){let r=4,i=e.attrs,o=i!==null?gO(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!==""&&!pO(e,l,n)||l===""&&t.length===1){if(jt(r))return!1;s=!0}}else if(r&8){if(i===null||!dO(e,i,l,n)){if(jt(r))return!1;s=!0}}else{let u=t[++a],c=hO(l,i,wp(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 hO(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 yO(t,e)}function mO(e,t,n=!1){for(let r=0;r<t.length;r++)if(fO(e,t[r],n))return!0;return!1}function gO(e){for(let t=0;t<e.length;t++){let n=e[t];if(uO(n))return t}return e.length}function yO(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 vO(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 bO(e){return e.map(vO).join(",")}function SO(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 ce(e){return tl(()=>{let t=_v(e),n=te(A({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Ev.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||Ct,_:null,schemas:e.schemas||null,tView:null,id:""});Mv(n);let r=e.dependencies;return n.directiveDefs=By(r,!1),n.pipeDefs=By(r,!0),n.id=wO(n),n})}function CO(e){return ar(e)||Av(e)}function xO(e){return e!==null}function ui(e){return tl(()=>({type:e.type,bootstrap:e.bootstrap||Ct,declarations:e.declarations||Ct,imports:e.imports||Ct,exports:e.exports||Ct,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function jy(e,t){if(e==null)return Jr;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 Vt(e){return tl(()=>{let t=_v(e);return Mv(t),t})}function ar(e){return e[VM]||null}function Av(e){return e[qM]||null}function Iv(e){return e[WM]||null}function Tv(e){let t=ar(e)||Av(e)||Iv(e);return t!==null?t.standalone:!1}function kv(e,t){let n=e[UM]||null;if(!n&&t===!0)throw new Error(`Type ${lt(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||Jr,exportAs:e.exportAs||null,standalone:e.standalone===!0,signals:e.signals===!0,selectors:e.selectors||Ct,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:jy(e.inputs,t),outputs:jy(e.outputs),debugInfo:null}}function Mv(e){e.features?.forEach(t=>t(e))}function By(e,t){if(!e)return null;let n=t?Iv:CO;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(xO)}function wO(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 il(e){return{\u0275providers:e}}function EO(...e){return{\u0275providers:Ov(!0,e),\u0275fromNgModule:!0}}function Ov(e,...t){let n=[],r=new Set,i,o=s=>{n.push(s)};return xp(t,s=>{let a=s;Id(a,o,[],r)&&(i||=[],i.push(a))}),i!==void 0&&Nv(i,o),n}function Nv(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:i}=e[n];Ep(i,o=>{t(o,r)})}}function Id(e,t,n,r){if(e=Xe(e),!e)return!1;let i=null,o=Oy(e),s=!o&&ar(e);if(!o&&!s){let l=e.ngModule;if(o=Oy(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)Id(u,t,n,r)}}else if(o){if(o.imports!=null&&!a){r.add(i);let u;try{xp(o.imports,c=>{Id(c,t,n,r)&&(u||=[],u.push(c))})}finally{}u!==void 0&&Nv(u,t)}if(!a){let u=$r(i)||(()=>new i);t({provide:i,useFactory:u,deps:Ct},i),t({provide:wv,useValue:i,multi:!0},i),t({provide:Xr,useValue:()=>oe(i),multi:!0},i)}let l=o.providers;if(l!=null&&!a){let u=e;Ep(l,c=>{t(c,u)})}}else return!1;return i!==e&&e.providers!==void 0}function Ep(e,t){for(let n of e)vv(n)&&(n=n.\u0275providers),Array.isArray(n)?Ep(n,t):t(n)}var DO=he({provide:String,useValue:he});function Rv(e){return e!==null&&typeof e=="object"&&DO in e}function AO(e){return!!(e&&e.useExisting)}function IO(e){return!!(e&&e.useFactory)}function ei(e){return typeof e=="function"}function TO(e){return!!e.useClass}var ol=new L(""),Ia={},kO={},dd;function Dp(){return dd===void 0&&(dd=new Fa),dd}var wt=class{},bo=class extends wt{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,kd(t,s=>this.processProvider(s)),this.records.set(xv,Gr(void 0,this)),i.has("environment")&&this.records.set(wt,Gr(void 0,this));let o=this.records.get(ol);o!=null&&typeof o.value=="string"&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(wv,Ct,Q.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=St(void 0),i;try{return t()}finally{Rn(n),St(r)}}get(t,n=yo,r=Q.Default){if(this.assertNotDestroyed(),t.hasOwnProperty(Ry))return t[Ry](this);r=rl(r);let i,o=Rn(this),s=St(void 0);try{if(!(r&Q.SkipSelf)){let l=this.records.get(t);if(l===void 0){let u=RO(t)&&nl(t);u&&this.injectableDefInScope(u)?l=Gr(Td(t),Ia):l=null,this.records.set(t,l)}if(l!=null)return this.hydrate(t,l)}let a=r&Q.Self?Dp():this.parent;return n=r&Q.Optional&&n===yo?null:n,a.get(t,n)}catch(a){if(a.name==="NullInjectorError"){if((a[Ra]=a[Ra]||[]).unshift(lt(t)),o)throw a;return tO(a,t,"R3InjectorError",this.source)}else throw a}finally{St(s),Rn(o)}}resolveInjectorInitializers(){let t=X(null),n=Rn(this),r=St(void 0),i;try{let o=this.get(Xr,Ct,Q.Self);for(let s of o)s()}finally{Rn(n),St(r),X(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(lt(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new F(205,!1)}processProvider(t){t=Xe(t);let n=ei(t)?t:Xe(t&&t.provide),r=MO(t);if(!ei(t)&&t.multi===!0){let i=this.records.get(n);i||(i=Gr(void 0,Ia,!0),i.factory=()=>Dd(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===Ia&&(n.value=kO,n.value=n.factory()),typeof n.value=="object"&&n.value&&NO(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{X(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 Td(e){let t=nl(e),n=t!==null?t.factory:$r(e);if(n!==null)return n;if(e instanceof L)throw new F(204,!1);if(e instanceof Function)return _O(e);throw new F(204,!1)}function _O(e){if(e.length>0)throw new F(204,!1);let n=BM(e);return n!==null?()=>n.factory(e):()=>new e}function MO(e){if(Rv(e))return Gr(void 0,e.useValue);{let t=Pv(e);return Gr(t,Ia)}}function Pv(e,t,n){let r;if(ei(e)){let i=Xe(e);return $r(i)||Td(i)}else if(Rv(e))r=()=>Xe(e.useValue);else if(IO(e))r=()=>e.useFactory(...Dd(e.deps||[]));else if(AO(e))r=()=>oe(Xe(e.useExisting));else{let i=Xe(e&&(e.useClass||e.provide));if(OO(e))r=()=>new i(...Dd(e.deps));else return $r(i)||Td(i)}return r}function Gr(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function OO(e){return!!e.deps}function NO(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function RO(e){return typeof e=="function"||typeof e=="object"&&e instanceof L}function kd(e,t){for(let n of e)Array.isArray(n)?kd(n,t):n&&vv(n)?kd(n.\u0275providers,t):t(n)}function fn(e,t){e instanceof bo&&e.assertNotDestroyed();let n,r=Rn(e),i=St(void 0);try{return t()}finally{Rn(r),St(i)}}function PO(){return bv()!==void 0||JM()!=null}function FO(e){return typeof e=="function"}var hn=0,V=1,j=2,Ye=3,Bt=4,qt=5,So=6,La=7,He=8,ti=9,Xt=10,Ze=11,Co=12,zy=13,ci=14,zt=15,lr=16,Yr=17,cn=18,sl=19,Fv=20,Pn=21,pd=22,xt=23,ft=25,Lv=1;var ur=7,ja=8,ni=9,Ge=10,Ba=function(e){return e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews",e}(Ba||{});function Fn(e){return Array.isArray(e)&&typeof e[Lv]=="object"}function mn(e){return Array.isArray(e)&&e[Lv]===!0}function jv(e){return(e.flags&4)!==0}function al(e){return e.componentOffset>-1}function Ap(e){return(e.flags&1)===1}function jn(e){return!!e.template}function _d(e){return(e[j]&512)!==0}var Md=class{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function Bv(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}function tn(){return zv}function zv(e){return e.type.prototype.ngOnChanges&&(e.setInput=jO),LO}tn.ngInherit=!0;function LO(){let e=qv(this),t=e?.current;if(t){let n=e.previous;if(n===Jr)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function jO(e,t,n,r,i){let o=this.declaredInputs[r],s=qv(e)||BO(e,{previous:Jr,current:null}),a=s.current||(s.current={}),l=s.previous,u=l[o];a[o]=new Md(u&&u.currentValue,n,l===Jr),Bv(e,t,i,n)}var Vv="__ngSimpleChanges__";function qv(e){return e[Vv]||null}function BO(e,t){return e[Vv]=t}var Vy=null;var Kt=function(e,t,n){Vy?.(e,t,n)},zO="svg",VO="math";function en(e){for(;Array.isArray(e);)e=e[hn];return e}function Wv(e,t){return en(t[e])}function Wt(e,t){return en(t[e.index])}function Ip(e,t){return e.data[t]}function qO(e,t){return e[t]}function Vn(e,t){let n=t[e];return Fn(n)?n:n[hn]}function WO(e){return(e[j]&4)===4}function Tp(e){return(e[j]&128)===128}function UO(e){return mn(e[Ye])}function ri(e,t){return t==null?null:e[t]}function Uv(e){e[Yr]=0}function Hv(e){e[j]&1024||(e[j]|=1024,Tp(e)&&ul(e))}function HO(e,t){for(;e>0;)t=t[ci],e--;return t}function ll(e){return!!(e[j]&9216||e[xt]?.dirty)}function Od(e){e[Xt].changeDetectionScheduler?.notify(8),e[j]&64&&(e[j]|=1024),ll(e)&&ul(e)}function ul(e){e[Xt].changeDetectionScheduler?.notify(0);let t=cr(e);for(;t!==null&&!(t[j]&8192||(t[j]|=8192,!Tp(t)));)t=cr(t)}function Gv(e,t){if((e[j]&256)===256)throw new F(911,!1);e[Pn]===null&&(e[Pn]=[]),e[Pn].push(t)}function GO(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:nb(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var Yv=!1;function YO(){return K.lFrame.elementDepthCount}function ZO(){K.lFrame.elementDepthCount++}function QO(){K.lFrame.elementDepthCount--}function Zv(){return K.bindingsEnabled}function KO(){return K.skipHydrationRootTNode!==null}function $O(e){return K.skipHydrationRootTNode===e}function JO(){K.skipHydrationRootTNode=null}function le(){return K.lFrame.lView}function et(){return K.lFrame.tView}function kp(e){return K.lFrame.contextLView=e,e[He]}function _p(e){return K.lFrame.contextLView=null,e}function ht(){let e=Qv();for(;e!==null&&e.type===64;)e=e.parent;return e}function Qv(){return K.lFrame.currentTNode}function XO(){let e=K.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function di(e,t){let n=K.lFrame;n.currentTNode=e,n.isParent=t}function Kv(){return K.lFrame.isParent}function eN(){K.lFrame.isParent=!1}function tN(){return K.lFrame.contextLView}function $v(){return Yv}function qy(e){Yv=e}function nN(){return K.lFrame.bindingIndex}function rN(e){return K.lFrame.bindingIndex=e}function cl(){return K.lFrame.bindingIndex++}function Jv(e){let t=K.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function iN(){return K.lFrame.inI18n}function oN(e,t){let n=K.lFrame;n.bindingIndex=n.bindingRootIndex=e,Nd(t)}function sN(){return K.lFrame.currentDirectiveIndex}function Nd(e){K.lFrame.currentDirectiveIndex=e}function aN(e){let t=K.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Xv(){return K.lFrame.currentQueryIndex}function Mp(e){K.lFrame.currentQueryIndex=e}function lN(e){let t=e[V];return t.type===2?t.declTNode:t.type===1?e[qt]:null}function eb(e,t,n){if(n&Q.SkipSelf){let i=t,o=e;for(;i=i.parent,i===null&&!(n&Q.Host);)if(i=lN(o),i===null||(o=o[ci],i.type&10))break;if(i===null)return!1;t=i,e=o}let r=K.lFrame=tb();return r.currentTNode=t,r.lView=e,!0}function Op(e){let t=tb(),n=e[V];K.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function tb(){let e=K.lFrame,t=e===null?null:e.child;return t===null?nb(e):t}function nb(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 rb(){let e=K.lFrame;return K.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var ib=rb;function Np(){let e=rb();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 uN(e){return(K.lFrame.contextLView=HO(e,K.lFrame.contextLView))[He]}function gn(){return K.lFrame.selectedIndex}function dr(e){K.lFrame.selectedIndex=e}function cN(){let e=K.lFrame;return Ip(e.tView,e.selectedIndex)}function dN(){return K.lFrame.currentNamespace}var ob=!0;function Rp(){return ob}function Pp(e){ob=e}function pN(e,t,n){let{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=t.type.prototype;if(r){let s=zv(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 Fp(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 Ta(e,t,n){sb(e,t,3,n)}function ka(e,t,n,r){(e[j]&3)===n&&sb(e,t,n,r)}function fd(e,t){let n=e[j];(n&3)===t&&(n&=16383,n+=1,e[j]=n)}function sb(e,t,n,r){let i=r!==void 0?e[Yr]&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[Yr]+=65536),(a<o||o==-1)&&(fN(e,n,t,l),e[Yr]=(e[Yr]&4294901760)+l+2),l++}function Wy(e,t){Kt(4,e,t);let n=X(null);try{t.call(e)}finally{X(n),Kt(5,e,t)}}function fN(e,t,n,r){let i=n[r]<0,o=n[r+1],s=i?-n[r]:n[r],a=e[s];i?e[j]>>14<e[Yr]>>16&&(e[j]&3)===t&&(e[j]+=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 hN(e){return e instanceof pr}function mN(e){return(e.flags&8)!==0}function gN(e){return(e.flags&16)!==0}var hd={},Rd=class{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){r=rl(r);let i=this.injector.get(t,hd,r);return i!==hd||n===hd?i:this.parentInjector.get(t,n,r)}};function ab(e){return e!==Kr}function za(e){return e&32767}function yN(e){return e>>16}function Va(e,t){let n=yN(e),r=t;for(;n>0;)r=r[ci],n--;return r}var Pd=!0;function Uy(e){let t=Pd;return Pd=e,t}var vN=256,lb=vN-1,ub=5,bN=0,$t={};function SN(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(mo)&&(r=n[mo]),r==null&&(r=n[mo]=bN++);let i=r&lb,o=1<<i;t.data[e+(i>>ub)]|=o}function qa(e,t){let n=cb(e,t);if(n!==-1)return n;let r=t[V];r.firstCreatePass&&(e.injectorIndex=t.length,md(r.data,e),md(t,null),md(r.blueprint,null));let i=Lp(e,t),o=e.injectorIndex;if(ab(i)){let s=za(i),a=Va(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 md(e,t){e.push(0,0,0,0,0,0,0,0,t)}function cb(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Lp(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=mb(i),r===null)return Kr;if(n++,i=i[ci],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Kr}function Fd(e,t,n){SN(e,t,n)}function db(e,t,n){if(n&Q.Optional||e!==void 0)return e;Cp(t,"NodeInjector")}function pb(e,t,n,r){if(n&Q.Optional&&r===void 0&&(r=null),!(n&(Q.Self|Q.Host))){let i=e[ti],o=St(void 0);try{return i?i.get(t,r,n&Q.Optional):Sv(t,r,n&Q.Optional)}finally{St(o)}}return db(r,t,n)}function fb(e,t,n,r=Q.Default,i){if(e!==null){if(t[j]&2048&&!(r&Q.Self)){let s=EN(e,t,n,r,$t);if(s!==$t)return s}let o=hb(e,t,n,r,$t);if(o!==$t)return o}return pb(t,n,r,i)}function hb(e,t,n,r,i){let o=xN(n);if(typeof o=="function"){if(!eb(t,e,r))return r&Q.Host?db(i,n,r):pb(t,n,r,i);try{let s;if(s=o(r),s==null&&!(r&Q.Optional))Cp(n);else return s}finally{ib()}}else if(typeof o=="number"){let s=null,a=cb(e,t),l=Kr,u=r&Q.Host?t[zt][qt]:null;for((a===-1||r&Q.SkipSelf)&&(l=a===-1?Lp(e,t):t[a+8],l===Kr||!Gy(r,!1)?a=-1:(s=t[V],a=za(l),t=Va(l,t)));a!==-1;){let c=t[V];if(Hy(o,a,c.data)){let p=CN(a,t,n,s,r,u);if(p!==$t)return p}l=t[a+8],l!==Kr&&Gy(r,t[V].data[a+8]===u)&&Hy(o,a,t)?(s=c,a=za(l),t=Va(l,t)):a=-1}}return i}function CN(e,t,n,r,i,o){let s=t[V],a=s.data[e+8],l=r==null?al(a)&&Pd:r!=s&&(a.type&3)!==0,u=i&Q.Host&&o===a,c=_a(a,s,n,l,u);return c!==null?fr(t,s,c,a):$t}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(hN(i)){let s=i;s.resolving&&GM(HM(o[n]));let a=Uy(s.canSeeViewProviders);s.resolving=!0;let l,u=s.injectImpl?St(s.injectImpl):null,c=eb(e,r,Q.Default);try{i=e[n]=s.factory(void 0,o,e,r),t.firstCreatePass&&n>=r.directiveStart&&pN(n,o[n],t)}finally{u!==null&&St(u),Uy(a),s.resolving=!1,ib()}}return i}function xN(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(mo)?e[mo]:void 0;return typeof t=="number"?t>=0?t&lb:wN:t}function Hy(e,t,n){let r=1<<e;return!!(n[t+(e>>ub)]&r)}function Gy(e,t){return!(e&Q.Self)&&!(e&Q.Host&&t)}var sr=class{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return fb(this._tNode,this._lView,t,rl(r),n)}};function wN(){return new sr(ht(),le())}function Mo(e){return tl(()=>{let t=e.prototype.constructor,n=t[Na]||Ld(t),r=Object.prototype,i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){let o=i[Na]||Ld(i);if(o&&o!==n)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function Ld(e){return hv(e)?()=>{let t=Ld(Xe(e));return t&&t()}:$r(e)}function EN(e,t,n,r,i){let o=e,s=t;for(;o!==null&&s!==null&&s[j]&2048&&!(s[j]&512);){let a=hb(o,s,n,r|Q.Self,$t);if(a!==$t)return a;let l=o.parent;if(!l){let u=s[Fv];if(u){let c=u.get(n,$t,r);if(c!==$t)return c}l=mb(s),s=s[ci]}o=l}return i}function mb(e){let t=e[V],n=t.type;return n===2?t.declTNode:n===1?e[qt]:null}function Yy(e,t=null,n=null,r){let i=gb(e,t,n,r);return i.resolveInjectorInitializers(),i}function gb(e,t=null,n=null,r,i=new Set){let o=[n||Ct,EO(e)];return r=r||(typeof e=="object"?void 0:lt(e)),new bo(o,t||Dp(),r||null,i)}var Bn=class e{static{this.THROW_IF_NOT_FOUND=yo}static{this.NULL=new Fa}static create(t,n){if(Array.isArray(t))return Yy({name:""},n,t,"");{let r=t.name??"";return Yy({name:r},t.parent,t.providers,r)}}static{this.\u0275prov=B({token:e,providedIn:"any",factory:()=>oe(xv)})}static{this.__NG_ELEMENT_ID__=-1}};var DN=new L("");DN.__NG_ELEMENT_ID__=e=>{let t=ht();if(t===null)throw new F(204,!1);if(t.type&2)return t.value;if(e&Q.Optional)return null;throw new F(204,!1)};var AN="ngOriginalError";function gd(e){return e[AN]}var yb=!0,vb=(()=>{class e{static{this.__NG_ELEMENT_ID__=IN}static{this.__NG_ENV_ID__=n=>n}}return e})(),jd=class extends vb{constructor(t){super(),this._lView=t}onDestroy(t){return Gv(this._lView,t),()=>GO(this._lView,t)}};function IN(){return new jd(le())}var pi=(()=>{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=B({token:e,providedIn:"root",factory:()=>new e})}}return e})();var Bd=class extends Re{constructor(t=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=t,PO()&&(this.destroyRef=I(vb,{optional:!0})??void 0,this.pendingTasks=I(pi,{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 Ce&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{t(n),r!==void 0&&this.pendingTasks?.remove(r)})}}},xe=Bd;function Wa(...e){}function bb(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 Zy(e){return queueMicrotask(()=>e()),()=>{e=Wa}}var jp="isAngularZone",Ua=jp+"_ID",TN=0,we=class e{constructor(t){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new xe(!1),this.onMicrotaskEmpty=new xe(!1),this.onStable=new xe(!1),this.onError=new xe(!1);let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=yb}=t;if(typeof Zone>"u")throw new F(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,MN(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(jp)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new F(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new F(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,kN,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)}},kN={};function Bp(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 _N(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){bb(()=>{e.callbackScheduled=!1,zd(e),e.isCheckStableRunning=!0,Bp(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),zd(e)}function MN(e){let t=()=>{_N(e)},n=TN++;e._inner=e._inner.fork({name:"angular",properties:{[jp]:!0,[Ua]:n,[Ua+n]:!0},onInvokeTask:(r,i,o,s,a,l)=>{if(ON(l))return r.invokeTask(o,s,a,l);try{return Qy(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 Qy(e),r.invoke(o,s,a,l,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!NN(l)&&t(),Ky(e)}},onHasTask:(r,i,o,s)=>{r.hasTask(o,s),i===o&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,zd(e),Bp(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 zd(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Qy(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ky(e){e._nesting--,Bp(e)}var Vd=class{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new xe,this.onMicrotaskEmpty=new xe,this.onStable=new xe,this.onError=new xe}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 ON(e){return Sb(e,"__ignore_ng_zone__")}function NN(e){return Sb(e,"__scheduler_tick__")}function Sb(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&&gd(t);for(;n&&gd(n);)n=gd(n);return n||null}},RN=new L("",{providedIn:"root",factory:()=>{let e=I(we),t=I(dn);return n=>e.runOutsideAngular(()=>t.handleError(n))}});function PN(){return fi(ht(),le())}function fi(e,t){return new Et(Wt(e,t))}var Et=(()=>{class e{constructor(n){this.nativeElement=n}static{this.__NG_ELEMENT_ID__=PN}}return e})();function FN(e){return e instanceof Et?e.nativeElement:e}function LN(){return this._results[Symbol.iterator]()}var qd=class e{get changes(){return this._changes??=new xe}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]=LN)}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=iO(t);(this._changesDetected=!rO(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 Cb(e){return(e.flags&128)===128}var xb=new Map,jN=0;function BN(){return jN++}function zN(e){xb.set(e[sl],e)}function Wd(e){xb.delete(e[sl])}var $y="__ngContext__";function hr(e,t){Fn(t)?(e[$y]=t[sl],zN(t)):e[$y]=t}function wb(e){return Db(e[Co])}function Eb(e){return Db(e[Bt])}function Db(e){for(;e!==null&&!mn(e);)e=e[Bt];return e}var Ud;function Ab(e){Ud=e}function VN(){if(Ud!==void 0)return Ud;if(typeof document<"u")return document;throw new F(210,!1)}var zp=new L("",{providedIn:"root",factory:()=>qN}),qN="ng",Vp=new L(""),hi=new L("",{providedIn:"platform",factory:()=>"unknown"});var qp=new L("",{providedIn:"root",factory:()=>VN().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var WN="h",UN="b";var HN=()=>null;function Wp(e,t,n=!1){return HN(e,t,n)}var Ib=!1,GN=new L("",{providedIn:"root",factory:()=>Ib});var Ha=class{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${fv})`}};function dl(e){return e instanceof Ha?e.changingThisBreaksApplicationSecurity:e}function Tb(e,t){let n=YN(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${fv})`)}return n===t}function YN(e){return e instanceof Ha&&e.getTypeName()||null}var ZN=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function kb(e){return e=String(e),e.match(ZN)?e:"unsafe:"+e}var Up=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}(Up||{});function Dt(e){let t=QN();return t?t.sanitize(Up.URL,e)||"":Tb(e,"URL")?dl(e):kb(go(e))}function QN(){let e=le();return e&&e[Xt].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||{}),KN;function Hp(e,t){return KN(e,t)}function Zr(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?Rb(t,n,a):Ga(t,n,a,i||null,!0):e===1&&n!==null?Ga(t,n,a,i||null,!0):e===2?dR(t,a,s):e===3&&t.destroyNode(a),o!=null&&fR(t,e,o,n,i)}}function $N(e,t){return e.createText(t)}function JN(e,t,n){e.setValue(t,n)}function Mb(e,t,n){return e.createElement(t,n)}function XN(e,t){Ob(e,t),t[hn]=null,t[qt]=null}function eR(e,t,n,r,i,o){r[hn]=i,r[qt]=t,fl(e,r,n,1,i,o)}function Ob(e,t){t[Xt].changeDetectionScheduler?.notify(9),fl(e,t,t[Ze],2,null,null)}function tR(e){let t=e[Co];if(!t)return yd(e[V],e);for(;t;){let n=null;if(Fn(t))n=t[Co];else{let r=t[Ge];r&&(n=r)}if(!n){for(;t&&!t[Bt]&&t!==e;)Fn(t)&&yd(t[V],t),t=t[Ye];t===null&&(t=e),Fn(t)&&yd(t[V],t),n=t&&t[Bt]}t=n}}function nR(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],Cv(n,Ge+r,t)):(n.push(t),t[Bt]=null),t[Ye]=n;let s=t[lr];s!==null&&n!==s&&Nb(s,t);let a=t[cn];a!==null&&a.insertView(e),Od(t),t[j]|=128}function Nb(e,t){let n=e[ni],r=t[Ye];if(Fn(r))e[j]|=Ba.HasTransplantedViews;else{let i=r[Ye][zt];t[zt]!==i&&(e[j]|=Ba.HasTransplantedViews)}n===null?e[ni]=[t]:n.push(t)}function Gp(e,t){let n=e[ni],r=n.indexOf(t);n.splice(r,1)}function xo(e,t){if(e.length<=Ge)return;let n=Ge+t,r=e[n];if(r){let i=r[lr];i!==null&&i!==e&&Gp(i,r),t>0&&(e[n-1][Bt]=r[Bt]);let o=Pa(e,Ge+t);XN(r[V],r);let s=o[cn];s!==null&&s.detachView(o[V]),r[Ye]=null,r[Bt]=null,r[j]&=-129}return r}function pl(e,t){if(!(t[j]&256)){let n=t[Ze];n.destroyNode&&fl(e,t,n,3,null,null),tR(t)}}function yd(e,t){if(t[j]&256)return;let n=X(null);try{t[j]&=-129,t[j]|=256,t[xt]&&Wc(t[xt]),iR(e,t),rR(e,t),t[V].type===1&&t[Ze].destroy();let r=t[lr];if(r!==null&&mn(t[Ye])){r!==t[Ye]&&Gp(r,t);let i=t[cn];i!==null&&i.detachView(e)}Wd(t)}finally{X(n)}}function rR(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 iR(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];Kt(4,a,l);try{l.call(a)}finally{Kt(5,a,l)}}else{Kt(4,i,o);try{o.call(i)}finally{Kt(5,i,o)}}}}}function oR(e,t,n){return sR(e,t.parent,n)}function sR(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 Ga(e,t,n,r,i){e.insertBefore(t,n,r,i)}function Rb(e,t,n){e.appendChild(t,n)}function Jy(e,t,n,r,i){r!==null?Ga(e,t,n,r,i):Rb(e,t,n)}function Pb(e,t){return e.parentNode(t)}function aR(e,t){return e.nextSibling(t)}function lR(e,t,n){return cR(e,t,n)}function uR(e,t,n){return e.type&40?Wt(e,n):null}var cR=uR,Xy;function Yp(e,t,n,r){let i=oR(e,r,t),o=t[Ze],s=r.parent||t[qt],a=lR(s,r,t);if(i!=null)if(Array.isArray(n))for(let l=0;l<n.length;l++)Jy(o,i,n[l],a,!1);else Jy(o,i,n,a,!1);Xy!==void 0&&Xy(o,r,t,n,i)}function fo(e,t){if(t!==null){let n=t.type;if(n&3)return Wt(t,e);if(n&4)return Hd(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return fo(e,r);{let i=e[t.index];return mn(i)?Hd(-1,i):en(i)}}else{if(n&128)return fo(e,t.next);if(n&32)return Hp(t,e)()||en(e[t.index]);{let r=Fb(e,t);if(r!==null){if(Array.isArray(r))return r[0];let i=cr(e[zt]);return fo(i,r)}else return fo(e,t.next)}}}return null}function Fb(e,t){if(t!==null){let r=e[zt][qt],i=t.projection;return r.projection[i]}return null}function Hd(e,t){let n=Ge+e+1;if(n<t.length){let r=t[n],i=r[V].firstChild;if(i!==null)return fo(r,i)}return t[ur]}function dR(e,t,n){e.removeChild(null,t,n)}function Zp(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)Zp(e,t,n.child,r,i,o,!1),Zr(t,e,i,a,o);else if(l&32){let u=Hp(n,r),c;for(;c=u();)Zr(t,e,i,c,o);Zr(t,e,i,a,o)}else l&16?pR(e,t,r,n,i,o):Zr(t,e,i,a,o);n=s?n.projectionNext:n.next}}function fl(e,t,n,r,i,o){Zp(n,r,e.firstChild,t,i,o,!1)}function pR(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];Zr(t,e,i,c,o)}else{let u=l,c=s[Ye];Cb(r)&&(u.flags|=128),Zp(e,t,u,c,i,o,!0)}}function fR(e,t,n,r,i){let o=n[ur],s=en(n);o!==s&&Zr(t,e,r,o,i);for(let a=Ge;a<n.length;a++){let l=n[a];fl(l[V],l,e,t,r,o)}}function hR(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 mR(e,t,n){e.setAttribute(t,"style",n)}function Lb(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function jb(e,t,n){let{mergedAttrs:r,classes:i,styles:o}=n;r!==null&&Ad(e,t,r),i!==null&&Lb(e,t,i),o!==null&&mR(e,t,o)}var yn={};function T(e=1){Bb(et(),le(),gn()+e,!1)}function Bb(e,t,n,r){if(!r)if((t[j]&3)===3){let o=e.preOrderCheckHooks;o!==null&&Ta(t,o,n)}else{let o=e.preOrderHooks;o!==null&&ka(t,o,0,n)}dr(n)}function ve(e,t=Q.Default){let n=le();if(n===null)return oe(e,t);let r=ht();return fb(r,n,Xe(e),t)}function zb(e,t,n,r,i,o){let s=X(null);try{let a=null;i&Ln.SignalBased&&(a=t[r][_n]),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):Bv(t,a,r,o)}finally{X(s)}}function gR(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];oN(s,o);let l=t[o];a(2,l)}}}finally{dr(-1)}}function hl(e,t,n,r,i,o,s,a,l,u,c){let p=t.blueprint.slice();return p[hn]=i,p[j]=r|4|128|8|64,(u!==null||e&&e[j]&2048)&&(p[j]|=2048),Uv(p),p[Ye]=p[ci]=e,p[He]=n,p[Xt]=s||e&&e[Xt],p[Ze]=a||e&&e[Ze],p[ti]=l||e&&e[ti]||null,p[qt]=o,p[sl]=BN(),p[So]=c,p[Fv]=u,p[zt]=t.type==2?e[zt]:p,p}function Oo(e,t,n,r,i){let o=e.data[t];if(o===null)o=yR(e,t,n,r,i),iN()&&(o.flags|=32);else if(o.type&64){o.type=n,o.value=r,o.attrs=i;let s=XO();o.injectorIndex=s===null?-1:s.injectorIndex}return di(o,!0),o}function yR(e,t,n,r,i){let o=Qv(),s=Kv(),a=s?o:o&&o.parent,l=e.data[t]=wR(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 qb(e,t,n,r,i){let o=gn(),s=r&2;try{dr(-1),s&&t.length>ft&&Bb(e,t,ft,!1),Kt(s?2:0,i),n(r,i)}finally{dr(o),Kt(s?3:1,i)}}function Wb(e,t,n){if(jv(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 Ub(e,t,n){Zv()&&(_R(e,t,n,Wt(n,t)),(n.flags&64)===64&&Qb(e,t,n))}function Hb(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 Gb(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Qp(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Qp(e,t,n,r,i,o,s,a,l,u,c){let p=ft+r,d=p+i,f=vR(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 vR(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:yn);return n}function bR(e,t,n,r){let o=r.get(GN,Ib)||n===Jt.ShadowDom,s=e.selectRootElement(t,o);return SR(s),s}function SR(e){CR(e)}var CR=()=>null;function xR(e,t,n,r){let i=Jb(t);i.push(n),e.firstCreatePass&&Xb(e).push(r,i.length-1)}function wR(e,t,n,r,i,o){let s=t?t.injectorIndex:-1,a=0;return KO()&&(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 ev(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?tv(r,n,u,a,l):tv(r,n,u,a)}return r}function tv(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 ER(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=ev(0,p.inputs,c,l,f),u=ev(1,p.outputs,c,u,g);let h=l!==null&&s!==null&&!wp(t)?BR(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 DR(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function AR(e,t,n,r,i,o,s,a){let l=Wt(t,n),u=t.inputs,c;!a&&u!=null&&(c=u[r])?(Kp(e,n,c,r,i),al(t)&&IR(n,t.index)):t.type&3?(r=DR(r),i=s!=null?s(i,t.value||"",r):i,o.setProperty(l,r,i)):t.type&12}function IR(e,t){let n=Vn(t,e);n[j]&16||(n[j]|=64)}function Yb(e,t,n,r){if(Zv()){let i=r===null?null:{"":-1},o=OR(e,n),s,a;o===null?s=a=null:[s,a]=o,s!==null&&Zb(e,t,n,s,i,a),i&&NR(n,r,i)}n.mergedAttrs=vo(n.mergedAttrs,n.attrs)}function Zb(e,t,n,r,i,o){for(let u=0;u<r.length;u++)Fd(qa(n,t),e,r[u].type);PR(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=vo(n.mergedAttrs,c.hostAttrs),FR(e,n,t,l,c),RR(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++}ER(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;kR(s)!=a&&s.push(a),s.push(n,r,o)}}function kR(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function _R(e,t,n,r){let i=n.directiveStart,o=n.directiveEnd;al(n)&&LR(t,n,e.data[i+n.componentOffset]),e.firstCreatePass||qa(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&&jR(t,a-i,u,l,n,s),jn(l)){let c=Vn(n.index,t);c[He]=fr(t,e,a,n)}}}function Qb(e,t,n){let r=n.directiveStart,i=n.directiveEnd,o=n.index,s=sN();try{dr(o);for(let a=r;a<i;a++){let l=e.data[a],u=t[a];Nd(a),(l.hostBindings!==null||l.hostVars!==0||l.hostAttrs!==null)&&MR(l,u)}}finally{dr(-1),Nd(s)}}function MR(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function OR(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(mO(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;Gd(e,t,l)}else r.unshift(s),Gd(e,t,0);else i=i||new Map,s.findHostDirectiveDefs?.(s,r,i),r.push(s)}return r===null?null:[r,i]}function Gd(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function NR(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 F(-301,!1);r.push(t[i],o)}}}function RR(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 PR(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function FR(e,t,n,r,i){e.data[r]=i;let o=i.factory||(i.factory=$r(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 LR(e,t,n){let r=Wt(t,e),i=Gb(n),o=e[Xt].rendererFactory,s=16;n.signals?s=4096:n.onPush&&(s=64);let a=ml(e,hl(e,i,null,s,r,t,null,o.createRenderer(r,n),null,null,null));e[t.index]=a}function jR(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++];zb(r,n,l,u,c,p)}}function BR(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 $b(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];Mp(o),a.contentQueries(2,t[s],s)}}}finally{X(r)}}}function ml(e,t){return e[Co]?e[zy][Bt]=t:e[Co]=t,e[zy]=t,t}function Yd(e,t,n){Mp(0);let r=X(null);try{t(e,n)}finally{X(r)}}function Jb(e){return e[La]??=[]}function Xb(e){return e.cleanup??=[]}function eS(e,t){let n=e[ti],r=n?n.get(dn,null):null;r&&r.handleError(t)}function Kp(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];zb(c,u,r,a,l,i)}}function tS(e,t,n){let r=Wv(t,e);JN(e[Ze],r,n)}function zR(e,t){let n=Vn(t,e),r=n[V];VR(r,n);let i=n[hn];i!==null&&n[So]===null&&(n[So]=Wp(i,n[ti])),$p(r,n,n[He])}function VR(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function $p(e,t,n){Op(t);try{let r=e.viewQuery;r!==null&&Yd(1,r,n);let i=e.template;i!==null&&qb(e,t,i,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[cn]?.finishViewCreation(e),e.staticContentQueries&&$b(e,t),e.staticViewQueries&&Yd(2,e.viewQuery,n);let o=e.components;o!==null&&qR(t,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[j]&=-5,Np()}}function qR(e,t){for(let n=0;n<t.length;n++)zR(e,t[n])}function gl(e,t,n,r){let i=X(null);try{let o=t.tView,a=e[j]&4096?4096:16,l=hl(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)),$p(o,l,n),l}finally{X(i)}}function nS(e,t){let n=Ge+t;if(n<e.length)return e[n]}function wo(e,t){return!t||t.firstChild===null||Cb(e)}function yl(e,t,n,r=!0){let i=t[V];if(nR(i,t,e,n),r){let s=Hd(n,e),a=t[Ze],l=Pb(a,e[ur]);l!==null&&eR(i,e[qt],a,t,l,s)}let o=t[So];o!==null&&o.firstChild!==null&&(o.firstChild=null)}function rS(e,t){let n=xo(e,t);return n!==void 0&&pl(n[V],n),n}function Ya(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)&&WR(o,r);let s=n.type;if(s&8)Ya(e,t,n.child,r);else if(s&32){let a=Hp(n,t),l;for(;l=a();)r.push(l)}else if(s&16){let a=Fb(t,n);if(Array.isArray(a))r.push(...a);else{let l=cr(t[zt]);Ya(l[V],l,a,r,!0)}}n=i?n.projectionNext:n.next}return r}function WR(e,t){for(let n=Ge;n<e.length;n++){let r=e[n],i=r[V].firstChild;i!==null&&Ya(r[V],r,i,t)}e[ur]!==e[hn]&&t.push(e[ur])}var iS=[];function UR(e){return e[xt]??HR(e)}function HR(e){let t=iS.pop()??Object.create(YR);return t.lView=e,t}function GR(e){e.lView[xt]!==e&&(e.lView=null,iS.push(e))}var YR=te(A({},lo),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{ul(e.lView)},consumerOnSignalRead(){this.lView[xt]=this}});function ZR(e){let t=e[xt]??Object.create(QR);return t.lView=e,t}var QR=te(A({},lo),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{let t=cr(e.lView);for(;t&&!oS(t[V]);)t=cr(t);t&&Hv(t)},consumerOnSignalRead(){this.lView[xt]=this}});function oS(e){return e.type!==2}var KR=100;function sS(e,t=!0,n=0){let r=e[Xt],i=r.rendererFactory,o=!1;o||i.begin?.();try{$R(e,n)}catch(s){throw t&&eS(e,s),s}finally{o||(i.end?.(),r.inlineEffectRunner?.flush())}}function $R(e,t){let n=$v();try{qy(!0),Zd(e,t);let r=0;for(;ll(e);){if(r===KR)throw new F(103,!1);r++,Zd(e,1)}}finally{qy(n)}}function JR(e,t,n,r){let i=t[j];if((i&256)===256)return;let o=!1,s=!1;!o&&t[Xt].inlineEffectRunner?.flush(),Op(t);let a=!0,l=null,u=null;o||(oS(e)?(u=UR(t),l=Zs(u)):Hg()===null?(a=!1,u=ZR(t),l=Zs(u)):t[xt]&&(Wc(t[xt]),t[xt]=null));try{Uv(t),rN(e.bindingStartIndex),n!==null&&qb(e,t,n,2,r);let c=(i&3)===3;if(!o)if(c){let f=e.preOrderCheckHooks;f!==null&&Ta(t,f,null)}else{let f=e.preOrderHooks;f!==null&&ka(t,f,0,null),fd(t,0)}if(s||XR(t),aS(t,0),e.contentQueries!==null&&$b(e,t),!o)if(c){let f=e.contentCheckHooks;f!==null&&Ta(t,f)}else{let f=e.contentHooks;f!==null&&ka(t,f,1),fd(t,1)}gR(e,t);let p=e.components;p!==null&&uS(t,p,0);let d=e.viewQuery;if(d!==null&&Yd(2,d,r),!o)if(c){let f=e.viewCheckHooks;f!==null&&Ta(t,f)}else{let f=e.viewHooks;f!==null&&ka(t,f,2),fd(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[pd]){for(let f of t[pd])f();t[pd]=null}o||(t[j]&=-73)}catch(c){throw o||ul(t),c}finally{u!==null&&(Vc(u,l),a&&GR(u)),Np()}}function aS(e,t){for(let n=wb(e);n!==null;n=Eb(n))for(let r=Ge;r<n.length;r++){let i=n[r];lS(i,t)}}function XR(e){for(let t=wb(e);t!==null;t=Eb(t)){if(!(t[j]&Ba.HasTransplantedViews))continue;let n=t[ni];for(let r=0;r<n.length;r++){let i=n[r];Hv(i)}}}function e1(e,t,n){let r=Vn(t,e);lS(r,n)}function lS(e,t){Tp(e)&&Zd(e,t)}function Zd(e,t){let r=e[V],i=e[j],o=e[xt],s=!!(t===0&&i&16);if(s||=!!(i&64&&t===0),s||=!!(i&1024),s||=!!(o?.dirty&&qc(o)),s||=!1,o&&(o.dirty=!1),e[j]&=-9217,s)JR(r,e,r.template,e[He]);else if(i&8192){aS(e,1);let a=r.components;a!==null&&uS(e,a,1)}}function uS(e,t,n){for(let r=0;r<t.length;r++)e1(e,t[r],n)}function Jp(e,t){let n=$v()?64:1088;for(e[Xt].changeDetectionScheduler?.notify(t);e;){e[j]|=n;let r=cr(e);if(_d(e)&&!r)return e;e=r}return null}var mr=class{get rootNodes(){let t=this._lView,n=t[V];return Ya(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[j]&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[ja],r=n?n.indexOf(this):-1;r>-1&&(xo(t,r),Pa(n,r))}this._attachedToViewContainer=!1}pl(this._lView[V],this._lView)}onDestroy(t){Gv(this._lView,t)}markForCheck(){Jp(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[j]&=-129}reattach(){Od(this._lView),this._lView[j]|=128}detectChanges(){this._lView[j]|=1024,sS(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new F(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=_d(this._lView),n=this._lView[lr];n!==null&&!t&&Gp(n,this._lView),Ob(this._lView[V],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new F(902,!1);this._appRef=t;let n=_d(this._lView),r=this._lView[lr];r!==null&&!n&&Nb(r,this._lView),Od(this._lView)}},Eo=(()=>{class e{static{this.__NG_ELEMENT_ID__=r1}}return e})(),t1=Eo,n1=class extends t1{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=gl(this._declarationLView,this._declarationTContainer,t,{embeddedViewInjector:n,dehydratedView:r});return new mr(i)}};function r1(){return Xp(ht(),le())}function Xp(e,t){return e.type&4?new n1(t,e,fi(e,t)):null}var QY=new RegExp(`^(\\d+)*(${UN}|${WN})*(.*)`);var i1=()=>null;function Do(e,t){return i1(e,t)}var ii=class{},vl=new L("",{providedIn:"root",factory:()=>!1});var cS=new L(""),dS=new L(""),Qd=class{},Za=class{};function o1(e){let t=Error(`No component factory found for ${lt(e)}.`);return t[s1]=e,t}var s1="ngComponent";var Kd=class{resolveComponentFactory(t){throw o1(t)}},oi=class{static{this.NULL=new Kd}},si=class{},mi=(()=>{class e{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>a1()}}return e})();function a1(){let e=le(),t=ht(),n=Vn(t.index,e);return(Fn(n)?n:e)[Ze]}var l1=(()=>{class e{static{this.\u0275prov=B({token:e,providedIn:"root",factory:()=>null})}}return e})();function $d(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 Qa=class extends oi{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=ar(t);return new Ao(n,this.ngModule)}};function nv(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 u1(e){let t=e.toLowerCase();return t==="svg"?zO:t==="math"?VO:null}var Ao=class extends Za{get inputs(){let t=this.componentDef,n=t.inputTransforms,r=nv(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 nv(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=bO(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 wt?i:i?.injector;s&&this.componentDef.getStandaloneInjector!==null&&(s=this.componentDef.getStandaloneInjector(s)||s);let a=s?new Rd(t,s):t,l=a.get(si,null);if(l===null)throw new F(407,!1);let u=a.get(l1,null),c=a.get(ii,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?bR(d,r,this.componentDef.encapsulation,a):Mb(d,f,u1(f)),h=512;this.componentDef.signals?h|=4096:this.componentDef.onPush||(h|=16);let y=null;g!==null&&(y=Wp(g,a,!0));let m=Qp(0,null,null,1,0,null,null,null,null,null,null),v=hl(null,m,null,h,null,null,p,d,a,null,y);Op(v);let S,C,D=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=c1(v,g);D=d1(ae,g,x,W,v,p,d),C=Ip(m,ft),g&&h1(d,x,g,r),n!==void 0&&m1(C,this.ngContentSelectors,n),S=f1(D,x,W,U,v,[g1]),$p(m,v,null)}catch(x){throw D!==null&&Wd(D),Wd(v),x}finally{Np()}return new Jd(this.componentType,S,fi(C,v),v,C)}finally{X(o)}}},Jd=class extends Qd{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;Kp(o[V],o,i,t,n),this.previousInputValues.set(t,n);let s=Vn(this._tNode.index,o);Jp(s,1)}}get injector(){return new sr(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function c1(e,t){let n=e[V],r=ft;return e[r]=t,Oo(n,r,2,"#host",null)}function d1(e,t,n,r,i,o,s){let a=i[V];p1(r,e,t,s);let l=null;t!==null&&(l=Wp(t,i[ti]));let u=o.rendererFactory.createRenderer(t,n),c=16;n.signals?c=4096:n.onPush&&(c=64);let p=hl(i,Gb(n),null,c,i[e.index],e,o,u,null,null,l);return a.firstCreatePass&&Gd(a,e,r.length-1),ml(i,p),i[e.index]=p}function p1(e,t,n,r){for(let i of e)t.mergedAttrs=vo(t.mergedAttrs,i.hostAttrs);t.mergedAttrs!==null&&($d(t,t.mergedAttrs,!0),n!==null&&jb(r,n,t))}function f1(e,t,n,r,i,o){let s=ht(),a=i[V],l=Wt(s,i);Zb(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)}Qb(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 h1(e,t,n,r){if(r)Ad(e,n,["ng-version","18.2.14"]);else{let{attrs:i,classes:o}=SO(t.selectors[0]);i&&Ad(e,n,i),o&&o.length>0&&Lb(e,n,o.join(" "))}}function m1(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 g1(){let e=ht();Fp(le()[V],e)}var gi=(()=>{class e{static{this.__NG_ELEMENT_ID__=y1}}return e})();function y1(){let e=ht();return fS(e,le())}var v1=gi,pS=class extends v1{constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return fi(this._hostTNode,this._hostLView)}get injector(){return new sr(this._hostTNode,this._hostLView)}get parentInjector(){let t=Lp(this._hostTNode,this._hostLView);if(ab(t)){let n=Va(t,this._hostLView),r=za(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=rv(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=Do(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},o,s);return this.insertImpl(a,i,wo(this._hostTNode,s)),a}createComponent(t,n,r,i,o){let s=t&&!FO(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 Ao(ar(t)),u=r||this.parentInjector;if(!o&&l.ngModule==null){let h=(s?u:this.parentInjector).get(wt,null);h&&(o=h)}let c=ar(l.componentType??{}),p=Do(this._lContainer,c?.id??null),d=p?.firstChild??null,f=l.create(u,i,d,o);return this.insertImpl(f.hostView,a,wo(this._hostTNode,p)),f}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let i=t._lView;if(UO(i)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let l=i[Ye],u=new pS(l,l[qt],l[Ye]);u.detach(u.indexOf(t))}}let o=this._adjustIndex(n),s=this._lContainer;return yl(s,i,o,r),t.attachToViewContainerRef(),Cv(vd(s),o,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=rv(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=xo(this._lContainer,n);r&&(Pa(vd(this._lContainer),n),pl(r[V],r))}detach(t){let n=this._adjustIndex(t,-1),r=xo(this._lContainer,n);return r&&Pa(vd(this._lContainer),n)!=null?new mr(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function rv(e){return e[ja]}function vd(e){return e[ja]||(e[ja]=[])}function fS(e,t){let n,r=t[e.index];return mn(r)?n=r:(n=Kb(r,t,null,e),t[e.index]=n,ml(t,n)),S1(n,t,e,r),new pS(n,e,t)}function b1(e,t){let n=e[Ze],r=n.createComment(""),i=Wt(t,e),o=Pb(n,i);return Ga(n,o,r,aR(n,i),!1),r}var S1=w1,C1=()=>!1;function x1(e,t,n){return C1(e,t,n)}function w1(e,t,n,r){if(e[ur])return;let i;n.type&8?i=en(r):i=b1(t,n),e[ur]=i}var Xd=class e{constructor(t){this.queryList=t,this.matches=null}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},ep=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++)ef(t,n).matches!==null&&this.queries[n].setDirty()}},tp=class{constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=M1(t):this.predicate=t}},np=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)}},rp=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,E1(n,o)),this.matchTNodeWithReadOption(t,n,_a(n,t,o,!1,!1))}else r===Eo?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===Et||i===gi||i===Eo&&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 E1(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 D1(e,t){return e.type&11?fi(e,t):e.type&4?Xp(e,t):null}function A1(e,t,n,r){return n===-1?D1(t,e):n===-2?I1(e,t,r):fr(e,e[V],n,t)}function I1(e,t,n){if(n===Et)return fi(t,e);if(n===Eo)return Xp(t,e);if(n===gi)return fS(t,e)}function hS(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(A1(t,c,s[l+1],n.metadata.read))}}i.matches=a}return i.matches}function ip(e,t,n,r){let i=e.queries.getByIndex(n),o=i.matches;if(o!==null){let s=hS(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]&&ip(d[V],d,u,r)}if(c[ni]!==null){let p=c[ni];for(let d=0;d<p.length;d++){let f=p[d];ip(f[V],f,u,r)}}}}}return r}function T1(e,t){return e[cn].queries[t].queryList}function k1(e,t,n){let r=new qd((n&4)===4);return xR(e,t,r,r.destroy),(t[cn]??=new ep).queries.push(new Xd(r))-1}function _1(e,t,n){let r=et();return r.firstCreatePass&&(O1(r,new tp(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),k1(r,le(),t)}function M1(e){return e.split(",").map(t=>t.trim())}function O1(e,t,n){e.queries===null&&(e.queries=new np),e.queries.track(new rp(t,n))}function ef(e,t){return e.queries.getByIndex(t)}function N1(e,t){let n=e[V],r=ef(n,t);return r.crossesNgTemplate?ip(n,e,t,[]):hS(n,e,r,t)}var iv=new Set;function qn(e){iv.has(e)||(iv.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}function bl(e,t){qn("NgSignals");let n=ny(e),r=n[_n];return t?.equal&&(r.equal=t.equal),n.set=i=>Uc(r,i),n.update=i=>ry(r,i),n.asReadonly=R1.bind(n),n}function R1(){let e=this[_n];if(e.readonlyFn===void 0){let t=()=>this();t[_n]=e,e.readonlyFn=t}return e.readonlyFn}function P1(e){return Object.getPrototypeOf(e.prototype).constructor}function yi(e){let t=P1(e.type),n=!0,r=[e];for(;t;){let i;if(jn(e))i=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new F(903,!1);i=t.\u0275dir}if(i){if(n){r.push(i);let s=e;s.inputs=Ea(e.inputs),s.inputTransforms=Ea(e.inputTransforms),s.declaredInputs=Ea(e.declaredInputs),s.outputs=Ea(e.outputs);let a=i.hostBindings;a&&z1(e,a);let l=i.viewQuery,u=i.contentQueries;if(l&&j1(e,l),u&&B1(e,u),F1(e,i),LM(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===yi&&(n=!1)}}t=Object.getPrototypeOf(t)}L1(r)}function F1(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 L1(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=vo(i.hostAttrs,n=vo(n,i.hostAttrs))}}function Ea(e){return e===Jr?{}:e===Ct?[]:e}function j1(e,t){let n=e.viewQuery;n?e.viewQuery=(r,i)=>{t(r,i),n(r,i)}:e.viewQuery=t}function B1(e,t){let n=e.contentQueries;n?e.contentQueries=(r,i,o)=>{t(r,i,o),n(r,i,o)}:e.contentQueries=t}function z1(e,t){let n=e.hostBindings;n?e.hostBindings=(r,i)=>{t(r,i),n(r,i)}:e.hostBindings=t}var zn=class{},Io=class{};var op=class extends zn{constructor(t,n,r,i=!0){super(),this.ngModuleType=t,this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new Qa(this);let o=kv(t);this._bootstrapComponents=_b(o.bootstrap),this._r3Injector=gb(t,n,[{provide:zn,useValue:this},{provide:oi,useValue:this.componentFactoryResolver},...r],lt(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)}},sp=class extends Io{constructor(t){super(),this.moduleType=t}create(t){return new op(this.moduleType,t,[])}};var Ka=class extends zn{constructor(t){super(),this.componentFactoryResolver=new Qa(this),this.instance=null;let n=new bo([...t.providers,{provide:zn,useValue:this},{provide:oi,useValue:this.componentFactoryResolver}],t.parent||Dp(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function tf(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 V1(e,t,n,r){let i=gr(e,t,n);return gr(e,t+1,r)||i}function q1(e){return(e.flags&32)===32}function W1(e,t,n,r,i,o,s,a,l){let u=t.consts,c=Oo(t,e,4,s||null,a||null);Yb(t,n,c,ri(u,l)),Fp(t,c);let p=c.tView=Qp(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 ap(e,t,n,r,i,o,s,a,l,u){let c=n+ft,p=t.firstCreatePass?W1(c,t,e,r,i,o,s,a,l):t.data[c];di(p,!1);let d=U1(t,e,p,n);Rp()&&Yp(t,e,d,p),hr(d,e);let f=Kb(d,e,d,p);return e[c]=f,ml(e,f),x1(f,p,e),Ap(p)&&Ub(t,e,p),l!=null&&Hb(e,p,u),p}function Fe(e,t,n,r,i,o,s,a){let l=le(),u=et(),c=ri(u.consts,o);return ap(l,u,e,t,n,r,i,c,s,a),Fe}var U1=H1;function H1(e,t,n,r){return Pp(!0),t[Ze].createComment("")}var ho=function(e){return e[e.EarlyRead=0]="EarlyRead",e[e.Write=1]="Write",e[e.MixedReadWrite=2]="MixedReadWrite",e[e.Read=3]="Read",e}(ho||{}),G1=(()=>{class e{constructor(){this.impl=null}execute(){this.impl?.execute()}static{this.\u0275prov=B({token:e,providedIn:"root",factory:()=>new e})}}return e})(),ov=class e{constructor(){this.ngZone=I(we),this.scheduler=I(ii),this.errorHandler=I(dn,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}static{this.PHASES=[ho.EarlyRead,ho.Write,ho.MixedReadWrite,ho.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=B({token:e,providedIn:"root",factory:()=>new e})}};function Y1(e,t,n,r){return gr(e,cl(),n)?t+go(n)+r:yn}function Z1(e,t,n,r,i,o){let s=nN(),a=V1(e,s,n,i);return Jv(2),a?t+go(n)+r+go(i)+o:yn}function Da(e,t){return e<<17|t<<2}function yr(e){return e>>17&32767}function Q1(e){return(e&2)==2}function K1(e,t){return e&131071|t<<17}function lp(e){return e|2}function ai(e){return(e&131068)>>2}function bd(e,t){return e&-131069|t<<2}function $1(e){return(e&1)===1}function up(e){return e|1}function J1(e,t,n,r,i,o){let s=o?t.classBindings:t.styleBindings,a=yr(s),l=ai(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]=Da(d,a),d!==0&&(e[d+1]=bd(e[d+1],r)),e[a+1]=K1(e[a+1],r)}else e[r+1]=Da(a,0),a!==0&&(e[a+1]=bd(e[a+1],r)),a=r;else e[r+1]=Da(l,0),a===0?a=r:e[l+1]=bd(e[l+1],r),l=r;u&&(e[r+1]=lp(e[r+1])),sv(e,c,r,!0),sv(e,c,r,!1),X1(t,c,e,r,o),s=Da(a,l),o?t.classBindings=s:t.styleBindings=s}function X1(e,t,n,r,i){let o=i?e.residualClasses:e.residualStyles;o!=null&&typeof t=="string"&&_o(o,t)>=0&&(n[r+1]=up(n[r+1]))}function sv(e,t,n,r){let i=e[n+1],o=t===null,s=r?yr(i):ai(i),a=!1;for(;s!==0&&(a===!1||o);){let l=e[s],u=e[s+1];eP(l,t)&&(a=!0,e[s+1]=r?up(u):lp(u)),s=r?yr(u):ai(u)}a&&(e[n+1]=r?lp(i):up(i))}function eP(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 re(e,t,n){let r=le(),i=cl();if(gr(r,i,t)){let o=et(),s=cN();AR(o,s,r,e,t,r[Ze],n,!1)}return re}function av(e,t,n,r,i){let o=t.inputs,s=i?"class":"style";Kp(e,n,o[s],s,r)}function nf(e,t){return tP(e,t,null,!0),nf}function tP(e,t,n,r){let i=le(),o=et(),s=Jv(2);if(o.firstUpdatePass&&rP(o,e,s,r),t!==yn&&gr(i,s,t)){let a=o.data[gn()];lP(o,a,i,i[Ze],e,i[s+1]=uP(t,n),r,s)}}function nP(e,t){return t>=e.expandoStartIndex}function rP(e,t,n,r){let i=e.data;if(i[n+1]===null){let o=i[gn()],s=nP(e,n);cP(o,r)&&t===null&&!s&&(t=!1),t=iP(i,o,t,r),J1(i,o,t,n,s,r)}}function iP(e,t,n,r){let i=aN(e),o=r?t.residualClasses:t.residualStyles;if(i===null)(r?t.classBindings:t.styleBindings)===0&&(n=Sd(null,e,t,n,r),n=To(n,t.attrs,r),o=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==i)if(n=Sd(i,e,t,n,r),o===null){let l=oP(e,t,r);l!==void 0&&Array.isArray(l)&&(l=Sd(null,e,t,l[1],r),l=To(l,t.attrs,r),sP(e,t,r,l))}else o=aP(e,t,r)}return o!==void 0&&(r?t.residualClasses=o:t.residualStyles=o),n}function oP(e,t,n){let r=n?t.classBindings:t.styleBindings;if(ai(r)!==0)return e[yr(r)]}function sP(e,t,n,r){let i=n?t.classBindings:t.styleBindings;e[yr(i)]=r}function aP(e,t,n){let r,i=t.directiveEnd;for(let o=1+t.directiveStylingLast;o<i;o++){let s=e[o].hostAttrs;r=To(r,s,n)}return To(r,t.attrs,n)}function Sd(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=To(r,o.hostAttrs,i),o!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function To(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]),sO(e,s,n?!0:t[++o]))}return e===void 0?null:e}function lP(e,t,n,r,i,o,s,a){if(!(t.type&3))return;let l=e.data,u=l[a+1],c=$1(u)?lv(l,t,n,i,ai(u),s):void 0;if(!$a(c)){$a(o)||Q1(u)&&(o=lv(l,null,n,i,a,s));let p=Wv(gn(),n);hR(r,s,p,i,o)}}function lv(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?Ct:void 0);let f=p?cd(d,r):c===r?d:void 0;if(u&&!$a(f)&&(f=cd(l,r)),$a(f)&&(a=f,s))return a;let g=e[i+1];i=s?yr(g):ai(g)}if(t!==null){let l=o?t.residualClasses:t.residualStyles;l!=null&&(a=cd(l,r))}return a}function $a(e){return e!==void 0}function uP(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=lt(dl(e)))),e}function cP(e,t){return(e.flags&(t?8:16))!==0}var cp=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 Cd(e,t,n,r,i){return e===n&&Object.is(t,r)?1:Object.is(i(e,t),i(n,r))?-1:0}function dP(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=Cd(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=Cd(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 Ja,i??=cv(e,o,s,n),dp(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;)uv(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=Cd(o,c,o,p,n);if(d!==0)d<0&&e.updateValue(o,p),o++,u=l.next();else{r??=new Ja,i??=cv(e,o,s,n);let f=n(o,p);if(dp(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;)uv(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 dp(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function uv(e,t,n,r,i){if(dp(e,t,r,n(r,i)))e.updateValue(r,i);else{let o=e.create(r,i);e.attach(r,o)}}function cv(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 Ja=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 be(e,t){qn("NgControlFlow");let n=le(),r=cl(),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&&rS(o,s),e!==-1){let l=ft+e,u=Xa(n,l),c=mp(n[V],l),p=Do(u,c.tView.ssrId),d=gl(n,c,t,{dehydratedView:p});yl(u,d,s,wo(c,p))}}finally{X(a)}}else if(o!==void 0){let a=nS(o,s);a!==void 0&&(a[He]=t)}}var pp=class{constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-Ge}};function tt(e){return e}var fp=class{constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function nt(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 fp(h,m);y[ft+e]=v,ap(f,g,e+1,t,n,r,i,ri(g.consts,o)),h&&ap(f,g,e+2,l,u,c,p,ri(g.consts,d))}var hp=class extends cp{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[So];this.needsIndexUpdate||=t!==this.length,yl(this.lContainer,n,t,wo(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,pP(this.lContainer,t)}create(t,n){let r=Do(this.lContainer,this.templateTNode.tView.ssrId),i=gl(this.hostLView,this.templateTNode,new pp(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),i}destroy(t){pl(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 fP(this.lContainer,t)}};function rt(e){let t=X(null),n=gn();try{let r=le(),i=r[V],o=r[n],s=n+1,a=Xa(r,s);if(o.liveCollection===void 0){let u=mp(i,s);o.liveCollection=new hp(a,r,u)}else o.liveCollection.reset();let l=o.liveCollection;if(dP(l,e,o.trackByFn),l.updateIndexes(),o.hasEmptyBlock){let u=cl(),c=l.length===0;if(gr(r,u,c)){let p=n+2,d=Xa(r,p);if(c){let f=mp(i,p),g=Do(d,f.tView.ssrId),h=gl(r,f,void 0,{dehydratedView:g});yl(d,h,0,wo(f,g))}else rS(d,0)}}}finally{X(t)}}function Xa(e,t){return e[t]}function pP(e,t){return xo(e,t)}function fP(e,t){return nS(e,t)}function mp(e,t){return Ip(e,t)}function hP(e,t,n,r,i,o){let s=t.consts,a=ri(s,i),l=Oo(t,e,2,r,a);return Yb(t,n,l,ri(s,o)),l.attrs!==null&&$d(l,l.attrs,!1),l.mergedAttrs!==null&&$d(l,l.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,l),l}function E(e,t,n,r){let i=le(),o=et(),s=ft+e,a=i[Ze],l=o.firstCreatePass?hP(s,o,i,t,n,r):o.data[s],u=mP(o,i,l,a,t,e);i[s]=u;let c=Ap(l);return di(l,!0),jb(a,u,l),!q1(l)&&Rp()&&Yp(o,i,u,l),YO()===0&&hr(u,i),ZO(),c&&(Ub(o,i,l),Wb(o,l,i)),r!==null&&Hb(i,l),E}function w(){let e=ht();Kv()?eN():(e=e.parent,di(e,!1));let t=e;$O(t)&&JO(),QO();let n=et();return n.firstCreatePass&&(Fp(n,e),jv(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&mN(t)&&av(n,t,le(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&gN(t)&&av(n,t,le(),t.stylesWithoutHost,!1),w}function Z(e,t,n,r){return E(e,t,n,r),w(),Z}var mP=(e,t,n,r,i,o)=>(Pp(!0),Mb(r,i,dN()));function rf(){return le()}var el="en-US";var gP=el;function yP(e){typeof e=="string"&&(gP=e.toLowerCase().replace(/_/g,"-"))}var vP=(e,t,n)=>{};function At(e,t,n,r){let i=le(),o=et(),s=ht();return SP(o,i,i[Ze],s,e,t,r),At}function bP(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 SP(e,t,n,r,i,o,s){let a=Ap(r),u=e.firstCreatePass&&Xb(e),c=t[He],p=Jb(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=bP(e,t,i,r.index)),S!==null){let C=S.__ngLastListenerFn__||S;C.__ngNextListenerFn__=o,S.__ngLastListenerFn__=o,d=!1}else{o=pv(r,t,c,o),vP(h,i,o);let C=n.listen(y,i,o);p.push(o,C),u&&u.push(i,v,m,m+1)}}else o=pv(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],D=t[m][v].subscribe(o),x=p.length;p.push(o,D),u&&u.push(i,r.index,x,-(x+1))}}}function dv(e,t,n,r){let i=X(null);try{return Kt(6,t,n),n(r)!==!1}catch(o){return eS(e,o),!1}finally{Kt(7,t,n),X(i)}}function pv(e,t,n,r){return function i(o){if(o===Function)return r;let s=e.componentOffset>-1?Vn(e.index,t):t;Jp(s,5);let a=dv(t,n,r,o),l=i.__ngNextListenerFn__;for(;l;)a=dv(t,n,l,o)&&a,l=l.__ngNextListenerFn__;return a}}function se(e=1){return uN(e)}function of(e,t,n){_1(e,t,n)}function Sl(e){let t=le(),n=et(),r=Xv();Mp(r+1);let i=ef(n,r);if(e.dirty&&WO(t)===((i.metadata.flags&2)===2)){if(i.matches===null)e.reset([]);else{let o=N1(t,r);e.reset(o,FN),e.notifyOnChanges()}return!0}return!1}function Cl(){return T1(le(),Xv())}function mS(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function N(e,t=""){let n=le(),r=et(),i=e+ft,o=r.firstCreatePass?Oo(r,i,1,t,null):r.data[i],s=CP(r,n,o,t,e);n[i]=s,Rp()&&Yp(r,n,s,o),di(o,!1)}var CP=(e,t,n,r,i)=>(Pp(!0),$N(t[Ze],r));function Se(e){return vr("",e,""),Se}function vr(e,t,n){let r=le(),i=Y1(r,e,t,n);return i!==yn&&tS(r,gn(),i),vr}function vi(e,t,n,r,i){let o=le(),s=Z1(o,e,t,n,r,i);return s!==yn&&tS(o,gn(),s),vi}var gS={};function sf(e){let t=et(),n=le(),r=e+ft,i=Oo(t,r,128,null,null);return di(i,!1),mS(t,n,r,gS),sf}function yS(e){qn("NgLet");let t=et(),n=le(),r=gn();return mS(t,n,r,e),e}function vS(e){let t=tN(),n=qO(t,ft+e);if(n===gS)throw new F(314,!1);return n}function xP(e,t,n){let r=et();if(r.firstCreatePass){let i=jn(e);gp(n,r.data,r.blueprint,i,!0),gp(t,r.data,r.blueprint,i,!1)}}function gp(e,t,n,r,i){if(e=Xe(e),Array.isArray(e))for(let o=0;o<e.length;o++)gp(e[o],t,n,r,i);else{let o=et(),s=le(),a=ht(),l=ei(e)?e:Xe(e.provide),u=Pv(e),c=a.providerIndexes&1048575,p=a.directiveStart,d=a.providerIndexes>>20;if(ei(e)||!e.multi){let f=new pr(u,i,ve),g=wd(l,t,i?c:c+d,p);g===-1?(Fd(qa(a,s),o,l),xd(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=wd(l,t,c+d,p),g=wd(l,t,c,c+d),h=f>=0&&n[f],y=g>=0&&n[g];if(i&&!y||!i&&!h){Fd(qa(a,s),o,l);let m=DP(i?EP:wP,n.length,i,r,u);!i&&y&&(n[g].providerFactory=m),xd(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=bS(n[i?g:f],u,!i&&r);xd(o,e,f>-1?f:g,m)}!i&&r&&y&&n[g].componentProviders++}}}function xd(e,t,n,r){let i=ei(t),o=TO(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 bS(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function wd(e,t,n,r){for(let i=n;i<r;i++)if(t[i]===e)return i;return-1}function wP(e,t,n,r){return yp(this.multi,[])}function EP(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),yp(i,o);for(let l=s;l<a.length;l++)o.push(a[l])}else o=[],yp(i,o);return o}function yp(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function DP(e,t,n,r,i){let o=new pr(e,n,ve);return o.multi=[],o.index=t,o.componentProviders=0,bS(o,i,r&&!n),o}function af(e,t=[]){return n=>{n.providersResolver=(r,i)=>xP(r,i?i(e):e,t)}}var AP=(()=>{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=Ov(!1,n.type),i=r.length>0?tf([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=B({token:e,providedIn:"environment",factory:()=>new e(oe(wt))})}}return e})();function de(e){qn("NgStandalone"),e.getStandaloneInjector=t=>t.get(AP).getOrCreateStandaloneInjector(e)}var xl=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"platform"})}}return e})();var SS=new L("");function br(e){return!!e&&typeof e.then=="function"}function CS(e){return!!e&&typeof e.subscribe=="function"}var xS=new L(""),wS=(()=>{class e{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r}),this.appInits=I(xS,{optional:!0})??[]}runInitializers(){if(this.initialized)return;let n=[];for(let i of this.appInits){let o=i();if(br(o))n.push(o);else if(CS(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),lf=new L("");function IP(){ty(()=>{throw new F(600,!1)})}function TP(e){return e.isBoundToModule}var kP=10;function _P(e,t,n){try{let r=n();return br(r)?r.catch(i=>{throw t.runOutsideAngular(()=>e.handleError(i)),i}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}var Sr=(()=>{class e{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=I(RN),this.afterRenderManager=I(G1),this.zonelessEnabled=I(vl),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new Re,this.afterTick=new Re,this.componentTypes=[],this.components=[],this.isStable=I(pi).hasPendingTasks.pipe(ee(n=>!n)),this._injector=I(wt)}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 Za;if(!this._injector.get(wS).done){let d=!i&&Tv(n),f=!1;throw new F(405,f)}let s;i?s=n:s=this._injector.get(oi).resolveComponentFactory(n),this.componentTypes.push(s.componentType);let a=TP(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(SS,null);return p?.registerApplication(c),u.onDestroy(()=>{this.detachView(u.hostView),Ma(this.components,u),p?.unregisterApplication(c)}),this._loadComponent(u),u}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if(this._runningTick)throw new F(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(si,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let r=0;for(;this.dirtyFlags!==0&&r++<kP;)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)MP(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})=>ll(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;Ma(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView),this.tick(),this.components.push(n);let r=this._injector.get(lf,[]);[...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),()=>Ma(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new F(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Ma(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function MP(e,t,n,r){if(!n&&!ll(e))return;sS(e,t,n&&!r?0:1)}var vp=class{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},uf=(()=>{class e{compileModuleSync(n){return new sp(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),i=kv(n),o=_b(i.declarations).reduce((s,a)=>{let l=ar(a);return l&&s.push(new Ao(l)),s},[]);return new vp(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var OP=(()=>{class e{constructor(){this.zone=I(we),this.changeDetectionScheduler=I(ii),this.applicationRef=I(Sr)}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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),NP=new L("",{factory:()=>!1});function ES({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new we(te(A({},AS()),{scheduleInRootZone:n})),[{provide:we,useFactory:e},{provide:Xr,multi:!0,useFactory:()=>{let r=I(OP,{optional:!0});return()=>r.initialize()}},{provide:Xr,multi:!0,useFactory:()=>{let r=I(RP);return()=>{r.initialize()}}},t===!0?{provide:cS,useValue:!0}:[],{provide:dS,useValue:n??yb}]}function DS(e){let t=e?.ignoreChangesOutsideZone,n=e?.scheduleInRootZone,r=ES({ngZoneFactory:()=>{let i=AS(e);return i.scheduleInRootZone=n,i.shouldCoalesceEventChangeDetection&&qn("NgZone_CoalesceEvent"),new we(i)},ignoreChangesOutsideZone:t,scheduleInRootZone:n});return il([{provide:NP,useValue:!0},{provide:vl,useValue:!1},r])}function AS(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var RP=(()=>{class e{constructor(){this.subscription=new Ce,this.initialized=!1,this.zone=I(we),this.pendingTasks=I(pi)}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(()=>{we.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{we.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var PP=(()=>{class e{constructor(){this.appRef=I(Sr),this.taskService=I(pi),this.ngZone=I(we),this.zonelessEnabled=I(vl),this.disableScheduling=I(cS,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new Ce,this.angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Ua):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(I(dS,{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 Vd||!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?Zy:bb;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(Ua+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,Zy(()=>{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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function FP(){return typeof $localize<"u"&&$localize.locale||el}var cf=new L("",{providedIn:"root",factory:()=>I(cf,Q.Optional|Q.SkipSelf)||FP()});var bp=new L("");function Aa(e){return!e.moduleRef}function LP(e){let t=Aa(e)?e.r3Injector:e.moduleRef.injector,n=t.get(we);return n.run(()=>{Aa(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)}})}),Aa(e)){let o=()=>t.destroy(),s=e.platformInjector.get(bp);s.add(o),t.onDestroy(()=>{i.unsubscribe(),s.delete(o)})}else{let o=()=>e.moduleRef.destroy(),s=e.platformInjector.get(bp);s.add(o),e.moduleRef.onDestroy(()=>{Ma(e.allPlatformModules,e.moduleRef),i.unsubscribe(),s.delete(o)})}return _P(r,n,()=>{let o=t.get(wS);return o.runInitializers(),o.donePromise.then(()=>{let s=t.get(cf,el);if(yP(s||el),Aa(e)){let a=t.get(Sr);return e.rootComponent!==void 0&&a.bootstrap(e.rootComponent),a}else return jP(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function jP(e,t){let n=e.injector.get(Sr);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(r=>n.bootstrap(r));else if(e.instance.ngDoBootstrap)e.instance.ngDoBootstrap(n);else throw new F(-403,!1);t.push(e)}var Oa=null,IS=new L("");function BP(e=[],t){return Bn.create({name:t,providers:[{provide:ol,useValue:"platform"},{provide:bp,useValue:new Set([()=>Oa=null])},...e]})}function zP(e=[]){if(Oa)return Oa;let t=BP(e);return t.get(IS,!1)||(Oa=t),IP(),VP(t),t}function VP(e){e.get(Vp,null)?.forEach(n=>n())}var Cr=(()=>{class e{static{this.__NG_ELEMENT_ID__=qP}}return e})();function qP(e){return WP(ht(),le(),(e&16)===16)}function WP(e,t,n){if(al(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 TS(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:i}=e;try{let o=i?.injector??zP(r);if(o.get(IS,!1)===!0&&!e.platformRef)throw new F(401,!1);let s=[ES({}),{provide:ii,useExisting:PP},...n||[]],a=new Ka({providers:s,parent:o,debugName:"",runEnvironmentInitializers:!1});return LP({r3Injector:a.injector,platformInjector:o,rootComponent:t})}catch(o){return Promise.reject(o)}}function wl(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function El(e,t){qn("NgSignals");let n=Jg(e);return t?.equal&&(n[_n].equal=t.equal),n}function Wn(e){let t=X(null);try{return e()}finally{X(t)}}var MS=null;function vn(){return MS}function OS(e){MS??=e}var Dl=class{};var It=new L(""),NS=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>I(GP),providedIn:"platform"})}}return e})();var GP=(()=>{class e extends NS{constructor(){super(),this._doc=I(It),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=B({token:e,factory:()=>new e,providedIn:"platform"})}}return e})();function RS(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 kS(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 xr(e){return e&&e[0]!=="?"?"?"+e:e}var Il=(()=>{class e{historyGo(n){throw new Error("")}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>I(PS),providedIn:"root"})}}return e})(),YP=new L(""),PS=(()=>{class e extends Il{constructor(n,r){super(),this._platformLocation=n,this._removeListenerFns=[],this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??I(It).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 RS(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+xr(this._platformLocation.search),i=this._platformLocation.hash;return i&&n?`${r}${i}`:r}pushState(n,r,i,o){let s=this.prepareExternalUrl(i+xr(o));this._platformLocation.pushState(n,r,s)}replaceState(n,r,i,o){let s=this.prepareExternalUrl(i+xr(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)(oe(NS),oe(YP,8))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var No=(()=>{class e{constructor(n){this._subject=new xe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=KP(kS(_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+xr(r))}normalize(n){return e.stripTrailingSlash(QP(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+xr(r)),i)}replaceState(n,r="",i=null){this._locationStrategy.replaceState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+xr(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=xr}static{this.joinWithSlash=RS}static{this.stripTrailingSlash=kS}static{this.\u0275fac=function(r){return new(r||e)(oe(Il))}}static{this.\u0275prov=B({token:e,factory:()=>ZP(),providedIn:"root"})}}return e})();function ZP(){return new No(oe(Il))}function QP(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 KP(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}function FS(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",$P="server";function pf(e){return e===$P}var Al=class{};var mf=class extends Dl{constructor(){super(...arguments),this.supportsDOMEvents=!0}},gf=class e extends mf{static makeCurrent(){OS(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=XP();return n==null?null:eF(n)}resetBaseElement(){Ro=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return FS(document.cookie,t)}},Ro=null;function XP(){return Ro=Ro||document.querySelector("base"),Ro?Ro.getAttribute("href"):null}function eF(e){return new URL(e,document.baseURI).pathname}var tF=(()=>{class e{build(){return new XMLHttpRequest}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),yf=new L(""),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 F(5101,!1);return this._eventNameToPlugin.set(n,r),r}static{this.\u0275fac=function(r){return new(r||e)(oe(yf),oe(we))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),Tl=class{constructor(t){this._doc=t}},ff="ng-app-id",qS=(()=>{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=pf(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[${ff}="${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(ff),o;{let s=this.doc.createElement("style");return this.nonce&&s.setAttribute("nonce",this.nonce),s.textContent=r,this.platformIsServer&&s.setAttribute(ff,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)(oe(It),oe(zp),oe(qp,8),oe(hi))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),hf={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"},bf=/%COMP%/g,WS="%COMP%",nF=`_nghost-${WS}`,rF=`_ngcontent-${WS}`,iF=!0,oF=new L("",{providedIn:"root",factory:()=>iF});function sF(e){return rF.replace(bf,e)}function aF(e){return nF.replace(bf,e)}function US(e,t){return t.map(n=>n.replace(bf,e))}var jS=(()=>{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=pf(a),this.defaultRenderer=new Po(n,s,l,this.platformIsServer)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;this.platformIsServer&&r.encapsulation===Jt.ShadowDom&&(r=te(A({},r),{encapsulation:Jt.Emulated}));let i=this.getOrCreateRenderer(n,r);return i instanceof kl?i.applyToHost(n):i instanceof Fo&&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 kl(l,u,r,this.appId,c,s,a,p);break;case Jt.ShadowDom:return new vf(l,u,n,r,s,a,this.nonce,p);default:o=new Fo(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)(oe(VS),oe(qS),oe(zp),oe(oF),oe(It),oe(hi),oe(we),oe(qp))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),Po=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(hf[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(BS(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(BS(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 F(-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=hf[i];o?t.setAttributeNS(o,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let i=hf[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 BS(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var vf=class extends Po{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=US(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)}},Fo=class extends Po{constructor(t,n,r,i,o,s,a,l){super(t,o,s,a),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=i,this.styles=l?US(l,r.styles):r.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}},kl=class extends Fo{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=sF(u),this.hostAttr=aF(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}},lF=(()=>{class e extends Tl{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)(oe(It))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})(),zS=["alt","control","meta","shift"],uF={"\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"},cF={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},dF=(()=>{class e extends Tl{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."),zS.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=uF[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"),zS.forEach(s=>{if(s!==i){let a=cF[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)(oe(It))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac})}}return e})();function HS(e,t,n){return TS(A({rootComponent:e,platformRef:n?.platformRef},pF(t)))}function pF(e){return{appProviders:[...yF,...e?.providers??[]],platformProviders:gF}}function fF(){gf.makeCurrent()}function hF(){return new dn}function mF(){return Ab(document),document}var gF=[{provide:hi,useValue:LS},{provide:Vp,useValue:fF,multi:!0},{provide:It,useFactory:mF,deps:[]}];var yF=[{provide:ol,useValue:"root"},{provide:dn,useFactory:hF,deps:[]},{provide:yf,useClass:lF,multi:!0,deps:[It,we,hi]},{provide:yf,useClass:dF,multi:!0,deps:[It]},jS,qS,VS,{provide:si,useExisting:jS},{provide:Al,useClass:tF,deps:[]},[]];var GS=(()=>{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)(oe(It))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();var Y="primary",Xo=Symbol("RouteTitle"),Ef=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 Ei(e){return new Ef(e)}function SF(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 CF(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?Df(e):void 0,r=t?Df(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],!eC(e[i],t[i]))return!1;return!0}function Df(e){return[...Object.keys(e),...Object.getOwnPropertySymbols(e)]}function eC(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 tC(e){return e.length>0?e[e.length-1]:null}function Un(e){return td(e)?e:br(e)?Ae(Promise.resolve(e)):G(e)}var xF={exact:rC,subset:iC},nC={exact:wF,subset:EF,ignored:()=>!0};function YS(e,t,n){return xF[n.paths](e.root,t.root,n.matrixParams)&&nC[n.queryParams](e.queryParams,t.queryParams)&&!(n.fragment==="exact"&&e.fragment!==t.fragment)}function wF(e,t){return nn(e,t)}function rC(e,t,n){if(!Er(e.segments,t.segments)||!Ol(e.segments,t.segments,n)||e.numberOfChildren!==t.numberOfChildren)return!1;for(let r in t.children)if(!e.children[r]||!rC(e.children[r],t.children[r],n))return!1;return!0}function EF(e,t){return Object.keys(t).length<=Object.keys(e).length&&Object.keys(t).every(n=>eC(e[n],t[n]))}function iC(e,t,n){return oC(e,t,t.segments,n)}function oC(e,t,n,r){if(e.segments.length>n.length){let i=e.segments.slice(0,n.length);return!(!Er(i,n)||t.hasChildren()||!Ol(i,n,r))}else if(e.segments.length===n.length){if(!Er(e.segments,n)||!Ol(e.segments,n,r))return!1;for(let i in t.children)if(!e.children[i]||!iC(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!Er(e.segments,i)||!Ol(e.segments,i,r)||!e.children[Y]?!1:oC(e.children[Y],t,o,r)}}function Ol(e,t,n){return t.every((r,i)=>nC[n](e[i].parameters,r.parameters))}var Sn=class{constructor(t=new pe([],{}),n={},r=null){this.root=t,this.queryParams=n,this.fragment=r}get queryParamMap(){return this._queryParamMap??=Ei(this.queryParams),this._queryParamMap}toString(){return IF.serialize(this)}},pe=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 Nl(this)}},wr=class{constructor(t,n){this.path=t,this.parameters=n}get parameterMap(){return this._parameterMap??=Ei(this.parameters),this._parameterMap}toString(){return aC(this)}};function DF(e,t){return Er(e,t)&&e.every((n,r)=>nn(n.parameters,t[r].parameters))}function Er(e,t){return e.length!==t.length?!1:e.every((n,r)=>n.path===t[r].path)}function AF(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 $f=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>new Wo,providedIn:"root"})}}return e})(),Wo=class{parse(t){let n=new If(t);return new Sn(n.parseRootSegment(),n.parseQueryParams(),n.parseFragment())}serialize(t){let n=`/${Lo(t.root,!0)}`,r=_F(t.queryParams),i=typeof t.fragment=="string"?`#${TF(t.fragment)}`:"";return`${n}${r}${i}`}},IF=new Wo;function Nl(e){return e.segments.map(t=>aC(t)).join("/")}function Lo(e,t){if(!e.hasChildren())return Nl(e);if(t){let n=e.children[Y]?Lo(e.children[Y],!1):"",r=[];return Object.entries(e.children).forEach(([i,o])=>{i!==Y&&r.push(`${i}:${Lo(o,!1)}`)}),r.length>0?`${n}(${r.join("//")})`:n}else{let n=AF(e,(r,i)=>i===Y?[Lo(e.children[Y],!1)]:[`${i}:${Lo(r,!1)}`]);return Object.keys(e.children).length===1&&e.children[Y]!=null?`${Nl(e)}/${n[0]}`:`${Nl(e)}/(${n.join("//")})`}}function sC(e){return encodeURIComponent(e).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function _l(e){return sC(e).replace(/%3B/gi,";")}function TF(e){return encodeURI(e)}function Af(e){return sC(e).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Rl(e){return decodeURIComponent(e)}function ZS(e){return Rl(e.replace(/\+/g,"%20"))}function aC(e){return`${Af(e.path)}${kF(e.parameters)}`}function kF(e){return Object.entries(e).map(([t,n])=>`;${Af(t)}=${Af(n)}`).join("")}function _F(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 MF=/^[^\/()?;#]+/;function Sf(e){let t=e.match(MF);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 FF=/^[^&#]+/;function LF(e){let t=e.match(FF);return t?t[0]:""}var If=class{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),this.remaining===""||this.peekStartsWith("?")||this.peekStartsWith("#")?new pe([],{}):new pe([],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 pe(t,n)),r}parseSegment(){let t=Sf(this.remaining);if(t===""&&this.peekStartsWith(";"))throw new F(4009,!1);return this.capture(t),new wr(Rl(t),this.parseMatrixParams())}parseMatrixParams(){let t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){let n=NF(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let i=Sf(this.remaining);i&&(r=i,this.capture(r))}t[Rl(n)]=Rl(r)}parseQueryParam(t){let n=PF(this.remaining);if(!n)return;this.capture(n);let r="";if(this.consumeOptional("=")){let s=LF(this.remaining);s&&(r=s,this.capture(r))}let i=ZS(n),o=ZS(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=Sf(this.remaining),i=this.remaining[r.length];if(i!=="/"&&i!==")"&&i!==";")throw new F(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 pe([],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 F(4011,!1)}};function lC(e){return e.segments.length>0?new pe([],{[Y]:e}):e}function uC(e){let t={};for(let[r,i]of Object.entries(e.children)){let o=uC(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 pe(e.segments,t);return jF(n)}function jF(e){if(e.numberOfChildren===1&&e.children[Y]){let t=e.children[Y];return new pe(e.segments.concat(t.segments),t.children)}return e}function Uo(e){return e instanceof Sn}function BF(e,t,n=null,r=null){let i=cC(e);return dC(i,t,n,r)}function cC(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 pe(o.url,s);return o===e&&(t=a),a}let r=n(e.root),i=lC(r);return t??i}function dC(e,t,n,r){let i=e;for(;i.parent;)i=i.parent;if(t.length===0)return Cf(i,i,i,n,r);let o=zF(t);if(o.toRoot())return Cf(i,i,new pe([],{}),n,r);let s=VF(o,i,e),a=s.processChildren?zo(s.segmentGroup,s.index,o.commands):fC(s.segmentGroup,s.index,o.commands);return Cf(i,s.segmentGroup,a,n,r)}function Pl(e){return typeof e=="object"&&e!=null&&!e.outlets&&!e.segmentPath}function Ho(e){return typeof e=="object"&&e!=null&&e.outlets}function Cf(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=pC(e,t,n);let a=lC(uC(s));return new Sn(a,o,i)}function pC(e,t,n){let r={};return Object.entries(e.children).forEach(([i,o])=>{o===t?r[i]=n:r[i]=pC(o,t,n)}),new pe(e.segments,r)}var Fl=class{constructor(t,n,r){if(this.isAbsolute=t,this.numberOfDoubleDots=n,this.commands=r,t&&r.length>0&&Pl(r[0]))throw new F(4003,!1);let i=r.find(Ho);if(i&&i!==tC(r))throw new F(4004,!1)}toRoot(){return this.isAbsolute&&this.commands.length===1&&this.commands[0]=="/"}};function zF(e){if(typeof e[0]=="string"&&e.length===1&&e[0]==="/")return new Fl(!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 Fl(n,t,r)}var Ci=class{constructor(t,n,r){this.segmentGroup=t,this.processChildren=n,this.index=r}};function VF(e,t,n){if(e.isAbsolute)return new Ci(t,!0,0);if(!n)return new Ci(t,!1,NaN);if(n.parent===null)return new Ci(n,!0,0);let r=Pl(e.commands[0])?0:1,i=n.segments.length-1+r;return qF(n,i,e.numberOfDoubleDots)}function qF(e,t,n){let r=e,i=t,o=n;for(;o>i;){if(o-=i,r=r.parent,!r)throw new F(4005,!1);i=r.segments.length}return new Ci(r,!1,i-o)}function WF(e){return Ho(e[0])?e[0].outlets:{[Y]:e}}function fC(e,t,n){if(e??=new pe([],{}),e.segments.length===0&&e.hasChildren())return zo(e,t,n);let r=UF(e,t,n),i=n.slice(r.commandIndex);if(r.match&&r.pathIndex<e.segments.length){let o=new pe(e.segments.slice(0,r.pathIndex),{});return o.children[Y]=new pe(e.segments.slice(r.pathIndex),e.children),zo(o,0,i)}else return r.match&&i.length===0?new pe(e.segments,{}):r.match&&!e.hasChildren()?Tf(e,t,n):r.match?zo(e,0,i):Tf(e,t,n)}function zo(e,t,n){if(n.length===0)return new pe(e.segments,{});{let r=WF(n),i={};if(Object.keys(r).some(o=>o!==Y)&&e.children[Y]&&e.numberOfChildren===1&&e.children[Y].segments.length===0){let o=zo(e.children[Y],t,n);return new pe(e.segments,o.children)}return Object.entries(r).forEach(([o,s])=>{typeof s=="string"&&(s=[s]),s!==null&&(i[o]=fC(e.children[o],t,s))}),Object.entries(e.children).forEach(([o,s])=>{r[o]===void 0&&(i[o]=s)}),new pe(e.segments,i)}}function UF(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(Ho(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 Tf(e,t,n){let r=e.segments.slice(0,t),i=0;for(;i<n.length;){let o=n[i];if(Ho(o)){let l=HF(o.outlets);return new pe(r,l)}if(i===0&&Pl(n[0])){let l=e.segments[t];r.push(new wr(l.path,QS(n[0]))),i++;continue}let s=Ho(o)?o.outlets[Y]:`${o}`,a=i<n.length-1?n[i+1]:null;s&&a&&Pl(a)?(r.push(new wr(s,QS(a))),i+=2):(r.push(new wr(s,{})),i++)}return new pe(r,{})}function HF(e){let t={};return Object.entries(e).forEach(([n,r])=>{typeof r=="string"&&(r=[r]),r!==null&&(t[n]=Tf(new pe([],{}),0,r))}),t}function QS(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",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||{}),Tt=class{constructor(t,n){this.id=t,this.url=n}},Go=class extends Tt{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}')`}},Dr=class extends Tt{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||{}),kf=function(e){return e[e.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",e[e.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",e}(kf||{}),bn=class extends Tt{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}')`}},Ar=class extends Tt{constructor(t,n,r,i){super(t,n),this.reason=r,this.code=i,this.type=qe.NavigationSkipped}},Yo=class extends Tt{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 Tt{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})`}},_f=class extends Tt{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})`}},Mf=class extends Tt{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})`}},Of=class extends Tt{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})`}},Nf=class extends Tt{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})`}},Rf=class{constructor(t){this.route=t,this.type=qe.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}},Pf=class{constructor(t){this.route=t,this.type=qe.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}},Ff=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||""}')`}},jf=class{constructor(t){this.snapshot=t,this.type=qe.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Bf=class{constructor(t){this.snapshot=t,this.type=qe.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}};var Zo=class{},Di=class{constructor(t,n){this.url=t,this.navigationBehaviorOptions=n}};function GF(e,t){return e.providers&&!e._injector&&(e._injector=tf(e.providers,t,`Route: ${e.path}`)),e._injector??t}function Ut(e){return e.outlet||Y}function YF(e,t){let n=e.filter(r=>Ut(r)===t);return n.push(...e.filter(r=>Ut(r)!==t)),n}function es(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 zf=class{get injector(){return es(this.route?.snapshot)??this.rootInjector}set injector(t){}constructor(t){this.rootInjector=t,this.outlet=null,this.route=null,this.children=new Ul(this.rootInjector),this.attachRef=null}},Ul=(()=>{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 zf(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)(oe(wt))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),jl=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=qf(t,this._root);return n.length<2?[]:n[n.length-2].children.map(i=>i.value).filter(i=>i!==t)}pathFromRoot(t){return qf(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 qf(e,t){if(e===t.value)return[t];for(let n of t.children){let r=qf(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 Si(e){let t={};return e&&e.children.forEach(n=>t[n.value.outlet]=n),t}var Bl=class extends jl{constructor(t,n){super(t),this.snapshot=n,Jf(this,t)}toString(){return this.snapshot.toString()}};function hC(e){let t=ZF(e),n=new ze([new wr("",{})]),r=new ze({}),i=new ze({}),o=new ze({}),s=new ze(""),a=new Ai(n,r,o,s,i,Y,e,t.root);return a.snapshot=t.root,new Bl(new mt(a,[]),t)}function ZF(e){let t={},n={},r={},i="",o=new xi([],t,r,i,n,Y,e,null,{});return new Vl("",new mt(o,[]))}var Ai=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(ee(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(ee(t=>Ei(t))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe(ee(t=>Ei(t))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}};function zl(e,t,n="emptyOnly"){let r,{routeConfig:i}=e;return t!==null&&(n==="always"||i?.path===""||!t.component&&!t.routeConfig?.loadComponent)?r={params:A(A({},t.params),e.params),data:A(A({},t.data),e.data),resolve:A(A(A(A({},e.data),t.data),i?.data),e._resolvedData)}:r={params:A({},e.params),data:A({},e.data),resolve:A(A({},e.data),e._resolvedData??{})},i&&gC(i)&&(r.resolve[Xo]=i.title),r}var xi=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??=Ei(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=Ei(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 jl{constructor(t,n){super(n),this.url=t,Jf(this,n)}toString(){return mC(this._root)}};function Jf(e,t){t.value._routerState=e,t.children.forEach(n=>Jf(e,n))}function mC(e){let t=e.children.length>0?` { ${e.children.map(mC).join(", ")} } `:"";return`${e.value}${t}`}function xf(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),CF(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)&&DF(e.url,t.url),r=!e.parent!=!t.parent;return n&&!r&&(!e.parent||Wf(e.parent,t.parent))}function gC(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 xe,this.deactivateEvents=new xe,this.attachEvents=new xe,this.detachEvents=new xe,this.parentContexts=I(Ul),this.location=I(gi),this.changeDetector=I(Cr),this.inputBinder=I(eh,{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 F(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new F(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new F(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 F(4013,!1);this._activatedRoute=n;let i=this.location,s=n.snapshot.component,a=this.parentContexts.getOrCreateContext(this.name).children,l=new Uf(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})(),Uf=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===Ai?this.route:t===Ul?this.childContexts:this.parent.get(t,n)}},eh=new L("");function QF(e,t,n){let r=Qo(e,t._root,n?n._root:void 0);return new Bl(r,t)}function Qo(e,t,n){if(n&&e.shouldReuseRoute(t.value,n.value.snapshot)){let r=n.value;r._futureSnapshot=t.value;let i=KF(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=>Qo(e,a)),s}}let r=$F(t.value),i=t.children.map(o=>Qo(e,o));return new mt(r,i)}}function KF(e,t,n){return t.children.map(r=>{for(let i of n.children)if(e.shouldReuseRoute(r.value,i.value.snapshot))return Qo(e,r,i);return Qo(e,r)})}function $F(e){return new Ai(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 Ko=class{constructor(t,n){this.redirectTo=t,this.navigationBehaviorOptions=n}},yC="ngNavigationCancelingError";function ql(e,t){let{redirectTo:n,navigationBehaviorOptions:r}=Uo(t)?{redirectTo:t,navigationBehaviorOptions:void 0}:t,i=vC(!1,gt.Redirect);return i.url=n,i.navigationBehaviorOptions=r,i}function vC(e,t){let n=new Error(`NavigationCancelingError: ${e||""}`);return n[yC]=!0,n.cancellationCode=t,n}function JF(e){return bC(e)&&Uo(e.url)}function bC(e){return!!e&&e[yC]}var XF=(e,t,n,r)=>ee(i=>(new Hf(t,i.targetRouterState,i.currentRouterState,n,r).activate(e),i)),Hf=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),xf(this.futureState.root),this.activateChildRoutes(n,r,t)}deactivateChildRoutes(t,n,r){let i=Si(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=Si(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=Si(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=Si(n);t.children.forEach(o=>{this.activateRoutes(o,i[o.value.outlet],r),this.forwardEvent(new Bf(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(xf(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),xf(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]}},wi=class{constructor(t,n){this.component=t,this.route=n}};function eL(e,t,n){let r=e._root,i=t?t._root:null;return jo(r,i,n,[r.value])}function tL(e){let t=e.routeConfig?e.routeConfig.canActivateChild:null;return!t||t.length===0?null:{node:e,guards:t}}function Ti(e,t){let n=Symbol(),r=t.get(e,n);return r===n?typeof e=="function"&&!mv(e)?e:t.get(e):r}function jo(e,t,n,r,i={canDeactivateChecks:[],canActivateChecks:[]}){let o=Si(t);return e.children.forEach(s=>{nL(s,o[s.value.outlet],n,r.concat([s.value]),i),delete o[s.value.outlet]}),Object.entries(o).forEach(([s,a])=>qo(a,n.getContext(s),i)),i}function nL(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=rL(s,o,o.routeConfig.runGuardsAndResolvers);l?i.canActivateChecks.push(new Wl(r)):(o.data=s.data,o._resolvedData=s._resolvedData),o.component?jo(e,t,a?a.children:null,r,i):jo(e,t,n,r,i),l&&a&&a.outlet&&a.outlet.isActivated&&i.canDeactivateChecks.push(new wi(a.outlet.component,s))}else s&&qo(t,a,i),i.canActivateChecks.push(new Wl(r)),o.component?jo(e,null,a?a.children:null,r,i):jo(e,null,n,r,i);return i}function rL(e,t,n){if(typeof n=="function")return n(e,t);switch(n){case"pathParamsChange":return!Er(e.url,t.url);case"pathParamsOrQueryParamsChange":return!Er(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 qo(e,t,n){let r=Si(e),i=e.value;Object.entries(r).forEach(([o,s])=>{i.component?t?qo(s,t.children.getContext(o),n):qo(s,null,n):qo(s,t,n)}),i.component?t&&t.outlet&&t.outlet.isActivated?n.canDeactivateChecks.push(new wi(t.outlet.component,i)):n.canDeactivateChecks.push(new wi(null,i)):n.canDeactivateChecks.push(new wi(null,i))}function ts(e){return typeof e=="function"}function iL(e){return typeof e=="boolean"}function oL(e){return e&&ts(e.canLoad)}function sL(e){return e&&ts(e.canActivate)}function aL(e){return e&&ts(e.canActivateChild)}function lL(e){return e&&ts(e.canDeactivate)}function uL(e){return e&&ts(e.canMatch)}function SC(e){return e instanceof ln||e?.name==="EmptyError"}var Ml=Symbol("INITIAL_VALUE");function Ii(){return Lt(e=>Ca(e.map(t=>t.pipe(un(1),ld(Ml)))).pipe(ee(t=>{for(let n of t)if(n!==!0){if(n===Ml)return Ml;if(n===!1||cL(n))return n}return!0}),Ft(t=>t!==Ml),un(1)))}function cL(e){return Uo(e)||e instanceof Ko}function dL(e,t){return Pe(n=>{let{targetSnapshot:r,currentSnapshot:i,guards:{canActivateChecks:o,canDeactivateChecks:s}}=n;return s.length===0&&o.length===0?G(te(A({},n),{guardsResult:!0})):pL(s,r,i,e).pipe(Pe(a=>a&&iL(a)?fL(r,o,e,t):G(a)),ee(a=>te(A({},n),{guardsResult:a})))})}function pL(e,t,n,r){return Ae(e).pipe(Pe(i=>vL(i.component,i.route,n,t,r)),Qt(i=>i!==!0,!0))}function fL(e,t,n,r){return Ae(t).pipe(Ur(i=>Wr(mL(i.route.parent,r),hL(i.route,r),yL(e,i.path,n),gL(e,i.route,n))),Qt(i=>i!==!0,!0))}function hL(e,t){return e!==null&&t&&t(new jf(e)),G(!0)}function mL(e,t){return e!==null&&t&&t(new Ff(e)),G(!0)}function gL(e,t,n){let r=t.routeConfig?t.routeConfig.canActivate:null;if(!r||r.length===0)return G(!0);let i=r.map(o=>xa(()=>{let s=es(t)??n,a=Ti(o,s),l=sL(a)?a.canActivate(t,e):fn(s,()=>a(t,e));return Un(l).pipe(Qt())}));return G(i).pipe(Ii())}function yL(e,t,n){let r=t[t.length-1],o=t.slice(0,t.length-1).reverse().map(s=>tL(s)).filter(s=>s!==null).map(s=>xa(()=>{let a=s.guards.map(l=>{let u=es(s.node)??n,c=Ti(l,u),p=aL(c)?c.canActivateChild(r,e):fn(u,()=>c(r,e));return Un(p).pipe(Qt())});return G(a).pipe(Ii())}));return G(o).pipe(Ii())}function vL(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=es(t)??i,u=Ti(a,l),c=lL(u)?u.canDeactivate(e,t,n,r):fn(l,()=>u(e,t,n,r));return Un(c).pipe(Qt())});return G(s).pipe(Ii())}function bL(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=Ti(s,e),l=oL(a)?a.canLoad(t,n):fn(e,()=>a(t,n));return Un(l)});return G(o).pipe(Ii(),CC(r))}function CC(e){return Kc(Ve(t=>{if(typeof t!="boolean")throw ql(e,t)}),ee(t=>t===!0))}function SL(e,t,n,r){let i=t.canMatch;if(!i||i.length===0)return G(!0);let o=i.map(s=>{let a=Ti(s,e),l=uL(a)?a.canMatch(t,n):fn(e,()=>a(t,n));return Un(l)});return G(o).pipe(Ii(),CC(r))}var $o=class{constructor(t){this.segmentGroup=t||null}},Jo=class extends Error{constructor(t){super(),this.urlTree=t}};function bi(e){return qr(new $o(e))}function CL(e){return qr(new F(4e3,!1))}function xL(e){return qr(vC(!1,gt.GuardRejected))}var Gf=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 CL(`${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 Jo(y);n=y}let s=this.applyRedirectCreateUrlTree(n,this.urlSerializer.parse(n),t,r);if(n[0]==="/")throw new Jo(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 pe(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 F(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}},Yf={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function wL(e,t,n,r,i){let o=xC(e,t,n);return o.matched?(r=GF(t,r),SL(r,t,n,i).pipe(ee(s=>s===!0?o:A({},Yf)))):G(o)}function xC(e,t,n){if(t.path==="**")return EL(n);if(t.path==="")return t.pathMatch==="full"&&(e.hasChildren()||n.length>0)?A({},Yf):{matched:!0,consumedSegments:[],remainingSegments:n,parameters:{},positionalParamSegments:{}};let i=(t.matcher||SF)(n,e,t);if(!i)return A({},Yf);let o={};Object.entries(i.posParams??{}).forEach(([a,l])=>{o[a]=l.path});let s=i.consumed.length>0?A(A({},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 EL(e){return{matched:!0,parameters:e.length>0?tC(e).parameters:{},consumedSegments:e,remainingSegments:[],positionalParamSegments:{}}}function $S(e,t,n,r){return n.length>0&&IL(e,n,r)?{segmentGroup:new pe(t,AL(r,new pe(n,e.children))),slicedSegments:[]}:n.length===0&&TL(e,n,r)?{segmentGroup:new pe(e.segments,DL(e,n,r,e.children)),slicedSegments:n}:{segmentGroup:new pe(e.segments,e.children),slicedSegments:n}}function DL(e,t,n,r){let i={};for(let o of n)if(Hl(e,t,o)&&!r[Ut(o)]){let s=new pe([],{});i[Ut(o)]=s}return A(A({},r),i)}function AL(e,t){let n={};n[Y]=t;for(let r of e)if(r.path===""&&Ut(r)!==Y){let i=new pe([],{});n[Ut(r)]=i}return n}function IL(e,t,n){return n.some(r=>Hl(e,t,r)&&Ut(r)!==Y)}function TL(e,t,n){return n.some(r=>Hl(e,t,r))}function Hl(e,t,n){return(e.hasChildren()||t.length>0)&&n.pathMatch==="full"?!1:n.path===""}function kL(e,t,n){return t.length===0&&!e.children[n]}var Zf=class{};function _L(e,t,n,r,i,o,s="emptyOnly"){return new Qf(e,t,n,r,i,s,o).recognize()}var ML=31,Qf=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 Gf(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(t){return new F(4002,`'${t.segmentGroup}'`)}recognize(){let t=$S(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(t).pipe(ee(({children:n,rootSnapshot:r})=>{let i=new mt(r,n),o=new Vl("",i),s=BF(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 xi([],Object.freeze({}),Object.freeze(A({},this.urlTree.queryParams)),this.urlTree.fragment,Object.freeze({}),Y,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,t,Y,n).pipe(ee(r=>({children:r,rootSnapshot:n})),On(r=>{if(r instanceof Jo)return this.urlTree=r.urlTree,this.match(r.urlTree.root);throw r instanceof $o?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(ee(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 Ae(o).pipe(Ur(s=>{let a=r.children[s],l=YF(n,s);return this.processSegmentGroup(t,l,a,s,i)}),ad((s,a)=>(s.push(...a),s)),Nn(null),sd(),Pe(s=>{if(s===null)return bi(r);let a=wC(s);return OL(a),G(a)}))}processSegment(t,n,r,i,o,s,a){return Ae(n).pipe(Ur(l=>this.processSegmentAgainstRoute(l._injector??t,n,l,r,i,o,s,a).pipe(On(u=>{if(u instanceof $o)return G(null);throw u}))),Qt(l=>!!l),On(l=>{if(SC(l))return kL(r,i,o)?G(new Zf):bi(r);throw l}))}processSegmentAgainstRoute(t,n,r,i,o,s,a,l){return Ut(r)!==s&&(s===Y||!Hl(i,o,r))?bi(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):bi(i)}expandSegmentAgainstRouteUsingRedirect(t,n,r,i,o,s,a){let{matched:l,parameters:u,consumedSegments:c,positionalParamSegments:p,remainingSegments:d}=xC(n,i,o);if(!l)return bi(n);typeof i.redirectTo=="string"&&i.redirectTo[0]==="/"&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>ML&&(this.allowRedirects=!1));let f=new xi(o,u,Object.freeze(A({},this.urlTree.queryParams)),this.urlTree.fragment,JS(i),Ut(i),i.component??i._loadedComponent??null,i,XS(i)),g=zl(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(Pe(y=>this.processSegment(t,r,n,y.concat(d),s,!1,a)))}matchSegmentAgainstRoute(t,n,r,i,o,s){let a=wL(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 xi(d,p,Object.freeze(A({},this.urlTree.queryParams)),this.urlTree.fragment,JS(r),Ut(r),r.component??r._loadedComponent??null,r,XS(r)),h=zl(g,s,this.paramsInheritanceStrategy);g.params=Object.freeze(h.params),g.data=Object.freeze(h.data);let{segmentGroup:y,slicedSegments:m}=$S(n,d,f,u);if(m.length===0&&y.hasChildren())return this.processChildren(c,u,y,g).pipe(ee(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(ee(S=>new mt(g,S instanceof mt?[S]:[])))}))):bi(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}):bL(t,n,r,this.urlSerializer).pipe(Pe(i=>i?this.configLoader.loadChildren(t,n).pipe(Ve(o=>{n._loadedRoutes=o.routes,n._loadedInjector=o.injector})):xL(n))):G({routes:[],injector:t})}};function OL(e){e.sort((t,n)=>t.value.outlet===Y?-1:n.value.outlet===Y?1:t.value.outlet.localeCompare(n.value.outlet))}function NL(e){let t=e.value.routeConfig;return t&&t.path===""}function wC(e){let t=[],n=new Set;for(let r of e){if(!NL(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=wC(r.children);t.push(new mt(r.value,i))}return t.filter(r=>!n.has(r))}function JS(e){return e.data||{}}function XS(e){return e.resolve||{}}function RL(e,t,n,r,i,o){return Pe(s=>_L(e,t,n,r,s.extractedUrl,i,o).pipe(ee(({state:a,tree:l})=>te(A({},s),{targetSnapshot:a,urlAfterRedirects:l}))))}function PL(e,t){return Pe(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 EC(l))s.add(u);let a=0;return Ae(s).pipe(Ur(l=>o.has(l)?FL(l,r,e,t):(l.data=zl(l,l.parent,e).resolve,G(void 0))),Ve(()=>a++),Hr(1),Pe(l=>a===s.size?G(n):pt))})}function EC(e){let t=e.children.map(n=>EC(n)).flat();return[e,...t]}function FL(e,t,n,r){let i=e.routeConfig,o=e._resolve;return i?.title!==void 0&&!gC(i)&&(o[Xo]=i.title),LL(o,e,t,r).pipe(ee(s=>(e._resolvedData=s,e.data=zl(e,e.parent,n).resolve,null)))}function LL(e,t,n,r){let i=Df(e);if(i.length===0)return G({});let o={};return Ae(i).pipe(Pe(s=>jL(e[s],t,n,r).pipe(Qt(),Ve(a=>{if(a instanceof Ko)throw ql(new Wo,a);o[s]=a}))),Hr(1),od(o),On(s=>SC(s)?pt:qr(s)))}function jL(e,t,n,r){let i=es(t)??r,o=Ti(e,i),s=o.resolve?o.resolve(t,n):fn(i,()=>o(t,n));return Un(s)}function wf(e){return Lt(t=>{let n=e(t);return n?Ae(n).pipe(ee(()=>t)):G(t)})}var DC=(()=>{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=B({token:e,factory:()=>I(BL),providedIn:"root"})}}return e})(),BL=(()=>{class e extends DC{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)(oe(GS))}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),th=new L("",{providedIn:"root",factory:()=>({})}),zL=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275cmp=ce({type:e,selectors:[["ng-component"]],standalone:!0,features:[de],decls:1,vars:0,template:function(r,i){r&1&&Z(0,"router-outlet")},dependencies:[Xf],encapsulation:2})}}return e})();function nh(e){let t=e.children&&e.children.map(nh),n=t?te(A({},e),{children:t}):A({},e);return!n.component&&!n.loadComponent&&(t||n.loadChildren)&&n.outlet&&n.outlet!==Y&&(n.component=zL),n}var rh=new L(""),VL=(()=>{class e{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=I(uf)}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(ee(AC),Ve(o=>{this.onLoadEndListener&&this.onLoadEndListener(n),n._loadedComponent=o}),po(()=>{this.componentLoaders.delete(n)})),i=new zr(r,()=>new Re).pipe(Br());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=qL(r,this.compiler,n,this.onLoadEndListener).pipe(po(()=>{this.childrenLoaders.delete(r)})),s=new zr(o,()=>new Re).pipe(Br());return this.childrenLoaders.set(r,s),s}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function qL(e,t,n,r){return Un(e.loadChildren()).pipe(ee(AC),Pe(i=>i instanceof Io||Array.isArray(i)?G(i):Ae(t.compileModuleAsync(i))),ee(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(rh,[],{optional:!0,self:!0}).flat()),{routes:s.map(nh),injector:o}}))}function WL(e){return e&&typeof e=="object"&&"default"in e}function AC(e){return WL(e)?e.default:e}var ih=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>I(UL),providedIn:"root"})}}return e})(),UL=(()=>{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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),HL=new L("");var GL=new L(""),YL=(()=>{class e{get hasRequestedNavigation(){return this.navigationId!==0}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new Re,this.transitionAbortSubject=new Re,this.configLoader=I(VL),this.environmentInjector=I(wt),this.urlSerializer=I($f),this.rootContexts=I(Ul),this.location=I(No),this.inputBindingEnabled=I(eh,{optional:!0})!==null,this.titleStrategy=I(DC),this.options=I(th,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=I(ih),this.createViewTransition=I(HL,{optional:!0}),this.navigationErrorHandler=I(GL,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>G(void 0),this.rootComponentType=null;let n=i=>this.events.next(new Rf(i)),r=i=>this.events.next(new Pf(i));this.configLoader.onLoadEndListener=r,this.configLoader.onLoadStartListener=n}complete(){this.transitions?.complete()}handleNavigationRequest(n){let r=++this.navigationId;this.transitions?.next(te(A(A({},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: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),ee(o=>te(A({},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?te(A({},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 Ar(l.id,this.urlSerializer.serialize(l.rawUrl),p,kf.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 Go(p.id,this.urlSerializer.serialize(p.extractedUrl),p.source,p.restoredState)),d!==this.transitions?.getValue()?pt:Promise.resolve(p)}),RL(this.environmentInjector,this.configLoader,this.rootComponentType,n.config,this.urlSerializer,this.paramsInheritanceStrategy),Ve(p=>{o.targetSnapshot=p.targetSnapshot,o.urlAfterRedirects=p.urlAfterRedirects,this.currentNavigation=te(A({},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 Go(p,this.urlSerializer.serialize(d),f,g);this.events.next(y);let m=hC(this.rootComponentType).snapshot;return this.currentTransition=o=te(A({},l),{targetSnapshot:m,urlAfterRedirects:d,extras:te(A({},h),{skipLocationChange:!1,replaceUrl:!1})}),this.currentNavigation.finalUrl=d,G(o)}else{let p="";return this.events.next(new Ar(l.id,this.urlSerializer.serialize(l.extractedUrl),p,kf.IgnoredByUrlHandlingStrategy)),l.resolve(!1),pt}}),Ve(l=>{let u=new _f(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot);this.events.next(u)}),ee(l=>(this.currentTransition=o=te(A({},l),{guards:eL(l.targetSnapshot,l.currentSnapshot,this.rootContexts)}),o)),dL(this.environmentInjector,l=>this.events.next(l)),Ve(l=>{if(o.guardsResult=l.guardsResult,l.guardsResult&&typeof l.guardsResult!="boolean")throw ql(this.urlSerializer,l.guardsResult);let u=new Mf(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)),wf(l=>{if(l.guards.canActivateChecks.length)return G(l).pipe(Ve(u=>{let c=new Of(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(PL(this.paramsInheritanceStrategy,this.environmentInjector),Ve({next:()=>c=!0,complete:()=>{c||this.cancelNavigationTransition(u,"",gt.NoDataFromResolver)}}))}),Ve(u=>{let c=new Nf(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(c)}))}),wf(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}),ee(()=>{})));for(let d of c.children)p.push(...u(d));return p};return Ca(u(l.targetSnapshot.root)).pipe(Nn(null),un(1))}),wf(()=>this.afterPreactivation()),Lt(()=>{let{currentSnapshot:l,targetSnapshot:u}=o,c=this.createViewTransition?.(this.environmentInjector,l.root,u.root);return c?Ae(c).pipe(ee(()=>o)):G(o)}),ee(l=>{let u=QF(n.routeReuseStrategy,l.targetSnapshot,l.currentRouterState);return this.currentTransition=o=te(A({},l),{targetRouterState:u}),this.currentNavigation.targetRouterState=u,o}),Ve(()=>{this.events.next(new Zo)}),XF(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 Dr(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects))),this.titleStrategy?.updateTitle(l.targetRouterState.snapshot),l.resolve(!0)},complete:()=>{s=!0}}),ud(this.transitionAbortSubject.pipe(Ve(l=>{throw l}))),po(()=>{!s&&!a&&this.cancelNavigationTransition(o,"",gt.SupersededByNewNavigation),this.currentTransition?.id===o.id&&(this.currentNavigation=null,this.currentTransition=null)}),On(l=>{if(a=!0,bC(l))this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),l.message,l.cancellationCode)),JF(l)?this.events.next(new Di(l.url,l.navigationBehaviorOptions)):o.resolve(!1);else{let u=new Yo(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}=ql(this.urlSerializer,c);this.events.next(new bn(o.id,this.urlSerializer.serialize(o.extractedUrl),p,d)),this.events.next(new Di(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function ZL(e){return e!==Vo}var QL=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>I(KL),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}},KL=(()=>{class e extends Kf{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Mo(e)))(i||e)}})()}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),IC=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275prov=B({token:e,factory:()=>I($L),providedIn:"root"})}}return e})(),$L=(()=>{class e extends IC{constructor(){super(...arguments),this.location=I(No),this.urlSerializer=I($f),this.options=I(th,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=I(ih),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new Sn,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=hC(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 Go)this.stateMemento=this.createStateMemento();else if(n instanceof Ar)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 Zo?(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 Yo?this.restoreHistory(r,!0):n instanceof Dr&&(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=A(A({},r.extras.state),this.generateNgRouterState(r.id,o));this.location.replaceState(i,"",s)}else{let o=A(A({},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=Mo(e)))(i||e)}})()}static{this.\u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Bo=function(e){return e[e.COMPLETE=0]="COMPLETE",e[e.FAILED=1]="FAILED",e[e.REDIRECTING=2]="REDIRECTING",e}(Bo||{});function JL(e,t){e.events.pipe(Ft(n=>n instanceof Dr||n instanceof bn||n instanceof Yo||n instanceof Ar),ee(n=>n instanceof Dr||n instanceof Ar?Bo.COMPLETE:(n instanceof bn?n.code===gt.Redirect||n.code===gt.SupersededByNewNavigation:!1)?Bo.REDIRECTING:Bo.FAILED),Ft(n=>n!==Bo.REDIRECTING),un(1)).subscribe(()=>{t()})}function XL(e){throw e}var ej={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},tj={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"},TC=(()=>{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=I(xl),this.stateManager=I(IC),this.options=I(th,{optional:!0})||{},this.pendingTasks=I(pi),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=I(YL),this.urlSerializer=I($f),this.location=I(No),this.urlHandlingStrategy=I(ih),this._events=new Re,this.errorHandler=this.options.errorHandler||XL,this.navigated=!1,this.routeReuseStrategy=I(QL),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=I(rh,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!I(eh,{optional:!0}),this.eventsSubscription=new Ce,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 Dr)this.navigated=!0;else if(r instanceof Di){let s=r.navigationBehaviorOptions,a=this.urlHandlingStrategy.merge(r.url,i.currentRawUrl),l=A({browserUrl:i.extras.browserUrl,info:i.extras.info,skipLocationChange:i.extras.skipLocationChange,replaceUrl:i.extras.replaceUrl||this.urlUpdateStrategy==="eager"||ZL(i.source)},s);this.scheduleNavigation(a,Vo,null,l,{resolve:i.resolve,reject:i.reject,promise:i.promise})}}rj(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=A({},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(nh),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=A(A({},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=cC(d)}catch{(typeof n[0]!="string"||n[0][0]!=="/")&&(n=[]),p=this.currentUrlTree.root}return dC(p,n,c,u??null)}navigateByUrl(n,r={skipLocationChange:!1}){let i=Uo(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 nj(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=A({},ej):r===!1?i=A({},tj):i=r,Uo(n))return YS(this.currentUrlTree,n,i);let o=this.parseUrl(n);return YS(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 JL(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=B({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function nj(e){for(let t=0;t<e.length;t++)if(e[t]==null)throw new F(4008,!1)}function rj(e){return!(e instanceof Zo)&&!(e instanceof Di)}var ij=new L("");function kC(e,...t){return il([{provide:rh,multi:!0,useValue:e},[],{provide:Ai,useFactory:oj,deps:[TC]},{provide:lf,multi:!0,useFactory:sj},t.map(n=>n.\u0275providers)])}function oj(e){return e.routerState.root}function sj(){let e=I(Bn);return t=>{let n=e.get(Sr);if(t!==n.components[0])return;let r=e.get(TC),i=e.get(aj);e.get(lj)===1&&r.initialNavigation(),e.get(uj,null,Q.Optional)?.setUpPreloading(),e.get(ij,null,Q.Optional)?.init(),r.resetRootComponentType(n.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}var aj=new L("",{factory:()=>new Re}),lj=new L("",{providedIn:"root",factory:()=>1});var uj=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(mi),ve(Et))}}static{this.\u0275dir=Vt({type:e})}}return e})(),cj=(()=>{class e extends LC{static{this.\u0275fac=(()=>{let n;return function(i){return(n||(n=Mo(e)))(i||e)}})()}static{this.\u0275dir=Vt({type:e,features:[yi]})}}return e})(),jC=new L("");var dj={provide:jC,useExisting:ko(()=>Kl),multi:!0};function pj(){let e=vn()?vn().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}var fj=new L(""),Kl=(()=>{class e extends LC{constructor(n,r,i){super(n,r),this._compositionMode=i,this._composing=!1,this._compositionMode==null&&(this._compositionMode=!pj())}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(mi),ve(Et),ve(fj,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&&At("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:[af([dj]),yi]})}}return e})();var hj=new L(""),mj=new L("");function BC(e){return e!=null}function zC(e){return br(e)?Ae(e):e}function VC(e){let t={};return e.forEach(n=>{t=n!=null?A(A({},t),n):t}),Object.keys(t).length===0?null:t}function qC(e,t){return t.map(n=>n(e))}function gj(e){return!e.validate}function WC(e){return e.map(t=>gj(t)?t:n=>t.validate(n))}function yj(e){if(!e)return null;let t=e.filter(BC);return t.length==0?null:function(n){return VC(qC(n,t))}}function UC(e){return e!=null?yj(WC(e)):null}function vj(e){if(!e)return null;let t=e.filter(BC);return t.length==0?null:function(n){let r=qC(n,t).map(zC);return rd(r).pipe(ee(VC))}}function HC(e){return e!=null?vj(WC(e)):null}function _C(e,t){return e===null?[t]:Array.isArray(e)?[...e,t]:[e,t]}function bj(e){return e._rawValidators}function Sj(e){return e._rawAsyncValidators}function oh(e){return e?Array.isArray(e)?e:[e]:[]}function Yl(e,t){return Array.isArray(e)?e.includes(t):e===t}function MC(e,t){let n=oh(t);return oh(e).forEach(i=>{Yl(n,i)||n.push(i)}),n}function OC(e,t){return oh(t).filter(n=>!Yl(e,n))}var Zl=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=UC(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=HC(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}},sh=class extends Zl{get formDirective(){return null}get path(){return null}},ss=class extends Zl{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}},ah=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}},Cj={"[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"},zZ=te(A({},Cj),{"[class.ng-submitted]":"isSubmitted"}),GC=(()=>{class e extends ah{constructor(n){super(n)}static{this.\u0275fac=function(r){return new(r||e)(ve(ss,2))}}static{this.\u0275dir=Vt({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){r&2&&nf("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:[yi]})}}return e})();var ns="VALID",Gl="INVALID",ki="PENDING",rs="DISABLED",Mi=class{},Ql=class extends Mi{constructor(t,n){super(),this.value=t,this.source=n}},is=class extends Mi{constructor(t,n){super(),this.pristine=t,this.source=n}},os=class extends Mi{constructor(t,n){super(),this.touched=t,this.source=n}},_i=class extends Mi{constructor(t,n){super(),this.status=t,this.source=n}};function xj(e){return($l(e)?e.validators:e)||null}function wj(e){return Array.isArray(e)?UC(e):e||null}function Ej(e,t){return($l(t)?t.asyncValidators:e)||null}function Dj(e){return Array.isArray(e)?HC(e):e||null}function $l(e){return e!=null&&!Array.isArray(e)&&typeof e=="object"}var lh=class{constructor(t,n){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this._status=El(()=>this.statusReactive()),this.statusReactive=bl(void 0),this._pristine=El(()=>this.pristineReactive()),this.pristineReactive=bl(!0),this._touched=El(()=>this.touchedReactive()),this.touchedReactive=bl(!1),this._events=new Re,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===ns}get invalid(){return this.status===Gl}get pending(){return this.status==ki}get disabled(){return this.status===rs}get enabled(){return this.status!==rs}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(MC(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(MC(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(OC(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(OC(t,this._rawAsyncValidators))}hasValidator(t){return Yl(this._rawValidators,t)}hasAsyncValidator(t){return Yl(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(te(A({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new os(!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 os(!1,r))}markAsDirty(t={}){let n=this.pristine===!0;this.pristine=!1;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsDirty(te(A({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new is(!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 is(!0,r))}markAsPending(t={}){this.status=ki;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(te(A({},t),{sourceControl:n}))}disable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=rs,this.errors=null,this._forEachChild(i=>{i.disable(te(A({},t),{onlySelf:!0}))}),this._updateValue();let r=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new Ql(this.value,r)),this._events.next(new _i(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(te(A({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(i=>i(!0))}enable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=ns,this._forEachChild(r=>{r.enable(te(A({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(te(A({},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===ns||this.status===ki)&&this._runAsyncValidator(r,t.emitEvent)}let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new Ql(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(te(A({},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()?rs:ns}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=ki,this._hasOwnPendingAsyncValidator={emitEvent:n!==!1};let r=zC(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 xe,this.statusChanges=new xe}_calculateStatus(){return this._allControlsDisabled()?rs:this.errors?Gl:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(ki)?ki:this._anyControlsHaveStatus(Gl)?Gl:ns}_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 is(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new os(this.touched,n)),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,n)}_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){$l(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=wj(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=Dj(this._rawAsyncValidators)}};var YC=new L("CallSetDisabledState",{providedIn:"root",factory:()=>uh}),uh="always";function Aj(e,t){return[...t.path,e]}function Ij(e,t,n=uh){kj(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||n==="always")&&t.valueAccessor.setDisabledState?.(e.disabled),_j(e,t),Oj(e,t),Mj(e,t),Tj(e,t)}function NC(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 kj(e,t){let n=bj(e);t.validator!==null?e.setValidators(_C(n,t.validator)):typeof n=="function"&&e.setValidators([n]);let r=Sj(e);t.asyncValidator!==null?e.setAsyncValidators(_C(r,t.asyncValidator)):typeof r=="function"&&e.setAsyncValidators([r]);let i=()=>e.updateValueAndValidity();NC(t._rawValidators,i),NC(t._rawAsyncValidators,i)}function _j(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,e.updateOn==="change"&&ZC(e,t)})}function Mj(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,e.updateOn==="blur"&&e._pendingChange&&ZC(e,t),e.updateOn!=="submit"&&e.markAsTouched()})}function ZC(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function Oj(e,t){let n=(r,i)=>{t.valueAccessor.writeValue(r),i&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}function Nj(e,t){if(!e.hasOwnProperty("model"))return!1;let n=e.model;return n.isFirstChange()?!0:!Object.is(t,n.currentValue)}function Rj(e){return Object.getPrototypeOf(e.constructor)===cj}function Pj(e,t){if(!t)return null;Array.isArray(t);let n,r,i;return t.forEach(o=>{o.constructor===Kl?n=o:Rj(o)?r=o:i=o}),i||r||n||null}function RC(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function PC(e){return typeof e=="object"&&e!==null&&Object.keys(e).length===2&&"value"in e&&"disabled"in e}var Fj=class extends lh{constructor(t=null,n,r){super(xj(n),Ej(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}),$l(n)&&(n.nonNullable||n.initialValueIsDefault)&&(PC(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){RC(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){RC(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){PC(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 Lj={provide:ss,useExisting:ko(()=>ch)},FC=Promise.resolve(),ch=(()=>{class e extends ss{constructor(n,r,i,o,s,a){super(),this._changeDetectorRef=s,this.callSetDisabledState=a,this.control=new Fj,this._registered=!1,this.name="",this.update=new xe,this._parent=n,this._setValidators(r),this._setAsyncValidators(i),this.valueAccessor=Pj(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),Nj(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(){Ij(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){FC.then(()=>{this.control.setValue(n,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(n){let r=n.isDisabled.currentValue,i=r!==0&&wl(r);FC.then(()=>{i&&!this.control.disabled?this.control.disable():!i&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(n){return this._parent?Aj(n,this._parent):[n]}static{this.\u0275fac=function(r){return new(r||e)(ve(sh,9),ve(hj,10),ve(mj,10),ve(jC,10),ve(Cr,8),ve(YC,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:[af([Lj]),yi,tn]})}}return e})();var jj=(()=>{class e{static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=ui({type:e})}static{this.\u0275inj=li({})}}return e})();var QC=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:YC,useValue:n.callSetDisabledState??uh}]}}static{this.\u0275fac=function(r){return new(r||e)}}static{this.\u0275mod=ui({type:e})}static{this.\u0275inj=li({imports:[jj]})}}return e})();function zj(e,t){if(e&1){let n=rf();E(0,"div",1)(1,"label"),N(2,"Project One Liner"),w(),E(3,"textarea",7),At("ngModelChange",function(i){kp(n);let o=se();return _p(o.updateField("projectExplainer",i))}),w()()}if(e&2){let n=se();T(3),re("ngModel",n.data.projectExplainer)}}function Vj(e,t){if(e&1){let n=rf();E(0,"input",8),At("ngModelChange",function(i){let o=kp(n).$index,s=se();return _p(s.onUpdateStepSection("getReadySection",o,i))}),w()}if(e&2){let n=t.$index,r=se();re("ngModel",r.data.getReadySection[n])("name","step-"+n)}}var Jl=class e{data;dataChange=new xe;updateField(t,n){let r=te(A({},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=ce({type:e,selectors:[["app-lesson-form"]],inputs:{data:"data"},outputs:{dataChange:"dataChange"},standalone:!0,features:[de],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&&(E(0,"div",0)(1,"h2"),N(2,"Lesson Editor"),w(),E(3,"div",1)(4,"label"),N(5,"Topic"),w(),E(6,"input",2),At("ngModelChange",function(o){return r.updateField("topic",o)}),w()(),E(7,"div",1)(8,"label"),N(9,"Project"),w(),E(10,"input",3),At("ngModelChange",function(o){return r.updateField("project",o)}),w()(),E(11,"div",1)(12,"label"),N(13,"Description"),w(),E(14,"textarea",4),At("ngModelChange",function(o){return r.updateField("description",o)}),w()(),Fe(15,zj,4,1,"div",1),E(16,"div",1)(17,"label"),N(18,"Cover Image"),w(),Z(19,"input",5),w(),E(20,"div",1)(21,"label"),N(22,"Get Ready Section"),w(),nt(23,Vj,1,2,"input",6,tt),w(),Z(25,"div",1),w()),n&2&&(T(6),re("ngModel",r.data.topic),T(4),re("ngModel",r.data.project),T(4),re("ngModel",r.data.description),T(),be(r.data.lessonType!=="debugging lesson"?15:-1),T(8),rt(r.data.getReadySection))},dependencies:[QC,Kl,GC,ch],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 dh=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 eu=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=dh.default.languages[i];if(!o){t.textContent=n;return}t.innerHTML=dh.default.highlight(n,o,i)}static \u0275fac=function(n){return new(n||e)};static \u0275prov=B({token:e,factory:e.\u0275fac,providedIn:"root"})};var Oi=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(Et),ve(eu))};static \u0275dir=Vt({type:e,selectors:[["","prismHighlight",""]],inputs:{code:"code",language:"language"},standalone:!0,features:[tn]})};function Uj(e,t){if(e&1&&(E(0,"p",2)(1,"span"),N(2),w(),E(3,"span",4),N(4),w()()),e&2){let n=se().$index,r=vS(1);T(2),vi("(",n+1,") ",r[0].toUpperCase(),":"),T(2),Se(r[1])}}function Hj(e,t){if(e&1&&(E(0,"p",3),N(1),w()),e&2){let n=se(),r=n.$implicit,i=n.$index;T(),vi("(",i+1,") ",r.step,"")}}function Gj(e,t){if(e&1&&Z(0,"img",5)(1,"br"),e&2){let n=se().$implicit;re("src",n.imageSlot.base64,Dt)}}function Yj(e,t){if(e&1&&(E(0,"div",1),sf(1),Fe(2,Uj,5,3,"p",2)(3,Hj,2,2,"p",3)(4,Gj,2,1),w()),e&2){let n=t.$implicit;T();let r=yS(n.step.split(":"));T(),be(r.length==2?2:3),T(2),be(n.imageSlot&&n.imageSlot.base64?4:-1)}}function Zj(e,t){if(e&1&&nt(0,Yj,5,3,"div",1,tt),e&2){let n=se();rt(n.stepsWithImages)}}function Qj(e,t){if(e&1&&(E(0,"p",3),N(1),w()),e&2){let n=t.$implicit,r=se().$index;T(),vi("(",r+1,") ",n,"")}}function Kj(e,t){if(e&1&&(E(0,"pre",7),Z(1,"code",8),w()),e&2){let n=se().$implicit,r=se(3);T(),re("code",n.codeBlock)("language",r.programmingLanguage)}}function $j(e,t){if(e&1&&(E(0,"div",6),nt(1,Qj,2,2,"p",3,tt),Fe(3,Kj,2,2,"pre",7),w()),e&2){let n=t.$implicit;T(),rt(n.steps),T(2),be(n.codeBlock!=null&&n.codeBlock.trim()?3:-1)}}function Jj(e,t){if(e&1&&nt(0,$j,4,1,"div",6,tt),e&2){let n=se(2);rt(n.stepsWithCodeBlockArray)}}function Xj(e,t){if(e&1&&(E(0,"p",3),N(1),w()),e&2){let n=t.$implicit,r=t.$index;T(),vi("(",r+1,") ",n,"")}}function eB(e,t){if(e&1&&(E(0,"pre",7),Z(1,"code",8),w()),e&2){let n=se(3);T(),re("code",n.stepsWithCodeBlockArray[0].codeBlock)("language",n.programmingLanguage)}}function tB(e,t){if(e&1&&(E(0,"div",6),nt(1,Xj,2,2,"p",3,tt),Fe(3,eB,2,2,"pre",7),w()),e&2){let n=se(2);T(),rt(n.stepsWithCodeBlockArray[0].steps),T(2),be(n.stepsWithCodeBlockArray[0].codeBlock!=null&&n.stepsWithCodeBlockArray[0].codeBlock.trim()?3:-1)}}function nB(e,t){if(e&1&&Fe(0,Jj,2,0)(1,tB,4,1,"div",6),e&2){let n=se();be(n.stepsWithCodeBlockArray.length>1?0:1)}}var tu=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=ce({type:e,selectors:[["app-add-your-code"]],inputs:{data:"data",programmingLanguage:"programmingLanguage"},standalone:!0,features:[de],decls:5,vars:1,consts:[[1,"add-your-code"],[1,"scratch-step-container"],[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&&(E(0,"section",0)(1,"h3"),N(2,"Add Your Code"),w(),Fe(3,Zj,2,0)(4,nB,2,1),w()),n&2&&(T(3),be(r.isStepWithImage?3:r.isStepsWithCodeBlockArray?4:-1))},dependencies:[Oi],styles:[".add-your-code[_ngcontent-%COMP%]{margin:1rem 0;break-inside:auto}.add-your-code[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-bottom:3mm;break-after:avoid}.scratch-step-container[_ngcontent-%COMP%]{break-inside:avoid}.add-your-code[_ngcontent-%COMP%] .step[_ngcontent-%COMP%]{margin:.5rem 0;padding:.5rem;border-radius:var(--section-card-border-radius);background-color:var(--section-card-color);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;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-size:11pt;font-family:Jetbrains;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:11pt;tab-size:2;font-family:Jetbrains;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.multiple-steps-with-code-block[_ngcontent-%COMP%]{break-inside:avoid}"]})};function nu(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 $C(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 it(){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 ru(e,t){for(var n=0;n<t.length;n++)if(e.hasAttribute(t[n]))return e.getAttribute(t[n])}function iu(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 ou(){this.resolve=null,this.reject=null,this.id=it(),this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t}),Object.freeze(this)}var JC=typeof window<"u"&&("requestIdleCallback"in window?window.requestIdleCallback:window.requestAnimationFrame);function _(e){return e.value+(e.unit||"")}function Be(e){return e&&e.nodeType===1}function Cn(e){return e&&e.nodeType===3}function*ls(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=au(e);if(n)return n;if(e.parentNode)for(;e=e.parentNode;){if(t&&e===t)return;if(n=au(e),n)return n}}function as(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 XC(e,t){let n=Hn(e,t);for(;n&&n.nodeType!==1;)n=Hn(n,t);return n}function ex(e,t){let n=as(e,t);for(;n&&n.nodeType!==1;)n=as(n,t);return n}function ph(e,t){let n=XC(e,t);for(;n&&n.dataset.undisplayed;)n=XC(n,t);return n}function nx(e,t){let n=ex(e,t);for(;n&&n.dataset.undisplayed;)n=ex(n,t);return n}function lu(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 uu(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 rx(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 cu(e,t){if(typeof e>"u"||!t||cs(e)||e.dataset&&e.dataset.undisplayed)return!1;let n=t.dataset?t.dataset.page:void 0;if(typeof n>"u"){let i=tx(t);i&&(n=i.dataset.page)}let r=e.dataset?e.dataset.page:void 0;if(typeof r>"u"){let i=tx(e,t);i&&(r=i.dataset.page)}return r!==n}function*ix(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*ox(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 du(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 sx(e,t=!1){return e.cloneNode(t)}function We(e,t,n){let r=e.getAttribute("data-ref");return rB(r,t,n)}function rB(e,t,n){return!n&&t.indexOfRefs&&t.indexOfRefs[e]?t.indexOfRefs[e]:t.querySelector(`[data-ref='${e}']`)}function pu(e){return!!(Cn(e)||Be(e)&&e.dataset.ref)}function us(e){for(;!pu(e)&&(e.previousSibling?e=e.previousSibling:e=e.parentNode,!!e););return e}function ax(e){let t=e.parentNode;return t?Array.prototype.indexOf.call(t.childNodes,e):0}function fu(e,t){return e.childNodes[t]}function lx(e){return Be(e)?!0:!!(Cn(e)&&e.textContent.trim().length)}function fh(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 cs(e){return e.nodeType===8||e.nodeType===3&&iB(e)}function iB(e){return!/[^\t\n\r ]/.test(e.textContent)}function su(e){for(;e=e.previousSibling;)if(!cs(e))return e;return null}function tx(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 ux(e){for(;e=e.parentNode;)if(e&&e.dataset&&e.dataset.breakInside==="avoid")return e;return null}function hu(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 au(e){for(;e=e.nextSibling;)if(!cs(e))return e;return null}function mu(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 hh=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})):{}}},Ni=hh;var mh=class{constructor(t,n){this.breakToken=t,this.error=n}},Gn=class extends Error{constructor(t,n){super(t),this.items=n}},Ri=mh;var Xx=ge(Yn(),1);var Th=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=[]}},R=Th;var IB=1500,Cu=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 R,this.hooks.layout=new R,this.hooks.renderNode=new R,this.hooks.layoutNode=new R,this.hooks.beforeOverflow=new R,this.hooks.onOverflow=new R,this.hooks.afterOverflowRemoved=new R,this.hooks.onBreakToken=new R,this.hooks.beforeRenderResult=new R),this.settings=r||{},this.maxChars=this.settings.maxChars||IB,this.forceRenderBreak=!1}renderTo(o,s,a){return fe(this,arguments,function*(t,n,r,i=this.bounds){let l=this.getStart(n,r),u=ls(l,n),c,p,d,f,g=!1,h,y=0,m=r||new Ni(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 Ri(void 0,new Gn("Unable to layout item",[p]))):(this.rebuildTableFromBreakToken(h,t),this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ri(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 D=h.node&&Hn(h.node);if(D)h=new Ni(D);else return new Ri(void 0,new Gn("Unable to layout item",[c]))}y=0;break}if(c.dataset&&c.dataset.page){let C=c.dataset.page,D=this.element.closest(".pagedjs_page");D.classList.add("pagedjs_named_page"),D.classList.add("pagedjs_"+C+"_page"),c.dataset.splitFrom||D.classList.add("pagedjs_"+C+"_first_page")}let v=du(c),S=this.append(c,t,r,v);if(y+=S.textContent.length,g||(g=lx(c)),v||(u=ls(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 D=h.node&&Hn(h.node);if(D)h=new Ni(D);else return this.hooks&&this.hooks.beforeRenderResult.trigger(void 0,t,this),new Ri(void 0,new Gn("Unable to layout item",[c]))}}}return this.hooks&&this.hooks.beforeRenderResult.trigger(h,t,this),new Ri(h)})}breakAt(t,n=0){let r=new Ni(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=as(t,n),i=t.parentNode,o=uu(t)&&i&&!r&&uu(i),s;return o&&(s=t.dataset.breakBefore===i.dataset.breakBefore),!s&&uu(t)||rx(t)||cu(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=sx(t,!i);if(t.parentNode&&Be(t.parentNode)){let l=We(t.parentNode,n);if(l)l.appendChild(s);else if(o){let u=lu(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 fe(this,null,function*(){let n=Array.from(t).map(r=>fe(this,null,function*(){return this.awaitImageLoaded(r)}));yield Promise.all(n)})}awaitImageLoaded(t){return fe(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=fu(i,o),Be(c))if(a=We(c,n),a)s=We(a,r),o=0;else{let p=us(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(us(i),n)),l=We(a,r),u=fh(c,l),u===0?(s=l,o=0):(s=fu(l,u),o=0);else{if(a=We(i.parentNode,n),a||(a=We(us(i.parentNode),n)),l=We(a,r),u=fh(i,l),u===-1)return;s=fu(l,u),o+=s.textContent.indexOf(i.textContent)}if(s)return new Ni(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=ls(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=nu(d),C=Math.round(S.left),D=Math.floor(S.right),x=Math.round(S.top),W=Math.floor(S.bottom);if(!l&&(C>=o||x>=a)){let U=!1,ae=hu(d,"TD",t);if(ae&&window.getComputedStyle(ae)["break-inside"]==="avoid")y=ae.parentElement;else if(Be(d)){let Oe=window.getComputedStyle(d);U=Oe.getPropertyValue("float")!=="none",g=Oe.getPropertyValue("break-inside")==="avoid",h=d.dataset.breakBefore==="avoid"||d.dataset.previousBreakAfter==="avoid",y=h&&as(d,t),m=d.tagName==="BR"||d.tagName==="WBR"}let Le;if(d.nodeName==="TR"?Le=d:Le=hu(d,"TR",t),Le){let Oe=Le.parentElement;["TBODY","THEAD"].includes(Oe.nodeName)&&window.getComputedStyle(Oe).getPropertyValue("break-inside")==="avoid"&&(y=Oe);let De=hu(Le,"TABLE",t),Ue=De.querySelector("[colspan]");if(De&&Ue){let je=0;for(let ie of Array.from(De.rows[0].cells))je+=parseInt(ie.getAttribute("colspan")||"1");if(Le.cells.length!==je){let ie=Le.previousElementSibling,ye;for(;ie!==null;){ye=0;for(let Rt of Array.from(ie.cells))ye+=parseInt(Rt.getAttribute("colspan")||"1");if(ye===je)break;ie=ie.previousElementSibling}ye===je&&(y=ie)}}}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&&!ux(d.parentNode)){let U=$C(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||D<=o&&W<=a)&&(c=Hn(d,t),c&&(u=ls(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(!pu(r))r=r.previousSibling;else if(pu(r.lastChild))r=r.lastChild;else{r=us(r.lastChild);break}Cn(r)&&(r.parentNode.dataset.ref?(i=ax(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=ix(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=nu(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=ox(p),m,v,S;for(;!S&&(v=y.next(),m=v.value,S=v.done,!!m);)if(g=nu(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)(Cu.prototype);var xu=Cu;var ew=ge(Yn(),1);var wu=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 fe(this,null,function*(){this.clear(),this.startToken=n;let i=this.settings;!i.maxChars&&r&&(i.maxChars=r),this.layoutMethod=new xu(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 fe(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,ew.default)(wu.prototype);var kh=wu;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=it();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}},tw=_h;var ow=ge(Yn(),1);var Mh=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 ou,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 ou,t.deferred.resolve(),t.promise}dump(){for(;this._q.length;)this.dequeue()}run(){return this.running||(this.running=!0,this.defered=new ou),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 nw=Mh;var rw=!1,iw=!1,TB=`
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>`,Eu=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 nw(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=TB}flow(t,n){return fe(this,null,function*(){let r;yield this.hooks.beforeParsed.trigger(t,this),r=new tw(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 fe(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,iw&&(s+=1,s>=iw)){this.stop();break}return o})}start(){this.rendered=!1,this.stopped=!1}stop(){this.stopped=!0}renderOnIdle(t){return new Promise(n=>{JC(()=>fe(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 fe(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 fe(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&&(!rw||this.total<rw);){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 Gn("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 kh(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(()=>fe(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 fe(this,null,function*(){let n=this.pages[this.pages.length-1],r=new kh(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,ow.default)(Eu.prototype);var Oh=Eu;var ke=ye($e(),1);var tg=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 fe(this,null,function*(){return this.text=t,yield this.hooks.beforeTreeParse.trigger(this.text,this),this.ast=ke.default.parse(this._text),yield this.hooks.beforeTreeWalk.trigger(this.ast),this.replaceUrls(this.ast),this.id=ot(),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){ke.default.walk(t,{visit:"Url",enter:(n,r,i)=>{this.hooks.onUrl.trigger(n,r,i)}})}atrules(t){ke.default.walk(t,{visit:"Atrule",enter:(n,r,i)=>{let o=ke.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){ke.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){ke.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"&&ke.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){ke.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"&&ke.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){ke.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){ke.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 ke.default.walk(t,{visit:"Rule",enter:(r,i,o)=>{ke.default.walk(r,{visit:"Declaration",enter:(s,a,l)=>{if(s.property==="page"){let u=s.value.children.first(),c=u.name,p=ke.default.generate(r.prelude);n[c]={name:c,selector:p},s.property="break-before",u.type="Identifier",u.name="always"}}})}}),n}replaceIds(t){ke.default.walk(t,{visit:"Rule",enter:(n,r,i)=>{ke.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=[];ke.default.walk(t,{visit:"MediaQuery",enter:(s,a,l)=>{ke.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"})&&ke.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 ke.default.generate(t||this.ast)}},YT=tg;var ZT=`
132
+ </div>`,Eu=class{constructor(t,n,r){this.settings=r||{},this.hooks={},this.hooks.beforeParsed=new R(this),this.hooks.filter=new R(this),this.hooks.afterParsed=new R(this),this.hooks.beforePageLayout=new R(this),this.hooks.onPageLayout=new R(this),this.hooks.layout=new R(this),this.hooks.renderNode=new R(this),this.hooks.layoutNode=new R(this),this.hooks.onOverflow=new R(this),this.hooks.afterOverflowRemoved=new R(this),this.hooks.onBreakToken=new R,this.hooks.beforeRenderResult=new R(this),this.hooks.afterPageLayout=new R(this),this.hooks.finalizePage=new R(this),this.hooks.afterRendered=new R(this),this.pages=[],this.total=0,this.q=new nw(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=TB}flow(t,n){return fe(this,null,function*(){let r;yield this.hooks.beforeParsed.trigger(t,this),r=new tw(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 fe(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,iw&&(s+=1,s>=iw)){this.stop();break}return o})}start(){this.rendered=!1,this.stopped=!1}stop(){this.stopped=!0}renderOnIdle(t){return new Promise(n=>{JC(()=>fe(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 fe(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 fe(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&&(!rw||this.total<rw);){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 Gn("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 kh(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(()=>fe(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 fe(this,null,function*(){let n=this.pages[this.pages.length-1],r=new kh(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,ow.default)(Eu.prototype);var Oh=Eu;var Te=ge($e(),1);var tg=class{constructor(t,n){n?this.hooks=n:(this.hooks={},this.hooks.onUrl=new R(this),this.hooks.onAtPage=new R(this),this.hooks.onAtMedia=new R(this),this.hooks.onRule=new R(this),this.hooks.onDeclaration=new R(this),this.hooks.onSelector=new R(this),this.hooks.onPseudoSelector=new R(this),this.hooks.onContent=new R(this),this.hooks.onImport=new R(this),this.hooks.beforeTreeParse=new R(this),this.hooks.beforeTreeWalk=new R(this),this.hooks.afterTreeWalk=new R(this));try{this.url=new URL(t,window.location.href)}catch{this.url=new URL(window.location.href)}}parse(t){return fe(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=it(),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)}},YT=tg;var ZT=`
133
133
  :root {
134
134
  --pagedjs-width: 8.5in;
135
135
  --pagedjs-height: 11in;
@@ -834,7 +834,7 @@ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
834
834
  height: 100% !important;
835
835
  }
836
836
  }
837
- `;function fc(n){return fe(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 ng=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(ZT),this.styleEl=document.createElement("style"),document.head.appendChild(this.styleEl),this.styleSheet=this.styleEl.sheet,this.styleSheet}add(){return fe(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=fc(arguments[r]).then(o=>o.text());t.push(i)}return yield Promise.all(t).then(i=>fe(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 fe(this,null,function*(){let r=new YT(n,this.hooks);yield r.parse(t);for(let i of r.imported){let o=yield fc(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=[]}},rg=ng;var Q_=ye(Yn(),1);var QT=ye(Yn(),1),hc=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,QT.default)(hc.prototype);var J=hc;var O=ye($e(),1);var ig={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 og=class extends J{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=ig[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=ig[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=_(t),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=_(n),d=_(r),f=_(n),g=_(r),h=_(n),y=_(r);else{p=`calc( ${_(n)} + ${_(o.left)} + ${_(o.right)} )`,d=`calc( ${_(r)} + ${_(o.top)} + ${_(o.bottom)} )`,f=`calc( ${_(n)} + ${_(o.left)} + ${_(o.right)} )`,g=`calc( ${_(r)} + ${_(o.top)} + ${_(o.bottom)} )`,h=`calc( ${_(n)} + ${_(o.left)} + ${_(o.right)} )`,y=`calc( ${_(r)} + ${_(o.top)} + ${_(o.bottom)} )`;let U=this.createVariable("--pagedjs-bleed-top",_(o.top)),ae=this.createVariable("--pagedjs-bleed-right",_(o.right)),Le=this.createVariable("--pagedjs-bleed-bottom",_(o.bottom)),Ne=this.createVariable("--pagedjs-bleed-left",_(o.left)),Ae=this.createVariable("--pagedjs-bleed-right-top",_(o.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",_(o.right)),je=this.createVariable("--pagedjs-bleed-right-bottom",_(o.bottom)),oe=this.createVariable("--pagedjs-bleed-right-left",_(o.left)),ve=this.createVariable("--pagedjs-bleed-left-top",_(o.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",_(o.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",_(o.bottom)),at=this.createVariable("--pagedjs-bleed-left-left",_(o.left));s&&(Ae=this.createVariable("--pagedjs-bleed-right-top",_(s.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",_(s.right)),je=this.createVariable("--pagedjs-bleed-right-bottom",_(s.bottom)),oe=this.createVariable("--pagedjs-bleed-right-left",_(s.left)),f=`calc( ${_(n)} + ${_(s.left)} + ${_(s.right)} )`,g=`calc( ${_(r)} + ${_(s.top)} + ${_(s.bottom)} )`),a&&(ve=this.createVariable("--pagedjs-bleed-left-top",_(a.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",_(a.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",_(a.bottom)),at=this.createVariable("--pagedjs-bleed-left-left",_(a.left)),h=`calc( ${_(n)} + ${_(a.left)} + ${_(a.right)} )`,y=`calc( ${_(r)} + ${_(a.top)} + ${_(a.bottom)} )`);let Nc=this.createVariable("--pagedjs-width",_(n)),Zt=this.createVariable("--pagedjs-height",_(r));u.push(U,ae,Le,Ne,Ae,Ue,je,oe,ve,Rt,tr,at,Nc,Zt)}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),D=this.createVariable("--pagedjs-width-left",h),x=this.createVariable("--pagedjs-height-left",y);u.push(m,v,S,C,D,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=lu(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}}},KT=og;var sg=ye($e(),1);var ag=class extends J{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=sg.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=sg.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=ph(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=nx(o[r],t);if(a){if(s.value==="page"&&cu(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=ph(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)}},$T=ag;var JT=ye($e(),1),lg=class extends J{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 JT.default.walk(t.prelude,{visit:"Identifier",enter:(r,i,o)=>{n.push(r.name)}}),n}},XT=lg;var ug=class extends J{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}},ek=ug;var mc=ye($e(),1),cg=class extends J{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=mc.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=mc.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=[];mc.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)}},tk=cg;var dg=class extends J{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)}},nk=dg;var rk=ye($e(),1),pg=class extends J{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=rk.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)})}},ik=pg;var ok=ye($e(),1),fg=class extends J{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=ok.default.generate(n.ruleNode.prelude);return this.pageCounter.increments[s]={selector:s,number:i}}insertRule(t){this.styleSheet.insertRule(t,this.styleSheet.cssRules.length)}},sk=fg;var hg=ye($e(),1);var mg=class extends J{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=hg.default.generate(t.prelude);if(i.match(/:(first|last|nth)-of-type/)){let o=hg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="nth-of-type-"+ot();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)}}},ak=mg;var gg=ye($e(),1);var yg=class extends J{constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=gg.default.generate(t.prelude);if(i.match(/\+/)){let o=gg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="following-"+ot();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)}}},lk=yg;var no=ye($e(),1),vg=class extends J{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=no.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=no.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=no.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 no.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 no.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(du(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,D=0,x=0;if(a){let Ne=a.previousSibling,Ae=new Range;Ne?Ae.setStartBefore(Ne):Ae.setStartBefore(a),Ae.setEndAfter(a);let Ue=Ae.getBoundingClientRect();if(D=Ue.bottom,!C||C==="auto")x=Math.ceil(Ue.bottom);else if(C==="line")x=Math.ceil(Ue.top);else if(C==="block"){let je=a.closest("p").previousElementSibling;je?x=Math.ceil(je.getBoundingClientRect().bottom):x=Math.ceil(Ue.bottom)}}let W=u+v-g.height,U=D?S-D:0,ae=D?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 Ne=document.createElement("div");Ne.appendChild(t),this.needsLayout.push(Ne)}else r?D<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 xu(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),D=this.borderHeight(a);if(o.style.setProperty("--pagedjs-footnotes-height",`${v+S+D+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}},uk=vg;var ck=[XT,KT,$T,ek,tk,nk,ik,sk,ak,lk,uk];var Ls=ye($e(),1),bg=class extends J{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)")}},dk=bg;var Sg=ye($e(),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 pk(e){if(e!=null)return e.replace(new RegExp("::footnote-call","g"),"").replace(new RegExp("::footnote-marker","g"),"")}var Cg=class extends J{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=Sg.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 Sg.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)}`)}}},fk=Cg;var js=ye($e(),1),xg=class extends J{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=js.default.generate(o.ruleNode.prelude),a=t.children.first(),l=a.name,u=js.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=js.default.clone(h),d=h.name):p=h.name)});let g="target-counter-"+ot();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 js.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=ru(c,s.args),f=i.pagesArea.querySelector(iu(d));if(f){let g=ot();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],D=window.getComputedStyle(C),x=D["counter-reset"].replace("page","").trim(),W=D["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"))}})})}},hk=xg;var gc=ye($e(),1),wg=class extends J{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=gc.default.generate(o.ruleNode.prelude);let s=t.children.first(),a=t.children.last(),l=s.name,u=gc.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-"+ot();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 gc.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=ru(l,r.args),p=t.querySelector(iu(c));if(p)if(r.style){this.selector=ot(),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)})})}},mk=wg;var gk=[dk,fk,hk,mk];var Eg=class extends J{constructor(t,n,r){super(t,n,r)}filter(t){mu(t,n=>this.filterEmpty(n),NodeFilter.SHOW_TEXT)}filterEmpty(t){if(t.textContent.length>1&&cs(t)){let n=t.parentNode;if(Be(n)&&n.closest("pre"))return NodeFilter.FILTER_REJECT;let i=su(t),o=au(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}},yk=Eg;var Dg=class extends J{constructor(t,n,r){super(t,n,r)}filter(t){mu(t,null,NodeFilter.SHOW_COMMENT)}},vk=Dg;var Ag=class extends J{constructor(t,n,r){super(t,n,r)}filter(t){t.querySelectorAll("script").forEach(n=>{n.remove()})}},bk=Ag;var wk=ye($e(),1),Ek=ye(xk(),1);var Tg=class extends J{constructor(t,n,r){super(t,n,r),this.displayRules={}}onDeclaration(t,n,r,i){if(t.property==="display"){let o=wk.default.generate(i.ruleNode.prelude),s=t.value.children.first().name;o.split(",").forEach(a=>{this.displayRules[a]={value:s,selector:a,specificity:(0,Ek.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(pk(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")}},Dk=Tg;var Ak=[yk,vk,bk,Dk];var Y_=ye(Yn(),1),Z_=ye(G_(),1),Fg=[...ck,...gk,...Ak],bc=class{constructor(t,n,r){let i=[];Fg.forEach(o=>{let s=new o(t,n,r);i.push(s),(0,Z_.default)(s,this)})}};(0,Y_.default)(bc.prototype);function Sc(){for(var e=0;e<arguments.length;e++)Fg.push(arguments[e])}function Lg(e,t,n){return new bc(e,t,n)}var Cc=class{constructor(t){this.settings=t||{},this.polisher=new rg(!1),this.chunker=new Oh(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 Sc.apply(Sc,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 fe(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,Q_.default)(Cc.prototype);var jg=Cc;var xc=class e{topic;project;description;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-title-section"]],inputs:{topic:"topic",project:"project",description:"description"},standalone:!0,features:[de],decls:8,vars:3,consts:[[1,"title"],[1,"topic-and-project"],[1,"topic"],[1,"project"],[1,"description"]],template:function(n,r){n&1&&(E(0,"section",0)(1,"div",1)(2,"h1",2),R(3),w(),E(4,"h2",3),R(5),w()(),E(6,"p",4),R(7),w()()),n&2&&(I(3),Se(r.topic),I(2),Se(r.project),I(2),Se(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;font-family:PoppinsSemiBold}.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 S3(e,t){if(e&1&&(E(0,"p"),R(1),w()),e&2){let n=t.$implicit;I(),Se(n)}}function C3(e,t){if(e&1&&G(0,"img",3),e&2){let n=ee();$("src",n.imageSlot.base64,tt)}}var wc=class e{getReadySectionData;imageSlot;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-get-ready-section"]],inputs:{getReadySectionData:"getReadySectionData",imageSlot:"imageSlot"},standalone:!0,features:[de],decls:8,vars:1,consts:[[1,"get-ready-header"],[1,"get-ready-container"],[1,"get-ready-steps"],[1,"get-ready-image",3,"src"]],template:function(n,r){n&1&&(E(0,"section")(1,"h3",0),R(2,"Get Ready"),w(),E(3,"div",1)(4,"div",2),rt(5,S3,2,1,"p",null,nt),w(),Ee(7,C3,1,1,"img",3),w()()),n&2&&(I(5),it(r.getReadySectionData),I(2),me(r.imageSlot&&r.imageSlot.base64?7:-1))},styles:[".get-ready-container[_ngcontent-%COMP%]{display:flex;align-items:flex-start}.get-ready-container[_ngcontent-%COMP%] .get-ready-steps[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:.5rem}.get-ready-container[_ngcontent-%COMP%] .get-ready-image[_ngcontent-%COMP%]{margin-top:2mm;margin-left:auto;max-height:30mm;max-width:70mm;width:auto;height:auto;object-fit:contain;filter:drop-shadow(2px 2px 2px)}"]})};function x3(e,t){if(e&1&&(E(0,"div",4)(1,"pre"),G(2,"code",5),w()()),e&2){let n=ee().$implicit,r=ee();I(2),$("code",n.hintCode)("language",r.programmingLanguage)}}function w3(e,t){if(e&1&&(E(0,"div",1),G(1,"img",2),E(2,"div",3)(3,"h4"),R(4),w(),E(5,"p"),R(6),w(),Ee(7,x3,3,2,"div",4),w()()),e&2){let n=t.$implicit,r=t.$index;I(),$("src",r===0?"bronze.png":r===1?"silver.png":r===2?"gold.png":"fourth-challenge.png",tt)("alt",r===0?"Bronze medal":r===1?"Silver medal":r===2?"Gold medal":"Platnium medal"),I(3),Se(n.name),I(2),Se(n.task),I(),me(n.hintCode?7:-1)}}var Ec=class e{challenges;programmingLanguage;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-challenge-section"]],inputs:{challenges:"challenges",programmingLanguage:"programmingLanguage"},standalone:!0,features:[de],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&&(E(0,"section",0)(1,"h3"),R(2,"Challenges!"),w(),rt(3,w3,8,5,"div",1,nt),w()),n&2&&(I(3),it(r.challenges))},dependencies:[Oi],styles:[".challenge-section[_ngcontent-%COMP%]{break-inside:avoid;display:flex;flex-direction:column;gap:3mm}.challenge-item[_ngcontent-%COMP%]{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:var(--section-card-border-radius);background-color:var(--section-card-color);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.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:13pt;font-weight:600;color:#333;font-family:PoppinsSemiBold}.challenge-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:11pt;line-height:1.4;white-space:pre-wrap;color:#343434}.challenge-content[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%]{margin-top:3mm;margin-bottom:5mm;padding:1mm 5mm;max-width:100%;width:fit-content;font-family:Jetbrains;-webkit-user-select:none;user-select:none;font-size:10pt;border-radius:2mm;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 Dc=class e{newProject;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-new-project-section"]],inputs:{newProject:"newProject"},standalone:!0,features:[de],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&&(E(0,"section",0)(1,"h3"),R(2,"Make a New Project and let's see your best"),w(),E(3,"div",1),G(4,"img",2),E(5,"div",3)(6,"h4"),R(7),w(),E(8,"p"),R(9),w()()()()),n&2&&(I(7),Se(r.newProject.name),I(2),Se(r.newProject.task))},styles:[".new-project-section[_ngcontent-%COMP%]{break-inside:avoid}.new-project-section[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-bottom:3mm}.new-project-section[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-align:center;color:#404040}.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:13pt;color:#6b21a8;font-family:PoppinsSemiBold}.new-project-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:11pt;text-align:left;color:#581c87}"]})};function E3(e,t){if(e&1&&(E(0,"a",1)(1,"div",3)(2,"div",4),G(3,"img",5),E(4,"p"),R(5,"Click me, to go to quiz"),w()()()()),e&2){let n=ee();$("href",n.testYourselfData,tt)}}function D3(e,t){if(e&1&&(E(0,"p",2),R(1),w()),e&2){let n=ee();I(),Se(n.testYourselfData)}}var Ac=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=ce({type:e,selectors:[["app-test-yourself"]],inputs:{testYourselfData:"testYourselfData"},standalone:!0,features:[de],decls:5,vars:1,consts:[[1,"test-yourself-section"],["target","_blank",3,"href"],[1,"test-yourself-text"],[1,"button-container"],[1,"test-yourself-button"],["src","click.svg",1,"click-icon"]],template:function(n,r){n&1&&(E(0,"section",0)(1,"h3"),R(2,"Time to jump into the quiz, click below"),w(),Ee(3,E3,6,1,"a",1)(4,D3,2,1,"p",2),w()),n&2&&(I(3),me(r.isUrl?3:4))},styles:[".test-yourself-section[_ngcontent-%COMP%]{break-inside:avoid}.test-yourself-section[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-align:center;margin-bottom:0;color:#404040}.button-container[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}.test-yourself-button[_ngcontent-%COMP%]{margin-top:6mm;display:flex;background-color:#dc5a2b;border:1mm solid rgb(212,76,27);border-radius:10mm;padding:15px 32px;max-width:50%;cursor:pointer;font-family:PoppinsSemiBold;font-size:13pt;gap:5mm;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;justify-content:center;align-items:center;text-decoration:none!important}.test-yourself-button[_ngcontent-%COMP%] .click-icon[_ngcontent-%COMP%]{width:10mm}.test-yourself-button[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;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 Ic=class e{tryItOutData;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-try-it-out"]],inputs:{tryItOutData:"tryItOutData"},standalone:!0,features:[de],decls:15,vars:0,consts:[[1,"try-it-out-section"],[1,"try-it-out-container"],[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&&(E(0,"section",0)(1,"h3"),R(2,"Try It Out!"),w(),E(3,"div",1)(4,"p"),R(5,"\u{1F4A1} Always test your code, see how it works!"),w(),E(6,"div",2)(7,"div",3),G(8,"img",4),E(9,"span"),R(10,"Save your code"),w()(),E(11,"div",5),G(12,"img",6),E(13,"span"),R(14,"Run your code"),w()()()()())},styles:[".try-it-out-section[_ngcontent-%COMP%]{break-inside:avoid}.try-it-out-section[_ngcontent-%COMP%] .try-it-out-container[_ngcontent-%COMP%]{border-radius:var(--section-card-border-radius);background-color:var(--section-card-color);margin-top:3mm;padding-top:1mm;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.try-it-out-section[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-align:center;color:#404040;margin-bottom:0}.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 A3(e,t){if(e&1&&(E(0,"div",1)(1,"div",2)(2,"span",3),R(3),w(),E(4,"a",4),R(5,"Open code"),w()(),E(6,"p",5),R(7),w()()),e&2){let n=t.$implicit,r=t.$index;I(3),vr("Bug ",r+1,""),I(),$("href",n.linkToCode,tt),I(3),Se(n.issue)}}var Tc=class e{debugSteps;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-debug-section"]],inputs:{debugSteps:"debugSteps"},standalone:!0,features:[de],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&&(E(0,"section",0)(1,"h3"),R(2,"Debug"),w(),rt(3,A3,8,3,"div",1,nt),w()),n&2&&(I(3),it(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 kc=class e{funFact;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-fun-fact"]],inputs:{funFact:"funFact"},standalone:!0,features:[de],decls:14,vars:1,consts:[[1,"fun-fact-section"],[1,"fun-fact-card"],[1,"fun-fact-icon"],[1,"lightbulb"],[1,"fun-fact-content"],[1,"fun-fact-label"],[1,"fun-fact-text"],[1,"sparkle","sparkle-1"],[1,"sparkle","sparkle-2"]],template:function(n,r){n&1&&(E(0,"section",0)(1,"div",1)(2,"div",2)(3,"span",3),R(4,"\u{1F4A1}"),w()(),E(5,"div",4)(6,"p",5),R(7,"Did You Know?"),w(),E(8,"p",6),R(9),w()(),E(10,"span",7),R(11,"\u2726"),w(),E(12,"span",8),R(13,"\u2726"),w()()()),n&2&&(I(9),Se(r.funFact))},styles:[".fun-fact-section[_ngcontent-%COMP%]{break-inside:avoid;margin-top:8mm}.fun-fact-card[_ngcontent-%COMP%]{position:relative;display:flex;align-items:flex-start;gap:4mm;padding:4mm 5mm;border-radius:var(--section-card-border-radius);background:linear-gradient(135deg,#fff9e6,#fff3cc);border-left:4mm solid #f5a623;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.fun-fact-icon[_ngcontent-%COMP%]{flex-shrink:0;width:12mm;height:12mm;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5a623,#e09100);border-radius:50%;box-shadow:0 2px 4px #f5a62366}.fun-fact-icon[_ngcontent-%COMP%] .lightbulb[_ngcontent-%COMP%]{font-size:16pt;filter:brightness(0) invert(1)}.fun-fact-content[_ngcontent-%COMP%]{flex:1;min-width:0}.fun-fact-content[_ngcontent-%COMP%] .fun-fact-label[_ngcontent-%COMP%]{margin:0 0 1mm;font-family:PoppinsSemiBold;font-size:11pt;color:#b87a00;text-transform:uppercase;letter-spacing:.5px}.fun-fact-content[_ngcontent-%COMP%] .fun-fact-text[_ngcontent-%COMP%]{margin:0;font-size:11pt;line-height:1.5;color:#4a4a4a;white-space:pre-wrap}.sparkle[_ngcontent-%COMP%]{position:absolute;font-size:8pt;opacity:.6}.sparkle.sparkle-1[_ngcontent-%COMP%]{top:2mm;right:4mm;color:#f5a623}.sparkle.sparkle-2[_ngcontent-%COMP%]{bottom:3mm;right:12mm;color:#e09100;font-size:6pt}"]})};var I3=["sourceContent"],T3=["previewContainer"];function k3(e,t){if(e&1&&G(0,"img",8),e&2){let n=ee(2);$("src",n.languageBadgeSrc,tt)("alt",n.languageBadgeAlt)}}function _3(e,t){if(e&1&&(E(0,"section",11)(1,"p"),R(2),w()()),e&2){let n=ee(2);I(2),Se(n.data.projectExplainer)}}function M3(e,t){if(e&1&&G(0,"img",19),e&2){let n=t.$implicit;$("src",n.base64,tt)}}function O3(e,t){if(e&1&&(E(0,"div",12),rt(1,M3,1,1,"img",19,nt),w()),e&2){let n=ee(2);I(),it(n.data.prefaceImageSlots)}}function N3(e,t){if(e&1&&G(0,"img",14),e&2){let n=ee(2);$("src",n.languageBadgeSrc,tt)}}function R3(e,t){if(e&1&&G(0,"img",15),e&2){let n=ee(2);$("src",n.languageBadgeSrc,tt)}}function P3(e,t){if(e&1&&G(0,"app-debug-section",18),e&2){let n=ee(2);$("debugSteps",n.data.debugSection)}}function F3(e,t){if(e&1&&G(0,"app-challenge-section",22),e&2){let n=ee(3);$("challenges",n.data.challengeSection)("programmingLanguage",n.data.programmingLanguage)}}function L3(e,t){if(e&1&&G(0,"app-new-project-section",23),e&2){let n=ee(3);$("newProject",n.data.newProject)}}function j3(e,t){if(e&1&&G(0,"app-test-yourself",24),e&2){let n=ee(3);$("testYourselfData",n.data.testYourself)}}function B3(e,t){if(e&1&&G(0,"app-fun-fact",25),e&2){let n=ee(3);$("funFact",n.data.funFact)}}function z3(e,t){if(e&1&&(G(0,"app-add-your-code",20)(1,"app-try-it-out",21),Ee(2,F3,1,2,"app-challenge-section",22)(3,L3,1,1,"app-new-project-section",23)(4,j3,1,1,"app-test-yourself",24)(5,B3,1,1,"app-fun-fact",25)),e&2){let n=ee(2);$("data",n.data.addYourCodeSection)("programmingLanguage",n.data.programmingLanguage),I(),$("tryItOutData",n.data.tryItOutSection),I(),me(n.data.challengeSection?2:-1),I(),me(n.data.newProject?3:-1),I(),me(n.data.testYourself?4:-1),I(),me(n.data.funFact?5:-1)}}function V3(e,t){if(e&1&&(E(0,"div",2,1)(2,"header",4)(3,"span",5),G(4,"img",6),w(),E(5,"span",7),Ee(6,k3,1,2,"img",8),w()(),E(7,"main")(8,"div",9),G(9,"app-title-section",10),Ee(10,_3,3,1,"section",11)(11,O3,3,0,"div",12),E(12,"div",13),Ee(13,N3,1,1,"img",14)(14,R3,1,1,"img",15),E(15,"div",16)(16,"p"),R(17),w(),E(18,"p"),R(19),w()()()(),G(20,"app-get-ready-section",17),Ee(21,P3,1,1,"app-debug-section",18)(22,z3,6,7),w()()),e&2){let n=ee();I(6),me(n.languageBadgeSrc?6:-1),I(3),$("topic",n.data.topic)("project",n.data.project)("description",n.data.description),I(),me(n.data.lessonType!=="debugging lesson"&&n.data.projectExplainer.trim()?10:-1),I(),me(n.data.prefaceImageSlots&&n.data.prefaceImageSlots.length>1?11:-1),I(2),me(n.data.programmingLanguage!=="scratch"?13:14),I(4),vr("Language: ",n.languageMap[n.data.programmingLanguage],""),I(2),vr("Level: ",n.data.level,""),I(),$("getReadySectionData",n.data.getReadySection)("imageSlot",(n.data.prefaceImageSlots==null?null:n.data.prefaceImageSlots.length)==1?n.data.prefaceImageSlots[0]:null),I(),me(n.data.lessonType==="debugging lesson"?21:22)}}var K_=new Set(["javascript or html or css","javascript","html","css"]),q3=new Set(["scratch","small-basic","python","java","c"]),oo=class e{data=null;sourceContent;previewContainer;viewReady=!1;languageMap={"javascript or html or css":"JavaScript","small-basic":"Small Basic",python:"Python",c:"c",java:"Java",scratch:"Scratch"};get languageBadgeSrc(){let t=this.data?.programmingLanguage;if(!t)return null;let n=t.toLowerCase().trim();return n==="none"?null:K_.has(n)?"langs/javascript.png":q3.has(n)?`langs/${n}.png`:null}get languageBadgeAlt(){let t=this.data?.programmingLanguage;if(!t)return"";let n=t.toLowerCase().trim();return n==="none"?"":K_.has(n)?"JavaScript":t}ngAfterViewInit(){this.viewReady=!0,this.data&&this.render()}ngOnChanges(t){t.data&&this.data&&this.viewReady&&setTimeout(()=>this.render(),100)}render(){return fe(this,null,function*(){if(!this.sourceContent||!this.previewContainer)return;let t=window.RENDER_TOKEN;this.previewContainer.nativeElement.innerHTML="";let n=`
837
+ `;function fc(n){return fe(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 ng=class{constructor(t){this.sheets=[],this.inserted=[],this.hooks={},this.hooks.onUrl=new R(this),this.hooks.onAtPage=new R(this),this.hooks.onAtMedia=new R(this),this.hooks.onRule=new R(this),this.hooks.onDeclaration=new R(this),this.hooks.onContent=new R(this),this.hooks.onSelector=new R(this),this.hooks.onPseudoSelector=new R(this),this.hooks.onImport=new R(this),this.hooks.beforeTreeParse=new R(this),this.hooks.beforeTreeWalk=new R(this),this.hooks.afterTreeWalk=new R(this),t!==!1&&this.setup()}setup(){return this.base=this.insert(ZT),this.styleEl=document.createElement("style"),document.head.appendChild(this.styleEl),this.styleSheet=this.styleEl.sheet,this.styleSheet}add(){return fe(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=fc(arguments[r]).then(o=>o.text());t.push(i)}return yield Promise.all(t).then(i=>fe(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 fe(this,null,function*(){let r=new YT(n,this.hooks);yield r.parse(t);for(let i of r.imported){let o=yield fc(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=[]}},rg=ng;var Q_=ge(Yn(),1);var QT=ge(Yn(),1),hc=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,QT.default)(hc.prototype);var $=hc;var O=ge($e(),1);var ig={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 og=class extends ${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=ig[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=ig[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=_(t),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=_(n),d=_(r),f=_(n),g=_(r),h=_(n),y=_(r);else{p=`calc( ${_(n)} + ${_(o.left)} + ${_(o.right)} )`,d=`calc( ${_(r)} + ${_(o.top)} + ${_(o.bottom)} )`,f=`calc( ${_(n)} + ${_(o.left)} + ${_(o.right)} )`,g=`calc( ${_(r)} + ${_(o.top)} + ${_(o.bottom)} )`,h=`calc( ${_(n)} + ${_(o.left)} + ${_(o.right)} )`,y=`calc( ${_(r)} + ${_(o.top)} + ${_(o.bottom)} )`;let U=this.createVariable("--pagedjs-bleed-top",_(o.top)),ae=this.createVariable("--pagedjs-bleed-right",_(o.right)),Le=this.createVariable("--pagedjs-bleed-bottom",_(o.bottom)),Oe=this.createVariable("--pagedjs-bleed-left",_(o.left)),De=this.createVariable("--pagedjs-bleed-right-top",_(o.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",_(o.right)),je=this.createVariable("--pagedjs-bleed-right-bottom",_(o.bottom)),ie=this.createVariable("--pagedjs-bleed-right-left",_(o.left)),ye=this.createVariable("--pagedjs-bleed-left-top",_(o.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",_(o.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",_(o.bottom)),st=this.createVariable("--pagedjs-bleed-left-left",_(o.left));s&&(De=this.createVariable("--pagedjs-bleed-right-top",_(s.top)),Ue=this.createVariable("--pagedjs-bleed-right-right",_(s.right)),je=this.createVariable("--pagedjs-bleed-right-bottom",_(s.bottom)),ie=this.createVariable("--pagedjs-bleed-right-left",_(s.left)),f=`calc( ${_(n)} + ${_(s.left)} + ${_(s.right)} )`,g=`calc( ${_(r)} + ${_(s.top)} + ${_(s.bottom)} )`),a&&(ye=this.createVariable("--pagedjs-bleed-left-top",_(a.top)),Rt=this.createVariable("--pagedjs-bleed-left-right",_(a.right)),tr=this.createVariable("--pagedjs-bleed-left-bottom",_(a.bottom)),st=this.createVariable("--pagedjs-bleed-left-left",_(a.left)),h=`calc( ${_(n)} + ${_(a.left)} + ${_(a.right)} )`,y=`calc( ${_(r)} + ${_(a.top)} + ${_(a.bottom)} )`);let Nc=this.createVariable("--pagedjs-width",_(n)),Zt=this.createVariable("--pagedjs-height",_(r));u.push(U,ae,Le,Oe,De,Ue,je,ie,ye,Rt,tr,st,Nc,Zt)}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),D=this.createVariable("--pagedjs-width-left",h),x=this.createVariable("--pagedjs-height-left",y);u.push(m,v,S,C,D,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=lu(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}}},KT=og;var sg=ge($e(),1);var ag=class extends ${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=sg.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=sg.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=ph(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=nx(o[r],t);if(a){if(s.value==="page"&&cu(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=ph(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)}},$T=ag;var JT=ge($e(),1),lg=class extends ${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 JT.default.walk(t.prelude,{visit:"Identifier",enter:(r,i,o)=>{n.push(r.name)}}),n}},XT=lg;var ug=class extends ${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}},ek=ug;var mc=ge($e(),1),cg=class extends ${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=mc.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=mc.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=[];mc.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)}},tk=cg;var dg=class extends ${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)}},nk=dg;var rk=ge($e(),1),pg=class extends ${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=rk.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)})}},ik=pg;var ok=ge($e(),1),fg=class extends ${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=ok.default.generate(n.ruleNode.prelude);return this.pageCounter.increments[s]={selector:s,number:i}}insertRule(t){this.styleSheet.insertRule(t,this.styleSheet.cssRules.length)}},sk=fg;var hg=ge($e(),1);var mg=class extends ${constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=hg.default.generate(t.prelude);if(i.match(/:(first|last|nth)-of-type/)){let o=hg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="nth-of-type-"+it();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)}}},ak=mg;var gg=ge($e(),1);var yg=class extends ${constructor(t,n,r){super(t,n,r),this.styleSheet=n.styleSheet,this.selectors={}}onRule(t,n,r){let i=gg.default.generate(t.prelude);if(i.match(/\+/)){let o=gg.default.generate(t.block);o=o.replace(/[{}]/g,"");let s="following-"+it();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)}}},lk=yg;var no=ge($e(),1),vg=class extends ${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=no.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=no.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=no.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 no.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 no.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(du(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,D=0,x=0;if(a){let Oe=a.previousSibling,De=new Range;Oe?De.setStartBefore(Oe):De.setStartBefore(a),De.setEndAfter(a);let Ue=De.getBoundingClientRect();if(D=Ue.bottom,!C||C==="auto")x=Math.ceil(Ue.bottom);else if(C==="line")x=Math.ceil(Ue.top);else if(C==="block"){let je=a.closest("p").previousElementSibling;je?x=Math.ceil(je.getBoundingClientRect().bottom):x=Math.ceil(Ue.bottom)}}let W=u+v-g.height,U=D?S-D:0,ae=D?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 Oe=document.createElement("div");Oe.appendChild(t),this.needsLayout.push(Oe)}else r?D<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 xu(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),D=this.borderHeight(a);if(o.style.setProperty("--pagedjs-footnotes-height",`${v+S+D+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}},uk=vg;var ck=[XT,KT,$T,ek,tk,nk,ik,sk,ak,lk,uk];var Ls=ge($e(),1),bg=class extends ${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)")}},dk=bg;var Sg=ge($e(),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 pk(e){if(e!=null)return e.replace(new RegExp("::footnote-call","g"),"").replace(new RegExp("::footnote-marker","g"),"")}var Cg=class extends ${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=Sg.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 Sg.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)}`)}}},fk=Cg;var js=ge($e(),1),xg=class extends ${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=js.default.generate(o.ruleNode.prelude),a=t.children.first(),l=a.name,u=js.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=js.default.clone(h),d=h.name):p=h.name)});let g="target-counter-"+it();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 js.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=ru(c,s.args),f=i.pagesArea.querySelector(iu(d));if(f){let g=it();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],D=window.getComputedStyle(C),x=D["counter-reset"].replace("page","").trim(),W=D["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"))}})})}},hk=xg;var gc=ge($e(),1),wg=class extends ${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=gc.default.generate(o.ruleNode.prelude);let s=t.children.first(),a=t.children.last(),l=s.name,u=gc.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-"+it();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 gc.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=ru(l,r.args),p=t.querySelector(iu(c));if(p)if(r.style){this.selector=it(),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)})})}},mk=wg;var gk=[dk,fk,hk,mk];var Eg=class extends ${constructor(t,n,r){super(t,n,r)}filter(t){mu(t,n=>this.filterEmpty(n),NodeFilter.SHOW_TEXT)}filterEmpty(t){if(t.textContent.length>1&&cs(t)){let n=t.parentNode;if(Be(n)&&n.closest("pre"))return NodeFilter.FILTER_REJECT;let i=su(t),o=au(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}},yk=Eg;var Dg=class extends ${constructor(t,n,r){super(t,n,r)}filter(t){mu(t,null,NodeFilter.SHOW_COMMENT)}},vk=Dg;var Ag=class extends ${constructor(t,n,r){super(t,n,r)}filter(t){t.querySelectorAll("script").forEach(n=>{n.remove()})}},bk=Ag;var wk=ge($e(),1),Ek=ge(xk(),1);var Tg=class extends ${constructor(t,n,r){super(t,n,r),this.displayRules={}}onDeclaration(t,n,r,i){if(t.property==="display"){let o=wk.default.generate(i.ruleNode.prelude),s=t.value.children.first().name;o.split(",").forEach(a=>{this.displayRules[a]={value:s,selector:a,specificity:(0,Ek.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(pk(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")}},Dk=Tg;var Ak=[yk,vk,bk,Dk];var Y_=ge(Yn(),1),Z_=ge(G_(),1),Fg=[...ck,...gk,...Ak],bc=class{constructor(t,n,r){let i=[];Fg.forEach(o=>{let s=new o(t,n,r);i.push(s),(0,Z_.default)(s,this)})}};(0,Y_.default)(bc.prototype);function Sc(){for(var e=0;e<arguments.length;e++)Fg.push(arguments[e])}function Lg(e,t,n){return new bc(e,t,n)}var Cc=class{constructor(t){this.settings=t||{},this.polisher=new rg(!1),this.chunker=new Oh(void 0,void 0,this.settings),this.hooks={},this.hooks.beforePreview=new R(this),this.hooks.afterPreview=new R(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 Sc.apply(Sc,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 fe(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,Q_.default)(Cc.prototype);var jg=Cc;var xc=class e{topic;project;description;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-title-section"]],inputs:{topic:"topic",project:"project",description:"description"},standalone:!0,features:[de],decls:6,vars:2,consts:[[1,"title"],[1,"topic-and-project"],[1,"topic"],[1,"description"]],template:function(n,r){n&1&&(E(0,"section",0)(1,"div",1)(2,"h1",2),N(3),w()(),E(4,"p",3),N(5),w()()),n&2&&(T(3),Se(r.topic),T(2),Se(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;font-family:PoppinsSemiBold}.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 S3(e,t){if(e&1&&(E(0,"p"),N(1),w()),e&2){let n=t.$implicit;T(),Se(n)}}var wc=class e{getReadySectionData;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-get-ready-section"]],inputs:{getReadySectionData:"getReadySectionData"},standalone:!0,features:[de],decls:7,vars:0,consts:[[1,"get-ready-header"],[1,"get-ready-container"],[1,"get-ready-steps"]],template:function(n,r){n&1&&(E(0,"section")(1,"h3",0),N(2,"Get Ready"),w(),E(3,"div",1)(4,"div",2),nt(5,S3,2,1,"p",null,tt),w()()()),n&2&&(T(5),rt(r.getReadySectionData))},styles:[".get-ready-container[_ngcontent-%COMP%]{display:flex;align-items:flex-start}.get-ready-container[_ngcontent-%COMP%] .get-ready-steps[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:.5rem}.get-ready-container[_ngcontent-%COMP%] .get-ready-image[_ngcontent-%COMP%]{margin-top:2mm;margin-left:auto;max-height:30mm;max-width:70mm;width:auto;height:auto;object-fit:contain;filter:drop-shadow(2px 2px 2px)}"]})};function C3(e,t){if(e&1&&(E(0,"div",4)(1,"pre"),Z(2,"code",5),w()()),e&2){let n=se().$implicit,r=se();T(2),re("code",n.hintCode)("language",r.programmingLanguage)}}function x3(e,t){if(e&1&&(E(0,"div",1),Z(1,"img",2),E(2,"div",3)(3,"h4"),N(4),w(),E(5,"p"),N(6),w(),Fe(7,C3,3,2,"div",4),w()()),e&2){let n=t.$implicit,r=t.$index;T(),re("src",r===0?"bronze.png":r===1?"silver.png":r===2?"gold.png":"fourth-challenge.png",Dt)("alt",r===0?"Bronze medal":r===1?"Silver medal":r===2?"Gold medal":"Platnium medal"),T(3),Se(n.name),T(2),Se(n.task),T(),be(n.hintCode?7:-1)}}var Ec=class e{challenges;programmingLanguage;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-challenge-section"]],inputs:{challenges:"challenges",programmingLanguage:"programmingLanguage"},standalone:!0,features:[de],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&&(E(0,"section",0)(1,"h3"),N(2,"Challenges!"),w(),nt(3,x3,8,5,"div",1,tt),w()),n&2&&(T(3),rt(r.challenges))},dependencies:[Oi],styles:[".challenge-section[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:3mm}.challenge-section[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{break-after:avoid}.challenge-item[_ngcontent-%COMP%]{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:var(--section-card-border-radius);background-color:var(--section-card-color);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;break-inside:avoid}.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:13pt;font-weight:600;color:#333;font-family:PoppinsSemiBold}.challenge-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:11pt;line-height:1.4;white-space:pre-wrap;color:#343434}.challenge-content[_ngcontent-%COMP%] .code-block[_ngcontent-%COMP%]{margin-top:3mm;margin-bottom:5mm;padding:1mm 5mm;max-width:100%;width:fit-content;font-family:Jetbrains;-webkit-user-select:none;user-select:none;font-size:10pt;border-radius:2mm;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 Dc=class e{newProject;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-new-project-section"]],inputs:{newProject:"newProject"},standalone:!0,features:[de],decls:12,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&&(E(0,"section",0)(1,"h3"),N(2,"Super Challenge"),w(),E(3,"p"),N(4,"\u{1F4A1} Make a New Project and let's see your best!"),w(),E(5,"div",1),Z(6,"img",2),E(7,"div",3)(8,"h4"),N(9),w(),E(10,"p"),N(11),w()()()()),n&2&&(T(9),Se(r.newProject.name),T(2),Se(r.newProject.task))},styles:[".new-project-section[_ngcontent-%COMP%]{break-inside:avoid}.new-project-section[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-bottom:3mm}.new-project-section[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-align:center;color:#404040}.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:13pt;color:#6b21a8;font-family:PoppinsSemiBold}.new-project-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;font-size:11pt;text-align:left;color:#581c87}"]})};function w3(e,t){if(e&1&&(E(0,"a",1)(1,"div",3)(2,"div",4),Z(3,"img",5),E(4,"p"),N(5,"Click me, to go to quiz"),w()()()()),e&2){let n=se();re("href",n.testYourselfData,Dt)}}function E3(e,t){if(e&1&&(E(0,"p",2),N(1),w()),e&2){let n=se();T(),Se(n.testYourselfData)}}var Ac=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=ce({type:e,selectors:[["app-test-yourself"]],inputs:{testYourselfData:"testYourselfData"},standalone:!0,features:[de],decls:7,vars:1,consts:[[1,"test-yourself-section"],["target","_blank",3,"href"],[1,"test-yourself-text"],[1,"button-container"],[1,"test-yourself-button"],["src","click.svg",1,"click-icon"]],template:function(n,r){n&1&&(E(0,"section",0)(1,"h3"),N(2,"Test Yourself"),w(),E(3,"p"),N(4,"\u{1F4A1} Time to jump into the quiz, click below"),w(),Fe(5,w3,6,1,"a",1)(6,E3,2,1,"p",2),w()),n&2&&(T(5),be(r.isUrl?5:6))},styles:[".test-yourself-section[_ngcontent-%COMP%]{break-inside:avoid}.test-yourself-section[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-align:center;margin-bottom:0;color:#404040}.button-container[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}.test-yourself-button[_ngcontent-%COMP%]{margin-top:6mm;display:flex;background-color:#dc5a2b;border:1mm solid rgb(212,76,27);border-radius:10mm;padding:15px 32px;max-width:50%;cursor:pointer;font-family:PoppinsSemiBold;font-size:13pt;gap:5mm;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;justify-content:center;align-items:center;text-decoration:none!important}.test-yourself-button[_ngcontent-%COMP%] .click-icon[_ngcontent-%COMP%]{width:10mm}.test-yourself-button[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;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 Ic=class e{tryItOutData;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-try-it-out"]],inputs:{tryItOutData:"tryItOutData"},standalone:!0,features:[de],decls:15,vars:0,consts:[[1,"try-it-out-section"],[1,"try-it-out-container"],[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&&(E(0,"section",0)(1,"h3"),N(2,"Try It Out!"),w(),E(3,"div",1)(4,"p"),N(5,"\u{1F4A1} Always test your code, see how it works!"),w(),E(6,"div",2)(7,"div",3),Z(8,"img",4),E(9,"span"),N(10,"Save your code"),w()(),E(11,"div",5),Z(12,"img",6),E(13,"span"),N(14,"Run your code"),w()()()()())},styles:[".try-it-out-section[_ngcontent-%COMP%]{break-inside:avoid}.try-it-out-section[_ngcontent-%COMP%] .try-it-out-container[_ngcontent-%COMP%]{border-radius:var(--section-card-border-radius);background-color:var(--section-card-color);margin-top:3mm;padding-top:1mm;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.try-it-out-section[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-align:center;color:#404040;margin-bottom:0}.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 D3(e,t){if(e&1&&(E(0,"div",1)(1,"div",2)(2,"span",3),N(3),w(),E(4,"a",4),N(5,"Open code"),w()(),E(6,"p",5),N(7),w()()),e&2){let n=t.$implicit,r=t.$index;T(3),vr("Bug ",r+1,""),T(),re("href",n.linkToCode,Dt),T(3),Se(n.issue)}}var Tc=class e{debugSteps;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-debug-section"]],inputs:{debugSteps:"debugSteps"},standalone:!0,features:[de],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&&(E(0,"section",0)(1,"h3"),N(2,"Debug"),w(),nt(3,D3,8,3,"div",1,tt),w()),n&2&&(T(3),rt(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 kc=class e{funFact;static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-fun-fact"]],inputs:{funFact:"funFact"},standalone:!0,features:[de],decls:14,vars:1,consts:[[1,"fun-fact-section"],[1,"fun-fact-card"],[1,"fun-fact-icon"],[1,"lightbulb"],[1,"fun-fact-content"],[1,"fun-fact-label"],[1,"fun-fact-text"],[1,"sparkle","sparkle-1"],[1,"sparkle","sparkle-2"]],template:function(n,r){n&1&&(E(0,"section",0)(1,"div",1)(2,"div",2)(3,"span",3),N(4,"\u{1F4A1}"),w()(),E(5,"div",4)(6,"p",5),N(7,"Did You Know?"),w(),E(8,"p",6),N(9),w()(),E(10,"span",7),N(11,"\u2726"),w(),E(12,"span",8),N(13,"\u2726"),w()()()),n&2&&(T(9),Se(r.funFact))},styles:[".fun-fact-section[_ngcontent-%COMP%]{break-inside:avoid;margin-top:8mm}.fun-fact-card[_ngcontent-%COMP%]{position:relative;display:flex;align-items:flex-start;gap:4mm;padding:4mm 5mm;border-radius:var(--section-card-border-radius);background:linear-gradient(135deg,#fff9e6,#fff3cc);border-left:4mm solid #f5a623;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.fun-fact-icon[_ngcontent-%COMP%]{flex-shrink:0;width:12mm;height:12mm;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5a623,#e09100);border-radius:50%;box-shadow:0 2px 4px #f5a62366}.fun-fact-icon[_ngcontent-%COMP%] .lightbulb[_ngcontent-%COMP%]{font-size:16pt;filter:brightness(0) invert(1)}.fun-fact-content[_ngcontent-%COMP%]{flex:1;min-width:0}.fun-fact-content[_ngcontent-%COMP%] .fun-fact-label[_ngcontent-%COMP%]{margin:0 0 1mm;font-family:PoppinsSemiBold;font-size:11pt;color:#b87a00;text-transform:uppercase;letter-spacing:.5px}.fun-fact-content[_ngcontent-%COMP%] .fun-fact-text[_ngcontent-%COMP%]{margin:0;font-size:11pt;line-height:1.5;color:#4a4a4a;white-space:pre-wrap}.sparkle[_ngcontent-%COMP%]{position:absolute;font-size:8pt;opacity:.6}.sparkle.sparkle-1[_ngcontent-%COMP%]{top:2mm;right:4mm;color:#f5a623}.sparkle.sparkle-2[_ngcontent-%COMP%]{bottom:3mm;right:12mm;color:#e09100;font-size:6pt}"]})};var A3=["sourceContent"],I3=["previewContainer"];function T3(e,t){if(e&1&&(E(0,"section",10)(1,"p",18),N(2," Project this week: "),E(3,"span",19),N(4),w()(),E(5,"p"),N(6),w()()),e&2){let n=se(2);T(4),Se(n.data.project),T(2),Se(n.data.projectExplainer)}}function k3(e,t){if(e&1&&Z(0,"img",20),e&2){let n=t.$implicit;re("src",n.base64,Dt)}}function _3(e,t){if(e&1&&(E(0,"div",11),nt(1,k3,1,1,"img",20,tt),w()),e&2){let n=se(2);T(),rt(n.data.prefaceImageSlots)}}function M3(e,t){if(e&1&&Z(0,"img",13),e&2){let n=se(2);re("src",n.languageBadgeSrc,Dt)}}function O3(e,t){if(e&1&&Z(0,"img",14),e&2){let n=se(2);re("src",n.languageBadgeSrc,Dt)}}function N3(e,t){if(e&1&&Z(0,"app-debug-section",17),e&2){let n=se(2);re("debugSteps",n.data.debugSection)}}function R3(e,t){if(e&1&&Z(0,"app-challenge-section",23),e&2){let n=se(3);re("challenges",n.data.challengeSection)("programmingLanguage",n.data.programmingLanguage)}}function P3(e,t){if(e&1&&Z(0,"app-new-project-section",24),e&2){let n=se(3);re("newProject",n.data.newProject)}}function F3(e,t){if(e&1&&Z(0,"app-test-yourself",25),e&2){let n=se(3);re("testYourselfData",n.data.testYourself)}}function L3(e,t){if(e&1&&Z(0,"app-fun-fact",26),e&2){let n=se(3);re("funFact",n.data.funFact)}}function j3(e,t){if(e&1&&(Z(0,"app-add-your-code",21)(1,"app-try-it-out",22),Fe(2,R3,1,2,"app-challenge-section",23)(3,P3,1,1,"app-new-project-section",24)(4,F3,1,1,"app-test-yourself",25)(5,L3,1,1,"app-fun-fact",26)),e&2){let n=se(2);re("data",n.data.addYourCodeSection)("programmingLanguage",n.data.programmingLanguage),T(),re("tryItOutData",n.data.tryItOutSection),T(),be(n.data.challengeSection?2:-1),T(),be(n.data.newProject?3:-1),T(),be(n.data.testYourself?4:-1),T(),be(n.data.funFact?5:-1)}}function B3(e,t){if(e&1&&(E(0,"div",2,1)(2,"header",4)(3,"span",5),Z(4,"img",6),w()(),E(5,"main")(6,"div",7),Z(7,"app-title-section",8),E(8,"div",9),Fe(9,T3,7,2,"section",10)(10,_3,3,0,"div",11),w(),E(11,"div",12),Fe(12,M3,1,1,"img",13)(13,O3,1,1,"img",14),E(14,"div",15)(15,"p"),N(16),w(),E(17,"p"),N(18),w()()()(),Z(19,"app-get-ready-section",16),Fe(20,N3,1,1,"app-debug-section",17)(21,j3,6,7),w()()),e&2){let n=se();T(7),re("topic",n.data.topic)("project",n.data.project)("description",n.data.description),T(2),be(n.data.lessonType!=="debugging lesson"&&n.data.projectExplainer.trim()?9:-1),T(),be(n.data.prefaceImageSlots?10:-1),T(2),be(n.data.programmingLanguage==="scratch"||n.data.programmingLanguage==="pygame"?12:13),T(4),vr("Language: ",n.languageMap[n.data.programmingLanguage],""),T(2),vr("Level: ",n.data.level,""),T(),re("getReadySectionData",n.data.getReadySection),T(),be(n.data.lessonType==="debugging lesson"?20:21)}}var K_=new Set(["javascript or html or css","javascript","html","css"]),z3=new Set(["scratch","small-basic","python","java","c","pygame","ruby","lua"]),oo=class e{data=null;sourceContent;previewContainer;viewReady=!1;languageMap={"javascript or html or css":"JavaScript","small-basic":"Small Basic",python:"Python",c:"c",java:"Java",scratch:"Scratch",pygame:"Pygame",ruby:"Ruby",lua:"Lua"};get languageBadgeSrc(){let t=this.data?.programmingLanguage;if(!t)return null;let n=t.toLowerCase().trim();return n==="none"?null:K_.has(n)?"langs/javascript.png":z3.has(n)?`langs/${n}.png`:null}get languageBadgeAlt(){let t=this.data?.programmingLanguage;if(!t)return"";let n=t.toLowerCase().trim();return n==="none"?"":K_.has(n)?"JavaScript":t}ngAfterViewInit(){this.viewReady=!0,this.data&&this.render()}ngOnChanges(t){t.data&&this.data&&this.viewReady&&setTimeout(()=>this.render(),100)}render(){return fe(this,null,function*(){if(!this.sourceContent||!this.previewContainer)return;let t=window.RENDER_TOKEN;this.previewContainer.nativeElement.innerHTML="";let n=`
838
838
  @page {
839
839
  size: A4;
840
840
  margin: 42mm 7mm 10mm;
@@ -864,7 +864,7 @@ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
864
864
  }
865
865
  .preface-section {
866
866
  break-inside: avoid;
867
- margin-top: 5cm;
867
+ margin-top: 3cm;
868
868
  }
869
869
 
870
870
  app-get-ready-section {
@@ -881,5 +881,5 @@ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
881
881
  app-test-yourself {
882
882
  break-before: page;
883
883
  }
884
- `;yield new jg().preview(this.sourceContent.nativeElement.innerHTML,[{type:"text/css",content:n}],this.previewContainer.nativeElement),t!==void 0&&(window.RENDER_DONE_TOKEN=t)})}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-lesson-preview"]],viewQuery:function(n,r){if(n&1&&(of(I3,5),of(T3,5)),n&2){let i;Sl(i=Cl())&&(r.sourceContent=i.first),Sl(i=Cl())&&(r.previewContainer=i.first)}},inputs:{data:"data"},standalone:!0,features:[tn,de],decls:3,vars:1,consts:[["previewContainer",""],["sourceContent",""],[2,"display","none"],[1,"pdf-preview"],[1,"lesson-preview-header"],[1,"header-logo"],["src","digimaker-logo.png","width","200px",1,"lesson-logo"],[1,"header-badges"],[1,"language-badge",3,"src","alt"],[1,"preface-section"],[3,"topic","project","description"],[1,"oneliner"],[1,"preface-images"],[1,"preface-language-badge"],[1,"preface-language-badge-icon",3,"src"],[1,"preface-language-badge-icon",2,"width","64mm",3,"src"],[1,"details"],[3,"getReadySectionData","imageSlot"],[3,"debugSteps"],[1,"preface-image",3,"src"],[3,"data","programmingLanguage"],[3,"tryItOutData"],[3,"challenges","programmingLanguage"],[3,"newProject"],[3,"testYourselfData"],[3,"funFact"]],template:function(n,r){n&1&&(Ee(0,V3,23,12,"div",2),G(1,"div",3,0)),n&2&&me(r.data?0:-1)},dependencies:[tu,xc,wc,Ec,Dc,Ac,Ic,Tc,kc],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}h3{color:#ff9a86;box-shadow:0 1mm;padding:1mm 20mm;background-color:#454545;border-radius:3mm;text-align:center;font-size:23px;font-family:PoppinsSemiBold}.oneliner{margin-top:10mm;margin-left:12mm;margin-right:12mm;font-family:PoppinsSemiBold;text-align:center;margin-bottom:.25rem;font-weight:700}.lesson-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12mm;width:100%}.header-logo{margin-left:-4mm}.header-badges{display:flex;align-items:flex-start;gap:4mm;justify-content:flex-end;margin-right:20mm}.lesson-logo{display:block}.language-badge{display:block;width:32mm;height:18mm;object-fit:contain;object-position:right top}.preface-language-badge{margin-top:10mm;display:flex;flex-direction:column;justify-content:center;align-items:center}.preface-language-badge .preface-language-badge-icon{width:28mm;object-fit:contain}.preface-language-badge .details{margin-top:5mm}.preface-language-badge .details p{text-align:center;margin:0}.level-badge{display:block;width:20mm;height:18mm;object-fit:contain;object-position:right top}.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}
885
- `],encapsulation:2})};var $_={lessonType:"block-based (scratch) lesson",level:1,topic:"Decisions",project:"Crossy Road",description:"Decision making is important when there will be situations with multiple options and an option needs to be selected based on the given conditions.",projectExplainer:"Penguin to cross the road and get to the other side!",programmingLanguage:"small-basic",prefaceImageSlots:[{id:"preface_img_1",base64:"data:image/png;base64,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"}],getReadySection:["Add Backdrop: street Sprites: Car and Penguin (set sizes to 40)"],addYourCodeSection:[{step:"Car: When green flag is clicked, set Rotation style left \u2013 right, size \u2013 40%. Forever, move 5 steps, if on edge, bounce",imageSlot:{id:"addYourCode_img_1",base64:"data:image/png;base64,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"}},{step:"Penguin: When green flag is clicked - Forever, if UP arrow key is pressed, change y by 10",imageSlot:{id:"addYourCode_img_2",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If DOWN arrow key is pressed, change y by -10",imageSlot:{id:"addYourCode_img_3",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If RIGHT arrow key is pressed, change x by 10",imageSlot:{id:"addYourCode_img_4",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If LEFT arrow key is pressed, change x by -10",imageSlot:{id:"addYourCode_img_5",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If Penguin touches the car, say \u201COuch!\u201D and go back to its start position",imageSlot:{id:"addYourCode_img_6",base64:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaYAAABMCAIAAACpu4QEAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsMB2mqY3AAAHCFJREFUeF7tXQt0G9WZviPNSJqxJT8kP7Adx3k4xqE4IYG8adoUEtqSQFtebSkhHGjZpdBltwXKhhbOSZ/bHg7tpgdol0fb5QBNy27C9hAKFGjIA0ICCZCH83CIbWRZL1uWZiTNaPafkaJI8kgzI8m2FN17RLBG9/73/7979em/978PIhwOI4TGTr0ecX8kskPwdzIRTLO5cV5V27LUh7r+5secrOtgZHCHrlLllJlkKMeFttlfKCedsa5TgcCHp0O9znA4KqZWXssYZjSZ55xH560RG4kdGWSPDErfYpyyIQA4dzSau1oknAmgPO/+x8STz1n54wYDkVpGEETWND1at7R+8b1Gul4voOzQ+74d/27ljxECZzHpLV0e+UURsbw53Lim4XO/Kg+NsZZTgcBf9vj+70DEz1vDgiG1fjEmNNKhBdOIb11mN5Fp3z4tap4aDj/6iqfPbxkLI5FktBSpzDyAc4N59KZlzKoLa4jA0OGBF77UZfdnw2IkJAbqv2i/dJMu1mOd+3xvPdAkfkifo2SXCtdw0Gxc/tvq9k9XZn/CVudGYNAX+cEWj9cwjSDS+C5ZKhbyLJ/O3vX5Bl2sd2KI+8n/uv2oMUZW4yZQRSAm8Ezk9G82NBPeY68Ju+9wmLNSHsjSy3pxvmsWPzxXnbsMfF0jotjzQN28W1VxT83w7IEBXflx5ilBwGY2fqGruZCq9x4f+9l2PmZpzCEkxnqWt+tgvTjfOfkmk6WqEN0qqizFffLDdYwmykuyXv3yH5JVTblhCg2+49/1YOXwHaARYEW283u1C76tvQP9bu+p1z4eEQij9iI455QgYIjx6y9svmKOSrfPoRtQ3s9fFgRzQ27946z3z6sdjFnZGUwWP+bkfrYV853u7mAKOx9Ya9FKeSB+lBV9pvnM3A3mupmKtcX4cNj1fvjY843EUQulW6HyLaCX8uJ8RzP497kM2jwmilwoWAjraaQ8wIId886tD3zlkuoqs9FhI8ejw0VjhwbCW94OeGJNVLH9OxFSjBdjsYx6CYPRYFRQZiIbDybfBPhPtQpZN/AbNE2D6qY8qJ6LIi4ihs3tyqoIYZoIMCRLqvxKpZWO8OhjdybKGfLrqwl4qdo/VRl0UV658B0vxNhwJBSORAUhFoulBRqnCmj99RIEQRoMZpKkLSbGnOe8coGsp53ywL4IN2YQ2BqTcgSWFwhWpEWyykiZ9YOhXIKPcoZo0EyEGJK3Wow1TObIY5Tl/UFBMFi8EcbM1ACkxao6Qw5MtxHRAE2EDLFwbRVZV6U+BgpwvG8Mill8km5WYMAcuuVDeUU3FfjumDMG/6qmdkfpsp52yisXvvMFgv4gS1KUgQTGkJJqA5VmBslzEUUB+FsA/0VosFUzlnzIohDW00V5kwyjyPkaTP6vLK6d38G02bMiAz94h/tDbx8LbT8Y8sbslLn4A5QIG6ghPNcvsc6bzszWuWrn6CB7uD/4zK6gL2Y30VmDOXHKM957101i/18ZkptkrKUfNM18B5lHQshEIto0Ub8whZgPhvD25ZbzFuUWUhZ8F45Gh3wBLibSVVWUyWQ0GoHv4Ie9TFOcr0mSBFuQwTAaZIH+aDOl11WB/EaKenfAV00Ss+36IqQQsX3ruAiuWSF9rOhlhWjYFHGtmiPee1XzvI4qG5Nr6ArfugYbBbTY3UKd7PcM+qKUiUZFcvfgp4gPuhecx953VeOyLlu9VfekmN1KdbUy86ebXW7fgCdMkLRi+xqFsZVduoagRUVdF9/Fa/7YLXrHynSAhcqC70ZD7KBnBFEUzTDl69ll66cURVVZrTBEOz3si/Lq80QZcoD4LUzV0wedLx1NW7Gv+rWAxZulloDvrPzAXaur/+WLTXXVOubp5k5jfrl+2m3LEcl9UhyjRNHEDf7TSvInX2ud0WgpRCb4hj/6atttKwyWyGAOOVMzYMmD78qa9cqC74AF3CNjZoYxgUN07iaaZgiK8oyO5WFi3qyXR10TWsTMe751uf2zF9jyqIUyEjcsd1zebeDGfHkUzygisJ4reuirLtG90yFb1V9eYr/qIhMb8GTLMAWUlzfflSnrlQXfAbbu0TETTYMrVHg/LnEJFouFE2Lg0uah5znAeiLnXzLTsOpTNXmYnyxywwpHG+3nowVtdItywem20C2ftReiyfiyX1niuMA+Fg0rt+9kU16BfFd2rFcufDcSZKMx0WzOZ2q/uP11cqRZaBpc2iivIXA2TqGyZj0Y0tYafbeuKpRl6qvJ2y+3W8WszpSGdhRtyHPXFQ7SWOQJeljYeMsqey3hVtRhUimvKHxXRqxXLnwHkPrHQpSpUvgO7IWwDDIYR0J5Ru3Kl/UIPnjtkhqY79dASSpZFs+xTa8T8nb0Ilzoglaqu21CtgbP66ie22KMhkPjbVCkvDXoykH0Kcgs/3HNIFq2pnCAish3mljvsrja90v6S7ZMdtLEd90z/rC6bUF+qkHZdTOuSy2brzQuEoVoJkllmcbu6Xzp+p74a3NPfrqqlmrefH33g60ItXY8c33nBmR7cF1GXeOfqMpUycBUMUFOYVy2YFHnH9Z1y690eNPlTSbrLb4CbbumUHvj5a1kCAKvuWUd/dMvblh/D7weeUOl0uVdVdFwMD/NDHzo8gtzRLGPPffvCQWS+sS1umHzTqnGN56Kv73nT8cUFfj0+Qws8dNIedvRiy3oA4RavoosH6AtLWjn9vysSpYqOt+psd4aVFDwp0BztcZnF1h1BMvUdTp08hsv9+9Tz5eZAxamGLMsr1+6ovulbvTccweukF4u1D0xrNdqqYsrNdD3ted6n9RvQrIErMET+agYjSRe8LfAI6WgKTh6sMCaF9JDt81tG2rZh7ce+sbWQw87ybUrc22MnTTWO1/fqphc8MX4SLsj53ejd9vvXnTc/vTPn71l7q6Xtx3N2Razmsy1pmh+zVVFRaY5sg0sdj6y/vEX+hOC51z73WdBH+l19VI09/Y74Di7nY884f7Sxp8/u/FS9OKO15U0aHeYTUREI+XFvbz70bLVCBykK5/Kz6SJ5rtcrLfspxLltfwUtci5ml+WfL1r9ifetjwlv4XXy/LH4AnuR5ftT8tTgM2a/DtJq7YNzSSyWDcsssK761bGPYvuTd1S3dLb+Petue3XCXejcdM476MnXiruKia8POvdq7s3rQQf8Kw0WYj8Fp6P8ythe0WWNVa2NfXU8UNJDnLesaNvr0cO8yVdv9Xylnt4u65z8zrZGVzXsRShDat7nlkRDwiCBxcnSukP2VuUHbq4K7dadiFX2OoRtWRhx9KElxcvl/AuM1xLkBx3Oc/IT2uqr3fV//naedtvvDjx+vrC36yZE4soD2AJg0GyPTU5++8887OxL6A+05c/63Wgp29H225Hj1yDtt2EFss6bLxJegKvjR0pOi1G1zgQcqBH5EzKeWRp8VJSBtklfOR2tD7NNgQL4BxWY+7ldEffO/Jxm1363qycs7T/yP7edBHp72yMkRAzUYJ645oknVNQKc0iWQhJ8FBcSTr4d0fnSeyWmV7f/D8DV674DDx+4+gu5GjqRKize2HbR+8reaNWhqSNCkuRcszl/RjtBEb4AL14cy6jtX2W0a+0FdKaS2Hzxs77EHTywftQYoHO65Kv6m9Cc++XCG7ZPLSzRXoy2IAugyeQmlDovpQ8Wqsen++VY66th4dMFg2HPjr7n3TyiAs8+XYABlNrzQHJuXg7UNPZebfSyR3XrbRPH/Gkex8W5AJ/xHPKYv2yTJTJNB0F5Zz89GnAhta7e6zI2Q9PDih5v0JMJNKPSkzIaa2fQ0eHU2eoB0afHBiVhp/d5O4d4Pf17bY0JqiHJofflTzB47Ttxh70pJOtr6+Xei14cOzoHw8AwTWiQ7K3eIiX2E2uYxYKSE92jHpRdPe7fbtSTJhliT4kZWZndcNQN5HA67weueIup6+1VabOtHTcO1YNa9ZT0hj0jyynNgFhCdlWzcHvRyfa9oZLtSuAEANl3rz75Nv9OhZtbISTxvrQ2kdR0itffw1aHJKerN0vkcVZttqDtsBEvBt9Zw/KmqcPrYdSFwPNyEK2SFp/51H09DjthZiGWEGLfU6ioMuZa4kbMhpgP19mHfvcqEE+hOHyRnTitPTHpt+jTX2Z2WBXDBRXgnf29T+6+TPjP+jd9tfBS2+9dnbikzgvy2nApTC2NRpQRFBYEjkZ4QvogV0tsP1XtfPkk6G5loCXSknnj6UMIXkFaQu0ZhNaJnt5LU2o9gy2o/LgPZ6ngHTZ7MZvXtIOG9FhY6p2MbNp0u8fkXq/c+QER9oTw7xUAdZWMzrlkr6B+97u/Ubiq8gdOAQPWM84J8bPShH6hJ/SXDPTwp/4OABPnncp+DuwwQJ20SpoO8Apf4ntVD3LbpfOvhrd7o3WM/G5If6U9CQ0HF8bcCBwnKbOR2jpDBp5vbsQ00CjWd2yg9ZNI5peI7OVN6Qw2xLXxCuVkuUgcvoZajufoVBdo+zlNc5C1JwZmSvLdg9Hfv9uX9KW456xh/7ea6CUVxqC1WC7guHgFAPfbT35vIYmjER5Y5S7d+WcRW0KzaYsoAN1Mqj3sPTh0zIpQJrGJAgC7UEn4G2HQtFcefagTWNo20Voi8x3islgMI5x6q6rBqMTWUZDAkSBMvKDRTOnSc8aGLRvT1ZhhIGUimtO4H6i+d1nuFi9GAhX3HI7MTw0Tp8JYj1NfKcAjjxBmXjB4L3I6cqu5hsvbNbLekVWQo840miI3wcwLgF/UQ2p6xmkAWzCQVOrwbnXR1/cA0NjdPTkqJw5KjuG8dehB/M9LdA70HdGyIGv7YhLPpsII/nfR7xx1gO++972QyGDKdvWKNnRUPoK1FG1I0GNfEdE2G9e3L5ietEW06oBm/Xz+JSfIlcmyhBEJEYO+RVmuNKEDnrOTOE1NiddKaVqQRQnjJuPBsp2oPWL0Uy3gpuZFOPjKKeqJmcrPbb/PbRw/hkXD57Dvrczn7Y2pjw/8xB0G4sqBKYnifJAjaKzXp58Nwit+alEDHrZ/sJnKhU7oF7WO8bytbU10nyc7JF5fAieILMJnixop2ulOgIDYTS9UZrdk0KKuuK8suc4s12eMVTa02MxUaTy0E9y4lLGlc2bu+njfX27PFFvwk2TJvuyeWowtp3V0ToHxf1BiT2XXHBm4k8Ky6qkxLi4xzor4T9K+Q+HovWtTXLZ5BRhppw46934/N7vvXIkB9/xPE/CuExx9AGBIA1DWvDvtPCdwuCqD/WGUCf4wAitlx0iSKdDCecIBqdwOtvpPgV8cuWBKT+E1r6EOj+dmBlUxDcYYw71Z/Wsocic+V3tcTaB+bK2rotgvix72tUbYkWFqOszfWhV1xmnNUtxOLl+73HN0d7eQ++iFGVgnhG5h2CeEZ73z523UqGOt47CEiSF2PTkUR4oVUTWU+O77dJcXjJ8kQaIPEfZ8qQ8sB0uykylYptqYT1p4CmHL2Csui1svRsiDIusI729DzvRvo9Zv0V6soHm/XIFz7/Rv89shxAEzPTtO6ArMht4+EAAIhhQtkfCJTMB48EXPxpVCL3t2nHooQHy+kTYQZqMu+OAHFeF+bgVMLrsWMK5xrtaiQoODO1GlDyqhTT64FbX8fiYVJoHTA/LSiNoOXyRopqXo+6UR8Ep8RME+jzno2V9GusG+iRllBKwnls0haD27HP1YG9VtlNVYCIvZ6wW6tTId9noYtObCHVIkYrkEqWnt6A9jBy+uAjteSnNPzoMu+Pk8EXWPIvPDGn70GshtDFL+AKUiRmZF94JwOxtVh7rXHvrle5HYf0HhERvXptjIHl4IHT4E54yK0xb74Exe8qoVjF8QZmZVz8MDnrVXM64ooOej8/OMML7Zd+5xfHCpntu2PSP1lsUJv5ODXPv9XFQxXgz4YjQV4Xd3859EHwuntf/GcwmHxmMFRLQUOM7/ToVViLH4VEvHnH+8aATtqMrD6AKqzeP0hAIXos8410YWKE2PBqEXfd5yCzHIsB3UZad1lCfccWVRlt08d3bx8Z+8bespyJDRELyzrJPwGlUSXs2Iei+eSm6bhmEgfNPQJr3/rH/A2+94kmlEH7ZWK1uVDg0smpm8L6rcw6e89Lxh88PvDdki1Fp/Tl+eNSkenlx5Qv09UqN73K3iBZfL6821VVIWrYSX7OytoZTjEKCv1NtNrFy0KMSUoTjGmqqJ4HvsoGZXGsCC1ByBBwmoi0MjH3LO6EPT2seVCop8efdntMBWpHvgMRhScqeveq6w4Gjb50wvHbQr55VT46t73g/GqIy+C4pYAq8vHjd+fl6pcl3qkeElpqvp9h/4BTM/mEvIima1rDCRk8XLLW8LBuijYaGmnxcWl3+Xdzw3F7elIADO7G6a9x3fr5xZlM+S/Zf+2Dk6TdHPATc2aa2WELNvJgQpcP991/dsGBmcdZbv3Ms8J/bPW5iGoSnMyqfMi8vrkcevl5p8p1im7rd7lSPqTR8PZXeB+vLgAVEGPDldcSIWt8uic8FQQiNjcGKFYctny9YBt9ltHJJWKhNCZjk+shX98Dzzu37vdpKJHJ5AtGHX3Q+8WZwWGgunO9AqMFIBcnmH2/1/9errlBYx7qu8WoHWOGpv7sefmnUJTSP57tkfjgVef1UnYoMU+Z1VQSc+qnlDMVS5jvFU5Hh1LnUUzbnOKotRrRvwGckKSAXXf1s0jJDGMPG0DwfDYZY6DQTtZZy0uxJrygc5rhgyF7N2Guq8/i6Kvp3Ga2saNmAN7LzRMmdigy3Z7CE9eCpsaOnR2BLhsNmyt0rR0L8s/9wPf6q9yOPNUw1yJfsFCcB6wmkbf8p7t2j7hAbmdFEwwICXaKDnPDnXcO/fdWz6zQdNTdlu5wofirylA1skybFr/vJHc2oYTSsN9YFUlEzqw5sk7WVxQgXtIVoBhyfB5syjJR89wUsYdHXCYuKbwHCpEu7pCQIUZ4xUXZbNdB6HvLyGM8maynBgW0qAnDpRKN5zChyMxrNTTVw3U/a/P6BvrGGWto1Kgx6o6zIBFFNEW8aymgIOOGunhol+NDsZlOTzVhXrd5STr/gCwonXJGwyIwhGwnH02dPyet+Jjtim0eHK/Ei2ikPDCkX1gNVw1Gei8ANZzG4LUdxZ36Jt4s0bpJ2RAFvG2mzSXkJngYbCuE7EF/ilBcHQLpFkY/GlC51BIcOztmZOKbLbAFR5PkIHAYBP1SqjQNjEViQRGq77w1TniqeWjPoorzyYj2tEJy7+Qrku3KhvHO3Ac9alqS8V4Tdd07murxzD1y9lBdnvec+HApr2eN97uFVVhZZiFiB+8nAy/vVawJLNpSV3eegspjyitaorkgTueg/qtvhcAwdac9pfcEyHaJx1qIisHhaQftnTw2Hf/DCyBjZVlSlsDDdCFi4U4/c6CC8va8Ie9S9PJjMgThDxi4VODcm/Zwe3UpAAbhdL6I+Zs9H8iSUgVgzy5vD9s80rH5sEqrDVZQpAo+94v7bEWPEYMu8KhPO+iCLcCY73GhRpshMjtowLcigkcu6iFtX1WuiPH+Y9qN2c2MPItJiKHygXwyethOnqvK6NQHIzhW2R6kmU8NEnS8+4YAaacpxga2rSKd0T7i6uIIpQ+BvB/y7eiEWlOY2QLTRxxpGxToTnc+6aDBGCLlrjIFgiOuels9KwymDY3Irrq8iLmizrJ4nHTWmTnlsBLmphfbVj5O0wq1IYc9h7z/uqw/vt9L6VjGAz+iMtFYtvMfaedXkmo9rwwiUEALv9QW37Bnd76qxVNXqVivk/Pzc2LVL6mqUjxfWLa8SCqjvseWiIt31VUW+A4DM9vMdq37ts34OpvC14yXxHd9hXfwDzHfaQcM5z0kE5ndUfffKhoubR7mgX5+BIee6HnTrKgfmO124qVNejKCNjHyuc5ZE2abZVzyknfUSfHfJ96tmFOHiNF3W4swYgRJEoLaKvPsLDn2sJ/Pd+k8XFFcpQSgmQSV1ytOiRIL1ai73h8Tc+yj8QfSJMMuK+U4LrDhPxSCQZD024IUNIznshkgFyX2C+S7vrqE+l+cJWQzLflvVfqlqHQLn87/7q/DQXgMvXbMwPgEbmhrnV19wC91UtvEKVRRwBoxAvghw0dhjr3j293FhUTkgSBKihRSuXlj1xQU1+VZS6eWKSXlJLAVuRBFXA2kmyHwOq6n0VsL2VxICcPrmkF/5cljY+X9enfLVRZWEUEG2TgjlFaQRLowRwAhgBCYMgeLM5U2YelgwRgAjgBEoJgKY8oqJJpaFEcAIlDgCmPJKvIGwehgBjEAxEcCUV0w0sSyMAEagxBHAlFfiDYTVwwhgBIqJAKa8YqKJZWEEMAIljoA65ZGIHT3yQombgdXDCGAEMAJaEFBflxeLoX6upWrRg3TzRYQhbRmk0QKHseg7QEVRp2xLl7UYMMV5CMJolk6kwQkjgBEoCwTUKQ/MiArIyzdGUJVIkKlWwQ1YptaVNRfeTFlb87PW997j4f43ETeUX/EpLwWAEJaGmoV3w+/BlCuDFcAIYARUEdBEedmkxES4/U/0Uj31K39htnepVpaaQRTC7h0PmV1/rSH9lPrlbbpkT2pmOE/QSfQ0Xr4ZzlaY1IpxZRgBjIB+BNTn8nLINBAITgZ1CAc9r/9r2HNEe+0y3z3IDP0Frhkqa74Dk2kTqhWOsq6D2s3HOTECGIGpQqAgyosrDafAN8Q+zMF6brebZdmkhWf47oU6CzdVZhe3XlJkY6MnUmVmmFx4dVggxjAPBHC3GQ9aESjvLOv9/W7WuW98HQzDUFTiTpPIyKnhNzcyQ+cO3yl2xFST8+ipuTHEAvNDADdKfrilljoHMCxoLi8DQS6CXEQXopspW4ciuLGwL+o9XEecrjGddfoKb4Ypl5DHPbZTrjNWACNQmQgUk/LiCMI573yWU11h7s9ShBvsSq6lMOWVXJNghTACWRAozsA2VTjcbMuYlF/nJN/hroURwAiUEQLFp7wyMh6rihHACFQaApjyKq3Fsb0YgYpGAFNeRTc/Nh4jUGkIYMqrtBbH9mIEKhoBTHkV3fzYeIxApSGAKa/SWhzbixGoaAQw5VV082PjMQKVhgCmvEprcWwvRqCiEcCUV9HNj43HCFQaApjyKq3Fsb0YgYpGAFNeRTc/Nh4jUGkIGJCBFA3mSjO7uPbC6dCEIe2I/OLKx9IwAhiBYiFgMNW0h2LWKF8sgZUoJ2RspRrmV6Ll2GaMQLkhQITD4dGj20Lv/bKaPwmHO6UmgwHOeiLgZJRCEhyix0XFQiSUclnRSLOoztBxTf2ifytlPbFuGAGMQBwBifLgf2Hf8Yj/pMinncwuhIYi/a/Rgb0ORsqjN8G9aMPR80THYsHAMK3L9BYvj/xwzaVtmqXxwvLQFmuJEah4BBKUlwMH7/5HiWNPNJldurCCg0KdfEf1gu9Wz75SV0GcGSOAEcAITBwC6hHb+otuR523DYUbtSsR5zvrJd/HfKcdNJwTI4ARmAQE1CkPlKibf5t21kvyXdWMNZNgAK4CI4ARwAhoR0B9YJuU5Xv/idjhzTaDx2REENkYn2CtBhcRPcSsmkvuxXynvQ1wTowARmDSEPh/oSpiiCfK2rAAAAAASUVORK5CYII="}}],tryItOutSection:["See what happens when you try to cross the road. Watch out for the cars!"],challengeSection:[{name:"Bruise Penguin",task:"Make a variable \u201CInjuries\u201D. When penguin touches car, change \u201CInjuries\u201D by 1 and change whirl effect (Hint: Look at \u201CChange color effect\u201D block).",hintCode:null},{name:"Add more cars",task:"Add 2 additional car sprites, moving at different speeds",hintCode:null},{name:"Add background music",task:"Using a forever loop, play a music loop \u201CDance Magic\u201D",hintCode:null}],newProject:{name:"Energy Boost",task:"Add sprite Robot. Make variable Energy. Using FOREVER loop, IF it touches mouse-pointer, change Energy by 1000."},testYourself:"https://youtube.com",funFact:null};var _c=class e{activeData=this.getEmptyData();previewData=null;updateSubject=new Pe;ngOnInit(){this.loadInitialData(),this.updateSubject.pipe(id(1e3)).subscribe(t=>{console.log("Debounce finished. Rendering PDF..."),this.previewData=t})}handleDataChange(t){this.activeData=t,this.updateSubject.next(t)}loadInitialData(){this.activeData=$_,this.previewData=A({},this.activeData)}getEmptyData(){return{}}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-live-editor"]],standalone:!0,features:[de],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&&(E(0,"div",0)(1,"div",1)(2,"app-lesson-form",2),At("dataChange",function(o){return r.handleDataChange(o)}),w()(),E(3,"div",3),G(4,"app-lesson-preview",4),w()()),n&2&&(I(2),$("data",r.activeData),I(2),$("data",r.previewData))},dependencies:[Jl,oo],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 Mc=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)(be(we))};static \u0275cmp=ce({type:e,selectors:[["app-print"]],standalone:!0,features:[de],decls:2,vars:1,consts:[[1,"print-container"],[3,"data"]],template:function(n,r){n&1&&(E(0,"div",0),G(1,"app-lesson-preview",1),w()),n&2&&(I(),$("data",r.data))},dependencies:[oo],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 J_=[{path:"",component:_c},{path:"print",component:Mc}];var X_={providers:[DS({eventCoalescing:!0}),kC(J_)]};var Oc=class e{title="frontend";static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-root"]],standalone:!0,features:[de],decls:1,vars:0,template:function(n,r){n&1&&G(0,"router-outlet")},dependencies:[Xf],styles:["[_nghost-%COMP%]{display:block;height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}"]})};HS(Oc,X_).catch(e=>console.error(e));
884
+ `;yield new jg().preview(this.sourceContent.nativeElement.innerHTML,[{type:"text/css",content:n}],this.previewContainer.nativeElement),t!==void 0&&(window.RENDER_DONE_TOKEN=t)})}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-lesson-preview"]],viewQuery:function(n,r){if(n&1&&(of(A3,5),of(I3,5)),n&2){let i;Sl(i=Cl())&&(r.sourceContent=i.first),Sl(i=Cl())&&(r.previewContainer=i.first)}},inputs:{data:"data"},standalone:!0,features:[tn,de],decls:3,vars:1,consts:[["previewContainer",""],["sourceContent",""],[2,"display","none"],[1,"pdf-preview"],[1,"lesson-preview-header"],[1,"header-logo"],["src","digimaker-logo.png","width","200px",1,"lesson-logo"],[1,"preface-section"],[3,"topic","project","description"],[1,"details-section"],[1,"oneliner"],[1,"preface-images"],[1,"preface-language-badge"],[1,"preface-language-badge-icon",2,"width","32mm",3,"src"],[1,"preface-language-badge-icon",3,"src"],[1,"details"],[3,"getReadySectionData"],[3,"debugSteps"],[1,"project-title"],[2,"font-family","'Poppins'","font-weight","normal"],[1,"preface-image",3,"src"],[3,"data","programmingLanguage"],[3,"tryItOutData"],[3,"challenges","programmingLanguage"],[3,"newProject"],[3,"testYourselfData"],[3,"funFact"]],template:function(n,r){n&1&&(Fe(0,B3,22,10,"div",2),Z(1,"div",3,0)),n&2&&be(r.data?0:-1)},dependencies:[tu,xc,wc,Ec,Dc,Ac,Ic,Tc,kc],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}h3{color:#ff9a86;box-shadow:0 1mm;padding:1mm 20mm;background-color:#454545;border-radius:3mm;text-align:center;font-size:23px;font-family:PoppinsSemiBold}.preface-section .details-section{margin-top:5mm;padding-bottom:5mm;padding-top:1mm;border-radius:5mm;border:1mm solid rgb(189,189,189);background-color:var(--offwhite-color);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.preface-section .details-section .oneliner{margin-top:4mm;margin-left:12mm;margin-right:12mm;font-family:PoppinsSemiBold;text-align:center;margin-bottom:.25rem;font-weight:700}.preface-section .details-section .oneliner .project-title{text-align:center;font-size:15pt}.preface-section .details-section .oneliner .project-title p{margin:0}.lesson-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12mm;width:100%}.header-logo{margin-left:-4mm}.header-badges{display:flex;align-items:flex-start;gap:4mm;justify-content:flex-end;margin-right:20mm}.lesson-logo{display:block}.language-badge{display:block;width:32mm;height:18mm;object-fit:contain;object-position:right top}.preface-language-badge{margin-top:10mm;display:flex;flex-direction:column;justify-content:center;align-items:center}.preface-language-badge .preface-language-badge-icon{width:15mm;object-fit:contain}.preface-language-badge .details{margin-top:5mm}.preface-language-badge .details p{text-align:center;margin:0}.level-badge{display:block;width:20mm;height:18mm;object-fit:contain;object-position:right top}.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}
885
+ `],encapsulation:2})};var $_={lessonType:"block-based (scratch) lesson",level:1,topic:"Decisions",project:"Crossy Road",description:"Decision making is important when there will be situations with multiple options and an option needs to be selected based on the given conditions.",projectExplainer:"Penguin to cross the road and get to the other side!",programmingLanguage:"small-basic",prefaceImageSlots:[{id:"preface_img_1",base64:"data:image/png;base64,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"}],getReadySection:["Add Backdrop: street Sprites: Car and Penguin (set sizes to 40)"],addYourCodeSection:[{step:"Car: When green flag is clicked, set Rotation style left \u2013 right, size \u2013 40%. Forever, move 5 steps, if on edge, bounce",imageSlot:{id:"addYourCode_img_1",base64:"data:image/png;base64,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"}},{step:"Penguin: When green flag is clicked - Forever, if UP arrow key is pressed, change y by 10",imageSlot:{id:"addYourCode_img_2",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If DOWN arrow key is pressed, change y by -10",imageSlot:{id:"addYourCode_img_3",base64:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaQAAABQCAIAAADZWpbZAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAG5JJREFUeF7tXQt0G9WZvpJmNHq//HYcOw+HOA5x3MahEAgO0NSQFro8SsKC4RSahtPdk8KGpbSwdJfHUjh0YXNaHoVDD4U9hC5pl6SEhBCSlDYt5EEcyDvOQ0lsy7ZkWdZjpBlJ+89ItmV7JM3oYcnSvWdOTjxz73///7szn/7/PmV+vx/hhBHACGAECh0BeaEbiO3DCGAEMAIcArJYz451d9P24zKZIhYb1tunqV5MGqanAxjdfzTo7U9HQj6XZd09qqqvUeb6fFYS64YRKHIERslu6MwO7+nNStcXhPdsLCgBmZZR1lCX3GVuujsFsBjX+YEDv5LZ94ZcnRplCgKmQBE/0oYN88nZ3zM13p6Oum93nEfhdATgsvmIwJV1JTPNmnzUrMh0ipId+HSOvzxW6d1BEMIAdLkoxcLHzAvaJeET9Dl6dj9mcX5g1MgkFZyKmbuJy9Vfe0hT1WK320mSNBgMkqx4be+5LZ12JUVJKoUz5zkCdIApp2Q/a52TlO+SvjZDdGjnl87Pz7C9g2ys1QpZaPFs9bea9DUlY7yJpAJHhBw84/n4sIcOqa22oQR4skFWBnGffEzklw7+2RZYaiAW1SlaZmvrylSjYaz73E7284fLqb4Eqtt8JtS4TjzfAdPZdz6od+0qBqYD3BwBA9v4qKlxpcvlksvlOp1O/HsATLf7gotS499/8ZhNmZwe2q9HTFK+S/ravLW79+OTqoGgXqEY45KEgmwwQJco+u9bZry6cfQnNqnACIKvf2zruIjOeSxyQimTF1QnfjgcVIWG5pf51rZZjFoi6tl5rJ+GPr2rRJ/E/7KF56BZd4vhO57pHtC7dhcJ08FLM+QLexufNi+4S+pXmG2mC7Cszx/w+RkmGAwwLKHI2C+zVEvTzB8KhwmFXEkQGopUUxT8P02Bk1ZcJN8l0OfAGc+vPvYMKmri5QnQniqy55GbymZVcF6MyLT7iOvXO3yMqko+lkBFFp8S2XTsxdVLqavmGaSRHdh23jdNOWOF/tLVhLY8nql++3HXZ0/J+/5cZS786HUEhNTILqtMB9Q24PZ6/AGCJOFSKBThcBgikSnxjk5UEpSHm8FgkGVYlgmYtGqTTqOYIs5Imny35YDzxR2MvmRagrYDvquletZ9RyzfAdO9vNPnVxYy0wFcHmdPe0vwzqvLJJMdFB5wh92yCtJc7xu0TYSeDfi0SkaPevVqaR9VjzNJ57xBLdPkcY9WCmSXVaYb8vp6B91KFZemKLslUBuIj/bRYZYpM+k11NQY+UqH7/aecj++OagxliVuSuC7K6a52q/UTS9N8qn8396BjfsCbqLAmQ7got0DDy5jv9lkTIXssvHlnOsLD3iSkB0hR7Mq5HnLd1LJLqtMN+j2DnhplUYD3lw22itPZDIMQ3s9FSaDVpXHP4MxYKXMdyLJDqoK+IZ0ob6W2Zrm6cJN39lDd7vkR7rDNFFCKNV50pRRNcLw+0UH2QB0RMpkibopZHJCQSoJMnm75xfZiWG6CBb5zHeSyC6rTOf20f0ur0avm7oRq/gvkGVZr9tdU2KilKT4UjnMmRrfiSc7MA2YgvF7w6GgoJnwiNKalCptDkGYWDUQHBl06eXuWeXk3CrKogMyixsagl9/3s4euei3ucJ9fj2pNiYYWskjshPPdHnOd+LJLqtMxwaD5/sG1Fqdgihkny72awn4A4hlppWa8urrTaBMCnwnieymCg4jegIfVakG2peal8wFJ13Ce9vjDGzvGNz6pbefKVGqhec/jJBdjsezpDIdoMOG0GlbyDtlV/RmlekAn0GPT6FUFg/TgclKSsmGw+DPTpWPHILuIUT+5+6TZwa8U0Xn7OlJ+HvbLvH/+r665QvNkpgOVKo0Kdtby566vaLB5ABSS6xkLskuBaaLGDN1+S7bTBcKhV3QVVeIIxKJ32OSooDls/dBZlwy5rsIpAq69zuXyh66qVKvluDQjWuOmeWqX9xZ01LtoT3OBC2VM7JLmemmLt+JYDrLT2+Y9+oSS8qfFh0IyBWKxF11t14zf+sNcadrpVx1bgvCkpUAG2RY4V6qSdGt6tmbLvnpbKiKa8S3buKva6sSVI35DrjpstrgfdclGWIW03xqpfyRf6is0zhhNki8/AnI7n703S7Uwhds60K3daG2X4qpVUyeNJlOAt+B5q33I/RLTv+ILTlKIpguA5r5GVYeb8VfBsRPtohwwB/yuUMe1+hFe8NBYUZTEARMn55sFSfUt2JJ6YxBW/umo+2bbEco07PNiTQqZr6DUZRycmDN8tJMNZlRQ/yordQkjxvMipl6AkzxbdTRgE5mRquMMN2IKgnHZ4GvH0fOJ9DuOei2O9DZarQvMyYISkkwQPHrv5/5W7dbxGowcAoq4FNZs4d69iZTtdvZ/kn3iiWX3FHKe/j8nz+4dt5iGjI40OzaV+cTezedfj1Gm16ni5FBl53QvLPL5m6dCeP0QasL1aLB6z+8gFDNb1Zaarni/m3vHrdeM3+1ir8POWuY1/5weuPcWe81k389g9pqkBVRtTDaybi5+zE1PnhDU1t0hRIn5AWuLJ/Z53iNNq5WsVYDZentvm0nJaoukBAj/OoyYs3ls0tiZht12t2Pbj/qlAlMOPD5fCaKNGhj51JweJoGPaZSLSzE67Ie/clB/o7fX60jjhw+0VExBluEwDszVfMK8JnRKPiM550PrVsQAvxb+X5wbz/fCpwfV9EIyLj9XTrCefjEM52jBkDmOQ5OTuIkZryi8AYoGK/jvitC37siY2QXAfmxDRf22SwkNbryUswARcSzg3/vQMiAFu7OCE9klulApUT9d60PIHgLyx5Ac3jdS3Zz/t1tx6J/zvk9/ydcEdOA04+htmNj8mTC5j5PYOupPpISP7OX+ukNJmQ9CtSGmmfdYaTfiXETXnf4NfycshUVKo3bF8t0cBMWVMWJYWt+M5Oynjl0/bu9jmjnSNkvbrEADV3/7qHXeom2W2ahLp/boH0QoVu1yOojF89FyEjqGMYKcknCcRjKOqykru2yWFBqkB3uw9V9kKHmRR5FMnNkyr04R989dNtOJKGuGPGDftasHkPcWiXhCwm3igzJwPyJz6qN6H0A0Oqvrp31A/5xNfK1bzrxjH48tiuW6LkfmEjmqtoVqKq1FB05zPtoSNvazHFfK+IzbHI6S0shaAU/rhF5uAZygNgxiaNF5EzKdFAG/LtuX3DjkZ50X7dlaPP9aG26UlIs/9L96OkmCWVLlZ6lDaI2y+jd/vyqN78aFv3VG/c8vAquJ3b0CtW2ohkWH3gE9UjaZ/cKev8dhFyoo1WCHXGyZpzpIvXE5bvdLyIGob4Xh33Sfei9ajRkQLMgHv8lWtiEOqq5O30VwxG6AdEvxuRJ32JOQplWufbyGWG/LxSK85mOrUdTamr0Rz+SFRoCkdo7uA4gzn2otlShg74unRo+2mqVosvRPU5FuUweWVM1Pl2mrUX+o5/D7b69A5EwkLKQwVNd3NYPG4HmSLL2eMCBiIq5ZYvN6KgdWYzAeoR7YIj341jbcfjX7wA8x6QLL3yOwLnburKqeXSWWyQznyJcKa2u0QoOOpjHP/oqGIpaZHPTD/6pwy8XXi8BhsuFVsJ1dXMeGYcbIsq4PjXkpbmx/InYbrHRXp0J+tqeRafbOT+u+6Rb0Th/3ls36Do+5Bw0wBzxGd7iHEDFjIqahUaFd9A9LH9U8ygtws+ViAQzwJvLNGtaeCe7OBJMBDSoQpXm5EtfDr/58Nq3R2nt8Ju/O3vXQxvefOhetO1PIwQYA9q8Go1GLtxtl5TsMoY9LDJLukYi5cqA7/pcybaCs6/j5NMu7t85sBcpuKu8Z1dmQPrh/jzPK6N5UtZmQsHl9eV3LqgUyXfefueYvp6IrxG5uI8HvkBqTnPVHJ3/5MHxNSkJBSwdTVXxC0ddCouRsvg8LwwylpJZwHoRNoybIM5d2XQlDe4heHaSqhVVl4wg9/YHfr6d4ztgugc2dwzIVCjO2l6YQ0tInVo4DttO65qoDwh0xrmBr38Sdevg9yYycATR60hzrNkTd+KI4E+RIEDAdA0m8idL6/VUnO3VEuDahDbcz3lzm7+Pbh7O1rBqzJ21kT/5i3P6wPv7Pnrp+0J5+PsvLeME3XzjcKlVY6oHaRtu5O/wVY/zIs2N0VKci8dXFNHq6WGxI7JCQaa2NDnTgU/32aLn/u3akXJfffYJmlEFq/LLm68o/2i/ANuZdfASBAUnVE8e2Zl1srpSaatlxX89Zq2srkyq8JOcExe9MuC3JtZWCt/5nznhMfEx1xYvi3T6kTG+yPf2+jkPqoKAa3wMC48okggJdtJ/7oF+ND7MBMctMsYPbpqivpobCLu1Wh0JV6100FJjtIDjc3zoFFLXkzE+Wlzz/H/d2Yfm6usTrV9Iva4I3635w75/ev9gAqYD7YIsSwkNznDuMKRmdTVi+2I61CZiC+4Yh/DB0+2HPTyNQRcetILjmQ+P7nZzf3fRQfC7+VgYHs17ttnRMQjrVXUrovJHMQKWFBPApsV0QCKLELqIbnwFbfehlREOgtTD3TlPoeXLRv+EO4f8qCFyh0ID+2PyLEPLTWj7K+jG/cgS6Qtdhu4tRW/AHSiljtJfRPb6HqTlV17cXIe0TrR+1GLuf+BBQJE3LqKmRejmXZwO3P7mTWg2hY7tGpMVyMikST7XpHz5Q/deOrYOVF5TOXznnE0wktVSEN8IRFGTR3agYJb4LhWmO3kevDt+oBah1mPou78fh2g2/pTAd53WvW6qFSYuHDz9Tj/iIikIY/1OvkccoU63EwnEsPBETSllsImXgHN34Ydn/LUzId4st/girl/fI39wOMqrtq5sWl3ObuOHHSCeRaTC4QFvrs+GFDqXJ3a4QAAT4ESGalvZtHU+OuVCFm28OQRp1QV8dyFIuQlNPJ8OFAsEAmC7QmjTJy+l5wLPWqrLOmYwZyK2W/b0nzVWcJnna51c5u6fWFErP4mklfK8v8exZc+J3dAufBhr6rcBnUER6M7j+hksqCsGIOiwSzwOC3nTZDrug6JQ5zmegzagVZuj1UdoZWB41v36XSji3DXFDOrYDo3mWQvcEaGtQ6iTL3WzniPEe3lnEEpNHyEXeAYUZuIcuuladH5CH2Pkzh/PIQ9Pc8ecPL1aBGgRDoQQ7GDNyHcX5IhOwPVJMBrLD2VehBHMDI/GQjx7rj9ZyCna6CRMB1NP9NDh+AFaODwaC9Sm+gBtW4dggGLhVXw94OKBZwdmTsgjWg3IKHK52PZTvf/zZY+MUsMGn1LEx+QVGocdeTzo8Tp9jIYbfiyi5BkaKjfoNKpxkdHI6Db/I5FPSSrTCY7GwpjAwB70KM9cXILIsYHz0YC5IHI0n0E/cqANSzjvD6gwegeNz3OsEi0Hj2wDJyCSZ7se3auN3pmIGVBnA5BaAzrGVzSSQBl0DP1oFx/hLkF74CnoU4m2Q94e/n5MgtlwLRWOJ1dO2LGqf8fj67adgJyz29Y/fl1kFznotnsS3b3hHvDxYHTid+hfnwN3DyLctV3X8zfHp39cf9pFzhwZqRMzGgtDE5G5GuvQexmbdwLiMujfJffptkGgCsqDCcPzTnY3cEwH6eTtY2NYoTxZ+Dwk+HeCtTfPAr8D9TvHjcOO5DVo1PJwEDydLOiepyJhryc1SUxgujzVFtSSynTxLAH3bXYd95Dz3cZ2rsUW2QNOHx9LCiaITBHvrI3k+SPszW6KDq0C/UU76YYLrz+C0Ew0fUIMC88jPiAX4foRhE7gBgIPLzGNj2HhiYJQnrEJLfksve6JN5/bANcw043V+dJvXIvOdkPw2nvwb73fWiTAdGd76bCcEpyTkKpzkd6LlBG+S8506SmZvdJp8R30KG06Go1nhVSEZi4z6vxeL2wHkj0T8kcy7AIAuwKVGAT38OC62xJglRMrMsV0oPyjv0WOaVywyXW68a7Z+MRHpsshIF2EOp3IAvHpxLQLbXdG8zgi/LOL73dbwoexvtEAOVr0EIJpuxNjWHgKBAdF7p2GDu1Hf+Rz7/MIxrBIJlewcvWX0PssMc2/5+4Zbz+/6p7n36i7e0J3HifrwGkPzM4SlCpmUrFEdURnTyeezUOmExnGjsCTgXg2PtQwT9U24KI0GuEJxqLbKM8z0jQdCgQqLQaKnBr7O6XMdJMxqZgPPztj42LB5h+JUkW8HNHYeZdA1oDPfXWd69Fbxk1PFCE0fhYmGF79ytnecI2CGH0fxISxadUqpnDK/l0eMp0Ye8flScu/S1YfzFOtKjGGAn6vx5vGZJRk1eTueWQbOyIcqoad7Aqd6bILMz8Vmbv43r3RHkDBWiEzn23cOKxgXujFgyko24WYDvLDjkxfdaH9nYnOM5Nq+Ma/2e2MIZbpYiXk0rOL6CHVv8tbppPq2UXMz6p/B/NsXR6f0+MLw2gI7Fms4GbhEVN28SzMyoYgHc7SgllaCpkczqDQa8SvS5H64WQ4f8o+XUSPyfDsMmxxcnEsHIom63ruzppqS/I5d0nF7T019MKHgy6ietwWx3nh2UW0l+Tf5S3TJW2JeBmy6t8BNRh1mrqKkgqD1gBbWIeDsMmlfCpfShQyqohKk2F6mbl4mC7ltyvPCxJKVS9b9u//223tT3d/So7pttgHUFmCzdxz79mJ9+/ynOlS8+wmwb/L8ze+4NVL06crYM8uYhocmgGH3t5/nfnq+aYUXoYAG974d/vmL2hgOsEjKfJoW/YR85hky5zI5DOuU8AqY0XSIbtIPPvqvvOwZwm4YxrYywWnqY+Alw3Bib2Lq/QprgaLQaAgw9gR++AACm14YJrOf1OLvnG6FvYfFtP4Z3rpA53uTfuHoJ8OqczxfLp8JDsx5uVznhGys9vtsJekwSBqR4dYiz462WtUCYwqDrlcsM26RpOxE1KwwPRfJPEYNpbrxax7TfzaFDbZRZoDuvCIkNtA0DBPVKuSK+TCC0BVSoWHZj1+2PhBCbNMFBQct5JoLB6TXfpv+3gJDneYrl9Xetlal8sF4wE6nfDxHylUjAWmANq4IlMdw2Igu5Emg5Wt3FGK8vihHBAdPBV33HseDVCk/x7niQRWVUfouDXn4NNlkOmwwIy0bxE2SkZwy4kQCEhhiQXQWdxLQYhkulj9cd9QZlpzkDEGqBp11dczIw5LwQiMRcAbCKkVRbEkJuMtT8iYyCaPEkZjPX40xOpZzWyGHjMPUB72a8L9RopWSt+PK2IYTLVzyypIc71v0JZxUydBIKnSy8tatDOvV1fl9JyLSTAVV5EjBC46Auu3DpzwTkt9/4gcaZ7zasvQ+QfaDA3T1GLJjmZQv7xB3Xiffu73xmkfYn3ezj+5vvhVtfJcCnx33jdNWbdCv2A1oY3scYATRgAjIIDAji8H3z9AX/BQfnZMfzx0b5EqHUnFHr4hFcBwwOeBqdpSi+V5frUiUGNgGqcpf3itSYJn53AjpvYu81VPxTPPY/10aN8vKtFhSXxnC89Bs+42L2jPc9SwehiBfEDgtI0+0zt+/u15O/vVRdbqJIPq2J3nxOoboD3aUH9DFWlRM/OnF9TOYLDBdV0pNXda9GdArGdnGwzLWv7LNO/WBBBK5Tubz4Qa12GmE/tW4nwYgfgI/PeWno5uclCW6KTaiaWDTKCGst1xuebKBsEdUQoKcbEDFDDLlUwWZmprl+pbHrHS0xkRHaldLgozXUG9StiYnCLw4xWV37kUKWgJR5QB05Uruu65SlsMTAeNI5bsRLYj8J1lyRMX2HobXWIfCgte3W6NNXCJoulR7NOJRBVnwwiIQeCWb5SsWhQWOcoXYbrVywyL6zM2IVSMkjnMIzaMBdqSL30buEyMrkG/y28/HmZpwcyst09TvZg0cGdx4IQRwAhkFoGXt/Uc7CJ7/GZ5nHUFcNgNLM+qoexL6on21njHhmRWqbyQlhWyywvLsBIYgWJF4C9HXTsO+9yMYtAtsDu/h2a+Ua/55gJdY006A7hTD1xMdlOvzbDGGAGMQAoIZLjPLgUNcBGMAEYAIzAJCGCymwSQcRUYAYxA7hHAZJf7NsAaYAQwApOAACa7SQAZV4ERwAjkHgFMdrlvA6wBRgAjMAkIiCU77lSngcOToBCuAiOAEcAIZAMBsWSnViK/9aOA/UQ2lMAyMQIYAYxAthEQO88O9BgMaIbCpcgM596OSXLKrKxYbJjzbSRL8UQc78XPfNZPEDMYDLizbXA25CtItaJ0kbZmCWmszYZ8LBMjgBFIHwEJZAeVhULIzyLFWHcQbrpDBr+ltfSa52UKSqpO9v0vh8+9Zwx25vnhYQnsYoPIo57HqGYYr/iPpNslSMUH58cIYAQygoA0sktQJew27K1eWbr0SUl8N3hsY3DvQxWGsLijMzJicraEdAfryQX/Yqhfka0KsFyMAEYgDQTE9tklrcKsk2m63u3/88/CQbGHewPTsQd+XhhMB/iQ3pO0rSMpUDgDRgAjkBMEMkZ2oD3Hd93vDX72NOKPt0icevc8yx56rlLrLgCfLmIpRSC8lUuyZsfPMQI5QyBjYeyIBXaIZ03XaGa2ybU1gmYxrrOs4wi6uLVcPQB7ghZMGjkku2AswoZgBAoJgcyTHaDjCyA6EA7Fce+CIaShZDpVIcHI2YLJrtBaFNtTWAhkxbOCSXkQ0pboha9yYwEyXexbYbfb4fz5DL4nWGD6YGIMMYZZIbv0YZ3SEkiSzOzhnlhg+u8DxhBjmJUwNn1Yp6IEHMZOxVbDOhcPAtizK562xpZiBIoaAUx2Rd382HiMQPEggMmueNoaW4oRKGoEMNkVdfNj4zECxYMAJrviaWtsKUagqBHAZFfUzY+NxwgUDwKY7IqnrbGlGIGiRgCTXVE3PzYeI1A8CGCyK562xpZiBIoagSjZMZ4emilqINI3HvZwZlzn05eDJWAEMALZQCBKdpRxJipZlI0Kikcmo5mjqmguHnuxpRiBqYVAdG0sCofsHb8lrb9X+Y4ryTEmBFiU/nZMsK0TXIWamCDyquAMijrTlU8QmvJCNRPbhRGY0ggMkx1CYdY/dHpboL8j5LXFmhT09st83cbwWaNGlpqp/W5iSFYVosooQ3VqEvK8FH+6WIu25gp8ulietxRWr5gRGCW7BCgw7u6BnT/Wez5Lge/6mYrw9O8aWh6WyYliBhrbjhHACOQWAVFkByoGfQ77p4/pHR9I4jsbOx3VrTQv+ufcGolrxwhgBDACYskuBb7jmG7OD80L2jHKGAGMAEYg5whImGenUFtKlj7VT13mCqgT6w2nT/SxNZjpct66WAGMAEZgBAEJnl2kDOvpdX7xEtP9V5WcDgbZiVD6/TRSV2sb7zE13o6BxghgBDACeYKAZLKLUp63P8R4BW0IDFo1VV+Xk5o8sRCrgRHACGAEAIH/B1nD7neB5NaSAAAAAElFTkSuQmCC"}},{step:"Penguin: Inside Forever; If RIGHT arrow key is pressed, change x by 10",imageSlot:{id:"addYourCode_img_4",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If LEFT arrow key is pressed, change x by -10",imageSlot:{id:"addYourCode_img_5",base64:"data:image/png;base64,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"}},{step:"Penguin: Inside Forever; If Penguin touches the car, say \u201COuch!\u201D and go back to its start position",imageSlot:{id:"addYourCode_img_6",base64:"data:image/png;base64,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"}}],tryItOutSection:["See what happens when you try to cross the road. Watch out for the cars!"],challengeSection:[{name:"Bruise Penguin",task:"Make a variable \u201CInjuries\u201D. When penguin touches car, change \u201CInjuries\u201D by 1 and change whirl effect (Hint: Look at \u201CChange color effect\u201D block).",hintCode:null},{name:"Add more cars",task:"Add 2 additional car sprites, moving at different speeds",hintCode:null},{name:"Add background music",task:"Using a forever loop, play a music loop \u201CDance Magic\u201D",hintCode:null}],newProject:{name:"Energy Boost",task:"Add sprite Robot. Make variable Energy. Using FOREVER loop, IF it touches mouse-pointer, change Energy by 1000."},testYourself:"https://youtube.com",funFact:null};var _c=class e{activeData=this.getEmptyData();previewData=null;updateSubject=new Re;ngOnInit(){this.loadInitialData(),this.updateSubject.pipe(id(1e3)).subscribe(t=>{console.log("Debounce finished. Rendering PDF..."),this.previewData=t})}handleDataChange(t){this.activeData=t,this.updateSubject.next(t)}loadInitialData(){this.activeData=$_,this.previewData=A({},this.activeData)}getEmptyData(){return{}}static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-live-editor"]],standalone:!0,features:[de],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&&(E(0,"div",0)(1,"div",1)(2,"app-lesson-form",2),At("dataChange",function(o){return r.handleDataChange(o)}),w()(),E(3,"div",3),Z(4,"app-lesson-preview",4),w()()),n&2&&(T(2),re("data",r.activeData),T(2),re("data",r.previewData))},dependencies:[Jl,oo],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 Mc=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(we))};static \u0275cmp=ce({type:e,selectors:[["app-print"]],standalone:!0,features:[de],decls:2,vars:1,consts:[[1,"print-container"],[3,"data"]],template:function(n,r){n&1&&(E(0,"div",0),Z(1,"app-lesson-preview",1),w()),n&2&&(T(),re("data",r.data))},dependencies:[oo],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 J_=[{path:"",component:_c},{path:"print",component:Mc}];var X_={providers:[DS({eventCoalescing:!0}),kC(J_)]};var Oc=class e{title="frontend";static \u0275fac=function(n){return new(n||e)};static \u0275cmp=ce({type:e,selectors:[["app-root"]],standalone:!0,features:[de],decls:1,vars:0,template:function(n,r){n&1&&Z(0,"router-outlet")},dependencies:[Xf],styles:["[_nghost-%COMP%]{display:block;height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}"]})};HS(Oc,X_).catch(e=>console.error(e));