@liascript/editor 1.1.22--0.16.14 → 1.1.22--0.16.15
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.
- package/CHANGELOG.md +41 -0
- package/dist/ace.js +1 -1
- package/dist/{icon.222fabc2.eot → icon.1775260a.ttf} +0 -0
- package/dist/icon.4c409dfc.woff +0 -0
- package/dist/icon.5d3b24ed.woff2 +0 -0
- package/dist/icon.854409f5.svg +1 -0
- package/dist/{icon.bfc4bd4d.ttf → icon.eecda2c2.eot} +0 -0
- package/dist/{index.e872b418.js → index.66128dd8.js} +1 -1
- package/dist/index.9ae35714.css +1 -0
- package/dist/index.d8d0157f.js +6 -0
- package/dist/index.f5d2650f.js +1 -0
- package/dist/index.html +1 -1
- package/dist/mode-drools.js +1 -1
- package/dist/mode-rust.js +1 -1
- package/package.json +7 -7
- package/dist/icon.110885f6.woff2 +0 -0
- package/dist/icon.3b70f1e6.svg +0 -1
- package/dist/icon.e6a4a931.woff +0 -0
- package/dist/index.6dd7b30b.css +0 -1
- package/dist/index.7c1b8578.js +0 -1
- package/dist/index.d3445c54.js +0 -6
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><title>Lia</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><script src="./index.8890ab2e.js"></script><script defer type="module" src="./index.
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><title>Lia</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><script src="./index.8890ab2e.js"></script><script defer type="module" src="./index.66128dd8.js"></script><script defer type="module" src="./index.5a682499.js"></script><script defer type="module" src="./index.7ac5d5e2.js"></script><script defer type="module" src="./index.f5d2650f.js"></script><script defer type="module" src="./index.d8d0157f.js"></script><script defer type="module" src="./index.8bb880f2.js"></script><script defer type="module" src="./index.60251167.js"></script><script defer type="module" src="./index.aa26d311.js"></script><script defer type="module" src="./index.2e6af433.js"></script><link rel="icon shortcut" sizes="192x192" href="./up_/up_/assets/logo_192.png"><meta name="mobile-web-app-capable" content="yes"><meta name="application-name" content="Lia"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-title" content="LiaScript"><meta name="msapplication-TileImage" content="./up_/up_/assets/logo_192.png"><meta name="msapplication-TileColor" content="#0071c5"><meta name="msapplication-tap-highlight" content="no"><meta name="theme-color" content="#000000"><meta name="description" content="LiaScript is a service for running free and interactive online courses, build with its own Markup-language. So check out the following course ;-)"><link rel="apple-touch-icon" href="./logo.8a716d9b.png"><link rel="icon" href="./logo.8a716d9b.png" type="image/png"><style>.lds-dual-ring{width:150px;height:150px;display:inline-block}.lds-dual-ring:after{content:" ";width:128px;height:128px;border:5px solid #000;border-color:#000 #0000;border-radius:50%;margin:1px;animation:1.2s linear infinite lds-dual-ring;display:block}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}</style><link rel="stylesheet" href="./index.9ae35714.css"></head><body> <noscript> This page requires JavaScript to be enabled! </noscript> </body></html>
|
package/dist/mode-drools.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,i=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@\\w+(?=\\s|$)"},i.getTagRule(),{defaultToken:"comment.doc.body",caseInsensitive:!0}]}};n.inherits(i,o),i.getTagRule=function(e){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},i.getStartRule=function(e){return{token:"comment.doc",regex:/\/\*\*(?!\/)/,next:e}},i.getEndRule=function(e){return{token:"comment.doc",regex:"\\*\\/",next:e}},t.DocCommentHighlightRules=i})),ace.define("ace/mode/java_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./doc_comment_highlight_rules").DocCommentHighlightRules,i=e("./text_highlight_rules").TextHighlightRules,a=function(){var e="[a-zA-Z_$][a-zA-Z0-9_$]*",t=this.createKeywordMapper({"variable.language":"this","constant.language":"null|Infinity|NaN|undefined","support.function":"AbstractMethodError|AssertionError|ClassCircularityError|ClassFormatError|Deprecated|EnumConstantNotPresentException|ExceptionInInitializerError|IllegalAccessError|IllegalThreadStateException|InstantiationError|InternalError|NegativeArraySizeException|NoSuchFieldError|Override|Process|ProcessBuilder|SecurityManager|StringIndexOutOfBoundsException|SuppressWarnings|TypeNotPresentException|UnknownError|UnsatisfiedLinkError|UnsupportedClassVersionError|VerifyError|InstantiationException|IndexOutOfBoundsException|ArrayIndexOutOfBoundsException|CloneNotSupportedException|NoSuchFieldException|IllegalArgumentException|NumberFormatException|SecurityException|Void|InheritableThreadLocal|IllegalStateException|InterruptedException|NoSuchMethodException|IllegalAccessException|UnsupportedOperationException|Enum|StrictMath|Package|Compiler|Readable|Runtime|StringBuilder|Math|IncompatibleClassChangeError|NoSuchMethodError|ThreadLocal|RuntimePermission|ArithmeticException|NullPointerException|Long|Integer|Short|Byte|Double|Number|Float|Character|Boolean|StackTraceElement|Appendable|StringBuffer|Iterable|ThreadGroup|Runnable|Thread|IllegalMonitorStateException|StackOverflowError|OutOfMemoryError|VirtualMachineError|ArrayStoreException|ClassCastException|LinkageError|NoClassDefFoundError|ClassNotFoundException|RuntimeException|Exception|ThreadDeath|Error|Throwable|System|ClassLoader|Cloneable|Class|CharSequence|Comparable|String|Object"},"identifier");this.$rules={start:[{include:"comments"},{include:"multiline-strings"},{include:"strings"},{include:"constants"},{regex:"(open(?:\\s+))?module(?=\\s*\\w)",token:"keyword",next:[{regex:"{",token:"paren.lparen",push:[{regex:"}",token:"paren.rparen",next:"pop"},{include:"comments"},{regex:"\\b(requires|transitive|exports|opens|to|uses|provides|with)\\b",token:"keyword"}]},{token:"text",regex:"\\s+"},{token:"identifier",regex:"\\w+"},{token:"punctuation.operator",regex:"."},{token:"text",regex:"\\s+"},{regex:"",next:"start"}]},{include:"statements"}],comments:[{token:"comment",regex:"\\/\\/.*$"},{token:"comment.doc",regex:/\/\*\*(?!\/)/,push:"doc-start"},{token:"comment",regex:"\\/\\*",push:[{token:"comment",regex:"\\*\\/",next:"pop"},{defaultToken:"comment"}]}],strings:[{token:["punctuation","string"],regex:/(\.)(")/,push:[{token:"lparen",regex:/\\\{/,push:[{token:"text",regex:/$/,next:"start"},{token:"rparen",regex:/}/,next:"pop"},{include:"strings"},{include:"constants"},{include:"statements"}]},{token:"string",regex:/"/,next:"pop"},{defaultToken:"string"}]},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"}],"multiline-strings":[{token:["punctuation","string"],regex:/(\.)(""")/,push:[{token:"string",regex:'"""',next:"pop"},{token:"lparen",regex:/\\\{/,push:[{token:"text",regex:/$/,next:"start"},{token:"rparen",regex:/}/,next:"pop"},{include:"multiline-strings"},{include:"strings"},{include:"constants"},{include:"statements"}]},{token:"constant.language.escape",regex:/\\./},{defaultToken:"string"}]},{token:"string",regex:'"""',push:[{token:"string",regex:'"""',next:"pop"},{token:"constant.language.escape",regex:/\\./},{defaultToken:"string"}]}],constants:[{token:"constant.numeric",regex:/0(?:[xX][0-9a-fA-F][0-9a-fA-F_]*|[bB][01][01_]*)[LlSsDdFfYy]?\b/},{token:"constant.numeric",regex:/[+-]?\d[\d_]*(?:(?:\.[\d_]*)?(?:[eE][+-]?[\d_]+)?)?[LlSsDdFfYy]?\b/},{token:"constant.language.boolean",regex:"(?:true|false)\\b"}],statements:[{token:["keyword","text","identifier"],regex:"(record)(\\s+)("+e+")\\b"},{token:"keyword",regex:"(?:abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do|if|private|this|break|double|implements|protected|throw|byte|else|import|public|throws|case|enum|instanceof|return|transient|catch|extends|int|short|try|char|final|interface|static|void|class|finally|long|strictfp|volatile|const|float|native|super|while|yield|when|record|var|permits|(?:non\\-)?sealed)\\b"},{token:"storage.type.annotation",regex:"@"+e+"\\b"},{token:"entity.name.function",regex:e+"(?=\\()"},{token:t,regex:e+"\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\||\\^|\\*|\\/|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?|\\:|\\*=|\\/=|%=|\\+=|\\-=|&=|\\|=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}]},this.embedRules(o,"doc-",[o.getEndRule("pop")]),this.normalizeRules()};n.inherits(a,i),t.JavaHighlightRules=a})),ace.define("ace/mode/drools_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules","ace/mode/java_highlight_rules","ace/mode/doc_comment_highlight_rules"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,i=e("./java_highlight_rules").JavaHighlightRules,a=e("./doc_comment_highlight_rules").DocCommentHighlightRules,s="[a-zA-Z\\$_¡-][a-zA-Z\\d\\$_¡-]*",l="[a-zA-Z\\$_¡-][\\.a-zA-Z\\d\\$_¡-]*",c=function(){var e=this.createKeywordMapper({"variable.language":"this",keyword:"date|effective|expires|lock|on|active|no|loop|auto|focus|activation|group|agenda|ruleflow|duration|timer|calendars|refract|direct|dialect|salience|enabled|attributes|extends|template|function|contains|matches|eval|excludes|soundslike|memberof|not|in|or|and|exists|forall|over|from|entry|point|accumulate|acc|collect|action|reverse|result|end|init|instanceof|extends|super|boolean|char|byte|short|int|long|float|double|this|void|class|new|case|final|if|else|for|while|do|default|try|catch|finally|switch|synchronized|return|throw|break|continue|assert|modify|static|public|protected|private|abstract|native|transient|volatile|strictfp|throws|interface|enum|implements|type|window|trait|no-loop|str","constant.language":"null","support.class":"AbstractMethodError|AssertionError|ClassCircularityError|ClassFormatError|Deprecated|EnumConstantNotPresentException|ExceptionInInitializerError|IllegalAccessError|IllegalThreadStateException|InstantiationError|InternalError|NegativeArraySizeException|NoSuchFieldError|Override|Process|ProcessBuilder|SecurityManager|StringIndexOutOfBoundsException|SuppressWarnings|TypeNotPresentException|UnknownError|UnsatisfiedLinkError|UnsupportedClassVersionError|VerifyError|InstantiationException|IndexOutOfBoundsException|ArrayIndexOutOfBoundsException|CloneNotSupportedException|NoSuchFieldException|IllegalArgumentException|NumberFormatException|SecurityException|Void|InheritableThreadLocal|IllegalStateException|InterruptedException|NoSuchMethodException|IllegalAccessException|UnsupportedOperationException|Enum|StrictMath|Package|Compiler|Readable|Runtime|StringBuilder|Math|IncompatibleClassChangeError|NoSuchMethodError|ThreadLocal|RuntimePermission|ArithmeticException|NullPointerException|Long|Integer|Short|Byte|Double|Number|Float|Character|Boolean|StackTraceElement|Appendable|StringBuffer|Iterable|ThreadGroup|Runnable|Thread|IllegalMonitorStateException|StackOverflowError|OutOfMemoryError|VirtualMachineError|ArrayStoreException|ClassCastException|LinkageError|NoClassDefFoundError|ClassNotFoundException|RuntimeException|Exception|ThreadDeath|Error|Throwable|System|ClassLoader|Cloneable|Class|CharSequence|Comparable|String|Object","support.function":"retract|update|modify|insert"},"identifier");this.$rules={start:[].concat(function(e){return[{token:"comment",regex:"\\/\\/.*$"},a.getStartRule("doc-start"),{token:"comment",regex:"\\/\\*",next:e},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"}]}("block.comment"),[{token:"entity.name.type",regex:"@[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:["keyword","text","entity.name.type"],regex:"(package)(\\s+)("+l+")"},{token:["keyword","text","keyword","text","entity.name.type"],regex:"(import)(\\s+)(function)(\\s+)("+l+")"},{token:["keyword","text","entity.name.type"],regex:"(import)(\\s+)("+l+")"},{token:["keyword","text","entity.name.type","text","variable"],regex:"(global)(\\s+)("+l+")(\\s+)("+s+")"},{token:["keyword","text","keyword","text","entity.name.type"],regex:"(declare)(\\s+)(trait)(\\s+)("+s+")"},{token:["keyword","text","entity.name.type"],regex:"(declare)(\\s+)("+s+")"},{token:["keyword","text","entity.name.type"],regex:"(extends)(\\s+)("+l+")"},{token:["keyword","text"],regex:"(rule)(\\s+)",next:"asset.name"}],[{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"}],[{token:["variable.other","text","text"],regex:"("+s+")(\\s*)(:)"},{token:["keyword","text"],regex:"(query)(\\s+)",next:"asset.name"},{token:["keyword","text"],regex:"(when)(\\s*)"},{token:["keyword","text"],regex:"(then)(\\s*)",next:"java-start"},{token:"paren.lparen",regex:/[\[({]/},{token:"paren.rparen",regex:/[\])}]/}],[{token:e,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}]),"block.comment":function(e){return[{token:"comment.block",regex:"\\*\\/",next:e},{defaultToken:"comment.block"}]}("start"),"asset.name":[{token:"entity.name",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"entity.name",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"entity.name",regex:s},{regex:"",token:"empty",next:"start"}]},this.embedRules(a,"doc-",[a.getEndRule("start")]),this.embedRules(i,"java-",[{token:"support.function",regex:"\\b(insert|modify|retract|update)\\b"},{token:"keyword",regex:"\\bend\\b",next:"start"}])};n.inherits(c,o),t.DroolsHighlightRules=c})),ace.define("ace/mode/folding/drools",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode","ace/token_iterator"],(function(e,t,r){"use strict";var n=e("../../lib/oop"),o=e("../../range").Range,i=e("./fold_mode").FoldMode,a=e("../../token_iterator").TokenIterator,s=t.FoldMode=function(){};n.inherits(s,i),function(){this.foldingStartMarker=/\b(rule|declare|query|when|then)\b/,this.foldingStopMarker=/\bend\b/,this.getFoldWidgetRange=function(e,t,r){var n=e.getLine(r),i=n.match(this.foldingStartMarker);if(i){i.index;if(i[1]){var s={row:r,column:n.length},l=new a(e,s.row,s.column),c="end",u=l.getCurrentToken();for("when"==u.value&&(c="then");u;){if(u.value==c)return o.fromPoints(s,{row:l.getCurrentTokenRow(),column:l.getCurrentTokenColumn()});u=l.stepForward()}}}}}.call(s.prototype)})),ace.define("ace/mode/drools",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/drools_highlight_rules","ace/mode/folding/drools"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./text").Mode,i=e("./drools_highlight_rules").DroolsHighlightRules,a=e("./folding/drools").FoldMode,s=function(){this.HighlightRules=i,this.foldingRules=new a,this.$behaviour=this.$defaultBehaviour};n.inherits(s,o),function(){this.lineCommentStart="//",this.$id="ace/mode/drools",this.snippetFileId="ace/snippets/drools"}.call(s.prototype),t.Mode=s})),ace.require(["ace/mode/drools"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));
|
|
1
|
+
ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,i=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@\\w+(?=\\s|$)"},i.getTagRule(),{defaultToken:"comment.doc.body",caseInsensitive:!0}]}};n.inherits(i,o),i.getTagRule=function(e){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},i.getStartRule=function(e){return{token:"comment.doc",regex:/\/\*\*(?!\/)/,next:e}},i.getEndRule=function(e){return{token:"comment.doc",regex:"\\*\\/",next:e}},t.DocCommentHighlightRules=i})),ace.define("ace/mode/java_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./doc_comment_highlight_rules").DocCommentHighlightRules,i=e("./text_highlight_rules").TextHighlightRules,a=function(){var e="[a-zA-Z_$][a-zA-Z0-9_$]*",t=this.createKeywordMapper({"variable.language":"this","constant.language":"null|Infinity|NaN|undefined","support.function":"AbstractMethodError|AssertionError|ClassCircularityError|ClassFormatError|Deprecated|EnumConstantNotPresentException|ExceptionInInitializerError|IllegalAccessError|IllegalThreadStateException|InstantiationError|InternalError|NegativeArraySizeException|NoSuchFieldError|Override|Process|ProcessBuilder|SecurityManager|StringIndexOutOfBoundsException|SuppressWarnings|TypeNotPresentException|UnknownError|UnsatisfiedLinkError|UnsupportedClassVersionError|VerifyError|InstantiationException|IndexOutOfBoundsException|ArrayIndexOutOfBoundsException|CloneNotSupportedException|NoSuchFieldException|IllegalArgumentException|NumberFormatException|SecurityException|Void|InheritableThreadLocal|IllegalStateException|InterruptedException|NoSuchMethodException|IllegalAccessException|UnsupportedOperationException|Enum|StrictMath|Package|Compiler|Readable|Runtime|StringBuilder|Math|IncompatibleClassChangeError|NoSuchMethodError|ThreadLocal|RuntimePermission|ArithmeticException|NullPointerException|Long|Integer|Short|Byte|Double|Number|Float|Character|Boolean|StackTraceElement|Appendable|StringBuffer|Iterable|ThreadGroup|Runnable|Thread|IllegalMonitorStateException|StackOverflowError|OutOfMemoryError|VirtualMachineError|ArrayStoreException|ClassCastException|LinkageError|NoClassDefFoundError|ClassNotFoundException|RuntimeException|Exception|ThreadDeath|Error|Throwable|System|ClassLoader|Cloneable|Class|CharSequence|Comparable|String|Object"},"identifier");this.$rules={start:[{include:"comments"},{include:"multiline-strings"},{include:"strings"},{include:"constants"},{regex:"(open(?:\\s+))?module(?=\\s*\\w)",token:"keyword",next:[{regex:"{",token:"paren.lparen",push:[{regex:"}",token:"paren.rparen",next:"pop"},{include:"comments"},{regex:"\\b(requires|transitive|exports|opens|to|uses|provides|with)\\b",token:"keyword"}]},{token:"text",regex:"\\s+"},{token:"identifier",regex:"\\w+"},{token:"punctuation.operator",regex:"."},{token:"text",regex:"\\s+"},{regex:"",next:"start"}]},{include:"statements"}],comments:[{token:"comment",regex:"\\/\\/.*$"},{token:"comment.doc",regex:/\/\*\*(?!\/)/,push:"doc-start"},{token:"comment",regex:"\\/\\*",push:[{token:"comment",regex:"\\*\\/",next:"pop"},{defaultToken:"comment"}]}],strings:[{token:["punctuation","string"],regex:/(\.)(")/,push:[{token:"lparen",regex:/\\\{/,push:[{token:"text",regex:/$/,next:"start"},{token:"rparen",regex:/}/,next:"pop"},{include:"strings"},{include:"constants"},{include:"statements"}]},{token:"string",regex:/"/,next:"pop"},{defaultToken:"string"}]},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"}],"multiline-strings":[{token:["punctuation","string"],regex:/(\.)(""")/,push:[{token:"string",regex:'"""',next:"pop"},{token:"lparen",regex:/\\\{/,push:[{token:"text",regex:/$/,next:"start"},{token:"rparen",regex:/}/,next:"pop"},{include:"multiline-strings"},{include:"strings"},{include:"constants"},{include:"statements"}]},{token:"constant.language.escape",regex:/\\./},{defaultToken:"string"}]},{token:"string",regex:'"""',push:[{token:"string",regex:'"""',next:"pop"},{token:"constant.language.escape",regex:/\\./},{defaultToken:"string"}]}],constants:[{token:"constant.numeric",regex:/0(?:[xX][0-9a-fA-F][0-9a-fA-F_]*|[bB][01][01_]*)[LlSsDdFfYy]?\b/},{token:"constant.numeric",regex:/[+-]?\d[\d_]*(?:(?:\.[\d_]*)?(?:[eE][+-]?[\d_]+)?)?[LlSsDdFfYy]?\b/},{token:"constant.language.boolean",regex:"(?:true|false)\\b"}],statements:[{token:["keyword","text","identifier"],regex:"(record)(\\s+)("+e+")\\b"},{token:"keyword",regex:"(?:abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do|if|private|this|break|double|implements|protected|throw|byte|else|import|public|throws|case|enum|instanceof|return|transient|catch|extends|int|short|try|char|final|interface|static|void|class|finally|long|strictfp|volatile|const|float|native|super|while|yield|when|record|var|permits|(?:non\\-)?sealed)\\b"},{token:"storage.type.annotation",regex:"@"+e+"\\b"},{token:"entity.name.function",regex:e+"(?=\\()"},{token:t,regex:e+"\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\||\\^|\\*|\\/|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?|\\:|\\*=|\\/=|%=|\\+=|\\-=|&=|\\|=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}]},this.embedRules(o,"doc-",[o.getEndRule("pop")]),this.normalizeRules()};n.inherits(a,i),t.JavaHighlightRules=a})),ace.define("ace/mode/drools_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules","ace/mode/java_highlight_rules","ace/mode/doc_comment_highlight_rules"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,i=e("./java_highlight_rules").JavaHighlightRules,a=e("./doc_comment_highlight_rules").DocCommentHighlightRules,s="[a-zA-Z\\$_¡-][a-zA-Z\\d\\$_¡-]*",l="[a-zA-Z\\$_¡-][\\.a-zA-Z\\d\\$_¡-]*",c=function(){var e=this.createKeywordMapper({"variable.language":"this",keyword:"date|effective|expires|lock|on|active|no|loop|auto|focus|activation|group|agenda|ruleflow|duration|timer|calendars|refract|direct|dialect|salience|enabled|attributes|extends|template|function|contains|matches|eval|excludes|soundslike|memberof|not|in|or|and|exists|forall|over|from|entry|point|accumulate|acc|collect|action|reverse|result|end|init|instanceof|extends|super|boolean|char|byte|short|int|long|float|double|this|void|class|new|case|final|if|else|for|while|do|default|try|catch|finally|switch|synchronized|return|throw|break|continue|assert|modify|static|public|protected|private|abstract|native|transient|volatile|strictfp|throws|interface|enum|implements|type|window|trait|no-loop|str","constant.language":"null","support.class":"AbstractMethodError|AssertionError|ClassCircularityError|ClassFormatError|Deprecated|EnumConstantNotPresentException|ExceptionInInitializerError|IllegalAccessError|IllegalThreadStateException|InstantiationError|InternalError|NegativeArraySizeException|NoSuchFieldError|Override|Process|ProcessBuilder|SecurityManager|StringIndexOutOfBoundsException|SuppressWarnings|TypeNotPresentException|UnknownError|UnsatisfiedLinkError|UnsupportedClassVersionError|VerifyError|InstantiationException|IndexOutOfBoundsException|ArrayIndexOutOfBoundsException|CloneNotSupportedException|NoSuchFieldException|IllegalArgumentException|NumberFormatException|SecurityException|Void|InheritableThreadLocal|IllegalStateException|InterruptedException|NoSuchMethodException|IllegalAccessException|UnsupportedOperationException|Enum|StrictMath|Package|Compiler|Readable|Runtime|StringBuilder|Math|IncompatibleClassChangeError|NoSuchMethodError|ThreadLocal|RuntimePermission|ArithmeticException|NullPointerException|Long|Integer|Short|Byte|Double|Number|Float|Character|Boolean|StackTraceElement|Appendable|StringBuffer|Iterable|ThreadGroup|Runnable|Thread|IllegalMonitorStateException|StackOverflowError|OutOfMemoryError|VirtualMachineError|ArrayStoreException|ClassCastException|LinkageError|NoClassDefFoundError|ClassNotFoundException|RuntimeException|Exception|ThreadDeath|Error|Throwable|System|ClassLoader|Cloneable|Class|CharSequence|Comparable|String|Object","support.function":"retract|update|modify|insert"},"identifier");this.$rules={start:[].concat(function(e){return[{token:"comment",regex:"\\/\\/.*$"},a.getStartRule("doc-start"),{token:"comment",regex:"\\/\\*",next:e},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"}]}("block.comment"),[{token:"entity.name.type",regex:"@[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:["keyword","text","entity.name.type"],regex:"(package)(\\s+)("+l+")"},{token:["keyword","text","keyword","text","entity.name.type"],regex:"(import)(\\s+)(function)(\\s+)("+l+")"},{token:["keyword","text","entity.name.type"],regex:"(import)(\\s+)("+l+")"},{token:["keyword","text","entity.name.type","text","variable"],regex:"(global)(\\s+)("+l+")(\\s+)("+s+")"},{token:["keyword","text","keyword","text","entity.name.type"],regex:"(declare)(\\s+)(trait)(\\s+)("+s+")"},{token:["keyword","text","entity.name.type"],regex:"(declare)(\\s+)("+s+")"},{token:["keyword","text","entity.name.type"],regex:"(extends)(\\s+)("+l+")"},{token:["keyword","text"],regex:"(rule)(\\s+)",next:"asset.name"}],[{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"}],[{token:["variable.other","text","text"],regex:"("+s+")(\\s*)(:)"},{token:["keyword","text"],regex:"(query)(\\s+)",next:"asset.name"},{token:["keyword","text"],regex:"(when)(\\s*)"},{token:["keyword","text"],regex:"(then)(\\s*)",next:"java-start"},{token:"paren.lparen",regex:/[\[({]/},{token:"paren.rparen",regex:/[\])}]/}],[{token:e,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}]),"block.comment":function(e){return[{token:"comment.block",regex:"\\*\\/",next:e},{defaultToken:"comment.block"}]}("start"),"asset.name":[{token:"entity.name",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"entity.name",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"entity.name",regex:s},{regex:"",token:"empty",next:"start"}]},this.embedRules(a,"doc-",[a.getEndRule("start")]),this.embedRules(i,"java-",[{token:"support.function",regex:"\\b(insert|modify|retract|update)\\b"},{token:"keyword",regex:"\\bend\\b",next:"start"}])};n.inherits(c,o),t.DroolsHighlightRules=c})),ace.define("ace/mode/folding/drools",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode","ace/token_iterator"],(function(e,t,r){"use strict";function n(e,t,r,n){for(var o=r[0].length,a=e.getLength(),s=n,l=n;++n<a;){var c=e.getLine(n);if(!c.match(/^\s*$/)){if(!c.match(t))break;l=n}}if(l>s){var g=e.getLine(l).length;return new i(s,o,l,g)}}var o=e("../../lib/oop"),i=e("../../range").Range,a=e("./fold_mode").FoldMode,s=e("../../token_iterator").TokenIterator,l=t.FoldMode=function(){};o.inherits(l,a),function(){this.foldingStartMarker=/\b(rule|declare|query|when|then)\b/,this.foldingStopMarker=/\bend\b/,this.importRegex=/^import /,this.globalRegex=/^global /,this.getBaseFoldWidget=this.getFoldWidget,this.getFoldWidget=function(e,t,r){if("markbegin"===t){var n=e.getLine(r);if(this.importRegex.test(n)&&(0===r||!this.importRegex.test(e.getLine(r-1))))return"start";if(this.globalRegex.test(n)&&(0===r||!this.globalRegex.test(e.getLine(r-1))))return"start"}return this.getBaseFoldWidget(e,t,r)},this.getFoldWidgetRange=function(e,t,r){var o=e.getLine(r),a=o.match(this.foldingStartMarker);if(a&&a[1]){var l={row:r,column:o.length},c=new s(e,l.row,l.column),g="end",u=c.getCurrentToken();for("when"==u.value&&(g="then");u;){if(u.value==g)return i.fromPoints(l,{row:c.getCurrentTokenRow(),column:c.getCurrentTokenColumn()});u=c.stepForward()}}return(a=o.match(this.importRegex))?n(e,this.importRegex,a,r):(a=o.match(this.globalRegex))?n(e,this.globalRegex,a,r):void 0}}.call(l.prototype)})),ace.define("ace/mode/drools",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/drools_highlight_rules","ace/mode/folding/drools"],(function(e,t,r){"use strict";var n=e("../lib/oop"),o=e("./text").Mode,i=e("./drools_highlight_rules").DroolsHighlightRules,a=e("./folding/drools").FoldMode,s=function(){this.HighlightRules=i,this.foldingRules=new a,this.$behaviour=this.$defaultBehaviour};n.inherits(s,o),function(){this.lineCommentStart="//",this.$id="ace/mode/drools",this.snippetFileId="ace/snippets/drools"}.call(s.prototype),t.Mode=s})),ace.require(["ace/mode/drools"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));
|
package/dist/mode-rust.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,o){"use strict";var r=e("../lib/oop"),n=e("./text_highlight_rules").TextHighlightRules,i=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@\\w+(?=\\s|$)"},i.getTagRule(),{defaultToken:"comment.doc.body",caseInsensitive:!0}]}};r.inherits(i,n),i.getTagRule=function(e){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},i.getStartRule=function(e){return{token:"comment.doc",regex:/\/\*\*(?!\/)/,next:e}},i.getEndRule=function(e){return{token:"comment.doc",regex:"\\*\\/",next:e}},t.DocCommentHighlightRules=i})),ace.define("ace/mode/rust_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules","ace/mode/doc_comment_highlight_rules"],(function(e,t,o){"use strict";var r=e("../lib/oop"),n=e("./text_highlight_rules").TextHighlightRules,i=e("./doc_comment_highlight_rules").DocCommentHighlightRules,s=/\\(?:[nrt0'"\\]|x[\da-fA-F]{2}|u\{[\da-fA-F]{6}\})/.source,u=/[a-zA-Z_\xa1-\uffff][a-zA-Z0-9_\xa1-\uffff]*/.source,c=function(){var e=this.createKeywordMapper({"keyword.source.rust":"abstract|alignof|as|async|await|become|box|break|catch|continue|const|crate|default|do|dyn|else|enum|extern|for|final|if|impl|in|let|loop|macro|match|mod|move|mut|offsetof|override|priv|proc|pub|pure|ref|return|self|sizeof|static|struct|super|trait|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield|try","storage.type.source.rust":"Self|isize|usize|char|bool|u8|u16|u32|u64|u128|f16|f32|f64|i8|i16|i32|i64|i128|str|option|either|c_float|c_double|c_void|FILE|fpos_t|DIR|dirent|c_char|c_schar|c_uchar|c_short|c_ushort|c_int|c_uint|c_long|c_ulong|size_t|ptrdiff_t|clock_t|time_t|c_longlong|c_ulonglong|intptr_t|uintptr_t|off_t|dev_t|ino_t|pid_t|mode_t|ssize_t","constant.language.source.rust":"true|false|Some|None|Ok|Err|FALSE|TRUE","support.constant.source.rust":"EXIT_FAILURE|EXIT_SUCCESS|RAND_MAX|EOF|SEEK_SET|SEEK_CUR|SEEK_END|_IOFBF|_IONBF|_IOLBF|BUFSIZ|FOPEN_MAX|FILENAME_MAX|L_tmpnam|TMP_MAX|O_RDONLY|O_WRONLY|O_RDWR|O_APPEND|O_CREAT|O_EXCL|O_TRUNC|S_IFIFO|S_IFCHR|S_IFBLK|S_IFDIR|S_IFREG|S_IFMT|S_IEXEC|S_IWRITE|S_IREAD|S_IRWXU|S_IXUSR|S_IWUSR|S_IRUSR|F_OK|R_OK|W_OK|X_OK|STDIN_FILENO|STDOUT_FILENO|STDERR_FILENO","constant.language":"macro_rules|mac_variant"},"identifier");this.$rules={start:[{token:"variable.other.source.rust",regex:"'"+u+"(?![\\'])"},{token:"string.quoted.single.source.rust",regex:"'(?:[^'\\\\]|"+s+")'"},{token:"identifier",regex:"r#"+u+"\\b"},{stateName:"bracketedComment",onMatch:function(e,t,o){return o.unshift(this.next,
|
|
1
|
+
ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,o){"use strict";var r=e("../lib/oop"),n=e("./text_highlight_rules").TextHighlightRules,i=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@\\w+(?=\\s|$)"},i.getTagRule(),{defaultToken:"comment.doc.body",caseInsensitive:!0}]}};r.inherits(i,n),i.getTagRule=function(e){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},i.getStartRule=function(e){return{token:"comment.doc",regex:/\/\*\*(?!\/)/,next:e}},i.getEndRule=function(e){return{token:"comment.doc",regex:"\\*\\/",next:e}},t.DocCommentHighlightRules=i})),ace.define("ace/mode/rust_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules","ace/mode/doc_comment_highlight_rules"],(function(e,t,o){"use strict";var r=e("../lib/oop"),n=e("./text_highlight_rules").TextHighlightRules,i=e("./doc_comment_highlight_rules").DocCommentHighlightRules,s=/\\(?:[nrt0'"\\]|x[\da-fA-F]{2}|u\{[\da-fA-F]{6}\})/.source,u=/[a-zA-Z_\xa1-\uffff][a-zA-Z0-9_\xa1-\uffff]*/.source,c=function(){var e=this.createKeywordMapper({"keyword.source.rust":"abstract|alignof|as|async|await|become|box|break|catch|continue|const|crate|default|do|dyn|else|enum|extern|for|final|if|impl|in|let|loop|macro|match|mod|move|mut|offsetof|override|priv|proc|pub|pure|ref|return|self|sizeof|static|struct|super|trait|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield|try","storage.type.source.rust":"Self|isize|usize|char|bool|u8|u16|u32|u64|u128|f16|f32|f64|i8|i16|i32|i64|i128|str|option|either|c_float|c_double|c_void|FILE|fpos_t|DIR|dirent|c_char|c_schar|c_uchar|c_short|c_ushort|c_int|c_uint|c_long|c_ulong|size_t|ptrdiff_t|clock_t|time_t|c_longlong|c_ulonglong|intptr_t|uintptr_t|off_t|dev_t|ino_t|pid_t|mode_t|ssize_t","constant.language.source.rust":"true|false|Some|None|Ok|Err|FALSE|TRUE","support.constant.source.rust":"EXIT_FAILURE|EXIT_SUCCESS|RAND_MAX|EOF|SEEK_SET|SEEK_CUR|SEEK_END|_IOFBF|_IONBF|_IOLBF|BUFSIZ|FOPEN_MAX|FILENAME_MAX|L_tmpnam|TMP_MAX|O_RDONLY|O_WRONLY|O_RDWR|O_APPEND|O_CREAT|O_EXCL|O_TRUNC|S_IFIFO|S_IFCHR|S_IFBLK|S_IFDIR|S_IFREG|S_IFMT|S_IEXEC|S_IWRITE|S_IREAD|S_IRWXU|S_IXUSR|S_IWUSR|S_IRUSR|F_OK|R_OK|W_OK|X_OK|STDIN_FILENO|STDOUT_FILENO|STDERR_FILENO","constant.language":"macro_rules|mac_variant"},"identifier");this.$rules={start:[{token:"variable.other.source.rust",regex:"'"+u+"(?![\\'])"},{token:"string.quoted.single.source.rust",regex:"'(?:[^'\\\\]|"+s+")'"},{token:"identifier",regex:"r#"+u+"\\b"},{stateName:"bracketedComment",onMatch:function(e,t,o){var r=e.replace(/^\w+/,"");return o.unshift(this.next,r.length,t),"string.quoted.raw.source.rust"},regex:/(b|c)?r#*"/,next:[{onMatch:function(e,t,o){var r="string.quoted.raw.source.rust";return e.length>=o[1]?(e.length>o[1]&&(r="invalid"),o.shift(),o.shift(),this.next=o.shift()):this.next="",r},regex:/"#*/,next:"start"},{defaultToken:"string.quoted.raw.source.rust"}]},{token:"string.quoted.double.source.rust",regex:'"',push:[{token:"string.quoted.double.source.rust",regex:'"',next:"pop"},{token:"constant.character.escape.source.rust",regex:s},{defaultToken:"string.quoted.double.source.rust"}]},{token:["keyword.source.rust","text","entity.name.function.source.rust","punctuation"],regex:"\\b(fn)(\\s+)((?:r#)?"+u+")(<)(?!<)",push:"generics"},{token:["keyword.source.rust","text","entity.name.function.source.rust"],regex:"\\b(fn)(\\s+)((?:r#)?"+u+")"},{token:["support.constant","punctuation"],regex:"("+u+"::)(<)(?!<)",push:"generics"},{token:"support.constant",regex:u+"::"},{token:"variable.language.source.rust",regex:"\\bself\\b"},i.getStartRule("doc-start"),{token:"comment.line.doc.source.rust",regex:"///.*$"},{token:"comment.line.doc.source.rust",regex:"//!.*$"},{token:"comment.line.double-dash.source.rust",regex:"//.*$"},{token:"comment.start.block.source.rust",regex:"/\\*",stateName:"comment",push:[{token:"comment.start.block.source.rust",regex:"/\\*",push:"comment"},{token:"comment.end.block.source.rust",regex:"\\*/",next:"pop"},{defaultToken:"comment.block.source.rust"}]},{token:["keyword.source.rust","identifier","punctuaction"],regex:"(?:(impl)|("+u+"))(<)(?!<)",stateName:"generics",push:[{token:"keyword.operator",regex:/<<|=/},{token:"punctuaction",regex:"<(?!<)",push:"generics"},{token:"variable.other.source.rust",regex:"'"+u+"(?![\\'])"},{token:"storage.type.source.rust",regex:"\\b(u8|u16|u32|u64|u128|usize|i8|i16|i32|i64|i128|isize|char|bool)\\b"},{token:"keyword",regex:"\\b(?:const|dyn)\\b"},{token:"punctuation",regex:">",next:"pop"},{include:"punctuation"},{include:"operators"},{include:"constants"},{token:"identifier",regex:"\\b"+u+"\\b"}]},{token:e,regex:u},{token:"meta.preprocessor.source.rust",regex:"\\b\\w\\(\\w\\)*!|#\\[[\\w=\\(\\)_]+\\]\\b"},{include:"punctuation"},{include:"operators"},{include:"constants"}],punctuation:[{token:"paren.lparen",regex:/[\[({]/},{token:"paren.rparen",regex:/[\])}]/},{token:"punctuation.operator",regex:/[?:,;.]/}],operators:[{token:"keyword.operator",regex:/\$|[-=]>|[-+%^=!&|<>]=?|[*/](?![*/])=?/}],constants:[{token:"constant.numeric.source.rust",regex:/\b(?:0x[a-fA-F0-9_]+|0o[0-7_]+|0b[01_]+|[0-9][0-9_]*(?!\.))(?:[iu](?:size|8|16|32|64|128))?\b/},{token:"constant.numeric.source.rust",regex:/\b(?:[0-9][0-9_]*)(?:\.[0-9][0-9_]*)?(?:[Ee][+-][0-9][0-9_]*)?(?:f32|f64)?\b/}]},this.embedRules(i,"doc-",[i.getEndRule("start")]),this.normalizeRules()};c.metaData={fileTypes:["rs","rc"],foldingStartMarker:"^.*\\bfn\\s*(\\w+\\s*)?\\([^\\)]*\\)(\\s*\\{[^\\}]*)?\\s*$",foldingStopMarker:"^\\s*\\}",name:"Rust",scopeName:"source.rust"},r.inherits(c,n),t.RustHighlightRules=c})),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],(function(e,t,o){"use strict";var r=e("../../lib/oop"),n=e("../../range").Range,i=e("./fold_mode").FoldMode,s=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};r.inherits(s,i),function(){this.foldingStartMarker=/([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/,this.singleLineBlockCommentRe=/^\s*(\/\*).*\*\/\s*$/,this.tripleStarBlockCommentRe=/^\s*(\/\*\*\*).*\*\/\s*$/,this.startRegionRe=/^\s*(\/\*|\/\/)#?region\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,o){var r=e.getLine(o);if(this.singleLineBlockCommentRe.test(r)&&!this.startRegionRe.test(r)&&!this.tripleStarBlockCommentRe.test(r))return"";var n=this._getFoldWidgetBase(e,t,o);return!n&&this.startRegionRe.test(r)?"start":n},this.getFoldWidgetRange=function(e,t,o,r){var n,i=e.getLine(o);if(this.startRegionRe.test(i))return this.getCommentRegionBlock(e,i,o);if(n=i.match(this.foldingStartMarker)){var s=n.index;if(n[1])return this.openingBracketBlock(e,n[1],o,s);var u=e.getCommentFoldRange(o,s+n[0].length,1);return u&&!u.isMultiLine()&&(r?u=this.getSectionRange(e,o):"all"!=t&&(u=null)),u}if("markbegin"!==t&&(n=i.match(this.foldingStopMarker))){s=n.index+n[0].length;return n[1]?this.closingBracketBlock(e,n[1],o,s):e.getCommentFoldRange(o,s,-1)}},this.getSectionRange=function(e,t){for(var o=e.getLine(t),r=o.search(/\S/),i=t,s=o.length,u=t+=1,c=e.getLength();++t<c;){var a=(o=e.getLine(t)).search(/\S/);if(-1!==a){if(r>a)break;var l=this.getFoldWidgetRange(e,"all",t);if(l){if(l.start.row<=i)break;if(l.isMultiLine())t=l.end.row;else if(r==a)break}u=t}}return new n(i,s,u,e.getLine(u).length)},this.getCommentRegionBlock=function(e,t,o){for(var r=t.search(/\s*$/),i=e.getLength(),s=o,u=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,c=1;++o<i;){t=e.getLine(o);var a=u.exec(t);if(a&&(a[1]?c--:c++,!c))break}if(o>s)return new n(s,r,o,t.length)}}.call(s.prototype)})),ace.define("ace/mode/rust",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/rust_highlight_rules","ace/mode/folding/cstyle"],(function(e,t,o){"use strict";var r=e("../lib/oop"),n=e("./text").Mode,i=e("./rust_highlight_rules").RustHighlightRules,s=e("./folding/cstyle").FoldMode,u=function(){this.HighlightRules=i,this.foldingRules=new s,this.$behaviour=this.$defaultBehaviour};r.inherits(u,n),function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/",nestable:!0},this.$quotes={'"':'"'},this.$id="ace/mode/rust"}.call(u.prototype),t.Mode=u})),ace.require(["ace/mode/rust"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liascript/editor",
|
|
3
|
-
"version": "1.1.22--0.16.
|
|
3
|
+
"version": "1.1.22--0.16.15",
|
|
4
4
|
"author": "André Dietrich",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"description": "An extended Markdown interpreter for the creation of interactive online courses.",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"@parcel/transformer-sass": "^2.8.3",
|
|
65
65
|
"@parcel/transformer-webmanifest": "^2.8.3",
|
|
66
66
|
"@types/katex": "^0.16.7",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
68
|
-
"@typescript-eslint/parser": "^8.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
68
|
+
"@typescript-eslint/parser": "^8.31.0",
|
|
69
69
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
70
70
|
"abortcontroller-polyfill": "^1.7.8",
|
|
71
|
-
"ace-builds": "^1.
|
|
72
|
-
"caniuse-lite": "^1.0.
|
|
71
|
+
"ace-builds": "^1.40.1",
|
|
72
|
+
"caniuse-lite": "^1.0.30001715",
|
|
73
73
|
"crypto-browserify": "^3.5.1",
|
|
74
74
|
"dexie": "^4.0.11",
|
|
75
75
|
"easy-speech": "^2.4.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"elm-optimize-level-2": "^0.3.5",
|
|
81
81
|
"elm-review": "^2.13.2",
|
|
82
82
|
"elm-test": "^0.19.1-revision12",
|
|
83
|
-
"eslint": "^9.
|
|
83
|
+
"eslint": "^9.25.1",
|
|
84
84
|
"events": "^3.3.0",
|
|
85
85
|
"jszip": "^3.10.1",
|
|
86
86
|
"katex": "^0.16.22",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"pdfast": "^0.2.0",
|
|
95
95
|
"process": "^0.11.10",
|
|
96
96
|
"resize-observer-polyfill": "^1.5.1",
|
|
97
|
-
"sass": "^1.
|
|
97
|
+
"sass": "^1.87.0",
|
|
98
98
|
"tsc": "^2.0.4",
|
|
99
99
|
"typescript": "^5.8.3",
|
|
100
100
|
"uint8-to-base64": "^0.2.0",
|
package/dist/icon.110885f6.woff2
DELETED
|
Binary file
|
package/dist/icon.3b70f1e6.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="icon" horiz-adv-x="512"><font-face font-family="icon" units-per-em="512" ascent="512" descent="0"/><glyph glyph-name="arrow-down" unicode="" horiz-adv-x="512" d="M268.8 152.947 361.728 256l18.944-16.896L256 100.352 131.328 239.104 150.272 256 243.2 152.947V409.6h25.6V152.947z"/><glyph glyph-name="arrow-left" unicode="" horiz-adv-x="512" d="m157.61 281.148 103.708 93.338-17.125 19.028L105.62 268.8l138.572-124.714 17.125 19.028-102.705 92.436 247.765.45-.046 25.6-248.722-.452z"/><glyph glyph-name="arrow-right" unicode="" horiz-adv-x="512" d="M353.877 281.6 250.67 374.486l17.126 19.028L406.367 268.8 267.796 144.086l-17.126 19.028L353.877 256H105.633v25.6h248.244z"/><glyph glyph-name="arrow-up" unicode="" horiz-adv-x="512" d="M380.672 271.36 256 409.6 131.328 271.36l18.944-17.408L243.2 357.23V102.4h25.6v254.831l92.928-103.279 18.944 17.408z"/><glyph glyph-name="barchart" unicode="" horiz-adv-x="512" d="M70.4 64v396.8H44.8V38.4h422.4V64H70.4zm102.4 192V102.4h-25.6V256h25.6zm230.4 0V102.4h-25.6V256h25.6zm-76.8 76.8V102.4h-25.6v230.4h25.6zm-76.8 25.6v-256H224v256h25.6z"/><glyph glyph-name="book" unicode="" horiz-adv-x="512" d="M332.8 358.4H179.2v-25.6h153.6v25.6zm-153.6-76.8h153.6V256H179.2v25.6zM396.8 448H153.6c-21.208 0-38.4-17.192-38.4-38.4V102.4c0-21.208 17.192-38.4 38.4-38.4h243.2v384zm-25.6-281.6H153.6c-4.488 0-8.796-.77-12.8-2.185V409.6c0 7.07 5.731 12.8 12.8 12.8h217.6v-256zm0-25.6V89.6H153.6c-7.069 0-12.8 5.731-12.8 12.8v25.615c.009 7.063 5.736 12.785 12.8 12.785h217.6z"/><glyph glyph-name="boxplot" unicode="" horiz-adv-x="512" d="M70.4 64v396.8H44.8V38.4h422.4V64H70.4zm140.8 281.6v51.2h-25.6v-51.2h-38.4V166.4h38.4V128h25.6v38.4h38.4v179.2h-38.4zM172.8 320H224v-51.2h-51.2V320zm0-128v51.2H224V192h-51.2zm217.6 230.4v38.4h-25.6v-38.4h-38.4V140.8h38.4v-38.4h25.6v38.4h38.4v281.6h-38.4zM352 396.8h51.2V320H352v76.8zm0-230.4v128h51.2v-128H352z"/><glyph glyph-name="chat-close" unicode="" horiz-adv-x="512" d="M26 405.6V134.3h116.89l-.027-69.991L248.385 134.3H486V405.6zm49.74-22.608h360.52L256 282.04zm-24.185-13.545 180.261-100.95L51.555 167.542zm408.89 0V156.908H237.24l-69.36-46.006.018 46.006H80.932l379.513 212.54z"/><glyph glyph-name="chat-new" unicode="" horiz-adv-x="512" d="M17.01 405.6V134.3h116.891l-.027-69.991L239.396 134.3h60.382a100 100 0 0 1 95.211-69.85 100 100 0 0 1 100 100 100 100 0 0 1-17.978 57.154V405.6zm49.741-22.608h360.52L247.01 282.04zm-24.186-13.545 180.262-100.95L42.565 167.542zm408.891 0v-122.49a100 100 0 0 1-56.467 17.494 100 100 0 0 1-100-100 100 100 0 0 1 .54-7.543H228.25l-69.36-46.006.018 46.006H71.942c127.07 71.162 264.941 148.375 379.514 212.54zM341.384 184.516a20 20 0 0 0 20-20 20 20 0 0 0-20-20 20 20 0 0 0-20 20 20 20 0 0 0 20 20zm54.648 0a20 20 0 0 0 20-20 20 20 0 0 0-20-20 20 20 0 0 0-20 20 20 20 0 0 0 20 20zm54.647 0a20 20 0 0 0 20-20 20 20 0 0 0-20-20 20 20 0 0 0-20 20 20 20 0 0 0 20 20z"/><glyph glyph-name="chat-open" unicode="" horiz-adv-x="512" d="M256.002 487.9 26 369.6V98.3h116.89l-.027-69.991L248.385 98.3H486V369.6c-76.666 39.434-153.333 78.864-229.998 118.3zm0-28.134L454.26 358.992 256 246.04 57.74 358.992l198.262 100.774zM51.555 333.447l180.261-100.95L51.555 131.542v201.904zm408.89 0V120.908H237.24l-69.36-46.006.018 46.006H80.932l379.513 212.54z"/><glyph glyph-name="check" unicode="" horiz-adv-x="512" d="M432.351 401.495 191.932 107.65 79.65 248.004l19.99 15.992 92.517-115.646 220.381 269.356 19.814-16.211z"/><glyph glyph-name="chevron-double-left" unicode="" horiz-adv-x="512" d="M269.984 349.077 176.906 256l93.078-93.078-18.645-18.645L139.616 256l111.723 111.722 18.645-18.645zm102.4 0L279.306 256l93.078-93.078-18.645-18.645L242.016 256l111.723 111.722 18.645-18.645z"/><glyph glyph-name="chevron-double-right" unicode="" horiz-adv-x="512" d="M139.616 349.077 232.694 256l-93.078-93.078 18.645-18.645L269.984 256 158.261 367.722l-18.645-18.645zm102.401 0L335.094 256l-93.077-93.078 18.645-18.645L372.384 256 260.662 367.722l-18.645-18.645z"/><glyph glyph-name="chevron-down" unicode="" horiz-adv-x="512" d="M256 197.845 111.723 342.123l-18.646-18.645L256 160.555l162.923 162.923-18.645 18.645L256 197.845z"/><glyph glyph-name="chevron-left" unicode="" horiz-adv-x="512" d="m202.506 256 144.278 144.277-18.645 18.645L165.216 256 328.139 93.077l18.645 18.645L202.506 256z"/><glyph glyph-name="chevron-right" unicode="" horiz-adv-x="512" d="M309.494 256 165.216 400.277l18.645 18.645L346.784 256 183.861 93.077l-18.645 18.645L309.494 256z"/><glyph glyph-name="chevron-up" unicode="" horiz-adv-x="512" d="m256 351.445 162.923-162.922-18.645-18.645L256 314.155 111.723 169.878l-18.646 18.645L256 351.445z"/><glyph glyph-name="class-off" unicode="" horiz-adv-x="512" d="M256 499.2C121.684 499.2 12.8 390.315 12.8 256 12.8 121.684 121.685 12.8 256 12.8c134.316 0 243.2 108.884 243.2 243.2 0 134.316-108.884 243.2-243.2 243.2zm0-25.6c120.177 0 217.6-97.423 217.6-217.6 0-120.177-97.423-217.6-217.6-217.6-120.177 0-217.6 97.423-217.6 217.6 0 120.177 97.423 217.6 217.6 217.6zm-.646-70.1a58.235 58.235 0 0 1-58.237-58.234 58.235 58.235 0 0 1 58.237-58.237 58.235 58.235 0 0 1 58.234 58.237 58.235 58.235 0 0 1-58.234 58.234zm-64.997-89.549A137.5 194.116 0 0 1 118.5 143.383a137.5 194.116 0 0 1 0-.002h275a137.5 194.116 0 0 1 0 .002 137.5 194.116 0 0 1-71.857 170.568A71.177 71.177 0 0 0 256 270.29a71.177 71.177 0 0 0-65.643 43.662z"/><glyph glyph-name="class-on" unicode="" horiz-adv-x="512" d="M255.92 499.2c-95.633 1.327-187.863-60.14-224.088-148.536-37.82-86.839-18.252-194.713 48.043-262.457C143.66 19.559 248.747-5.488 336.738 26.552c91.205 30.982 158.451 120.577 162.064 216.933 6.055 93.669-48.238 187.296-132.165 229.109-34.096 17.52-72.392 26.664-110.718 26.605zm0-25.6c94.762 1.603 184.806-66.536 209.344-158.03 14.84-51.784 9.54-109.033-14.837-157.097-10.312 10.372-28.379 42.447-35.78 14.704-24.796-37.49-85.14-39.7-112.615-4.128-7.434 9.62-10.821 25.185-21.44 8.958-36.955-35.53-55.27-86.473-59.934-136.72-63.313 9.949-120.874 49.867-152.834 105.354 46.935.003 93.88-.005 140.808.004-.156 39.97-13.469 82.915-45.728 108.543-11.286-30.707-56.842-37.5-76.609-11.443-11.576 25.692-31.32-18.005-38.752-30.856-7.662-14.3-8.674 31.287-9.223 43.111-1.604 94.763 66.535 184.807 158.029 209.345 19.346 5.502 39.46 8.26 59.57 8.255zm4.22-14.164c-30.099 1.565-48.946-38.402-28.596-60.632 17.845-24.06 60.367-13.501 64.902 16.104 5.17 22.226-13.486 45.125-36.306 44.528zM218.78 402.45c-32.26-25.629-45.57-68.575-45.727-108.545 58.333.001 116.67-.003 175 .002-.156 39.97-13.469 82.916-45.728 108.543-11.691-32.058-60.134-37.476-78.634-8.814a45.296 45.296 0 0 0-4.911 8.814zm-98.059-90.28c-30.099 1.566-48.946-38.4-28.596-60.63 17.845-24.06 60.367-13.502 64.902 16.104 5.17 22.225-13.486 45.124-36.306 44.527zm235.383-35.64c-37.777 1.444-68.18-39.867-55.592-75.518 9.842-36.239 57.794-53.121 88.136-30.958 31.833 19.789 34.278 70.436 4.481 93.184-10.304 8.561-23.627 13.346-37.025 13.292z"/><glyph glyph-name="clock" unicode="" horiz-adv-x="512" d="M256 409.6h-25.6V230.4h1.795l-.358-.358 91.469-91.443 19.909 19.915L256 245.705V409.6zM11.52 256c0 135.023 109.457 244.48 244.48 244.48S500.48 391.023 500.48 256 391.023 11.52 256 11.52 11.52 120.977 11.52 256zM256 472.32c-119.47 0-216.32-96.85-216.32-216.32S136.53 39.68 256 39.68 472.32 136.53 472.32 256 375.47 472.32 256 472.32z"/><glyph glyph-name="close" unicode="" horiz-adv-x="512" d="m275.188 256 144.006-144.006-19.188-19.188L256 236.812 111.994 92.806l-19.188 19.188L236.812 256 92.806 400.006l19.188 19.188L256 275.188l144.006 144.006 19.188-19.188L275.188 256z"/><glyph glyph-name="code" unicode="" horiz-adv-x="512" d="m164.886 296.607-77.977-48.846v-1.177l77.977-48.846v-39.136L51.304 232.165v30.014l113.582 73.563v-39.135zm182.229-98.869 77.977 48.846v1.177l-77.977 48.846v39.135l113.58-73.563v-30.014l-113.58-73.563v39.136zM322.76 358.4l-96.81-256H189.76l96.809 256h36.193z"/><glyph glyph-name="compile-circle" unicode="" horiz-adv-x="512" d="M256 473.6c-120.177 0-217.6-97.423-217.6-217.6 0-120.177 97.423-217.6 217.6-217.6 120.177 0 217.6 97.423 217.6 217.6 0 120.177-97.423 217.6-217.6 217.6zM12.8 256c0 134.316 108.884 243.2 243.2 243.2 134.316 0 243.2-108.884 243.2-243.2 0-134.316-108.884-243.2-243.2-243.2C121.684 12.8 12.8 121.684 12.8 256zm174.829-60.227-85.229 55.2v22.522l85.229 55.201v-29.367l-58.512-36.653v-.883l58.512-36.653v-29.367zm18.665-42.173 72.643 192.097h27.159L233.452 153.6h-27.158zm118.077 42.173v29.367l58.512 36.653v.883l-58.512 36.653v29.367l85.229-55.201v-22.522l-85.229-55.2z"/><glyph glyph-name="copy" unicode="" horiz-adv-x="512" d="M170.096 471.512c-7.18-.001-13-5.82-13-13v-61.184h26v48.184h253.383V169.537H376.61v-26h72.868c7.179 0 12.999 5.82 13 13v301.975c-.001 7.18-5.821 12.999-13 13H170.096zM62.52 376.622a13.001 13.001 0 0 1-13-13V61.644a13.001 13.001 0 0 1 13-13h279.383a13.001 13.001 0 0 1 13 13V363.62a13.001 13.001 0 0 1-13 13H62.521zm13-26h253.383V74.644H75.521V350.62z"/><glyph glyph-name="darkmode" unicode="" horiz-adv-x="512" d="M314.85 420.645C234.447 408.904 172.705 339.662 172.705 256c0-84.717 63.31-154.648 145.197-165.062-4.706 10.287-10.575 24.089-16.442 40.421-13.063 36.36-26.354 85.915-26.354 137.441 0 51.685 13.362 95.05 26.674 125.448a308.659 308.659 0 0 0 13.072 26.397zm34.448 6.815-.06-.082-.34-.465c-.316-.437-.806-1.124-1.445-2.053a185.96 185.96 0 0 1-5.421-8.409c-4.546-7.449-10.666-18.459-16.802-32.472-12.288-28.06-24.526-67.894-24.526-115.179 0-47.444 12.31-93.889 24.846-128.786 6.245-17.379 12.486-31.733 17.15-41.711 2.33-4.986 4.264-8.87 5.6-11.483a207.38 207.38 0 0 1 1.532-2.944l.384-.715.087-.161.015-.028L360.76 64h-21.655c-106.04 0-192 85.961-192 192s85.96 192 192 192h25.79L349.3 427.46z"/><glyph glyph-name="download" unicode="" horiz-adv-x="512" d="M268.8 171.702V435.2h-25.6V171.702l-93.349 93.349-18.102-18.102L256 122.698l124.251 124.251-18.102 18.102-93.349-93.349zM89.6 76.8V51.2h332.8v25.6H89.6z"/><glyph glyph-name="edrys" unicode="" horiz-adv-x="512" d="m442.26 312.113-3.68 4.359 4.347-3.69c4.085-3.469 5.227-5.028 3.68-5.028-.366 0-2.322 1.962-4.346 4.36zM231.374 1.861C73.919 15.924-34.137 174.476 9.899 326.835c54.493 188.543 294.223 248.5 429.84 107.505C589.446 278.695 492.579 20.8 277.248 1.733 265.028.651 253.724-.122 252.13.016c-1.594.137-10.935.967-20.757 1.845zM350.8 109.405c42.72 12.716 72.987 51.44 73.266 93.738.036 5.608 1.847 8.566 10.475 17.11 72.07 71.37-9.29 139.24-171.052 142.69l-31.13.664-5.421 9.516c-31.853 55.921-115.296 37.924-125.743-27.12-1.06-6.599-2.094-12.065-2.298-12.147-71.16-28.587-58.007-105.832 24.746-145.324 27.348-13.05 79.05-25.986 104.335-26.103 9.543-.044 9.73-.164 15.457-9.857 20.886-35.356 68.837-54.635 107.365-43.167zM201.895 219.677c-105.088 13.301-155.98 56.39-100.549 85.13 5.469 2.836 5.677 2.757 9.61-3.622 32.736-53.109 118.306-34.771 125.232 26.837l.988 8.79 23.417-.016c113.523-.082 200.932-42.639 162.108-78.926-10.519-9.83-10.375-9.809-14.825-2.257-41.176 69.891-155.516 52.005-175.728-27.488-3.122-12.282-2.138-12.007-30.253-8.448z"/><glyph glyph-name="end-left" unicode="" horiz-adv-x="512" d="m244.384 256 144.277 144.277-18.645 18.646L207.094 256 370.016 93.077l18.645 18.645L244.384 256zM148.939 76.8v358.4h-25.6V76.8h25.6z"/><glyph glyph-name="end-right" unicode="" horiz-adv-x="512" d="M267.616 256 123.339 400.277l18.645 18.646L304.906 256 141.984 93.077l-18.645 18.645L267.616 256zm95.445-179.2v358.4h25.6V76.8h-25.6z"/><glyph glyph-name="funnel" unicode="" horiz-adv-x="512" d="m51.2 435.2 73.246-128h263.126l73.228 128H51.2zm44.144-25.6h321.317l-43.936-76.8H139.292l-43.948 76.8zM256 38.4l64 115.2H192l64-115.2zm0 52.714L235.508 128h40.984L256 91.114zM128 281.6h256l-53.338-102.4H181.216L128 281.6zm68.763-76.8h118.369l26.669 51.2H170.155l26.608-51.2z"/><glyph glyph-name="graph" unicode="" horiz-adv-x="512" d="M145.787 409.727c2.91-21.007-11.76-40.396-32.768-43.306-21.007-2.909-40.395 11.761-43.305 32.769-2.91 21.007 11.76 40.395 32.768 43.305 21.007 2.91 40.395-11.761 43.305-32.768zm-39.793 7.41c-7.002-.97-11.892-7.433-10.923-14.435.97-7.002 7.433-11.893 14.436-10.923 7.002.97 11.892 7.433 10.922 14.435-.97 7.003-7.432 11.893-14.435 10.923zm303.524-138.869c21.007 2.91 35.678 22.298 32.768 43.306-2.91 21.007-22.298 35.678-43.305 32.768-21.008-2.91-35.678-22.298-32.769-43.306 2.91-21.007 22.3-35.678 43.306-32.768zm-17.948 36.281c-.97 7.002 3.921 13.465 10.923 14.435 7.002.97 13.465-3.92 14.435-10.923.97-7.002-3.92-13.465-10.923-14.435-7.002-.97-13.465 3.92-14.435 10.923zm-287.718 24.758 24.587-177.505 25.358 3.512L129.21 342.82l-25.358-3.513zm51.315-277.18c21.008 2.909 35.68 22.298 32.77 43.305-2.91 21.007-22.299 35.678-43.307 32.768-21.007-2.909-35.678-22.298-32.768-43.305 2.91-21.007 22.298-35.678 43.305-32.768zm-17.947 36.28c-.97 7.003 3.92 13.466 10.923 14.436 7.002.969 13.465-3.921 14.435-10.923.97-7.003-3.92-13.465-10.923-14.435-7.002-.97-13.465 3.92-14.435 10.922zM346.302 322.39 170.94 375.633l7.437 24.496 175.364-53.243-7.438-24.496zM220.198 112.198 369.22 249.14l-17.322 18.849-149.02-136.941 17.321-18.85z"/><glyph glyph-name="grid" unicode="" horiz-adv-x="512" d="M140.8 435.2H64v-76.8h76.8v76.8zm153.6 0h-76.8v-76.8h76.8v76.8zM64 281.6h76.8v-76.8H64v76.8zm230.4 0h-76.8v-76.8h76.8v76.8zm76.8 0H448v-76.8h-76.8v76.8zM140.8 128H64V51.2h76.8V128zm76.8 0h76.8V51.2h-76.8V128zm230.4 0h-76.8V51.2H448V128zm-76.8 307.2H448v-76.8h-76.8v76.8z"/><glyph glyph-name="gundb" unicode="" horiz-adv-x="512" d="M337.11 407.992c-19.154.44-42.83 4.205-42.684-21.579-5.538-18.348-10.955-36.732-16.428-55.099-12.756-1.677-26.498-1.204-16.034 15.387 3.8 19.584 16.716 44.28 14.306 60.775-17.096.604-34.203.088-51.303.024-11.55-39.778-23.773-79.375-34.516-119.377 43.005-.996 86.042-.199 129.06-.215 11.553 39.776 23.773 79.372 34.522 119.371-5.56.918-11.304.528-16.924.713zm-166.62-.224c-29.708-.008-59.416-.176-89.125-.264-11.536-39.762-23.796-79.33-34.466-119.33 24.418-1.52 48.957.168 73.365-1.51A2781.889 2781.889 0 0 0 86.84 170.756c-13.558-5.05-23.24 1.024-15.094 14.67 7.384 27.305 16.14 54.243 22.842 81.727-17.569-.1-39.198 3.652-54.606-1.86C26.237 219.285 12.715 173.2-.014 126.903c42.468-.822 85.022-1.213 127.478.03 9 15.128 11.3 35.973 17.608 53.32 21.651 75.705 44.857 150.993 65.282 227.035-13.274.617-26.579.364-39.864.479zm285.276-.002c-29.687-.008-59.373-.176-89.059-.264-11.55-39.777-23.77-79.373-34.521-119.371 17.102 1.024 41.147-5.254 54.324 3.75 7.521 23.984 14.506 48.132 21.71 72.213 12.757 1.68 26.502 1.206 16.035-15.385-3.8-19.584-16.716-44.281-14.305-60.775 17.095-.604 34.202-.088 51.302-.024 11.499 39.773 23.928 79.303 34.313 119.377-13.252.618-26.536.363-39.8.479zm-322.055-43.23c18.509 3.152 1.912-27.63-2.792-33.394-26.63-8.163-10.692 19.28-7.241 32.286 3.15 1.483 6.702.87 10.033 1.107zm370.543-.046c-15.672-1.982-21.339-50.987.366-34.5 2.287 9.252 15.643 31.408-.366 34.5zm-292.963-89.894c-27.826 4.032-38.105-42.315-12.223-51.843 16.202-10.609-8.56 14.029 2.184 23.392 3.57 17.127 20.169 15.623 33.557 14.944 15.644 9.607 11.902-28.522 12.49-6.858 3.905 23.94-20.162 20.221-36.008 20.365zm42.969-48.653-.623-3.066zm-.623-3.066c-4.762-18.33-26.261-13.947-40.77-14.53h-45.633c.165-5.32-9.084-17.668-1.712-17.607 20.416.478 40.97-1.003 61.291.828 14.88 3.042 23.886 17.363 26.824 31.309z"/><glyph glyph-name="heatmap" unicode="" horiz-adv-x="512" d="M64 409.6c-7.07 0-12.8 5.73-12.8 12.8s5.73 12.8 12.8 12.8 12.8-5.73 12.8-12.8-5.73-12.8-12.8-12.8zm179.2 0c-7.069 0-12.8 5.73-12.8 12.8s5.731 12.8 12.8 12.8c7.069 0 12.8-5.73 12.8-12.8s-5.731-12.8-12.8-12.8zm166.4-51.2c28.277 0 51.2 22.923 51.2 51.2 0 28.277-22.923 51.2-51.2 51.2-28.277 0-51.2-22.923-51.2-51.2 0-28.277 22.923-51.2 51.2-51.2zM243.2 179.2c-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64zm179.2 51.2c7.069 0 12.8 5.731 12.8 12.8 0 7.069-5.731 12.8-12.8 12.8-7.069 0-12.8-5.731-12.8-12.8 0-7.069 5.731-12.8 12.8-12.8zM76.8 51.2c-14.138 0-25.6 11.461-25.6 25.6 0 14.138 11.462 25.6 25.6 25.6 14.139 0 25.6-11.462 25.6-25.6 0-14.139-11.461-25.6-25.6-25.6zm153.6 0c14.139 0 25.6 11.461 25.6 25.6 0 14.138-11.461 25.6-25.6 25.6-14.138 0-25.6-11.462-25.6-25.6 0-14.139 11.462-25.6 25.6-25.6zm192 0c-7.069 0-12.8 5.731-12.8 12.8 0 7.069 5.731 12.8 12.8 12.8 7.069 0 12.8-5.731 12.8-12.8 0-7.069-5.731-12.8-12.8-12.8zm64 358.4c0-42.416-34.384-76.8-76.8-76.8-42.415 0-76.8 34.384-76.8 76.8 0 42.415 34.385 76.8 76.8 76.8 42.416 0 76.8-34.385 76.8-76.8zM64 384c21.208 0 38.4 17.192 38.4 38.4S85.208 460.8 64 460.8s-38.4-17.192-38.4-38.4S42.792 384 64 384zm179.2 0c21.208 0 38.4 17.192 38.4 38.4s-17.192 38.4-38.4 38.4-38.4-17.192-38.4-38.4 17.192-38.4 38.4-38.4zm0-230.4c49.485 0 89.6 40.115 89.6 89.6 0 49.485-40.115 89.6-89.6 89.6-49.485 0-89.6-40.115-89.6-89.6 0-49.485 40.115-89.6 89.6-89.6zm217.6 89.6c0-21.208-17.192-38.4-38.4-38.4S384 221.992 384 243.2s17.192 38.4 38.4 38.4 38.4-17.192 38.4-38.4zM76.8 25.6c28.277 0 51.2 22.923 51.2 51.2 0 28.277-22.923 51.2-51.2 51.2-28.277 0-51.2-22.923-51.2-51.2 0-28.277 22.923-51.2 51.2-51.2zm204.8 51.2c0-28.277-22.923-51.2-51.2-51.2-28.277 0-51.2 22.923-51.2 51.2 0 28.277 22.923 51.2 51.2 51.2 28.277 0 51.2-22.923 51.2-51.2zm140.8-51.2c21.208 0 38.4 17.192 38.4 38.4s-17.192 38.4-38.4 38.4S384 85.208 384 64s17.192-38.4 38.4-38.4z"/><glyph glyph-name="hint" unicode="" horiz-adv-x="512" d="M164.552 381.113C182.651 404.956 212.089 422.4 256 422.4c43.911 0 73.349-17.444 91.448-41.287 17.661-23.267 23.752-51.551 23.752-72.947 0-22.107-7.587-43.47-16.349-61.214-8.763-17.748-19.216-32.867-25.885-42.514l-.107-.155c-5.468-7.911-10.351-20.752-13.976-32.672a280.108 280.108 0 0 1-4.029-14.713 234.611 234.611 0 0 1-1.033-4.399l-.254-1.155-.06-.278-.013-.06-2.116-10.206H204.622l-2.114 10.196-.015.07-.059.278-.255 1.155a234.611 234.611 0 0 1-1.033 4.399 280.949 280.949 0 0 1-4.028 14.713c-3.626 11.92-8.508 24.761-13.977 32.672l-.107.155c-6.669 9.647-17.121 24.766-25.885 42.514-8.762 17.744-16.349 39.107-16.349 61.214 0 21.397 6.091 49.68 23.752 72.947zM225.155 166.4h61.69a303.804 303.804 0 0 0 3.546 12.661c3.72 12.23 9.523 28.37 17.41 39.78 6.693 9.681 16.211 23.476 24.096 39.445 7.934 16.067 13.703 33.346 13.703 49.88 0 17.245-5.039 39.678-18.543 57.468C313.991 382.848 292.228 396.8 256 396.8s-57.99-13.952-71.057-31.166c-13.504-17.79-18.543-40.223-18.543-57.468 0-16.534 5.769-33.813 13.703-49.88 7.885-15.969 17.403-29.764 24.096-39.445 7.887-11.41 13.69-27.55 17.411-39.78a303.65 303.65 0 0 0 3.545-12.661zm-7.555-51.2h76.8V89.6h-76.8v25.6zM256 473.6c-120.177 0-217.6-97.423-217.6-217.6 0-120.177 97.423-217.6 217.6-217.6 120.177 0 217.6 97.423 217.6 217.6 0 120.177-97.423 217.6-217.6 217.6zM12.8 256c0 134.316 108.884 243.2 243.2 243.2 134.316 0 243.2-108.884 243.2-243.2 0-134.316-108.884-243.2-243.2-243.2C121.684 12.8 12.8 121.684 12.8 256z"/><glyph glyph-name="info" unicode="" horiz-adv-x="512" d="M310.528 215.296c-4.096-32-45.568-64.768-77.568-65.792-75.008-1.024 20.224 120.32-9.216 148.224 14.336 5.376 48.128 13.824 48.128-11.264 0-20.992-12.8-44.544-18.944-64.256-31.232-98.304 57.6 4.352 57.856 3.584.512-.768.512-4.352-.256-10.496.768 6.144-1.28-9.216 0 0zm-14.592 151.552c0-25.6-56.32-37.888-56.32-9.216 0 26.368 56.32 38.144 56.32 9.216zM256 473.6c-120.177 0-217.6-97.423-217.6-217.6 0-120.177 97.423-217.6 217.6-217.6 120.177 0 217.6 97.423 217.6 217.6 0 120.177-97.423 217.6-217.6 217.6zM12.8 256c0 134.316 108.884 243.2 243.2 243.2 134.316 0 243.2-108.884 243.2-243.2 0-134.316-108.884-243.2-243.2-243.2C121.684 12.8 12.8 121.684 12.8 256z"/><glyph glyph-name="lightmode" unicode="" horiz-adv-x="512" d="M256 153.6c-56.554 0-102.4 45.846-102.4 102.4 0 56.554 45.846 102.4 102.4 102.4 56.554 0 102.4-45.846 102.4-102.4 0-56.554-45.846-102.4-102.4-102.4zm0-25.6c70.693 0 128 57.307 128 128 0 70.692-57.307 128-128 128-70.692 0-128-57.308-128-128 0-70.693 57.308-128 128-128zm13.553 358.4h-25.6v-76.8h25.6v76.8zm0-384V25.6h-25.6v76.8h25.6zM486.4 243.2h-76.8v25.6h76.8v-25.6zm-384 0H25.6v25.6h76.8v-25.6zm319.136 166.134-54.306-54.306-18.102 18.102 54.306 54.306 18.102-18.102zm-271.53-271.529L95.702 83.499l-18.102 18.102 54.306 54.306 18.102-18.102zm252.895-53.773-54.305 54.305 18.101 18.102 54.306-54.306-18.102-18.101zm-271.53 271.529-54.305 54.305 18.102 18.102 54.306-54.306-18.102-18.101z"/><glyph glyph-name="lineplot" unicode="" horiz-adv-x="512" d="M65.14 64v396.8h-25.6V38.4h422.4V64H65.14zm407.32 261.508-78.163-112.76-94.909 63.658-63.98-102.368-75.137 50.091-45.034-101.328-23.394 10.398 57.366 129.072 78.463-52.309 64.02 102.432 95.928-64.342 63.8 92.04 21.04-14.584z"/><glyph glyph-name="list-1" unicode="" horiz-adv-x="512" d="M356 256a100 100 0 0 0-100-100 100 100 0 0 0-100 100 100 100 0 0 0 100 100 100 100 0 0 0 100-100z"/><glyph glyph-name="list-2" unicode="" horiz-adv-x="512" d="M256 356a100 100 0 0 1-100-100 100 100 0 0 1 100-100 100 100 0 0 1 100 100 100 100 0 0 1-100 100zm0-20a80 80 0 0 0 80-80 80 80 0 0 0-80-80 80 80 0 0 0-80 80 80 80 0 0 0 80 80z"/><glyph glyph-name="list-3" unicode="" horiz-adv-x="512" d="M156 356h200V156H156z"/><glyph glyph-name="login" unicode="" horiz-adv-x="512" d="M448 473.6H140.8V358.4h25.6V448h256V64h-256v89.6h-25.6V38.4H448v435.2zM209.037 364.972l103.207-92.886H64v-25.6h248.244L209.037 153.6l17.126-19.028 138.57 124.714L226.164 384l-17.126-19.028z"/><glyph glyph-name="mail" unicode="" horiz-adv-x="512" d="M25.6 102.4v307.2h460.8V102.4H25.6zM51.2 128h409.6v195.116L256 215.954 51.2 323.117V128zm0 224.009L256 244.847l204.8 107.162V384H51.2v-31.991z"/><glyph glyph-name="map" unicode="" horiz-adv-x="512" d="M448 449.25V102.933L310.651 64.474a12.797 12.797 0 0 0-7.679.245l-98.599 34.509L64 59.924v374.99l139.611 13.03c.889.084 1.785.073 2.672-.03l101.066-11.791L448 449.25zm-153.6-37.39-76.8 8.96V121.722l76.8-26.88V411.86zM320 93.676l102.4 28.672V421.15L320 411.593V93.676zm-128 28.672V421.15l-102.4-9.557V93.676L192 122.348z"/><glyph glyph-name="minus" unicode="" horiz-adv-x="512" d="M486.4 281.6H25.6V256h460.8v25.6z"/><glyph glyph-name="more" unicode="" horiz-adv-x="512" d="M76.8 204.8c28.277 0 51.2 22.923 51.2 51.2 0 28.277-22.923 51.2-51.2 51.2-28.277 0-51.2-22.923-51.2-51.2 0-28.277 22.923-51.2 51.2-51.2zm179.2 0c28.277 0 51.2 22.923 51.2 51.2 0 28.277-22.923 51.2-51.2 51.2-28.277 0-51.2-22.923-51.2-51.2 0-28.277 22.923-51.2 51.2-51.2zM486.4 256c0-28.277-22.923-51.2-51.2-51.2-28.277 0-51.2 22.923-51.2 51.2 0 28.277 22.923 51.2 51.2 51.2 28.277 0 51.2-22.923 51.2-51.2z"/><glyph glyph-name="mqtt" unicode="" horiz-adv-x="512" d="M57.183 256.288H56V103.306c0-11.04 9.069-20.109 20.108-20.109h157.516c-1.38 95.614-79.842 173.09-176.441 173.09zm0 126.17H56v-65.057c129.916-.591 235.584-105.076 236.964-234.204h67.422c-1.182 165.205-136.618 299.261-303.203 299.261zM456 103.108v138.197C410.263 353.28 318.198 441.797 203.659 483H76.109C65.068 483 56 473.93 56 462.89v-19.516C255.9 442.783 418.543 281.718 419.726 83h16.165C447.13 83.197 456 92.069 456 103.109zm-52.637 324.1c18.531-18.53 37.457-41.99 52.637-62.69v98.57A19.852 19.852 0 0 1 436.089 483H334.56c23.657-16.363 48.102-35.091 68.802-55.791z"/><glyph glyph-name="nostr" unicode="" horiz-adv-x="512" d="M256.102 512C153.25 513.895 54.53 445.954 17.652 350.24-20.73 256.547 4.17 141.29 78.1 72.018c64.341-64.04 164.331-88.104 250.836-61.39 97.981 27.989 173.558 119.491 181.87 221.132 11.28 101.197-45.592 204.713-135.899 251.044-36.474 19.041-77.576 29.682-118.805 29.196zm118.03-79.366c10.31-5.27 36.901-13.882 33.851-23.114-14.666 1.968-47.66-3.118-24.028-21.881 18.326-10.763 32.07-31.182 26.783-53.043-4.272-25.277-26.468-41.413-46.446-54.374-1.49-20.637-6.629-48.364-31.896-51.703-20.144-7.797-46.766-4.428-59.004-25.823-8.66-11.268-25.41-30.616.034-17.552 19.747 1.472 46.29 25.275 62.233 5.02 9.48-8.74 22.435-37.636-1.194-22.625-15.015 1.62-19.309 18.955-36.142 6.888-20.81.802-46.178-27.479-62.535-11.43-5.914 17.154 21.204 40.883 17.898 48.003-16.823-5.074-29.343-17.846-42.9-28.319-11.754-18.455-31.86-31.315-42.536-52.059-13.28-19.523-29.222-37.27-42.146-56.822-17.945-15.01-3.625 22.57-5 31.264.593 17.458 28.956 12.825 32.244 32.994 15.13 17.186 23.175 39.869 38.176 55.945 11.622 9.163 52.873 33.948 19.611 38.178-26.33 10.168-53.258 25.932-79.031 4.076-23.101 2.295-43.549 28.43-23.355 48.127 27.518 26.605 70.33 9.418 102.16 26.832 34.928 20.794 79.586 33.54 118.361 15.522 18.289-7.008 42.088-17.567 59.326-2.819 18.724 20.867.058 45.025-18.974 56.969-15.764 11.435-22.787 50.941 4.51 51.746z"/><glyph glyph-name="p2pt" unicode="" horiz-adv-x="512" d="M334.184 361.447c-9.799 9.805 27.1 2.232 6.546 0h-6.546zm0 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm0 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm0 6.945c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm0 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm0 6.945c-9.799 9.805 27.1 2.232 6.546 0h-6.546zm-13.89 6.944c-6.384 7.829 14.404 3.629 20.436 4.666 5.48-.08 27.264 1.664 16.614-4.666h-37.05zm-55.554-41.666c-9.799 9.805 27.1 2.232 6.546 0h-6.546zm0 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm0 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm0 6.945c-6.385 7.829 14.403 3.628 20.435 4.666 11.959 3.273 18.021-6.596 2.857-4.666H264.74zm0 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm27.777 0c-9.798 9.806 27.1 2.233 6.547 0h-6.547zm-27.777 6.945c-9.799 9.805 27.1 2.232 6.546 0h-6.546zm27.777 0c-9.798 9.805 27.1 2.232 6.547 0h-6.547zm-27.777 6.944c-6.385 7.829 14.403 3.629 20.435 4.666 11.959 3.273 18.021-6.595 2.857-4.666H264.74zm-55.556-41.666c-6.384 7.828 14.404 3.628 20.436 4.665 5.48-.08 27.264 1.665 16.613-4.665h-37.049zm0 6.944c-9.798 9.806 27.1 2.233 6.547 0h-6.547zm6.945 6.944c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm13.889 6.945c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm6.944 6.944c-9.798 9.806 27.1 2.233 6.547 0h-6.547zm-27.778 6.945c-9.798 9.805 27.1 2.232 6.547 0h-6.547zm27.778 0c-9.798 9.805 27.1 2.232 6.547 0h-6.547zm-20.833 6.944c-6.385 7.829 14.403 3.628 20.435 4.666 15.303-1.839-3.984-6.971-10.899-4.666h-9.536zm-62.5-41.666c-9.798 9.805 27.1 2.232 6.547 0h-6.547zm0 6.944c-9.798 9.806 27.1 2.233 6.547 0h-6.547zm0 6.944c-9.798 9.806 27.1 2.233 6.547 0h-6.547zm0 6.945c-6.385 7.829 14.403 3.628 20.435 4.666 11.96 3.273 18.022-6.596 2.858-4.666h-23.293zm0 6.944c-9.798 9.806 27.1 2.233 6.547 0h-6.547zm27.778 0c-9.799 9.806 27.1 2.233 6.546 0h-6.546zm-27.778 6.945c-9.798 9.805 27.1 2.232 6.547 0h-6.547zm27.778 0c-9.799 9.805 27.1 2.232 6.546 0h-6.546zm-27.778 6.944c-6.385 7.829 14.403 3.628 20.435 4.666 11.96 3.273 18.022-6.595 2.858-4.666h-23.293zm-7.61-341.098c-37.181 21.695-74.775 42.745-111.26 65.59-3.635 75.103-2.077 150.458-1.526 225.654-4.908 24.976 6.27 41.913 30.023 50.015C125.687 439.832 188.006 476.61 251.109 512c23.902-.49 44.579-23.213 67.047-32.532 53.238-30.983 106.75-61.527 159.42-93.462 3.616-73.667 2.055-147.584 1.603-221.347 2.154-22.737.028-44.505-25.23-51.318C388.754 75.208 323.702 36.791 257.742 0c-38.198 18.735-74.63 41.154-111.724 62.015zM284.354 47.81c54.843 32.533 111.426 62.41 164.934 97.016 5.891 6.13 1.251 16.583 2.588 24.583-1.045 66.354-.29 132.776-3.377 199.069-17.656 15.435-41.813 25.407-62.072 38.486C343.09 431.59 300.2 457.106 256.07 480.28c-64.477-34.259-127.516-71.361-190.01-109.135-11.027-18.602-2.777-45.064-5.578-66.584.454-51.794-1.186-103.67 1.252-155.41 13.723-18.15 40.228-25.743 58.97-39.455C165.559 83.998 209.83 57.1 255.812 33.473c10.12 3.366 19.238 9.212 28.542 14.338zm-30.542 107.613c-28.188 41.762-80.166 65.033-98.76 113.824-12.427 29.2.832 67.416 31.985 77.914 23.397 6.309 50.754.07 63.948-21.783 6.055-19.71 11.883 10.89 22.054 12.995 19.679 15.642 51.951 14.702 70.387-2.423 27.977-23.964 19.729-66.552-.453-92.693-25.677-33.633-63.167-56.162-87.735-90.81z"/><glyph glyph-name="parallel" unicode="" horiz-adv-x="512" d="M38.731 460.803V38.4h25.694v97.81l56.394 54.083 54.194-26.084V38.4h25.693v114.286l.676 1.404 109.912-52.904V38.4h25.693v50.998l60.75 60.362 49.838-23.99V38.4h25.694v422.403h-25.694V297.586l-110.588 75.596v87.62h-25.693v-87.161l-110.588-48.444v135.606h-25.693V319.938L64.425 395.533v65.27H38.73zm25.694-86.225 110.105-75.265.483-1.102v-31.975l-57.504-55.148-53.084 25.55v137.94zm246.869-19.822V210.385l-110.588 53.23v42.696l110.588 48.445zm25.693-2.53 110.588-75.595v-52.965l-53.355-53.014-57.233 27.55v154.025zm-136.28-107.81 110.587-53.23v-70.801l-110.588 53.23v70.801zm-25.694-2.15v-58.858l-40.864 19.67 40.864 39.188zM64.425 217.439l39.754-19.134-39.754-38.125v57.26zm383.15-18.16v-54.308l-36.82 17.722 36.82 36.586zm-110.588-20.277 44.217-21.283-44.217-43.934v65.217z"/><glyph glyph-name="pencil" unicode="" horiz-adv-x="512" d="M435.528 421.723c-20.096 20.096-52.507 20.103-72.611.02l-.02-.02L102.34 163.228 61.587 51.16l112.464 37.488L435.51 349.075l.095.096c19.744 20.084 19.744 52.39 0 72.475l-.077.077zM381 403.621a25.673 25.673 0 0 0 36.387.039c9.9-10.113 9.9-26.386.004-36.5l-23.338-23.245-36.55 36.396 23.46 23.274.037.036zm-41.671-41.341 36.587-36.431-215.67-214.817L103.752 92.2l20.688 56.892 214.89 213.188z"/><glyph glyph-name="person" unicode="" horiz-adv-x="512" d="M362.269 374.537a107.463 107.463 0 0 0-107.463-107.463 107.463 107.463 0 0 0-107.463 107.463A107.463 107.463 0 0 0 254.806 482a107.463 107.463 0 0 0 107.463-107.463zm-227.4-57.784A253.731 358.205 0 0 1 2.27 2.002a253.731 358.205 0 0 1 0-.002H509.73a253.731 358.205 0 0 1 0 .002 253.731 358.205 0 0 1-132.6 314.75A131.343 131.343 0 0 0 256 236.183a131.343 131.343 0 0 0-121.13 80.57z"/><glyph glyph-name="piechart" unicode="" horiz-adv-x="512" d="M454.181 292.893 268.723 243.2l96-166.277c67.94 38.033 106.993 120.22 93.54 196.917a192.016 192.016 0 0 1-4.082 19.053zm-146.607-65.786 126.591 33.92c6.408-55.303-17.427-112.843-61.062-147.418l-65.529 113.498zm31.55-150.184-96 166.277v192C164.6 436.329 89.255 383.697 63.026 309.753c-27.845-72.395-5.66-160.191 53.232-210.67 60.097-54.028 153.219-63.431 222.864-22.16zm-35.962 11.086c-64.795-26.213-144.49-5.315-188.245 49.116-45.18 53.026-50.804 134.924-13.297 193.629 25.005 40.877 68.504 69.755 115.903 76.865V236.34l85.64-148.331zm-34.439 372.79V268.8l185.458 49.693c-19.4 76.63-90.547 136.116-169.403 141.635-5.339.448-10.697.672-16.055.672zm25.6-27.58c55.078-8.125 104.488-46.04 126.591-97.137l-126.59-33.92v131.057z"/><glyph glyph-name="play-circle" unicode="" horiz-adv-x="512" d="M256 473.6c-120.177 0-217.6-97.423-217.6-217.6 0-120.177 97.423-217.6 217.6-217.6 120.177 0 217.6 97.423 217.6 217.6 0 120.177-97.423 217.6-217.6 217.6zM12.8 256c0 134.316 108.884 243.2 243.2 243.2 134.316 0 243.2-108.884 243.2-243.2 0-134.316-108.884-243.2-243.2-243.2C121.684 12.8 12.8 121.684 12.8 256zm192 99.407L370.479 256 204.8 156.593v198.814zm25.6-45.214V201.807L320.721 256 230.4 310.193z"/><glyph glyph-name="plus" unicode="" horiz-adv-x="512" d="M268.8 243.2v-192h-25.6v192h-192v25.6h192v192h25.6v-192h192v-25.6h-192z"/><glyph glyph-name="presentation" unicode="" horiz-adv-x="512" d="M153.6 33.024V153.6h-128v332.8h460.8V153.6H274.176L153.6 33.024zM51.2 179.2h128V94.976l84.224 84.224H460.8v281.6H51.2V179.2z"/><glyph glyph-name="pubnub" unicode="" horiz-adv-x="512" d="M376.172 399.414c-31.352-1.044-62.92-7.074-92.198-17.937.175-65.264.227-130.53.357-195.795 13.312 2.967 39.337-6.812 43.94 4.884l-1.089 163.94c25.834 9.024 57.595 16.356 81.883-.243 15.777-10.385 14.983-30.093 15.139-46.711.848-41.004.397-82.022-.14-123.027 13.678 3.182 39.99-6.518 45.007 5.491.543 53.568 2.678 107.291-1.31 160.76-5.359 24.432-30.076 39.647-53.1 44.947-12.58 3.005-25.583 3.913-38.489 3.691zm-249.724-1.176c-28.732-.335-58.24-3.904-84.301-16.744-.089-93.971-.184-187.943-.275-281.914 14.62 1.965 36.8-3.527 46.618 3.174l-.671 88.959c36.132-13.632 81.27-19.752 114.248 4.725 30.885 24.23 37.311 66.661 37.726 103.497.663 36.42-17.15 75.437-52.196 90.097-19.033 8.566-40.74 7.539-61.15 8.206zm6.004-34.111c25.461 1.67 49.27-16.546 54.825-41.332 7.967-32.114 3.433-68.706-15.41-96.308-18.192-16.057-45.197-11.338-67.035-6.715-12.636.937-21.528 5.682-18.081 18.895l.372 116.177c14.538 5.247 29.781 9.222 45.329 9.283z"/><glyph glyph-name="radar" unicode="" horiz-adv-x="512" d="m256 475.894 219.653-137.282L393.777 38.4H118.224L36.347 338.612 256 475.894zM66.052 326.99 137.777 64h236.447l71.724 262.989L256 445.706 66.052 326.989zm216.895 46.726 76.082-60.866L344.764 170.2l-146.926-58.771-73.287 175.888 158.396 86.398zm-125.898-97.832 54.713-131.312 109.074 43.63 11.335 113.35-51.917 41.534-123.205-67.202z"/><glyph glyph-name="refresh" unicode="" horiz-adv-x="512" d="m288.767 406.091-45.658 45.658 18.102 18.102 83.02-83.02-85.82-86.107-18.133 18.072 56.645 56.834A167.736 167.736 0 0 1 256 380.672c-91.808 0-166.4-74.592-166.4-166.4 0-92.037 74.57-166.41 166.417-166.656 91.8.009 166.383 74.598 166.383 166.4 0 3.846-.225 7.516-.485 11.666l28.105 1.756.011-.163c.25-4 .53-8.467.53-13.259 0-107.36-87.2-194.56-194.56-194.56h-.037c-107.312.276-194.524 87.18-194.524 194.816 0 107.36 87.2 194.56 194.56 194.56 11.19 0 22.134-.944 32.767-2.741z"/><glyph glyph-name="resolve" unicode="" horiz-adv-x="512" d="m373.605 378.2 23.776-19.453L220.026 141.98l-87.538 109.422 23.988 19.191 63.818-79.773L373.605 378.2zM256 499.2C121.684 499.2 12.8 390.316 12.8 256 12.8 121.684 121.684 12.8 256 12.8c134.316 0 243.2 108.884 243.2 243.2 0 134.316-108.884 243.2-243.2 243.2zM38.4 256c0 120.177 97.423 217.6 217.6 217.6 120.177 0 217.6-97.423 217.6-217.6 0-120.177-97.423-217.6-217.6-217.6-120.177 0-217.6 97.423-217.6 217.6z"/><glyph glyph-name="sankey" unicode="" horiz-adv-x="512" d="M444 460.8V431.96c-115.398-35.552-201.227-16.312-230.787-7.23v11.189H187.61v-10.77C119.986 415.624 94.1 421.59 68 436.703V460.8H42.4V38.4H68v39.086c94.18-31.374 175.765-27.875 245.36-3.636V51.379h25.6v9.601c35.407-14.172 75.679-11.337 105.04.366V38.4h25.6v422.4H444zM213.213 337.015c79.313-22.114 166.9-10.26 230.787-.11v-44.61c-125.621-10.138-168.472-16.692-230.787 8.36v36.36zM68 244.492c27.83-17.482 68.375-28.715 119.611-16.199v-14.176h25.602v13.563C321.179 198.693 374.86 212.86 444 224.643v-35.696c-27.54-9.451-69.764-16.707-105.04-6.27v9.302h-25.6V173.04C247.203 150.082 154.671 146.903 68 188.898v55.594zm376-130.86v-33.65c-50.04-12.626-86.058-8.734-105.04-.867v31.711c20.09-6.097 54.493-9.418 105.04 2.807z"/><glyph glyph-name="scatterplot" unicode="" horiz-adv-x="512" d="M70.4 64v396.8H44.8V38.4h422.4V64H70.4zm166.4 243.2c0-14.139-11.461-25.6-25.6-25.6-14.138 0-25.6 11.461-25.6 25.6 0 14.138 11.462 25.6 25.6 25.6 14.139 0 25.6-11.462 25.6-25.6zm-25.6-153.6c0-14.139-11.461-25.6-25.6-25.6-14.138 0-25.6 11.461-25.6 25.6 0 14.138 11.462 25.6 25.6 25.6 14.139 0 25.6-11.462 25.6-25.6zm153.6 204.8c0-14.139-11.461-25.6-25.6-25.6-14.138 0-25.6 11.461-25.6 25.6 0 14.138 11.462 25.6 25.6 25.6 14.139 0 25.6-11.462 25.6-25.6zm25.6-153.6c0-14.139-11.461-25.6-25.6-25.6-14.138 0-25.6 11.461-25.6 25.6 0 14.138 11.462 25.6 25.6 25.6 14.139 0 25.6-11.462 25.6-25.6z"/><glyph glyph-name="search" unicode="" horiz-adv-x="512" d="M232.462 474.88c-106.746 0-193.28-86.535-193.28-193.28 0-106.746 86.534-193.28 193.28-193.28 48.305 0 92.471 17.72 126.352 47.015l94.092-94.091 19.912 19.912-94.09 94.091c29.293 33.882 47.014 78.048 47.014 126.353 0 106.745-86.534 193.28-193.28 193.28zM67.342 281.6c0 91.193 73.927 165.12 165.12 165.12s165.12-73.927 165.12-165.12-73.927-165.12-165.12-165.12-165.12 73.927-165.12 165.12z"/><glyph glyph-name="send" unicode="" horiz-adv-x="512" d="M465.554 478.926a13.292 13.292 0 0 1-4.345-1.295L40.11 315.748a13.292 13.292 0 0 1-.988-24.387l134.714-64.521 184.075 128.49-128.856-184.44 64.922-134.312a13.292 13.292 0 0 1 24.424 1.026l161.115 423.33a13.292 13.292 0 0 1-13.963 17.992z"/><glyph glyph-name="settings" unicode="" horiz-adv-x="512" d="M169.216 463.36c-22.537 0-41.216-18.684-41.216-42.24s18.679-42.24 41.216-42.24c22.538 0 41.216 18.684 41.216 42.24s-18.678 42.24-41.216 42.24zM102.4 421.12c0 37.24 29.689 67.84 66.816 67.84s66.816-30.6 66.816-67.84c0-37.239-29.69-67.84-66.816-67.84-37.127 0-66.816 30.601-66.816 67.84zm66.816-264.96c-22.537 0-41.216-18.684-41.216-42.24s18.679-42.24 41.216-42.24c22.538 0 41.216 18.684 41.216 42.24s-18.678 42.24-41.216 42.24zM102.4 113.92c0 37.239 29.689 67.84 66.816 67.84s66.816-30.601 66.816-67.84c0-37.239-29.69-67.84-66.816-67.84-37.127 0-66.816 30.601-66.816 67.84zm247.04 195.84c-23.328 0-42.24-18.912-42.24-42.24 0-23.329 18.912-42.24 42.24-42.24 23.329 0 42.24 18.911 42.24 42.24 0 23.328-18.911 42.24-42.24 42.24zm-67.84-42.24c0 37.467 30.373 67.84 67.84 67.84s67.84-30.373 67.84-67.84-30.373-67.84-67.84-67.84-67.84 30.373-67.84 67.84zM115.2 435.2H38.4v-25.6h76.8v25.6zm358.4 0H268.8v-25.6h204.8v25.6zM243.2 281.6H38.4V256h204.8v25.6zm230.4 0h-76.8V256h76.8v25.6zM115.2 128H38.4v-25.6h76.8V128zm358.4 0H268.8v-25.6h204.8V128z"/><glyph glyph-name="slides" unicode="" horiz-adv-x="512" d="M384 460.8H128v-25.6h256v25.6zm51.2-51.2H76.8V384h358.4v25.6zM25.6 358.4h460.8V51.2H25.6v307.2zm25.6-25.6v-256h409.6v256H51.2z"/><glyph glyph-name="social" unicode="" horiz-adv-x="512" d="M396.8 467.2c-40.294 0-72.96-32.665-72.96-72.96 0-5.787.674-11.416 1.947-16.814l-152.645-71.962c-13.335 17.398-34.328 28.616-57.942 28.616-40.295 0-72.96-32.665-72.96-72.96 0-40.295 32.665-72.96 72.96-72.96 23.702 0 44.764 11.302 58.09 28.811l151.762-70.537a73.376 73.376 0 0 1-1.212-13.314c0-40.295 32.666-72.96 72.96-72.96 40.295 0 72.96 32.665 72.96 72.96 0 40.295-32.665 72.96-72.96 72.96-25.727 0-48.344-13.316-61.335-33.433l-149.767 69.61a73.055 73.055 0 0 1 2.462 18.863c0 6.609-.88 13.013-2.526 19.101l151.818 71.572c13.237-18.475 34.887-30.513 59.348-30.513 40.295 0 72.96 32.665 72.96 72.96 0 40.295-32.665 72.96-72.96 72.96zM352 394.24c0 24.742 20.058 44.8 44.8 44.8 24.743 0 44.8-20.058 44.8-44.8 0-24.742-20.057-44.8-44.8-44.8-24.742 0-44.8 20.058-44.8 44.8zm44.8-216.32c24.743 0 44.8-20.058 44.8-44.8 0-24.742-20.057-44.8-44.8-44.8-24.742 0-44.8 20.058-44.8 44.8 0 24.742 20.058 44.8 44.8 44.8zm-326.4 83.2c0 24.742 20.058 44.8 44.8 44.8 24.743 0 44.8-20.058 44.8-44.8 0-24.742-20.057-44.8-44.8-44.8-24.742 0-44.8 20.058-44.8 44.8z"/><glyph glyph-name="sort-asc" unicode="" horiz-adv-x="512" d="M25.6 76.8h460.8v25.6H25.6V76.8zM128 179.2h358.4v25.6H128v-25.6zm358.4 102.4h-256v25.6h256v-25.6zM332.8 384h153.6v25.6H332.8V384z"/><glyph glyph-name="sort-desc" unicode="" horiz-adv-x="512" d="M25.6 409.6h460.8V384H25.6v25.6zM128 307.2h358.4v-25.6H128v25.6zm358.4-102.4h-256v-25.6h256v25.6zM332.8 102.4h153.6V76.8H332.8v25.6z"/><glyph glyph-name="sound-off" unicode="" horiz-adv-x="512" d="M33.874 384h99.072l131.328 76.8v-384l-131.328 76.8H33.874V384zm102.4-202.691 102.4-59.882v294.746l-102.4-59.882V181.309zm-25.6 177.091h-51.2V179.2h51.2v179.2zm213.852-16.549 67.748-67.749 67.75 67.749 18.101-18.102L410.377 256l67.748-67.749-18.101-18.102-67.75 67.749-67.748-67.749-18.103 18.102L374.173 256l-67.75 67.749 18.103 18.102z"/><glyph glyph-name="sound-on" unicode="" horiz-adv-x="512" d="M34.33 384h99.07l131.33 76.8v-384L133.4 153.6H34.33V384zm102.4-202.691 102.4-59.882v294.746l-102.4-59.882V181.309zM111.13 358.4h-51.2V179.2h51.2v179.2zm277.207-249.035c39.378 39.378 63.733 93.778 63.733 153.867 0 60.088-24.355 114.488-63.733 153.866L406.44 435.2l.391-.392a243.2 243.2 0 0 0 .262-342.889l-.653-.656-18.102 18.102zm-18.102 18.102-18.102 18.102c30.112 30.113 48.737 71.713 48.737 117.663s-18.625 87.55-48.737 117.662l18.102 18.102c34.745-34.745 56.235-82.745 56.235-135.764 0-53.02-21.49-101.02-56.235-135.765zm-36.204 36.204-18.102 18.102c20.847 20.847 33.741 49.647 33.741 81.459 0 31.811-12.894 60.611-33.74 81.458l18.101 18.102c25.48-25.479 41.24-60.679 41.24-99.56s-15.76-74.081-41.24-99.561z"/><glyph glyph-name="stop-circle" unicode="" horiz-adv-x="512" d="M256 473.6c-120.177 0-217.6-97.423-217.6-217.6 0-120.177 97.423-217.6 217.6-217.6 120.177 0 217.6 97.423 217.6 217.6 0 120.177-97.423 217.6-217.6 217.6zM12.8 256c0 134.316 108.884 243.2 243.2 243.2 134.316 0 243.2-108.884 243.2-243.2 0-134.316-108.884-243.2-243.2-243.2C121.684 12.8 12.8 121.684 12.8 256zm153.6 89.6h179.2V166.4H166.4v179.2zM192 320V192h128v128H192z"/><glyph glyph-name="table" unicode="" horiz-adv-x="512" d="M25.6 435.2h460.8v-25.6H25.6v25.6zm0-102.4h460.8v-25.6H25.6v25.6zm460.8-102.4H25.6v-25.6h460.8v25.6zM25.6 128h460.8v-25.6H25.6V128z"/><glyph glyph-name="torrent" unicode="" horiz-adv-x="512" d="M256.213 511.97c-.249-.062-.422-.195-.816-.242-1.743-.206-35.574-19.376-109.164-61.855-58.65-33.856-107.504-62.165-108.564-62.91-4.29-3.01-4 6.45-4-130.98 0-137.432-.29-127.972 4-130.982C39.684 123.587 245.755 4.534 251.184 1.647c1.71-.91 3.926-1.651 4.923-1.645 2.435.013-.244-1.502 116.512 65.905 73.798 42.606 103.12 59.879 104.206 61.383l1.51 2.091V382.58l-1.51 2.091c-1.087 1.504-30.419 18.782-104.206 61.383-109.322 63.117-114.666 66.344-116.406 65.915zm-.976-33.013c.704.052 1.439.03 2.03-.081 1.685-.316 181.914-103.776 189.436-108.745 1.016-.672 2.171-2.069 2.567-3.105.48-1.257.794-38.35.942-111.513l.225-109.633-1.463-1.972c-.963-1.3-20.908-13.186-58.59-34.917C249.284 27.622 258.3 32.72 255.608 32.82c-.647.024-1.8.312-2.568.64-.767.327-43.444 24.898-94.837 54.601-59.808 34.569-93.95 54.693-94.86 55.912-1.417 1.896-1.422 2.31-1.422 112.01 0 109.769.002 110.11 1.422 112.012.913 1.224 34.928 21.269 94.864 55.908 51.39 29.7 94.218 54.309 95.173 54.687.478.189 1.153.316 1.857.367zm-47.03-130.341c-1.71.048-3.475.031-5.307-.048-9.485-.41-15.231-1.883-22.831-5.852-13.004-6.79-23.634-20.048-27.596-34.42-1.554-5.64-1.727-23.227-.292-29.646 3.344-14.957 11.07-29.68 23.069-43.945 6.738-8.011 19.528-20.36 38.729-37.399 23.598-20.941 32.09-29.781 39.003-40.588 1.397-2.183 2.838-3.969 3.2-3.969.362 0 1.116.888 1.677 1.973 1.93 3.733 9.234 13.034 15.105 19.236 3.235 3.418 15.614 14.902 27.507 25.521 27.445 24.507 36.314 33.752 45.512 47.434 11.796 17.548 17.415 38.483 14.792 55.105-2.872 18.208-13.958 33.372-30.312 41.463-7.052 3.489-12.158 4.687-21.624 5.073-6.953.284-9.431.092-14.646-1.146-15.11-3.585-28.22-13.496-35.351-26.731-1.19-2.206-2.428-4.013-2.752-4.013-.323 0-1.367 1.536-2.319 3.415-2.488 4.909-9.48 13.344-13.779 16.618-10.55 8.034-19.813 11.582-31.784 11.919z"/><glyph glyph-name="trash" unicode="" horiz-adv-x="512" d="M204.8 128v179.2h25.6V128h-25.6zm76.8 179.2V128h25.6v179.2h-25.6zM179.2 384v51.2h153.6V384h102.4v-25.6h-27.418L385.969 51.2H126.031l-21.813 307.2H76.8V384h102.4zm25.6 25.6V384h102.4v25.6H204.8zm-74.918-51.2 19.996-281.6h212.245l19.995 281.6H129.882z"/><glyph glyph-name="warning" unicode="" horiz-adv-x="512" d="M256 128c14.139 0 25.6 11.461 25.6 25.6 0 14.138-11.461 25.6-25.6 25.6-14.138 0-25.6-11.462-25.6-25.6 0-14.139 11.462-25.6 25.6-25.6zm14.336 94.976s7.424 44.8 10.496 91.392c1.792 30.208 0 44.032 0 44.032 0 14.336-11.264 25.344-25.088 25.6-13.568-.512-24.576-11.52-24.576-25.6 0 0-1.792-13.824 0-44.032 3.328-46.592 10.24-91.392 10.24-91.392 1.536-14.848 6.656-18.176 14.336-18.176 7.168 0 13.312 3.328 14.592 18.176zM11.52 256c0 135.023 109.457 244.48 244.48 244.48S500.48 391.023 500.48 256 391.023 11.52 256 11.52 11.52 120.977 11.52 256zM256 472.32c-119.47 0-216.32-96.85-216.32-216.32S136.53 39.68 256 39.68 472.32 136.53 472.32 256 375.47 472.32 256 472.32z"/><glyph glyph-name="zoom-out" unicode="" horiz-adv-x="512" d="M381.938 295.168h-204.8v-27.136h204.8v27.136zm90.88-13.568c0 106.746-86.534 193.28-193.28 193.28S86.258 388.346 86.258 281.6c0-48.305 17.72-92.471 47.015-126.353L39.182 61.156l19.912-19.912 94.091 94.091c33.882-29.294 78.048-47.015 126.353-47.015 106.746 0 193.28 86.535 193.28 193.28zm-193.28 165.12c91.193 0 165.12-73.927 165.12-165.12s-73.927-165.12-165.12-165.12-165.12 73.927-165.12 165.12 73.927 165.12 165.12 165.12z"/><glyph glyph-name="zoom" unicode="" horiz-adv-x="512" d="M293.106 268.032V179.2H265.97v88.832h-88.832v27.136h88.832V384h27.136v-88.832h88.832v-27.136h-88.832zM279.538 474.88c106.746 0 193.28-86.534 193.28-193.28 0-106.745-86.534-193.28-193.28-193.28-48.305 0-92.471 17.72-126.353 47.015l-94.09-94.091-19.913 19.912 94.091 94.091c-29.295 33.882-47.015 78.048-47.015 126.353 0 106.746 86.534 193.28 193.28 193.28zm165.12-193.28c0 91.193-73.927 165.12-165.12 165.12s-165.12-73.927-165.12-165.12 73.927-165.12 165.12-165.12 165.12 73.927 165.12 165.12z"/></font></defs></svg>
|
package/dist/icon.e6a4a931.woff
DELETED
|
Binary file
|
package/dist/index.6dd7b30b.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:LiaSourceSansPro;font-style:normal;font-weight:400;src:url(source-sans-pro-v14-latin-regular.097b8a44.eot);src:local("."),url(source-sans-pro-v14-latin-regular.097b8a44.eot#iefix)format("embedded-opentype"),url(source-sans-pro-v14-latin-regular.bc1deea3.woff2)format("woff2"),url(source-sans-pro-v14-latin-regular.d3d258d8.woff)format("woff"),url(source-sans-pro-v14-latin-regular.89fa7c31.ttf)format("truetype"),url(source-sans-pro-v14-latin-regular.32b4dc53.svg#SourceSansPro)format("svg");font-display:swap}@font-face{font-family:LiaSourceSansPro;font-style:normal;font-weight:600;src:url(source-sans-pro-v14-latin-600.65fc2f67.eot);src:local("."),url(source-sans-pro-v14-latin-600.65fc2f67.eot#iefix)format("embedded-opentype"),url(source-sans-pro-v14-latin-600.8fb77535.woff2)format("woff2"),url(source-sans-pro-v14-latin-600.b5f40659.woff)format("woff"),url(source-sans-pro-v14-latin-600.d8df00af.ttf)format("truetype"),url(source-sans-pro-v14-latin-600.234ae412.svg#SourceSansPro)format("svg");font-display:swap}@font-face{font-family:LiaSourceSansPro;font-style:normal;font-weight:700;src:url(source-sans-pro-v14-latin-700.43d19605.eot);src:local("."),url(source-sans-pro-v14-latin-700.43d19605.eot#iefix)format("embedded-opentype"),url(source-sans-pro-v14-latin-700.19d2a757.woff2)format("woff2"),url(source-sans-pro-v14-latin-700.783891dd.woff)format("woff"),url(source-sans-pro-v14-latin-700.a5afadf4.ttf)format("truetype"),url(source-sans-pro-v14-latin-700.df9681de.svg#SourceSansPro)format("svg");font-display:swap}@font-face{font-family:LiaSourceSerifPro;font-style:normal;font-weight:600;src:url(source-serif-pro-v10-latin-600.b4666fd2.eot);src:local("."),url(source-serif-pro-v10-latin-600.b4666fd2.eot#iefix)format("embedded-opentype"),url(source-serif-pro-v10-latin-600.b852e510.woff2)format("woff2"),url(source-serif-pro-v10-latin-600.a3a31a14.woff)format("woff"),url(source-serif-pro-v10-latin-600.a6ed946c.ttf)format("truetype"),url(source-serif-pro-v10-latin-600.a8e70b44.svg#SourceSerifPro)format("svg");font-display:swap}@font-face{font-family:LiaSourceSerifPro;font-style:normal;font-weight:700;src:url(source-serif-pro-v10-latin-700.38c57352.eot);src:local("."),url(source-serif-pro-v10-latin-700.38c57352.eot#iefix)format("embedded-opentype"),url(source-serif-pro-v10-latin-700.05c6e580.woff2)format("woff2"),url(source-serif-pro-v10-latin-700.8d76004a.woff)format("woff"),url(source-serif-pro-v10-latin-700.ca4bf240.ttf)format("truetype"),url(source-serif-pro-v10-latin-700.90cffcb9.svg#SourceSerifPro)format("svg");font-display:swap}@font-face{font-family:LiaSourceCodePro;font-style:normal;font-weight:400;src:url(source-code-pro-v13-latin-regular.c2e0862c.eot);src:local("."),url(source-code-pro-v13-latin-regular.c2e0862c.eot#iefix)format("embedded-opentype"),url(source-code-pro-v13-latin-regular.21a33c48.woff2)format("woff2"),url(source-code-pro-v13-latin-regular.81f5593d.woff)format("woff"),url(source-code-pro-v13-latin-regular.d61437b4.ttf)format("truetype"),url(source-code-pro-v13-latin-regular.91afd03e.svg#SourceCodePro)format("svg");font-display:swap}@font-face{font-family:LiaSourceCodePro;font-style:normal;font-weight:600;src:url(source-code-pro-v13-latin-600.880fd07b.eot);src:local("."),url(source-code-pro-v13-latin-600.880fd07b.eot#iefix)format("embedded-opentype"),url(source-code-pro-v13-latin-600.92aac5ff.woff2)format("woff2"),url(source-code-pro-v13-latin-600.adab8c0f.woff)format("woff"),url(source-code-pro-v13-latin-600.2ae57109.ttf)format("truetype"),url(source-code-pro-v13-latin-600.15f00b22.svg#SourceCodePro)format("svg");font-display:swap}.icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;font-style:normal;line-height:1;display:inline-block}.icon-lg{vertical-align:-.0667em;font-size:1.33333em;line-height:.75em}.icon-xs{font-size:.75em}.icon-sm{font-size:.875em}.icon-1x{font-size:1em}.icon-2x{font-size:2em}.icon-3x{font-size:3em}.icon-4x{font-size:4em}.icon-5x{font-size:5em}.icon-6x{font-size:6em}.icon-7x{font-size:7em}.icon-8x{font-size:8em}.icon-9x{font-size:9em}.icon-10x{font-size:10em}.icon-fw{text-align:center;width:1.25em}.icon-ul{margin-left:2.5em;padding-left:0;list-style-type:none}.icon-ul>li{position:relative}.icon-li{text-align:center;width:2em;line-height:inherit;position:absolute;left:-2em}.icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.icon-pull-left{float:left}.icon-pull-right{float:right}.icon.icon-pull-left{margin-right:.3em}.icon.icon-pull-right{margin-left:.3em}.icon-spin{animation:2s linear infinite icon-spin}.icon-pulse{animation:1s steps(8,end) infinite icon-spin}@keyframes icon-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.icon-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.icon-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.icon-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.icon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.icon-flip-vertical{transform:scaleY(-1)}.icon-flip-both,.icon-flip-horizontal.icon-flip-vertical,.icon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.icon-flip-both,.icon-flip-horizontal.icon-flip-vertical{transform:scale(-1)}:root .icon-flip-both,:root .icon-flip-horizontal,:root .icon-flip-vertical,:root .icon-rotate-90,:root .icon-rotate-180,:root .icon-rotate-270{-webkit-filter:none;filter:none}.icon-stack{height:2em;vertical-align:middle;width:2.5em;line-height:2em;display:inline-block;position:relative}.icon-stack-1x,.icon-stack-2x{text-align:center;width:100%;position:absolute;left:0}.icon-stack-1x{line-height:inherit}.icon-stack-2x{font-size:2em}.icon-inverse{color:#fff}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-barchart:before{content:""}.icon-book:before{content:""}.icon-boxplot:before{content:""}.icon-chat-close:before{content:""}.icon-chat-new:before{content:""}.icon-chat-open:before{content:""}.icon-check:before{content:""}.icon-chevron-double-left:before{content:""}.icon-chevron-double-right:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-class-off:before{content:""}.icon-class-on:before{content:""}.icon-clock:before{content:""}.icon-close:before{content:""}.icon-code:before{content:""}.icon-compile-circle:before{content:""}.icon-copy:before{content:""}.icon-darkmode:before{content:""}.icon-download:before{content:""}.icon-edrys:before{content:""}.icon-end-left:before{content:""}.icon-end-right:before{content:""}.icon-funnel:before{content:""}.icon-graph:before{content:""}.icon-grid:before{content:""}.icon-gundb:before{content:""}.icon-heatmap:before{content:""}.icon-hint:before{content:""}.icon-info:before{content:""}.icon-lightmode:before{content:""}.icon-lineplot:before{content:""}.icon-list-1:before{content:""}.icon-list-2:before{content:""}.icon-list-3:before{content:""}.icon-login:before{content:""}.icon-mail:before{content:""}.icon-map:before{content:""}.icon-minus:before{content:""}.icon-more:before{content:""}.icon-mqtt:before{content:""}.icon-nostr:before{content:""}.icon-p2pt:before{content:""}.icon-parallel:before{content:""}.icon-pencil:before{content:""}.icon-person:before{content:""}.icon-piechart:before{content:""}.icon-play-circle:before{content:""}.icon-plus:before{content:""}.icon-presentation:before{content:""}.icon-pubnub:before{content:""}.icon-radar:before{content:""}.icon-refresh:before{content:""}.icon-resolve:before{content:""}.icon-sankey:before{content:""}.icon-scatterplot:before{content:""}.icon-search:before{content:""}.icon-send:before{content:""}.icon-settings:before{content:""}.icon-slides:before{content:""}.icon-social:before{content:""}.icon-sort-asc:before{content:""}.icon-sort-desc:before{content:""}.icon-sound-off:before{content:""}.icon-sound-on:before{content:""}.icon-stop-circle:before{content:""}.icon-table:before{content:""}.icon-torrent:before{content:""}.icon-trash:before{content:""}.icon-warning:before{content:""}.icon-zoom-out:before{content:""}.icon-zoom:before{content:""}@font-face{font-family:icon;font-style:normal;font-weight:900;font-display:block;src:url(icon.222fabc2.eot);src:url(icon.222fabc2.eot#iefix)format("embedded-opentype"),url(icon.110885f6.woff2)format("woff2"),url(icon.e6a4a931.woff)format("woff"),url(icon.bfc4bd4d.ttf)format("truetype"),url(icon.3b70f1e6.svg#icon)format("svg");font-display:swap}.icon{font-family:icon;font-weight:900}html{font-size:62.5%}body{background-color:rgb(var(--color-background));color:rgb(var(--color-text));font-size:calc(var(--global-font-size,1.5rem)*var(--font-size-multiplier));font-weight:400;line-height:1.47}body,button,input,optgroup,select,textarea{font-family:var(--global-font-family,"LiaSourceSansPro")}a,button{cursor:pointer}@keyframes shake{0%{transform:translate(0)}10%{transform:translate(-5px)}20%{transform:translate(5px)}30%{transform:translate(-5px)}40%{transform:translate(5px)}50%{transform:translate(-5px)}60%{transform:translate(5px)}70%{transform:translate(-5px)}80%{transform:translate(5px)}90%{transform:translate(-5px)}to{transform:translate(0)}}.shake{animation-name:shake;animation-duration:1s;animation-iteration-count:1;animation-delay:0s}body,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,dd,ol,ul,figure,hr,fieldset,legend,output{margin:0;padding:0}li>ol,li>ul{margin-bottom:0}table{border-collapse:collapse;border-spacing:0}fieldset{min-width:0;border:0}body{box-sizing:border-box}*,:after,:before{box-sizing:inherit}span{font-style:inherit;font-weight:inherit}input[type=search]::-ms-clear{width:0;height:0;display:none}input[type=search]::-ms-reveal{width:0;height:0;display:none}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}optgroup{background-color:rgb(var(--color-background))}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;max-width:100%;white-space:normal;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}address,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,ol,ul,fieldset{margin-bottom:1rem}:focus{outline:0;box-shadow:0 0 0 .25rem rgba(var(--color-highlight),.15)!important}button,.lia-btn,input,.lia-input,select,.lia-select,textarea,.lia-textarea,.lia-dropdown{box-shadow:none;color:currentColor;vertical-align:top;border:1px solid #0000;border-radius:.8rem;justify-content:flex-start;align-items:center;padding:.8rem;display:inline-flex;position:relative}button[disabled],button--disabled,input[disabled],input--disabled,select[disabled],select--disabled,textarea[disabled],textarea--disabled{cursor:not-allowed}.lia-btn,.lia-input,.lia-radio,.lia-checkbox,.lia-select,.lia-textarea,.lia-dropdown{background-color:#0000}.lia-btn[disabled],.lia-btn--disabled,.lia-btn.is-disabled,.lia-input[disabled],.lia-input--disabled,.lia-input.is-disabled,.lia-radio[disabled],.lia-radio--disabled,.lia-radio.is-disabled,.lia-checkbox[disabled],.lia-checkbox--disabled,.lia-checkbox.is-disabled,.lia-select[disabled],.lia-select--disabled,.lia-select.is-disabled,.lia-textarea[disabled],.lia-textarea--disabled,.lia-textarea.is-disabled,.lia-dropdown[disabled],.lia-dropdown--disabled,.lia-dropdown.is-disabled{cursor:not-allowed}kbd{font:1rem var(--global-font-mono);vertical-align:middle;background-color:rgba(var(--color-highlight),.15);border:solid 1px rgba(var(--color-highlight-dark),.15);box-shadow:inset 0 1px 0 rgb(var(--color-border));border-radius:6px;padding:3px 5px;line-height:1rem;display:inline-block}.lia-btn{background-color:rgb(var(--color-highlight));color:rgb(var(--lia-white));border:none;align-items:center;padding:.5rem .6rem;line-height:1.47;display:inline-block}.lia-btn--warning{background-color:rgb(var(--lia-yellow));color:rgb(var(--lia-white));border-color:#0000}.lia-btn--failure{background-color:rgb(var(--lia-red));color:rgb(var(--lia-white));border-color:#0000}.lia-btn--success{background-color:rgb(var(--lia-success));color:rgb(var(--lia-white));border-color:#0000}.lia-btn[disabled],.lia-btn--disabled{background-color:rgb(var(--lia-grey-light));border-color:rgb(var(--lia-grey));color:rgb(var(--lia-grey))}.lia-btn--tag{border-radius:0}.lia-btn--small-tag{border-radius:0;padding:.2rem .4rem;font-size:small}.lia-btn--outline{color:rgb(var(--color-highlight));background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-highlight))}.lia-btn--outline.lia-btn--warning{border-color:rgb(var(--lia-yellow));color:rgb(var(--lia-yellow));background-color:#0000}.lia-btn--outline.lia-btn--failure{border-color:rgb(var(--lia-red));color:rgb(var(--lia-red));background-color:#0000}.lia-btn--outline.lia-btn--success{border-color:rgb(var(--lia-success));color:rgb(var(--lia-success));background-color:#0000}.lia-btn--outline[disabled],.lia-btn--outline.lia-btn--disabled{border-color:rgb(var(--lia-grey));color:rgb(var(--lia-grey));background-color:#0000}.lia-btn--transparent{color:currentColor;border:none;background-color:#0000!important}.lia-btn>.lia-btn__icon{line-height:inherit;vertical-align:middle}.lia-btn>.lia-btn__text{vertical-align:middle;margin-left:1rem}.lia-btn>.icon{vertical-align:middle}a.lia-btn{text-decoration:none}.lia-code{margin-bottom:2rem;font-family:LiaSourceCodePro}.lia-code--block>:not(:last-child){margin-bottom:1rem}.lia-code--inline{border:1px solid rgb(var(--color-highlight-dark));color:rgb(var(--color-highlight-dark));word-break:break-word;margin-bottom:0;padding:0 .5rem}.lia-code-control{color:rgb(var(--color-highlight));align-items:center;padding:0 .5rem;font-size:1.8rem;display:flex}.lia-code-control__action{margin-right:auto}.lia-code-control__version{align-items:center;display:flex}.lia-code-control__version>:not(:last-child){margin-right:.5rem}.lia-code-terminal{background-color:rgb(var(--lia-black));flex-direction:column;display:flex}.lia-code-terminal__input{background-color:rgba(var(--lia-white),.1);border:1px solid rgba(var(--lia-white),.5);color:rgb(var(--lia-white));border-radius:.8rem;align-items:center;margin:1rem 1.6rem;padding:0 .8rem;display:flex}.lia-code-terminal__input input{color:rgb(var(--lia-white));line-height:inherit;width:100%;background-color:#0000;border:0}.lia-code-terminal__output{background:linear-gradient(135deg,rgb(var(--lia-black)),rgb(var(--lia-black))calc(100% - 1.25rem),rgb(var(--color-highlight-dark))0%);max-height:20rem;resize:vertical;white-space:pre;margin:0;padding:1rem 1.6rem;overflow-y:auto}.lia-code-terminal__output::-webkit-resizer{background:linear-gradient(135deg,rgb(var(--lia-anthracite)),rgb(var(--lia-anthracite))50%,rgb(var(--color-highlight-dark))0%)}.lia-code__input{border:1px solid rgb(var(--color-highlight));position:relative}.lia-code__min-max{color:rgb(var(--color-highlight));z-index:10;font-size:2rem;position:absolute;bottom:0;right:2rem}.lia-code__copy{z-index:90;color:rgb(var(--color-highlight),.4);padding:0 .25rem;font-size:2rem;position:absolute;top:.1rem;right:1.5rem}.lia-code__copy:hover{color:rgb(var(--color-highlight));font-size:2.2rem;top:0}.lia-code__copy--inverted{z-index:90;color:rgb(var(--color-background),.4);padding:0 .25rem;font-size:2rem;top:.1rem;right:1.5rem}.lia-code__copy--inverted:hover{color:#fff;font-size:2.2rem;top:0}.ace_editor{max-height:calc(var(--max-editor-line-count)*var(--global-font-size,1.5rem)*var(--font-size-multiplier)*1.47)!important;font-size:calc(var(--global-font-size,1.5rem)*var(--font-size-multiplier))!important;height:auto!important}.ace_mobile-menu{display:none!important}h1,h2,h3{font-family:LiaSourceSerifPro;line-height:1.47}h4,h5{font-family:LiaSourceSansPro;line-height:1.38}h1{font-size:calc(2.3rem*var(--font-size-multiplier))}@media screen and (min-width:64em){h1{font-size:calc(4rem*var(--font-size-multiplier))}.lia-mode--textbook h1{font-size:calc(3.7rem*var(--font-size-multiplier))}}h2{font-size:calc(2rem*var(--font-size-multiplier))}@media screen and (min-width:64em){h2{font-size:calc(2.9rem*var(--font-size-multiplier))}}h3{font-size:calc(2.3rem*var(--font-size-multiplier))}@media screen and (min-width:64em){h3{font-size:calc(2.3rem*var(--font-size-multiplier))}}h4,h5{font-size:calc(1.6rem*var(--font-size-multiplier))}.lia-divider{background-color:rgb(var(--color-border));height:1px;border:0;margin:1.5rem 0}.lia-input{max-width:100%;width:100%}.lia-input.is-failure{border-color:rgb(var(--lia-red))}.lia-input.is-warning{border-color:rgb(var(--lia-yellow))}.lia-input.is-success{border-color:rgb(var(--lia-success))}.lia-input.is-disabled{border-color:rgb(var(--lia-grey))}input[type=search]::-ms-clear{width:0;height:0;display:none}input[type=search]::-ms-reveal{width:0;height:0;display:none}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.lia-form-check{align-items:center;display:flex}.lia-form-check .lia-checkbox{margin-right:.75rem}.lia-checkbox[type=checkbox],.lia-radio[type=radio]{-webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;border:1px solid rgb(var(--color-highlight));color-adjust:exact;cursor:pointer;height:2.4rem;vertical-align:middle;width:2.4rem;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:all .125s ease-in-out;position:relative}.lia-checkbox[type=checkbox].is-failure,.lia-radio[type=radio].is-failure{border-color:rgb(var(--lia-red))}.lia-checkbox[type=checkbox].is-warning,.lia-radio[type=radio].is-warning{border-color:rgb(var(--lia-yellow))}.lia-checkbox[type=checkbox].is-success,.lia-checkbox[type=checkbox].is-success:checked,.lia-checkbox[type=checkbox].is-success[disabled]:checked,.lia-radio[type=radio].is-success,.lia-radio[type=radio].is-success:checked,.lia-radio[type=radio].is-success[disabled]:checked{border-color:rgb(var(--lia-success))}.lia-checkbox[type=checkbox].is-disabled,.lia-radio[type=radio].is-disabled{border-color:rgb(var(--lia-grey))}.lia-checkbox[type=checkbox]{border-radius:.8rem}.lia-checkbox[type=checkbox]:after{color:#fff;content:"";opacity:0;font-family:icon;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lia-checkbox[type=checkbox]:checked{background-color:rgb(var(--color-highlight))}.lia-checkbox[type=checkbox]:checked:after{opacity:1}.lia-checkbox[type=checkbox].is-turquoise{background-color:rgb(var(--lia-turquoise));border-color:rgb(var(--lia-turquoise))}.lia-checkbox[type=checkbox].is-red{background-color:rgb(var(--lia-red));border-color:rgb(var(--lia-red))}.lia-checkbox[type=checkbox].is-blue{background-color:rgb(var(--lia-blue));border-color:rgb(var(--lia-blue))}.lia-checkbox[type=checkbox].is-yellow{background-color:rgb(var(--lia-yellow));border-color:rgb(var(--lia-yellow))}.lia-checkbox[type=checkbox][disabled]{border-color:rgb(var(--lia-grey))}.lia-checkbox[type=checkbox][disabled]:checked{background-color:rgb(var(--lia-grey));border-color:rgb(var(--lia-grey))}.lia-checkbox[type=checkbox].is-success:checked{background-color:rgb(var(--lia-success))}.lia-checkbox[type=checkbox].is-failure:checked{background-color:rgb(var(--lia-red))}.lia-radio[type=radio]{border-radius:100%}.lia-radio[type=radio]:checked{border:.8rem solid rgb(var(--color-highlight))}.lia-radio[type=radio].is-red,.lia-radio[type=radio].is-red:checked{border-color:rgb(var(--lia-turquoise))}.lia-radio[type=radio].is-blue,.lia-radio[type=radio].is-blue:checked{border-color:rgb(var(--lia-blue))}.lia-radio[type=radio].is-yellow,.lia-radio[type=radio].is-yellow:checked{border-color:rgb(var(--lia-yellow))}.lia-radio[type=radio][disabled],.lia-radio[type=radio][disabled]:checked{border-color:rgb(var(--lia-grey))}.lia-radio[type=radio].is-failure:checked{border-color:rgb(var(--lia-red))}.lia-radio-group.lia-settings-theme-colors{width:100%;justify-content:space-evenly;margin-left:.4rem;padding:.4rem 0;display:flex}.lia-radio-group.lia-settings-theme-colors>:not(:last-child){margin-right:.75rem}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio]{height:1.8rem;width:1.8rem;background-color:rgb(var(--lia-grey-light));border:none}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio].is-turquoise{background-color:rgb(var(--lia-turquoise))}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio].is-red{background-color:rgb(var(--lia-red))}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio].is-blue{background-color:rgb(var(--lia-blue))}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio].is-yellow{background-color:rgb(var(--lia-yellow))}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio].is-custom{background:linear-gradient(to right,rgb(var(--lia-blue)),rgb(var(--lia-red)))}.lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio]:checked:before{content:"";height:2.4rem;width:2.4rem;border:1px solid #000;border-radius:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}html.lia-variant-dark .lia-radio-group.lia-settings-theme-colors .lia-radio[type=radio]:checked:before{border-color:rgb(var(--lia-white))}[type=range],.lia-range{-webkit-appearance:none;width:100%;background:0 0}[type=range]::-moz-focus-outer,.lia-range::-moz-focus-outer{border:0}[type=range]:active,.lia-range:active{cursor:grabbing}[type=range]:focus,.lia-range:focus{outline:0}[type=range]:focus::-webkit-slider-runnable-track,.lia-range:focus::-webkit-slider-runnable-track{background:rgb(var(--color-highlight))}[type=range]:focus::-ms-fill-lower,.lia-range:focus::-ms-fill-lower{background:rgba(var(--color-highlight),.2)}[type=range]:focus::-ms-fill-upper,.lia-range:focus::-ms-fill-upper{background:rgb(var(--color-highlight))}[type=range]::-webkit-slider-runnable-track,.lia-range::-webkit-slider-runnable-track{cursor:default;height:3px;width:100%;background:rgba(var(--color-highlight),.2);border-radius:.8rem;transition:all .2s}[type=range]::-webkit-slider-thumb,.lia-range::-webkit-slider-thumb{background:rgb(var(--color-highlight));border:4px solid rgb(var(--lia-white));box-sizing:border-box;cursor:grab;height:16px;width:16px;-webkit-appearance:none;border-radius:8px;margin-top:-8px;box-shadow:0 0 10px #0000001a,0 0 #0d0d0d1a}[type=range]::-moz-range-track,.lia-range::-moz-range-track{cursor:default;height:3px;width:100%;background:rgba(var(--color-highlight),.2);border:2px solid rgb(var(--lia-white));height:1.5px;border-radius:5px;transition:all .2s}[type=range]::-moz-range-thumb,.lia-range::-moz-range-thumb{background:rgb(var(--color-highlight));border:4px solid rgb(var(--lia-white));box-sizing:border-box;cursor:grab;height:16px;width:16px;border-radius:8px;box-shadow:0 0 10px #0000001a,0 0 #0d0d0d1a}[type=range]::-ms-track,.lia-range::-ms-track{cursor:default;height:3px;width:100%;color:#0000;background:0 0;border-width:8px 0;border-color:#0000;transition:all .2s}[type=range]::-ms-fill-lower,.lia-range::-ms-fill-lower{background:rgb(var(--color-highlight));border:2px solid rgb(var(--lia-white));border-radius:10px;box-shadow:1px 1px 1px #0003,0 0 1px #0d0d0d33}[type=range]::-ms-fill-upper,.lia-range::-ms-fill-upper{background:rgba(var(--color-highlight),.2);border:2px solid rgb(var(--lia-white));border-radius:10px;box-shadow:1px 1px 1px #0003,0 0 1px #0d0d0d33}[type=range]::-ms-thumb,.lia-range::-ms-thumb{background:rgb(var(--color-highlight));border:4px solid rgb(var(--lia-white));box-sizing:border-box;cursor:grab;height:16px;width:16px;border-radius:8px;margin-top:.75px;box-shadow:0 0 10px #0000001a,0 0 #0d0d0d1a}[type=range]:disabled::-webkit-slider-thumb,[type=range]:disabled::-moz-range-thumb,[type=range]:disabled::-ms-thumb,[type=range]:disabled::-webkit-slider-runnable-track,[type=range]:disabled::-ms-fill-lower,[type=range]:disabled::-ms-fill-upper,.lia-range:disabled::-webkit-slider-thumb,.lia-range:disabled::-moz-range-thumb,.lia-range:disabled::-ms-thumb,.lia-range:disabled::-webkit-slider-runnable-track,.lia-range:disabled::-ms-fill-lower,.lia-range:disabled::-ms-fill-upper{cursor:not-allowed}.lia-label{align-items:center;display:inline-flex}.lia-label>.lia-radio,.lia-label>.lia-checkbox{min-width:2.4rem;margin-right:1rem}a,.lia-link{color:rgb(var(--color-highlight));word-break:break-word}a:link,a:visited,.lia-link:link,.lia-link:visited{color:rgb(var(--color-highlight))}a:hover,.lia-link:hover{color:rgb(var(--color-highlight-dark))}.lia-list--unordered,.lia-list--ordered{margin-left:2rem;padding-left:2rem;position:relative}.lia-list--unordered ul,.lia-list--unordered ol,.lia-list--ordered ul,.lia-list--ordered ol{margin-left:0}.lia-list--unordered{list-style-type:none}.lia-list--unordered>li:before{content:"";color:rgb(var(--color-highlight-dark));font-family:icon;position:absolute;left:0}.lia-list--unordered>li>p{display:block}.lia-list--unordered ul li:before{content:""}.lia-list--unordered ul li ul li:before{content:""}.lia-list--ordered>li::marker{color:rgb(var(--color-highlight-dark))}.lia-list--ordered>li>*{position:relative;left:1rem}img{height:auto;max-width:100%;vertical-align:middle;max-height:80vh;font-style:italic}figure{margin-bottom:2rem}figure figcaption{margin:.25rem 0;font-size:small}.lia-video-wrapper,.lia-iframe-wrapper{height:0;padding-bottom:56.25%;position:relative}.lia-iframe-wrapper iframe{width:100%;height:100%;border:0;position:absolute;top:0;left:0}.lia-video-wrapper video{width:100%;height:100%;max-height:80vh;max-width:100%;border:0;position:absolute;top:0;left:0}:root{--lia-anthracite:75,75,75;--lia-blue-darker:0,72,113;--lia-blue-dark:12,120,171;--lia-blue:15,147,209;--lia-grey-dark:50,50,50;--lia-grey-light:240,240,240;--lia-grey-lighter:249,249,249;--lia-grey:174,174,174;--lia-red-darker:104,0,0;--lia-red-dark:185,75,60;--lia-red:221,87,70;--lia-success:140,201,111;--lia-turquoise-darker:15,54,69;--lia-turquoise-dark:42,109,111;--lia-turquoise:57,145,147;--lia-warning:244,195,67;--lia-white:255,255,255;--lia-yellow-darker:124,60,0;--lia-yellow-dark:189,125,32;--lia-yellow:227,151,38;--lia-black:0,0,0;--color-background:var(--lia-white);--color-border:var(--lia-grey-light);--color-highlight-dark:var(--lia-turquoise-dark);--color-highlight-menu:var(--lia-turquoise);--color-highlight:var(--lia-turquoise);--color-text:var(--lia-anthracite)}:root.lia-theme-turquoise{--color-highlight-dark:var(--lia-turquoise-dark);--color-highlight-menu:var(--lia-turquoise-darker);--color-highlight:var(--lia-turquoise)}:root.lia-theme-red{--color-highlight-dark:var(--lia-red-dark);--color-highlight-menu:var(--lia-red-darker);--color-highlight:var(--lia-red)}:root.lia-theme-blue{--color-highlight-dark:var(--lia-blue-dark);--color-highlight-menu:var(--lia-blue-darker);--color-highlight:var(--lia-blue)}:root.lia-theme-yellow{--color-highlight-dark:var(--lia-yellow-dark);--color-highlight-menu:var(--lia-yellow-darker);--color-highlight:var(--lia-yellow)}:root.lia-variant-dark{--color-background:var(--lia-grey-dark);--color-border:var(--lia-anthracite);--color-text:var(--lia-white)}:root{--global-font-family:LiaSourceSansPro;--global-font-mono:LiaSourceCodePro;--global-font-headline:LiaSourceSerifPro;--global-font-size:1.5rem;--font-size-multiplier:1;--max-editor-line-count:16}:root.lia-font-scale-2{--font-size-multiplier:1.25}:root.lia-font-scale-3{--font-size-multiplier:1.5}html{height:100%}.lia-select{border:1px solid rgb(var(--lia-grey-light));width:100%;word-wrap:normal;padding:.5rem}.lia-table{border-collapse:separate;border-spacing:0;table-layout:auto;width:100%}.lia-table-responsive{max-height:80vh;width:100%;margin-bottom:3rem;display:block;overflow:auto}.lia-table-responsive.has-thead-sticky .lia-table__head{z-index:3;position:sticky}.lia-table-responsive.has-thead-sticky .lia-table__head th{z-index:1;position:sticky;top:0}.lia-table-responsive.has-thead-sticky.has-first-col-sticky .lia-table__head th:first-child{z-index:2;position:sticky;left:0}.lia-table-responsive.has-thead-sticky.has-first-col-sticky .is-alternating .lia-table__row:nth-child(2n) td:first-child:before{background-color:rgb(var(--lia-grey-lighter))}html.lia-variant-dark .lia-table-responsive.has-thead-sticky.has-first-col-sticky .is-alternating .lia-table__row:nth-child(2n) td:first-child:before{background-color:rgba(var(--lia-grey),.3)}.lia-table-responsive.has-thead-sticky.has-first-col-sticky .is-alternating .lia-table__row:nth-child(2n):hover td:first-child:before{background-color:rgba(var(--color-highlight),.1)}html.lia-variant-dark .lia-table-responsive.has-thead-sticky.has-first-col-sticky .is-alternating .lia-table__row:nth-child(2n):hover td:first-child:before{background-color:rgba(var(--color-highlight),.15)}.lia-table-responsive.has-thead-sticky.has-last-col-sticky .lia-table__head th:last-child{z-index:2;position:sticky;right:0}.lia-table-responsive.has-thead-sticky.has-last-col-sticky .is-alternating .lia-table__row:nth-child(2n) td:last-child:before{background-color:rgb(var(--lia-grey-lighter))}html.lia-variant-dark .lia-table-responsive.has-thead-sticky.has-last-col-sticky .is-alternating .lia-table__row:nth-child(2n) td:last-child:before{background-color:rgba(var(--lia-grey),.3)}.lia-table-responsive.has-thead-sticky.has-last-col-sticky .is-alternating .lia-table__row:nth-child(2n):hover td:last-child:before{background-color:rgba(var(--color-highlight),.1)}html.lia-variant-dark .lia-table-responsive.has-thead-sticky.has-last-col-sticky .is-alternating .lia-table__row:nth-child(2n):hover td:last-child:before{background-color:rgba(var(--color-highlight),.15)}.lia-table-responsive.has-first-col-sticky .lia-table__data:first-child{border-left:1px solid rgb(var(--color-border));border-right:1px solid rgb(var(--color-border));z-index:2;position:sticky;left:0}.lia-table-responsive.has-first-col-sticky .lia-table__data:first-child:before,.lia-table-responsive.has-first-col-sticky .lia-table__data:first-child:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.lia-table-responsive.has-first-col-sticky .lia-table__data:first-child:before{z-index:-1}.lia-table-responsive.has-first-col-sticky .lia-table__data:first-child:after{z-index:-2}.lia-table-responsive.has-first-col-sticky .lia-table__row:hover>td:first-child:before{background-color:rgba(var(--color-highlight),.1)}.lia-table-responsive.has-last-col-sticky .lia-table__data:first-child{border-right:1px solid rgb(var(--color-border))}.lia-table-responsive.has-last-col-sticky .lia-table__data:last-child{border-left:1px solid rgb(var(--color-border));border-right:1px solid rgb(var(--color-border));z-index:2;position:sticky;right:0}.lia-table-responsive.has-last-col-sticky .lia-table__data:last-child:before,.lia-table-responsive.has-last-col-sticky .lia-table__data:last-child:after{content:"";width:100%;background-color:rgb(var(--color-background));height:100%;position:absolute;top:0;left:0}.lia-table-responsive.has-last-col-sticky .lia-table__data:last-child:before{z-index:-1}.lia-table-responsive.has-last-col-sticky .lia-table__data:last-child:after{z-index:-2}.lia-table-responsive.has-last-col-sticky .lia-table__row:hover>td:last-child:before{background-color:rgba(var(--color-highlight),.1)}.lia-table__head{border-bottom:1px solid rgb(var(--color-border))}.lia-table__head th,.lia-table__row td{background-color:rgb(var(--color-background))}.lia-table__row:first-of-type>td{border-top:0}.lia-table__row:last-child>td{border-bottom:1px solid rgb(var(--color-border))}.lia-table__row:hover,.lia-table__row:hover>td{background-color:rgba(var(--color-highlight),.05)}.lia-table__header{border-top:1px solid rgb(var(--color-border));border-left:1px solid rgb(var(--color-border));border-bottom:1px solid rgb(var(--color-border));border-right:0;padding:1.3rem 3.2rem 1.3rem 1.6rem;position:relative}.lia-table__header:first-child{border-left:1px solid rgb(var(--color-border));border-right:1px solid rgb(var(--color-border))}.lia-table__header:nth-child(2){border-left:0}.lia-table__header:last-child{border-right:1px solid rgb(var(--color-border))}.lia-table__data{border-top:1px solid rgb(var(--color-border));border-left:1px solid rgb(var(--color-border));border-bottom:0;border-right:0;padding:1rem 3.2rem 1rem 1.6rem}.lia-table__data:last-child{border-right:1px solid rgb(var(--color-border))}.lia-table__data .has-first-col-sticky:nth-child(2){border-left:0}.lia-table__header,.lia-table__data{max-width:50vw;min-width:13.5rem;word-wrap:break-word}.lia-table__sort{margin-left:auto;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.lia-table__sort.active{color:rgb(var(--color-highlight))}.lia-table.is-alternating .lia-table__row:nth-child(2n) td{background-color:rgba(var(--lia-grey-lighter))}html.lia-variant-dark .lia-table.is-alternating .lia-table__row:nth-child(2n) td{background-color:rgba(var(--lia-grey),.3)}.lia-table.is-alternating .lia-table__row:nth-child(2n):hover td,.lia-table.is-alternating .lia-table__row:nth-child(2n):hover td:last-child:before{background-color:rgba(var(--color-highlight),.05)}html.lia-variant-dark .lia-table.is-alternating .lia-table__row:nth-child(2n):hover td,html.lia-variant-dark .lia-table.is-alternating .lia-table__row:nth-child(2n):hover td:last-child:before{background-color:rgba(var(--color-highlight),.1)}b,strong{font-weight:600}.lia-paragraph>figure:first-child{max-width:50%;float:left;margin:0 2rem 2rem 0}.lia-textarea{max-width:100%;width:100%;border:none;transition:border-bottom-color .5s ease-out}.lia-textarea:not([disabled]){border-bottom:1.5px solid}.lia-textarea[disabled]{border-bottom:1.5px dotted}@keyframes rotating{to{transform:rotate(360deg)}}.rotating{animation:1s linear infinite rotating}@keyframes show-comment{0%{left:calc(100% + 3rem);right:calc(3rem - 100%)}to{left:3rem;right:3rem}}.show-comment{animation:show-comment}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{opacity:1;transition:opacity .3s ease-in-out;animation:2s fade-in}#lia-tts-videos video{opacity:0;transition:opacity .3s ease-in-out}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{animation:2s fade-out}.lia-canvas{background-color:rgb(var(--color-background));height:100vh;width:100vw;flex-direction:column;transition:left .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;display:flex;position:relative;left:0;overflow-x:hidden}.lia-canvas .lia-skip-nav{z-index:1000;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-border));padding:.5rem 1.5rem;transition:transform .325s ease-in;position:absolute;top:-10rem;left:50%;transform:translate(-50%,-120%)}.lia-canvas .lia-skip-nav:focus{top:1rem;left:50%;transform:translate(-50%)}@media screen and (max-width:47.9375em){.lia-canvas.lia-toc--visible #lia-btn-support,.lia-canvas.lia-support--visible #lia-btn-toc{transform:translateY(-50%)}.lia-canvas.lia-toc--visible.lia-support--visible #lia-btn-toc,.lia-canvas.lia-toc--visible.lia-support--visible #lia-btn-support{transform:translate(-3rem,-50%)}}@media screen and (min-width:48em){.lia-canvas.lia-toc--visible{width:calc(100% - 28.5rem);left:28.5rem}.lia-canvas.lia-toc--visible .lia-header{left:28.5rem}.lia-canvas.lia-support--visible{width:calc(100% - 21.6rem);right:21.6rem}.lia-canvas.lia-support--visible .lia-header{right:21.6rem}.lia-canvas.lia-toc--visible.lia-support--visible{width:calc(100% - 50.1rem)}}@media screen and (min-width:90em){.lia-canvas{flex-direction:row}.lia-canvas.lia-support--visible{width:auto}}.lia-canvas.lia-mode--slides .lia-slide{height:calc(100vh - 7.2rem)}@media screen and (min-width:90em){.lia-canvas.lia-mode--slides .lia-header{right:31.5rem}.lia-canvas.lia-mode--slides .lia-slide{height:100vh;max-width:calc(100% - 31.5rem)}}.lia-canvas.lia-mode--textbook .lia-slide__content{max-width:93.1rem;padding-left:3rem!important}@media screen and (min-width:48em){.lia-canvas.lia-mode--textbook .lia-slide__content{margin:1.25rem 0 2rem}}@media screen and (min-width:64em){.lia-canvas.lia-mode--textbook .lia-slide__content{margin:4.5rem 0 2rem}}.lia-canvas.lia-mode--textbook .lia-slide__container{justify-content:center;display:flex}@media screen and (min-width:64em){.lia-canvas.lia-mode--textbook .lia-slide__content{padding-left:19rem}.lia-canvas.lia-mode--textbook .lia-pagination{margin-bottom:2rem}}.lia-canvas.lia-mode--presentation .lia-slide__content{max-width:124.6rem}.preview-grid{grid-gap:2rem;grid-template-columns:1fr;margin:2rem 0;display:grid}@media screen and (min-width:64em){.preview-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:90em){.preview-grid{grid-template-columns:repeat(auto-fill,minmax(41.6rem,1fr))}}.lia-accordion__header{background-color:rgb(var(--color-highlight));align-items:center;padding-left:.25rem;display:flex}.lia-accordion__headline{color:rgb(var(--lia-white));margin:0 auto 0 0;font-family:LiaSourceSansPro;font-size:1.5rem}.lia-accordion__toggle{color:rgb(var(--lia-white));font-size:2rem}.lia-card{background-color:rgb(var(--color-background));border:.4rem solid rgb(var(--color-highlight));color:rgb(var(--color-text));flex-direction:column;margin-top:2rem;display:flex;position:relative}@media (max-width:240px){.lia-card__logo{display:none}}.lia-card__icon{height:3rem;object-fit:cover;width:3rem;border-radius:50%;position:absolute;top:.5rem;right:.5rem}.lia-card__content{height:100%;flex-direction:column;padding:2rem 0 1rem;display:flex}@media screen and (min-width:47.9375em) and (max-width:63.9375em){.lia-card__content{height:auto;margin-top:4rem;padding-top:0}}.lia-card__version{position:absolute;top:-1rem;left:1rem}.lia-card__version>:not(:last-child){margin-right:1rem}@media (max-width:360px){.lia-card__version{font-size:xx-small}}.lia-card__header{padding:0 2.4rem}.lia-card__title{margin:0 0 2rem;display:inline-block;position:relative}.lia-card__title:before{background-color:rgb(var(--color-highlight));content:"";height:1px;width:80%;position:absolute;bottom:-.5rem}.lia-card__controls{justify-content:center;margin:auto 2.4rem 1rem;font-size:1.8rem;display:flex}@media (max-width:240px){.lia-card__controls{margin:0 2rem}}@media (max-width:310px){.lia-card__controls>:nth-child(3){display:none}}@media (max-width:360px){.lia-card__controls>:nth-child(4){display:none}}.lia-card__controls>:not(:last-child){margin-right:1rem}.lia-card__controls>:not(:last-child):hover{box-shadow:0 0 1rem #0003}.lia-card__controls>:last-child{margin-left:auto}.lia-card__controls>:last-child:hover{box-shadow:0 0 1rem #0003}.lia-card__subtitle{color:rgb(var(--lia-anthracite));margin:0 0 1rem}.lia-card__body{margin-bottom:1rem;padding:0 2.4rem}@media (max-width:240px){.lia-card__body{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}}.lia-card__footer{justify-content:space-between;align-items:center;padding:0 2.4rem;display:flex}@media (max-width:240px){.lia-card__footer{display:none}}.lia-card__author{color:gray;font-size:small;text-decoration:none}.lia-dropdown{border:1px solid rgb(var(--color-highlight));cursor:pointer;display:inline-block;overflow:hidden}.lia-dropdown__selected{align-items:center;display:flex}.lia-dropdown__selected span{margin-right:auto}.lia-dropdown__selected .icon{margin-left:2rem;font-size:2rem}.lia-dropdown__options{max-height:0;overflow-y:auto}.lia-dropdown__options.is-visible{max-height:20rem}.lia-dropdown__option{padding:.5rem 1rem}.lia-dropdown__option:first-child{margin-top:1rem}.lia-dropdown__option:not(:last-child){margin-bottom:1rem}.lia-dropdown__option:hover{background-color:rgba(var(--color-highlight),.1)}.lia-dropdown.is-disabled{border-color:rgb(var(--lia-grey))}.lia-dropdown.is-failure{border-color:rgb(var(--lia-red))}.lia-dropdown.is-success{border-color:rgb(var(--lia-success))}.lia-effect__content{display:block}.lia-effect__circle{background-color:rgb(var(--color-highlight));color:rgb(var(--lia-white));height:2rem;text-align:center;width:2rem;border-radius:50%;font-size:1.5rem;font-weight:400;line-height:1.3;display:inline-block;position:absolute;transform:translate(-124%)}.lia-effect__circle.animated{left:-3.75rem}.lia-effect__circle--inline{width:1.8rem;height:1.8rem;font-size:1.2rem;line-height:initial;position:relative;transform:none;font-family:var(--global-font-family)!important}.lia-effect__circle--inline.animated{left:-2.7rem}.lia-effect--inline{display:inline-block}.lia-fontscale{width:100%;justify-content:space-between;align-items:center;display:flex}.lia-fontscale>:not(:last-child){margin-right:1rem}.lia-fontscale__lvl-1{font-size:var(--global-font-size)}.lia-fontscale__lvl-2{font-weight:600;font-size:calc(var(--global-font-size)*1.25)}.lia-fontscale__lvl-3{font-weight:700;font-size:calc(var(--global-font-size)*1.5)}.lia-gallery{scroll-snap-type:x mandatory;width:100%;margin-bottom:2rem;display:flex;overflow-x:auto;overflow-y:hidden}.lia-gallery .lia-lightbox{scroll-snap-align:start;flex:0 0 25rem}.lia-gallery .lia-figure__media{width:25rem;height:25rem;background-color:#000000d9;display:inline-block}.lia-gallery .lia-figure__media img,.lia-gallery .lia-figure__media video,.lia-gallery .lia-figure__media div{height:100%;object-fit:cover;width:100%}.lia-gallery .lia-figure__media audio{width:100%;height:55%}.lia-gallery>*{margin-right:3.2rem}#google_translate_element{width:100%;overflow:hidden}#google_translate_element .goog-te-combo{border:1px solid rgb(var(--lia-grey-light));width:100%;word-wrap:normal;padding:.5rem;margin:0 0 .5rem!important;padding:.5rem 0!important}.lia-header{background-color:rgb(var(--color-background));border-bottom:1px solid rgb(var(--color-border));height:5.6rem;z-index:100;flex-direction:row;align-items:center;padding:1rem 0;display:flex;position:fixed;top:0;left:0;right:0}@media screen and (min-width:64em){.lia-header{height:7.8rem;margin:0 3rem}}.lia-header>*{flex:1}.lia-header__middle{height:100%;justify-content:center;display:flex}.lia-header__middle img{height:100%}.lia-header__right,.lia-lightbox{position:relative}.lia-lightbox__clickarea{cursor:pointer;height:25rem;width:25rem;position:absolute;top:0;left:0}.lia-lightbox__icon{color:#fff;text-shadow:1px 1px 5px #0003;font-size:2rem;position:absolute;top:1rem;right:1rem}.lia-modal{--color-text:white;--color-background:var(--lia-grey-dark);--color-border:var(--lia-grey-light);color:var(--color-text);height:100%;pointer-events:auto;width:100vw;z-index:9000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.lia-modal__outer{height:100vh;width:100vw;background-color:#000000e6;position:absolute;top:0;left:0}.lia-modal__inner{height:100%;flex-direction:column;justify-content:center;display:flex;position:absolute;top:0;left:0;overflow-y:auto}.lia-modal__close,.lia-modal__controls{padding:0 .5rem;font-size:3rem}.lia-modal__close{height:4rem;text-align:right;width:100%;z-index:9001;justify-content:flex-end;align-items:center;display:flex;position:sticky;top:0}@media screen and (min-width:48em){.lia-modal__close{margin:0;position:absolute;top:.5rem;right:1rem}}.lia-modal__controls{color:#fff;height:4rem;width:100%;z-index:9001;flex-direction:row-reverse;justify-content:space-between;display:flex}@media screen and (min-width:48em){.lia-modal__controls{position:absolute;top:50%;transform:translateY(-50%)}}.lia-modal__ctrl-next{right:0}@media screen and (min-width:48em){.lia-modal__ctrl-next{right:1rem}}.lia-modal__ctrl-prev{left:0}@media screen and (min-width:48em){.lia-modal__ctrl-prev{left:1rem}}.lia-modal__content{height:100%;max-height:100%;width:100vw;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;display:flex;overflow-y:auto}.lia-modal__content::-webkit-scrollbar{display:none}@media screen and (min-width:48em){.lia-modal__content{max-width:100vw;width:calc(100vw - 10rem);margin:1rem 6rem}.lia-modal__content figcaption{padding:0}}.lia-modal__content>*{z-index:9001;margin:0}.lia-modal .lia-figure{height:100%;flex-direction:column;justify-content:center;align-items:center;display:flex}.lia-modal .lia-figure__zoom{width:500px;background-position:50%;position:relative;overflow:hidden}.lia-modal .lia-figure__zoom img{opacity:1;transition:opacity .5s;display:block}.lia-modal .lia-figure__zoom img:hover{opacity:0}.lia-modal .lia-figure__media{width:100%;flex-direction:column;justify-content:center;align-items:center;display:flex}.lia-modal .lia-figure__media[data-media-type=image]{height:auto}.lia-modal .lia-figure__media[data-media-type=image] img{min-height:0}.lia-modal .lia-figure__media[data-media-type=iframe]{height:100%}.lia-modal .lia-figure figcaption{max-width:65ch;min-height:0;margin:1rem auto;padding:0 1rem}@media screen and (min-width:48em){.lia-modal .lia-figure figcaption{padding:0}}.lia-modal .lia-video-wrapper{height:100%;align-items:center;padding:0;display:flex}.lia-modal .lia-video-wrapper video{height:auto;width:auto;position:relative}.lia-modal .lia-iframe-wrapper{width:100vw;flex-grow:1;padding:0}@media screen and (min-width:48em){.lia-modal .lia-iframe-wrapper{width:calc(100vw - 12rem)}}.lia-modal .lia-video-wrapper,.lia-modal .lia-iframe-wrapper{padding-bottom:56.25%;position:relative}.nav{margin:0;padding:0;list-style-type:none;display:flex}.nav__item{align-items:center;padding:0 .5rem;display:flex;position:relative}.nav__item>.lia-btn__icon{font-size:2rem}.nav__divider{background:rgb(var(--lia-grey-light));height:1px;width:100%;border:none;margin:1rem 0}.lia-notes{background-color:rgb(var(--lia-grey-light));height:100%;max-height:14.2rem;max-width:144rem;width:auto;flex-direction:column;display:flex;position:relative;overflow:auto}html.lia-variant-dark .lia-notes{background-color:rgb(var(--lia-anthracite))}@media screen and (min-width:48em){.lia-notes{height:7.2rem}}@media screen and (min-width:64em){.lia-notes{margin:0 3rem}}@media screen and (min-width:90em){.lia-notes{height:auto;max-height:100%;width:100%;background-color:#0000;margin:0}}.lia-notes__content{background-color:rgb(var(--lia-grey-light));padding:0 2.3rem 2.3rem}html.lia-variant-dark .lia-notes__content{background-color:rgb(var(--lia-anthracite))}@media screen and (min-width:90em){.lia-notes__content{padding-top:2.3rem}}.lia-notes__content:nth-child(2n){padding:0 2.3rem}.lia-notes__content:last-child{padding-bottom:2.3rem!important}.lia-notes__content.active{color:rgb(var(--color-highlight))}.lia-notes__content>:last-child{margin-bottom:0}.lia-notes__counter{border-bottom:1px solid rgb(var(--lia-grey));color:rgb(var(--lia-grey));margin-bottom:.5rem;display:inline-block}@media screen and (min-width:90em){.lia-notes{border-left:1px solid rgb(var(--color-border));max-width:31.5rem}}.lia-pagination{width:100%;display:inline-block}@media screen and (min-width:64em){.lia-pagination{width:auto;margin-bottom:2rem}}@media screen and (min-width:90em){.lia-pagination{width:auto;margin-bottom:0;margin-right:2rem}}.lia-pagination__content{background:rgb(var(--color-highlight));color:#fff;flex-flow:row-reverse wrap;justify-content:space-between;align-items:center;font-size:1.8rem;font-weight:700;display:flex}@media screen and (min-width:64em){.lia-pagination__content{width:15rem;border-radius:.8rem}}.lia-pagination__current{margin:0 1rem}.lia-quiz{margin-bottom:2rem}.lia-quiz__answers{flex-direction:column;display:flex;position:relative}.lia-quiz__answers>:not(:last-child){margin-bottom:1rem}.lia-quiz__control{align-self:flex-start;align-items:center;display:flex}.lia-quiz__control>:not(:last-child){margin-right:1rem}@media screen and (min-width:64em){.lia-quiz__control{grid-column-start:2}}.lia-quiz__input{border:1px solid rgb(var(--color-highlight));width:100%}.lia-quiz__check{flex-shrink:0}.lia-quiz__resolve,.lia-quiz__hint{color:rgb(var(--color-highlight));padding:0;font-size:3rem;line-height:1}.lia-quiz__sync,.lia-quiz__hints,.lia-quiz__solution{grid-column-start:1}.lia-quiz__feedback{align-items:center;display:flex}.lia-quiz-text{grid-gap:2rem;grid-template-columns:1fr;display:grid}.lia-quiz-single-choice>:not(:last-child),.lia-quiz-multiple-choice>:not(:last-child),.lia-quiz-select>:not(:last-child){margin-bottom:2rem}.lia-quiz-matrix{width:100%;flex-wrap:wrap;display:flex}.lia-quiz-matrix>.lia-quiz__answers{width:100%}.lia-quiz-matrix>.lia-quiz__control{margin-right:1rem}.lia-quiz [class^=lia-list]{margin-left:0}.lia-quote{background-color:rgba(var(--color-highlight),.15);padding:2.4rem}.lia-quote[cite]{padding:2.4rem 4.8rem}.lia-quote>:last-child{margin-bottom:0}.lia-quote__text{color:rgb(var(--color-highlight-dark));text-align:center;font-family:LiaSourceSerifPro;font-size:1.6rem;font-weight:600}.lia-quote__cite{text-align:center;margin-top:2rem;font-style:normal;display:block}.lia-responsive-voice{background-color:rgb(var(--lia-grey-light));color:rgb(var(--color-highlight));width:100%;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;display:flex}.lia-responsive-voice__control{width:100%;justify-content:space-between;align-items:center;display:flex}@media screen and (min-width:30em){.lia-responsive-voice__control{width:auto;justify-content:flex-start}}.lia-responsive-voice__info{text-align:center}html.lia-variant-dark .lia-responsive-voice{background-color:rgb(var(--lia-anthracite))}@media screen and (min-width:30em){.lia-responsive-voice{height:7rem;flex-direction:row;align-items:center;padding:0}}@media screen and (min-width:64em){.lia-responsive-voice{border-top-left-radius:.8rem;border-top-right-radius:.8rem}}.lia-script{vertical-align:middle;background-color:rgba(var(--color-highlight),.1);border-radius:.8rem;display:inline-flex;overflow:hidden}.lia-script--with-border{border:1px solid rgb(var(--color-highlight))}.lia-script--border{border:1px solid rgb(var(--color-highlight));background-color:unset}.lia-script__refresh{background-color:rgb(var(--lia-grey-light));border-bottom:0;border-left:0;border-right:1px solid rgb(var(--color-highlight));color:rgb(var(--lia-anthracite));border-top:0;border-radius:0}.lia-script>*{width:-webkit-fit-content;width:-moz-fit-content;width:-moz-fit-content;width:-moz-fit-content;width:fit-content}.lia-script>:not(:last-child){margin-right:1rem}.lia-script input,.lia-script select,.lia-script textarea{background-color:#0000;border:none;border-radius:0}.lia-script input[type=color]{width:10rem;height:auto;-webkit-appearance:none;border:none}.lia-script input[type=color]::-webkit-color-swatch-wrapper{padding:0}.lia-script input[type=color]::-webkit-color-swatch{border:none}.lia-script textarea{min-width:25vw;max-width:50vw;resize:vertical;min-height:5rem}.lia-script output{background-color:rgb(var(--lia-anthracite));border-left:1px solid rgb(var(--color-highlight));color:rgb(var(--lia-white));width:100%;align-items:center;padding:0 .5rem;display:flex}.lia-script output i{margin-right:.5rem}output.lia-script{cursor:pointer;padding:0 .5rem}.lia-slide-animation{margin-left:4px;margin-right:4px;padding-left:5px;padding-right:5px;transition:max-height .2s ease-out;overflow-y:auto}.lia-slide{height:100vh;width:100%;flex-direction:column;display:flex;position:relative}.lia-slide__footer{width:100%;z-index:50;flex-direction:column;align-items:flex-start;display:flex}@media screen and (min-width:64em){.lia-slide__footer{align-items:center;padding:0 3rem}}@media screen and (min-width:90em){.lia-slide__footer{flex-direction:row;align-items:flex-start}}.lia-slide__container{height:100%;margin-top:5.6rem;position:relative;overflow:auto}@media screen and (min-width:64em){.lia-slide__container{margin-top:7.8rem}}.lia-slide__content{max-width:144rem;width:100%;padding:0 3rem}@media screen and (min-width:64em){.lia-slide__content{margin:.8rem 0 2rem}}.lia-support-menu{background-color:rgb(var(--color-background));border-left:1px solid rgb(var(--color-border));height:100%;-webkit-user-select:none;user-select:none;width:100%;z-index:100;flex-direction:column;padding-top:6rem;transition:width .25s ease-in-out,transform .25s ease-in-out;display:flex;position:fixed;top:0;right:0}.lia-support-menu--closed{transform:translate(100%)}.lia-support-menu--closed .lia-support-menu__toggler{transform:translate(-6.5rem,-50%)}@media screen and (min-width:48em){.lia-support-menu{width:21.6rem;padding-top:0}}@media screen and (min-width:64em){.lia-support-menu{height:100%;width:100%;border:none;position:relative}.lia-support-menu--closed{transform:translate(0)}.lia-support-menu--closed .lia-support-menu__toggler{transform:translate(-6.5rem,-50%)}}.lia-support-menu__toggler{color:rgb(var(--color-highlight));visibility:visible;font-size:2rem;display:block;position:absolute;top:2.9rem;left:0;transform:translate(-6.5rem,-50%)}@media screen and (max-width:47.9375em){.lia-support-menu__toggler{transform:translate(2.1rem,-50%)}}@media screen and (max-width:63.9375em){.lia-support-menu__toggler--closed{transform:translate(100%)}}@media screen and (min-width:64em){.lia-support-menu__toggler{visibility:hidden;display:none}}.lia-support-menu__collapse{height:100%;display:block}.lia-support-menu__nav{height:100%;padding:1.7rem 2.1rem;display:block;overflow:auto}.lia-support-menu__nav:focus{box-shadow:none!important}@media screen and (min-width:64em){.lia-support-menu__nav{flex-direction:row;justify-content:flex-end;align-items:center;padding:0;display:flex;overflow:visible}}.lia-support-menu__item{color:rgb(var(--color-highlight));flex-direction:column;align-items:flex-start;padding:1.8rem 0;display:flex}.lia-support-menu__item:not(:first-child){border-top:1px solid rgb(var(--color-border))}.lia-support-menu__item>.icon{margin-bottom:1.8rem}.lia-support-menu__item>button{font-size:2rem}.lia-support-menu__item>button.icon:before{vertical-align:middle}.lia-support-menu__item--info .lia-support-menu__submenu{width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (min-width:48em){.lia-support-menu__item{padding:1.8rem .75rem}}@media screen and (min-width:64em){.lia-support-menu__item{padding:0 .75rem}.lia-support-menu__item:not(:first-child){border-top:none}.lia-support-menu__item>.icon{margin-bottom:0}}.lia-support-menu__submenu{background-color:rgb(var(--color-background));box-shadow:none;color:rgb(var(--color-text));max-width:100%;width:max-content;flex-direction:column;align-items:flex-start;padding:0;display:flex;position:relative;top:0;right:0}html.lia-variant-dark .lia-support-menu__submenu{background-color:rgb(var(--lia-grey-dark))}.lia-support-menu__submenu .lia-link{text-decoration:none}.lia-support-menu__submenu .lia-link:not(.active){color:rgb(var(--color-text))}.lia-support-menu__submenu .lia-btn[aria-checked=true]{color:rgb(var(--color-highlight))}.lia-support-menu__submenu svg{height:15rem}.lia-support-menu__submenu .lia-settings-editor label{flex-direction:column;align-items:flex-start;display:flex}@media screen and (min-width:64em){.lia-support-menu__submenu{max-width:30rem;z-index:100;border-radius:.8rem;padding:1.4rem;display:none;position:absolute;top:5.9rem;box-shadow:0 0 1rem #80808033}.lia-support-menu__submenu.active{display:flex}}.lia-survey-matrix__header{border-top:0;padding:1.3rem 1.6rem}.lia-survey-matrix__header:last-child{border-right:0}.lia-survey-matrix__header:first-child{border-left:0}.lia-survey-matrix__data{border-top:0;border-bottom:0;padding:1rem}.lia-survey-matrix__data:not(:last-child){text-align:center;max-width:5rem;padding:2rem}.lia-survey-matrix__row:last-child>td{border-bottom:0}.lia-survey-matrix__row td:first-child{border-left:0!important}.lia-survey-matrix__row td:last-child{max-width:50rem;min-width:20rem;border-right:0!important}.lia-toc{background-color:rgb(var(--color-background));border-right:1px solid rgb(var(--color-border));height:100%;width:100%;z-index:200;flex-direction:column;padding:3rem 0 1rem;transition:left .25s ease-in-out,width .25s ease-in-out,transform .25s ease-in-out;display:flex;position:fixed;left:0}.lia-toc #lia-btn-toc{color:rgb(var(--color-highlight));font-size:2rem;transition:all .25s ease-in-out;position:absolute;top:4rem;right:0;transform:translate(6.5rem,-50%)}@media screen and (max-width:47.9375em){.lia-toc #lia-btn-toc{transform:translate(-3rem,-50%)}}@media screen and (max-width:63.9375em){.lia-toc #lia-btn-toc{top:2.9rem}}@media screen and (min-width:48em){.lia-toc{width:28.5rem}}.lia-toc--closed{transform:translate(-100%)}.lia-toc--closed #lia-btn-toc{transform:translate(6.5rem,-50%)}@media screen and (max-width:47.9375em){.lia-toc{padding-top:6rem}}.lia-toc__search{margin:0 3rem 3rem;display:inline-block;position:relative}.lia-toc__search input{background-color:rgba(var(--lia-grey-light),.1);padding-left:3rem;padding-right:3.75rem;transition:left .25s ease-in-out}.lia-toc__search .icon-search{transform-origin:50%;font-size:2rem;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.lia-toc__search .lia-toc__clear-index{height:3rem;transform-origin:50%;-webkit-user-select:none;user-select:none;width:3rem;background:0 0;border:0;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.lia-toc__content{flex-direction:column;margin-bottom:auto;display:flex;overflow:auto}.lia-toc__content a{width:100%;color:inherit;padding:.8rem .8rem .8rem 3rem;text-decoration:none;position:relative}.lia-toc__content a.lia-active{color:rgb(var(--color-highlight))}.lia-toc__content a.lia-active:before{content:"";width:5px;background-color:rgb(var(--color-highlight));position:absolute;top:.5rem;bottom:.5rem;left:0}.lia-toc__content a.lia-toc__link--is-lvl-1{font-size:calc(2rem*var(--font-size-multiplier));font-weight:700}.lia-toc__content a.lia-toc__link--is-lvl-2{font-weight:600;font-size:calc(1.7rem*var(--font-size-multiplier));padding-left:4.5rem;position:relative}.lia-toc__content a.lia-toc__link--is-lvl-2:after{content:"";background-color:rgb(var(--lia-grey-light));height:1px;display:inline-block;position:absolute;top:0;left:3rem;right:3rem}.lia-toc__content a.lia-toc__link--is-lvl-3{padding-left:6rem}.lia-toc__content a.lia-toc__link--is-lvl-4{padding-left:7.5rem}.lia-toc__content a.lia-toc__link--is-lvl-5{padding-left:9rem}.lia-toc__content a.lia-toc__link--is-lvl-6{padding-left:10.5rem}.lia-toc__bottom{margin-top:1rem;padding:1rem 0 0 3rem;position:relative}.lia-toc__bottom>*{font-weight:600}.lia-toc__bottom:after{content:"";background-color:rgb(var(--lia-grey-light));height:1px;display:inline-block;position:absolute;top:0;left:3rem;right:3rem}html:not([class*=lia-theme-default]) .lia-toc--visible #lia-btn-toc{color:rgb(var(--lia-white))}@media screen and (min-width:48em){html:not([class*=lia-theme-default]) .lia-toc--visible #lia-btn-toc{color:rgb(var(--color-highlight))}}html:not([class*=lia-theme-default]) .lia-toc{background-color:rgb(var(--color-highlight));color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__search input{background-color:rgba(var(--lia-grey-light),.1)}html:not([class*=lia-theme-default]) .lia-toc__search input::-webkit-input-placeholder{color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__search input::-moz-placeholder{color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__search input:-ms-input-placeholder{color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__search input::-moz-placeholder{color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__search input,html:not([class*=lia-theme-default]) .lia-toc__search input::placeholder,html:not([class*=lia-theme-default]) .lia-toc__search .lia-toc__clear-index{color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__content a *{color:rgb(var(--lia-white));border-color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__content a.lia-toc__link--is-lvl-2:after{background-color:rgb(var(--lia-white))}html:not([class*=lia-theme-default]) .lia-toc__content a.lia-active,html:not([class*=lia-theme-default]) .lia-toc__content a.lia-active>*{color:rgb(var(--color-highlight-menu))}html:not([class*=lia-theme-default]) .lia-toc__content a.lia-active:before,html:not([class*=lia-theme-default]) .lia-toc__content a.lia-active>:before{background-color:rgb(var(--color-highlight-menu))}html:not([class*=lia-theme-default]) .lia-toc__content a__bottom{color:rgb(var(--color-highlight-menu))}.lia-tooltip{display:inline-block;position:relative}.lia-tooltip .lia-tooltiptext{visibility:hidden;color:#fff;text-align:left;z-index:1;background-color:#000;border-radius:6px;margin-left:-60px;padding:15px;position:absolute;top:100%;left:50%}.lia-tooltip:hover .lia-tooltiptext{visibility:visible}.align-middle{vertical-align:middle}.clearfix:before,.clearfix:after{content:" ";display:flow-root}.clearfix:after{clear:both}.bg-anthracite{background-color:rgb(var(--lia-anthracite))}.text-anthracite{color:rgb(var(--lia-anthracite))}.border-anthracite{border:1px solid rgb(var(--lia-anthracite))}.bg-blue-darker{background-color:rgb(var(--lia-blue-darker))}.text-blue-darker{color:rgb(var(--lia-blue-darker))}.border-blue-darker{border:1px solid rgb(var(--lia-blue-darker))}.bg-blue-dark{background-color:rgb(var(--lia-blue-dark))}.text-blue-dark{color:rgb(var(--lia-blue-dark))}.border-blue-dark{border:1px solid rgb(var(--lia-blue-dark))}.bg-blue{background-color:rgb(var(--lia-blue))}.text-blue{color:rgb(var(--lia-blue))}.border-blue{border:1px solid rgb(var(--lia-blue))}.bg-grey-dark{background-color:rgb(var(--lia-grey-dark))}.text-grey-dark{color:rgb(var(--lia-grey-dark))}.border-grey-dark{border:1px solid rgb(var(--lia-grey-dark))}.bg-grey-light{background-color:rgb(var(--lia-grey-light))}.text-grey-light{color:rgb(var(--lia-grey-light))}.border-grey-light{border:1px solid rgb(var(--lia-grey-light))}.bg-grey-lighter{background-color:rgb(var(--lia-grey-lighter))}.text-grey-lighter{color:rgb(var(--lia-grey-lighter))}.border-grey-lighter{border:1px solid rgb(var(--lia-grey-lighter))}.bg-grey{background-color:rgb(var(--lia-grey))}.text-grey{color:rgb(var(--lia-grey))}.border-grey{border:1px solid rgb(var(--lia-grey))}.bg-red-darker{background-color:rgb(var(--lia-red-darker))}.text-red-darker{color:rgb(var(--lia-red-darker))}.border-red-darker{border:1px solid rgb(var(--lia-red-darker))}.bg-red-dark{background-color:rgb(var(--lia-red-dark))}.text-red-dark{color:rgb(var(--lia-red-dark))}.border-red-dark{border:1px solid rgb(var(--lia-red-dark))}.bg-red{background-color:rgb(var(--lia-red))}.text-red{color:rgb(var(--lia-red))}.border-red{border:1px solid rgb(var(--lia-red))}.bg-success{background-color:rgb(var(--lia-success))}.text-success{color:rgb(var(--lia-success))}.border-success{border:1px solid rgb(var(--lia-success))}.bg-turquoise-darker{background-color:rgb(var(--lia-turquoise-darker))}.text-turquoise-darker{color:rgb(var(--lia-turquoise-darker))}.border-turquoise-darker{border:1px solid rgb(var(--lia-turquoise-darker))}.bg-turquoise-dark{background-color:rgb(var(--lia-turquoise-dark))}.text-turquoise-dark{color:rgb(var(--lia-turquoise-dark))}.border-turquoise-dark{border:1px solid rgb(var(--lia-turquoise-dark))}.bg-turquoise{background-color:rgb(var(--lia-turquoise))}.text-turquoise{color:rgb(var(--lia-turquoise))}.border-turquoise{border:1px solid rgb(var(--lia-turquoise))}.bg-warning{background-color:rgb(var(--lia-warning))}.text-warning{color:rgb(var(--lia-warning))}.border-warning{border:1px solid rgb(var(--lia-warning))}.bg-white{background-color:rgb(var(--lia-white))}.text-white{color:rgb(var(--lia-white))}.border-white{border:1px solid rgb(var(--lia-white))}.bg-yellow-darker{background-color:rgb(var(--lia-yellow-darker))}.text-yellow-darker{color:rgb(var(--lia-yellow-darker))}.border-yellow-darker{border:1px solid rgb(var(--lia-yellow-darker))}.bg-yellow-dark{background-color:rgb(var(--lia-yellow-dark))}.text-yellow-dark{color:rgb(var(--lia-yellow-dark))}.border-yellow-dark{border:1px solid rgb(var(--lia-yellow-dark))}.bg-yellow{background-color:rgb(var(--lia-yellow))}.text-yellow{color:rgb(var(--lia-yellow))}.border-yellow{border:1px solid rgb(var(--lia-yellow))}.bg-black{background-color:rgb(var(--lia-black))}.text-black{color:rgb(var(--lia-black))}.border-black{border:1px solid rgb(var(--lia-black))}.bg-highlight{background-color:rgb(var(--color-highlight))}.text-highlight{color:rgb(var(--color-highlight))}.border-highlight{border-color:rgb(var(--color-highlight))}.d-block{display:block}.d-inline-block{display:inline-block}.flex{display:flex}.items-center{align-items:center}.headless{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.h1,.h2,.h3{font-family:LiaSourceSerifPro;line-height:1.47}.h1{font-size:calc(2.3rem*var(--font-size-multiplier))!important}@media screen and (min-width:64em){.h1{font-size:calc(4rem*var(--font-size-multiplier))!important}.lia-mode--textbook .h1{font-size:calc(3.7rem*var(--font-size-multiplier))!important}}.h2{font-size:calc(2rem*var(--font-size-multiplier))!important}@media screen and (min-width:64em){.h2{font-size:calc(2.9rem*var(--font-size-multiplier))!important}}.h3{font-size:calc(2.3rem*var(--font-size-multiplier))!important}@media screen and (min-width:64em){.h3{font-size:calc(2.3rem*var(--font-size-multiplier))!important}}.h4,.h5{font-family:LiaSourceSansPro;line-height:1.38;font-size:calc(1.6rem*var(--font-size-multiplier))!important}.hidden-visually{clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;white-space:nowrap!important;width:1px!important;border:0!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.hide{display:none!important}@media (min-width:30em){.hide-xs-up{display:none!important}}@media (max-width:29.9375em){.hide-xs-down{display:none!important}}@media (min-width:48em){.hide-sm-up{display:none!important}}@media (max-width:47.9375em){.hide-sm-down{display:none!important}}@media (min-width:64em){.hide-md-up{display:none!important}}@media (max-width:63.9375em){.hide-md-down{display:none!important}}@media (min-width:90em){.hide-lg-up{display:none!important}}@media (max-width:89.9375em){.hide-lg-down{display:none!important}}@media (min-width:105em){.hide-xl-up{display:none!important}}@media (max-width:104.938em){.hide-xl-down{display:none!important}}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-1{margin:1rem}.mt-1{margin-top:1rem}.mr-1{margin-right:1rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.mx-1{margin-left:1rem;margin-right:1rem}.my-1{margin-top:1rem;margin-bottom:1rem}.m-2{margin:2rem}.mt-2{margin-top:2rem}.mr-2{margin-right:2rem}.mb-2{margin-bottom:2rem}.ml-2{margin-left:2rem}.mx-2{margin-left:2rem;margin-right:2rem}.my-2{margin-top:2rem;margin-bottom:2rem}.m-3{margin:3rem}.mt-3{margin-top:3rem}.mr-3{margin-right:3rem}.mb-3{margin-bottom:3rem}.ml-3{margin-left:3rem}.mx-3{margin-left:3rem;margin-right:3rem}.my-3{margin-top:3rem;margin-bottom:3rem}.m-4{margin:4rem}.mt-4{margin-top:4rem}.mr-4{margin-right:4rem}.mb-4{margin-bottom:4rem}.ml-4{margin-left:4rem}.mx-4{margin-left:4rem;margin-right:4rem}.my-4{margin-top:4rem;margin-bottom:4rem}.m-5{margin:5rem}.mt-5{margin-top:5rem}.mr-5{margin-right:5rem}.mb-5{margin-bottom:5rem}.ml-5{margin-left:5rem}.mx-5{margin-left:5rem;margin-right:5rem}.my-5{margin-top:5rem;margin-bottom:5rem}.m-6{margin:6rem}.mt-6{margin-top:6rem}.mr-6{margin-right:6rem}.mb-6{margin-bottom:6rem}.ml-6{margin-left:6rem}.mx-6{margin-left:6rem;margin-right:6rem}.my-6{margin-top:6rem;margin-bottom:6rem}.m-7{margin:7rem}.mt-7{margin-top:7rem}.mr-7{margin-right:7rem}.mb-7{margin-bottom:7rem}.ml-7{margin-left:7rem}.mx-7{margin-left:7rem;margin-right:7rem}.my-7{margin-top:7rem;margin-bottom:7rem}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pr-1{padding-right:1rem}.pb-1{padding-bottom:1rem}.pl-1{padding-left:1rem}.px-1{padding-left:1rem;padding-right:1rem}.py-1{padding-top:1rem;padding-bottom:1rem}.p-2{padding:2rem}.pt-2{padding-top:2rem}.pr-2{padding-right:2rem}.pb-2{padding-bottom:2rem}.pl-2{padding-left:2rem}.px-2{padding-left:2rem;padding-right:2rem}.py-2{padding-top:2rem;padding-bottom:2rem}.p-3{padding:3rem}.pt-3{padding-top:3rem}.pr-3{padding-right:3rem}.pb-3{padding-bottom:3rem}.pl-3{padding-left:3rem}.px-3{padding-left:3rem;padding-right:3rem}.py-3{padding-top:3rem;padding-bottom:3rem}.p-4{padding:4rem}.pt-4{padding-top:4rem}.pr-4{padding-right:4rem}.pb-4{padding-bottom:4rem}.pl-4{padding-left:4rem}.px-4{padding-left:4rem;padding-right:4rem}.py-4{padding-top:4rem;padding-bottom:4rem}.p-5{padding:5rem}.pt-5{padding-top:5rem}.pr-5{padding-right:5rem}.pb-5{padding-bottom:5rem}.pl-5{padding-left:5rem}.px-5{padding-left:5rem;padding-right:5rem}.py-5{padding-top:5rem;padding-bottom:5rem}.p-6{padding:6rem}.pt-6{padding-top:6rem}.pr-6{padding-right:6rem}.pb-6{padding-bottom:6rem}.pl-6{padding-left:6rem}.px-6{padding-left:6rem;padding-right:6rem}.py-6{padding-top:6rem;padding-bottom:6rem}.p-7{padding:7rem}.pt-7{padding-top:7rem}.pr-7{padding-right:7rem}.pb-7{padding-bottom:7rem}.pl-7{padding-left:7rem}.px-7{padding-left:7rem;padding-right:7rem}.py-7{padding-top:7rem;padding-bottom:7rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-400{font-weight:400}.text-debug{color:#add8e6}.text-info{color:rgb(var(--lia-white))}.text-warning{color:#ff0}.text-error{color:red}.text-disabled{color:rgb(var(--lia-grey))}.text-success{color:rgb(var(--lia-success))}.max-w-0{max-width:0}.max-w-full{max-width:100%}.max-w-50{max-width:25%;max-width:50%}.max-w-75{max-width:75%}.max-w-xs{max-width:29.9375em}.max-w-sm{max-width:47.9375em}.max-w-md{max-width:63.9375em}.max-w-lg{max-width:89.9375em}.max-w-xl{max-width:104.938em}.lia-svg{padding-left:1rem;padding-right:1rem;overflow:auto}.lia-print-only{display:none}@media print{.lia-print-only{z-index:1000;background-color:#fff;padding:1rem;position:absolute;display:inline-block!important}.lia-print-only:before{content:"↪︎ "}.lia-slide{height:unset!important}.lia-toc,.lia-support-menu--open,.lia-slide__footer,.lia-quiz__control,.lia-code-control,.lia-plot__switch,.lia-table__sort,.lia-code__min-max,.lia-code__copy,#lia-toolbar-nav{width:0!important;display:none!important}main,.lia-canvas,.lia-slide{width:unset!important;height:unset!important;margin-top:unset!important;overflow:hidden!important}.lia-code-terminal__output{height:-moz-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;max-height:800px!important}table,ul,ol,figure,blockquote,.lia-quiz,.lia-code-terminal__output{break-inside:avoid}.lia-gallery{flex-flow:wrap}.lia-lightbox__icon{display:none}.lia-table-responsive{max-height:-moz-fit-content!important;max-height:-moz-fit-content!important;max-height:fit-content!important}.ace_gutter-active-line{background-color:unset!important}.ace_hidden-cursors{opacity:0}.ace_text-input{orphans:3;widows:3;break-inside:auto!important}label{page-break-after:avoid}}.ace-multi-cursor{pointer-events:auto;z-index:10;position:absolute}.ace-multi-cursor:before{content:"";width:6px;height:5px;background:inherit;margin-top:-5px;margin-left:-2px;display:block}.ace-multi-cursor-tooltip{white-space:nowrap;color:#fff;text-shadow:0 0 1px #000;opacity:1;-o-transition:opacity .5s ease-out;padding:2px;font-family:sans-serif;font-size:12px;transition:opacity .5s ease-out;position:absolute}.ace-multi-selection{pointer-events:auto;z-index:10;opacity:.3;position:absolute}.ace-radar-view{min-width:6px;position:relative}.ace-radar-view-scroll-indicator{cursor:pointer;border-style:double;border-width:3px;border-radius:4px;position:absolute;left:0;right:0}.ace-radar-view-cursor-indicator{height:4px;cursor:pointer;border:1px solid #000;border-radius:3px;position:absolute;left:0;right:0}.ace-radar-view-wrapper{float:left;height:100%;width:6px;margin-right:4px;position:relative}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(KaTeX_AMS-Regular.4cd18550.woff2)format("woff2"),url(KaTeX_AMS-Regular.0ed69bcc.woff)format("woff"),url(KaTeX_AMS-Regular.250082d1.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(KaTeX_Caligraphic-Bold.7d84fcea.woff2)format("woff2"),url(KaTeX_Caligraphic-Bold.8b718944.woff)format("woff"),url(KaTeX_Caligraphic-Bold.5d7c4d00.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(KaTeX_Caligraphic-Regular.7e34eae2.woff2)format("woff2"),url(KaTeX_Caligraphic-Regular.ab0f4493.woff)format("woff"),url(KaTeX_Caligraphic-Regular.d4de5f30.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(KaTeX_Fraktur-Bold.db0fea8b.woff2)format("woff2"),url(KaTeX_Fraktur-Bold.75fe0c6c.woff)format("woff"),url(KaTeX_Fraktur-Bold.4d449c5d.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(KaTeX_Fraktur-Regular.7a216293.woff2)format("woff2"),url(KaTeX_Fraktur-Regular.1cce75f1.woff)format("woff"),url(KaTeX_Fraktur-Regular.ab0bff81.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(KaTeX_Main-Bold.88cef7b1.woff2)format("woff2"),url(KaTeX_Main-Bold.08709b09.woff)format("woff"),url(KaTeX_Main-Bold.95836a30.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(KaTeX_Main-BoldItalic.c09d0cf1.woff2)format("woff2"),url(KaTeX_Main-BoldItalic.d122a512.woff)format("woff"),url(KaTeX_Main-BoldItalic.26f3c4f3.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(KaTeX_Main-Italic.de0e580d.woff2)format("woff2"),url(KaTeX_Main-Italic.66e02c4c.woff)format("woff"),url(KaTeX_Main-Italic.c6e95937.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(KaTeX_Main-Regular.e2dbd876.woff2)format("woff2"),url(KaTeX_Main-Regular.5a82f7eb.woff)format("woff"),url(KaTeX_Main-Regular.cd9ba532.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(KaTeX_Math-BoldItalic.6cf39e99.woff2)format("woff2"),url(KaTeX_Math-BoldItalic.b0ed6322.woff)format("woff"),url(KaTeX_Math-BoldItalic.df285d77.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(KaTeX_Math-Italic.0470e72d.woff2)format("woff2"),url(KaTeX_Math-Italic.cfffd3c0.woff)format("woff"),url(KaTeX_Math-Italic.ffea941f.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(KaTeX_SansSerif-Bold.b444b1f5.woff2)format("woff2"),url(KaTeX_SansSerif-Bold.8e1222db.woff)format("woff"),url(KaTeX_SansSerif-Bold.67ea3185.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(KaTeX_SansSerif-Italic.6a451fb7.woff2)format("woff2"),url(KaTeX_SansSerif-Italic.fb683703.woff)format("woff"),url(KaTeX_SansSerif-Italic.75326218.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(KaTeX_SansSerif-Regular.e52904c3.woff2)format("woff2"),url(KaTeX_SansSerif-Regular.94fae992.woff)format("woff"),url(KaTeX_SansSerif-Regular.51b8a34d.ttf)format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(KaTeX_Script-Regular.9f85c0f7.woff2)format("woff2"),url(KaTeX_Script-Regular.6205c9f9.woff)format("woff"),url(KaTeX_Script-Regular.964126b9.ttf)format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(KaTeX_Size1-Regular.263f0826.woff2)format("woff2"),url(KaTeX_Size1-Regular.679bf7b5.woff)format("woff"),url(KaTeX_Size1-Regular.9e7bb2db.ttf)format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(KaTeX_Size2-Regular.7ddce1f2.woff2)format("woff2"),url(KaTeX_Size2-Regular.5c5b0f28.woff)format("woff"),url(KaTeX_Size2-Regular.16a5807b.ttf)format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(KaTeX_Size3-Regular.8e605720.woff2)format("woff2"),url(KaTeX_Size3-Regular.2a93ab93.woff)format("woff"),url(KaTeX_Size3-Regular.347ba5e0.ttf)format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(KaTeX_Size4-Regular.595ce6e5.woff2)format("woff2"),url(KaTeX_Size4-Regular.2488fb45.woff)format("woff"),url(KaTeX_Size4-Regular.f41b14d6.ttf)format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(KaTeX_Typewriter-Regular.21beea8e.woff2)format("woff2"),url(KaTeX_Typewriter-Regular.662fc5b4.woff)format("woff"),url(KaTeX_Typewriter-Regular.ffbe21f7.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);height:1px;width:1px;border:0;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{min-width:2px;vertical-align:bottom;width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{width:100%;border-bottom-style:solid;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{width:100%;border-bottom-style:solid;display:inline-block}.katex .hdashline{width:100%;border-bottom-style:dashed;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex img{max-height:none;max-width:none;min-height:0;min-width:0;border-style:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo)")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo)")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}
|