From 73b1250cbf79a231c3ce82e20675578c3b9e29d7 Mon Sep 17 00:00:00 2001 From: Dillon Date: Fri, 14 Feb 2020 22:07:46 +0800 Subject: [PATCH] chore: refactor css code style --- assets/css/_page/_single.scss | 14 -------------- assets/css/lib/VERSION | 1 + assets/css/{_aplayer => lib/aplayer}/dark.scss | 0 assets/css/{_mermaid => lib/mermaid}/class.scss | 0 .../css/{_mermaid => lib/mermaid}/dark/index.scss | 0 .../{_mermaid => lib/mermaid}/default/index.scss | 0 .../css/{_mermaid => lib/mermaid}/flowchart.scss | 0 .../{_mermaid => lib/mermaid}/forest/index.scss | 0 assets/css/{_mermaid => lib/mermaid}/gantt.scss | 0 assets/css/{_mermaid => lib/mermaid}/git.scss | 0 assets/css/{_mermaid => lib/mermaid}/mermaid.scss | 0 .../{_mermaid => lib/mermaid}/neutral/index.scss | 0 assets/css/{_mermaid => lib/mermaid}/pie.scss | 0 assets/css/{_mermaid => lib/mermaid}/sequence.scss | 0 assets/css/{_mermaid => lib/mermaid}/state.scss | 0 assets/css/mermaid.scss | 11 +++++++++++ layouts/partials/head/link.html | 2 +- layouts/partials/script.html | 7 ++++++- ...k.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content | 3 +++ ...dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json | 1 + ....scss_47c39385820f863b38577add52fcdd18.content} | 2 +- ...some.scss_47c39385820f863b38577add52fcdd18.json | 1 + ...some.scss_5d4745c1ddf0ff545720088f3b6c7354.json | 1 - ...d.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content | 3 +++ ...maid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json | 1 + ...e.scss_b8ba9a60a151126bfcde1421dc0b972d.content | 2 +- 26 files changed, 30 insertions(+), 19 deletions(-) rename assets/css/{_aplayer => lib/aplayer}/dark.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/class.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/dark/index.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/default/index.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/flowchart.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/forest/index.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/gantt.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/git.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/mermaid.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/neutral/index.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/pie.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/sequence.scss (100%) rename assets/css/{_mermaid => lib/mermaid}/state.scss (100%) create mode 100644 assets/css/mermaid.scss create mode 100644 resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content create mode 100644 resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json rename resources/_gen/assets/scss/css/lib/forkawesome/{fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.content => fork-awesome.scss_47c39385820f863b38577add52fcdd18.content} (99%) create mode 100644 resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.json delete mode 100644 resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.json create mode 100644 resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content create mode 100644 resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss index 552c53e..9a6603d 100644 --- a/assets/css/_page/_single.scss +++ b/assets/css/_page/_single.scss @@ -270,20 +270,6 @@ @import "../_partial/_single/code"; @import "../_partial/_single/admonition"; - .mermaid { - width: 100%; - margin: 3% auto; - text-align: center; - - @import "../_mermaid/neutral/index"; - - .dark-theme & { - @import "../_mermaid/dark/index"; - } - } - - @import "../_aplayer/dark.scss"; - .echarts { width: 100%; height: 30rem; diff --git a/assets/css/lib/VERSION b/assets/css/lib/VERSION index fbe4ff5..24cae60 100644 --- a/assets/css/lib/VERSION +++ b/assets/css/lib/VERSION @@ -4,3 +4,4 @@ gittalk@1.5.0 katex@0.11.1 aplayer@1.10.1 animate.css@3.7.2 +mermaid@8.4.2 diff --git a/assets/css/_aplayer/dark.scss b/assets/css/lib/aplayer/dark.scss similarity index 100% rename from assets/css/_aplayer/dark.scss rename to assets/css/lib/aplayer/dark.scss diff --git a/assets/css/_mermaid/class.scss b/assets/css/lib/mermaid/class.scss similarity index 100% rename from assets/css/_mermaid/class.scss rename to assets/css/lib/mermaid/class.scss diff --git a/assets/css/_mermaid/dark/index.scss b/assets/css/lib/mermaid/dark/index.scss similarity index 100% rename from assets/css/_mermaid/dark/index.scss rename to assets/css/lib/mermaid/dark/index.scss diff --git a/assets/css/_mermaid/default/index.scss b/assets/css/lib/mermaid/default/index.scss similarity index 100% rename from assets/css/_mermaid/default/index.scss rename to assets/css/lib/mermaid/default/index.scss diff --git a/assets/css/_mermaid/flowchart.scss b/assets/css/lib/mermaid/flowchart.scss similarity index 100% rename from assets/css/_mermaid/flowchart.scss rename to assets/css/lib/mermaid/flowchart.scss diff --git a/assets/css/_mermaid/forest/index.scss b/assets/css/lib/mermaid/forest/index.scss similarity index 100% rename from assets/css/_mermaid/forest/index.scss rename to assets/css/lib/mermaid/forest/index.scss diff --git a/assets/css/_mermaid/gantt.scss b/assets/css/lib/mermaid/gantt.scss similarity index 100% rename from assets/css/_mermaid/gantt.scss rename to assets/css/lib/mermaid/gantt.scss diff --git a/assets/css/_mermaid/git.scss b/assets/css/lib/mermaid/git.scss similarity index 100% rename from assets/css/_mermaid/git.scss rename to assets/css/lib/mermaid/git.scss diff --git a/assets/css/_mermaid/mermaid.scss b/assets/css/lib/mermaid/mermaid.scss similarity index 100% rename from assets/css/_mermaid/mermaid.scss rename to assets/css/lib/mermaid/mermaid.scss diff --git a/assets/css/_mermaid/neutral/index.scss b/assets/css/lib/mermaid/neutral/index.scss similarity index 100% rename from assets/css/_mermaid/neutral/index.scss rename to assets/css/lib/mermaid/neutral/index.scss diff --git a/assets/css/_mermaid/pie.scss b/assets/css/lib/mermaid/pie.scss similarity index 100% rename from assets/css/_mermaid/pie.scss rename to assets/css/lib/mermaid/pie.scss diff --git a/assets/css/_mermaid/sequence.scss b/assets/css/lib/mermaid/sequence.scss similarity index 100% rename from assets/css/_mermaid/sequence.scss rename to assets/css/lib/mermaid/sequence.scss diff --git a/assets/css/_mermaid/state.scss b/assets/css/lib/mermaid/state.scss similarity index 100% rename from assets/css/_mermaid/state.scss rename to assets/css/lib/mermaid/state.scss diff --git a/assets/css/mermaid.scss b/assets/css/mermaid.scss new file mode 100644 index 0000000..088ad2d --- /dev/null +++ b/assets/css/mermaid.scss @@ -0,0 +1,11 @@ +.mermaid { + width: 100%; + margin: 3% auto; + text-align: center; + + @import "lib/mermaid/neutral/index"; + + .dark-theme & { + @import "lib/mermaid/dark/index"; + } +} diff --git a/layouts/partials/head/link.html b/layouts/partials/head/link.html index 8f27cd1..92c6470 100644 --- a/layouts/partials/head/link.html +++ b/layouts/partials/head/link.html @@ -38,7 +38,7 @@ {{- end -}} {{- /* Fork Awesome https://forkaweso.me/ */ -}} -{{- $options := dict "targetPath" "css/lib/forkawesome/forkawesome.min.css" "outputStyle" "compressed" "enableSourceMap" true -}} +{{- $options := dict "targetPath" "css/lib/forkawesome/fork-awesome.min.css" "outputStyle" "compressed" "enableSourceMap" true -}} {{- $res := resources.Get "css/lib/forkawesome/fork-awesome.scss"| toCSS $options -}} diff --git a/layouts/partials/script.html b/layouts/partials/script.html index 00ae5f5..ec86f9e 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -104,6 +104,7 @@ {{- else -}} {{- slice "js/lib/mermaid/mermaid.min.js" | $.Scratch.Add "scriptLocal" -}} {{- end -}} + {{- slice "css/mermaid.scss" | $.Scratch.Add "linkLocal" -}} @@ -117,6 +118,7 @@ {{- else -}} {{- slice "css/lib/aplayer/APlayer.min.css" | .Scratch.Add "linkLocal" -}} {{- end -}} + {{- slice "css/lib/aplayer/dark.scss" | .Scratch.Add "linkLocal" -}} {{- with $CDN.aplayer_js -}} {{- slice . | $.Scratch.Add "scriptCDN" -}} {{- else -}} @@ -176,7 +178,10 @@ {{- end -}} {{- range .Scratch.Get "linkLocal" -}} {{- $res := resources.Get . -}} - {{- if not (strings.HasSuffix . ".min.css") -}} + {{- if strings.HasSuffix . ".scss" -}} + {{- $options := dict "outputStyle" "compressed" "enableSourceMap" true -}} + {{- $res = toCSS $options $res -}} + {{- else if not (strings.HasSuffix . ".min.css") -}} {{- $res = minify $res -}} {{- end -}} diff --git a/resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content b/resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content new file mode 100644 index 0000000..e5e0216 --- /dev/null +++ b/resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content @@ -0,0 +1,3 @@ +.dark-theme .aplayer{background:#212121}.dark-theme .aplayer.aplayer-withlist .aplayer-info{border-bottom-color:#5c5c5c}.dark-theme .aplayer.aplayer-fixed .aplayer-list{border-color:#5c5c5c}.dark-theme .aplayer .aplayer-body{background-color:#212121}.dark-theme .aplayer .aplayer-info{border-top-color:#212121}.dark-theme .aplayer .aplayer-info .aplayer-music .aplayer-title{color:#fff}.dark-theme .aplayer .aplayer-info .aplayer-music .aplayer-author{color:#fff}.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-time{color:#eee}.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#eee}.dark-theme .aplayer .aplayer-list{background-color:#212121}.dark-theme .aplayer .aplayer-list::-webkit-scrollbar-thumb{background-color:#999}.dark-theme .aplayer .aplayer-list::-webkit-scrollbar-thumb:hover{background-color:#bbb}.dark-theme .aplayer .aplayer-list li{color:#fff;border-top-color:#666}.dark-theme .aplayer .aplayer-list li:hover{background:#4e4e4e}.dark-theme .aplayer .aplayer-list li.aplayer-list-light{background:#6c6c6c}.dark-theme .aplayer .aplayer-list li .aplayer-list-index{color:#ddd}.dark-theme .aplayer .aplayer-list li .aplayer-list-author{color:#ddd}.dark-theme .aplayer .aplayer-lrc{text-shadow:-1px -1px 0 #666}.dark-theme .aplayer .aplayer-lrc:before{background:-moz-linear-gradient(top, #212121 0%, rgba(33,33,33,0) 100%);background:-webkit-linear-gradient(top, #212121 0%, rgba(33,33,33,0) 100%);background:linear-gradient(to bottom, #212121 0%, rgba(33,33,33,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#00212121',GradientType=0 )}.dark-theme .aplayer .aplayer-lrc:after{background:-moz-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);background:-webkit-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);background:linear-gradient(to bottom, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#cc212121',GradientType=0 )}.dark-theme .aplayer .aplayer-lrc p{color:#fff}.dark-theme .aplayer .aplayer-miniswitcher{background:#484848}.dark-theme .aplayer .aplayer-miniswitcher .aplayer-icon path{fill:#eee} + +/*# sourceMappingURL=dark.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json b/resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json new file mode 100644 index 0000000..0c07e30 --- /dev/null +++ b/resources/_gen/assets/scss/css/lib/aplayer/dark.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json @@ -0,0 +1 @@ +{"Target":"css/lib/aplayer/dark.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.content b/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.content similarity index 99% rename from resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.content rename to resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.content index de23cd9..1e708f3 100644 --- a/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.content +++ b/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.content @@ -11,4 +11,4 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */@font-face{font-family:"ForkAwesome";src:url("../fonts/forkawesome-webfont.eot?v=1.1.7");src:url("../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7") format("embedded-opentype"),url("../fonts/forkawesome-webfont.woff2?v=1.1.7") format("woff2"),url("../fonts/forkawesome-webfont.woff?v=1.1.7") format("woff"),url("../fonts/forkawesome-webfont.ttf?v=1.1.7") format("truetype"),url("../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular") format("svg");font-weight:normal;font-style:normal}.fo{display:inline-block;font:normal normal normal 14px/1 ForkAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fo-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fo-2x{font-size:2em}.fo-3x{font-size:3em}.fo-4x{font-size:4em}.fo-5x{font-size:5em}.fo-fw{width:1.28571429em;text-align:center}.fo-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fo-ul>li{position:relative}.fo-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fo-li.fo-lg{left:-1.85714286em}.fo-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.fo-pull-left{float:left}.fo-pull-right{float:right}.fo.fo-pull-left{margin-right:.3em}.fo.fo-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fo.pull-left{margin-right:.3em}.fo.pull-right{margin-left:.3em}.fo-spin{-webkit-animation:fo-spin 2s infinite linear;animation:fo-spin 2s infinite linear}.fo-pulse{-webkit-animation:fo-spin 1s infinite steps(8);animation:fo-spin 1s infinite steps(8)}@-webkit-keyframes fo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fo-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fo-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fo-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fo-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fo-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fo-rotate-90,:root .fo-rotate-180,:root .fo-rotate-270,:root .fo-flip-horizontal,:root .fo-flip-vertical{filter:none}.fo-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fo-stack-1x,.fo-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fo-stack-1x{line-height:inherit}.fo-stack-2x{font-size:2em}.fo-inverse{color:#fff}.fo-glass:before{content:""}.fo-music:before{content:""}.fo-search:before{content:""}.fo-envelope-o:before{content:""}.fo-heart:before{content:""}.fo-star:before{content:""}.fo-star-o:before{content:""}.fo-user:before{content:""}.fo-film:before{content:""}.fo-th-large:before{content:""}.fo-th:before{content:""}.fo-th-list:before{content:""}.fo-check:before{content:""}.fo-remove:before,.fo-close:before,.fo-times:before{content:""}.fo-search-plus:before{content:""}.fo-search-minus:before{content:""}.fo-power-off:before{content:""}.fo-signal:before{content:""}.fo-gear:before,.fo-cog:before{content:""}.fo-trash-o:before{content:""}.fo-home:before{content:""}.fo-file-o:before{content:""}.fo-clock-o:before{content:""}.fo-road:before{content:""}.fo-download:before{content:""}.fo-arrow-circle-o-down:before{content:""}.fo-arrow-circle-o-up:before{content:""}.fo-inbox:before{content:""}.fo-play-circle-o:before{content:""}.fo-rotate-right:before,.fo-repeat:before{content:""}.fo-sync:before,.fo-refresh:before{content:""}.fo-list-alt:before{content:""}.fo-lock:before{content:""}.fo-flag:before{content:""}.fo-headphones:before{content:""}.fo-volume-off:before{content:""}.fo-volume-down:before{content:""}.fo-volume-up:before{content:""}.fo-qrcode:before{content:""}.fo-barcode:before{content:""}.fo-tag:before{content:""}.fo-tags:before{content:""}.fo-book:before{content:""}.fo-bookmark:before{content:""}.fo-print:before{content:""}.fo-camera:before{content:""}.fo-font:before{content:""}.fo-bold:before{content:""}.fo-italic:before{content:""}.fo-text-height:before{content:""}.fo-text-width:before{content:""}.fo-align-left:before{content:""}.fo-align-center:before{content:""}.fo-align-right:before{content:""}.fo-align-justify:before{content:""}.fo-list:before{content:""}.fo-dedent:before,.fo-outdent:before{content:""}.fo-indent:before{content:""}.fo-video:before,.fo-video-camera:before{content:""}.fo-photo:before,.fo-image:before,.fo-picture-o:before{content:""}.fo-pencil:before{content:""}.fo-map-marker:before{content:""}.fo-adjust:before{content:""}.fo-tint:before{content:""}.fo-edit:before,.fo-pencil-square-o:before{content:""}.fo-share-square-o:before{content:""}.fo-check-square-o:before{content:""}.fo-arrows:before{content:""}.fo-step-backward:before{content:""}.fo-fast-backward:before{content:""}.fo-backward:before{content:""}.fo-play:before{content:""}.fo-pause:before{content:""}.fo-stop:before{content:""}.fo-forward:before{content:""}.fo-fast-forward:before{content:""}.fo-step-forward:before{content:""}.fo-eject:before{content:""}.fo-chevron-left:before{content:""}.fo-chevron-right:before{content:""}.fo-plus-circle:before{content:""}.fo-minus-circle:before{content:""}.fo-times-circle:before{content:""}.fo-check-circle:before{content:""}.fo-question-circle:before{content:""}.fo-info-circle:before{content:""}.fo-crosshairs:before{content:""}.fo-times-circle-o:before{content:""}.fo-check-circle-o:before{content:""}.fo-ban:before{content:""}.fo-arrow-left:before{content:""}.fo-arrow-right:before{content:""}.fo-arrow-up:before{content:""}.fo-arrow-down:before{content:""}.fo-mail-forward:before,.fo-share:before{content:""}.fo-expand:before{content:""}.fo-compress:before{content:""}.fo-plus:before{content:""}.fo-minus:before{content:""}.fo-asterisk:before{content:""}.fo-exclamation-circle:before{content:""}.fo-gift:before{content:""}.fo-leaf:before{content:""}.fo-fire:before{content:""}.fo-eye:before{content:""}.fo-eye-slash:before{content:""}.fo-warning:before,.fo-exclamation-triangle:before{content:""}.fo-plane:before{content:""}.fo-calendar:before{content:""}.fo-random:before{content:""}.fo-comment:before{content:""}.fo-magnet:before{content:""}.fo-chevron-up:before{content:""}.fo-chevron-down:before{content:""}.fo-retweet:before{content:""}.fo-shopping-cart:before{content:""}.fo-folder:before{content:""}.fo-folder-open:before{content:""}.fo-arrows-v:before{content:""}.fo-arrows-h:before{content:""}.fo-bar-chart-o:before,.fo-bar-chart:before{content:""}.fo-twitter-square:before{content:""}.fo-facebook-square:before{content:""}.fo-camera-retro:before{content:""}.fo-key:before{content:""}.fo-gears:before,.fo-cogs:before{content:""}.fo-comments:before{content:""}.fo-thumbs-o-up:before{content:""}.fo-thumbs-o-down:before{content:""}.fo-star-half:before{content:""}.fo-heart-o:before{content:""}.fo-sign-out:before{content:""}.fo-linkedin-square:before{content:""}.fo-thumb-tack:before{content:""}.fo-external-link:before{content:""}.fo-sign-in:before{content:""}.fo-trophy:before{content:""}.fo-github-square:before{content:""}.fo-upload:before{content:""}.fo-lemon-o:before{content:""}.fo-phone:before{content:""}.fo-square-o:before{content:""}.fo-bookmark-o:before{content:""}.fo-phone-square:before{content:""}.fo-twitter:before{content:""}.fo-facebook-f:before,.fo-facebook:before{content:""}.fo-github:before{content:""}.fo-unlock:before{content:""}.fo-credit-card:before{content:""}.fo-feed:before,.fo-rss:before{content:""}.fo-hdd-o:before{content:""}.fo-bullhorn:before{content:""}.fo-bell-o:before{content:""}.fo-certificate:before{content:""}.fo-hand-o-right:before{content:""}.fo-hand-o-left:before{content:""}.fo-hand-o-up:before{content:""}.fo-hand-o-down:before{content:""}.fo-arrow-circle-left:before{content:""}.fo-arrow-circle-right:before{content:""}.fo-arrow-circle-up:before{content:""}.fo-arrow-circle-down:before{content:""}.fo-globe:before{content:""}.fo-globe-e:before{content:""}.fo-globe-w:before{content:""}.fo-wrench:before{content:""}.fo-tasks:before{content:""}.fo-filter:before{content:""}.fo-briefcase:before{content:""}.fo-arrows-alt:before{content:""}.fo-community:before,.fo-group:before,.fo-users:before{content:""}.fo-chain:before,.fo-link:before{content:""}.fo-cloud:before{content:""}.fo-flask:before{content:""}.fo-cut:before,.fo-scissors:before{content:""}.fo-copy:before,.fo-files-o:before{content:""}.fo-paperclip:before{content:""}.fo-save:before,.fo-floppy-o:before{content:""}.fo-square:before{content:""}.fo-navicon:before,.fo-reorder:before,.fo-bars:before{content:""}.fo-list-ul:before{content:""}.fo-list-ol:before{content:""}.fo-strikethrough:before{content:""}.fo-underline:before{content:""}.fo-table:before{content:""}.fo-magic:before{content:""}.fo-truck:before{content:""}.fo-pinterest:before{content:""}.fo-pinterest-square:before{content:""}.fo-google-plus-square:before{content:""}.fo-google-plus-g:before,.fo-google-plus:before{content:""}.fo-money:before{content:""}.fo-caret-down:before{content:""}.fo-caret-up:before{content:""}.fo-caret-left:before{content:""}.fo-caret-right:before{content:""}.fo-columns:before{content:""}.fo-unsorted:before,.fo-sort:before{content:""}.fo-sort-down:before,.fo-sort-desc:before{content:""}.fo-sort-up:before,.fo-sort-asc:before{content:""}.fo-envelope:before{content:""}.fo-linkedin:before{content:""}.fo-rotate-left:before,.fo-undo:before{content:""}.fo-legal:before,.fo-gavel:before{content:""}.fo-dashboard:before,.fo-tachometer:before{content:""}.fo-comment-o:before{content:""}.fo-comments-o:before{content:""}.fo-flash:before,.fo-bolt:before{content:""}.fo-sitemap:before{content:""}.fo-umbrella:before{content:""}.fo-paste:before,.fo-clipboard:before{content:""}.fo-lightbulb-o:before{content:""}.fo-exchange:before{content:""}.fo-cloud-download:before{content:""}.fo-cloud-upload:before{content:""}.fo-user-md:before{content:""}.fo-stethoscope:before{content:""}.fo-suitcase:before{content:""}.fo-bell:before{content:""}.fo-coffee:before{content:""}.fo-utensils:before,.fo-cutlery:before{content:""}.fo-file-text-o:before{content:""}.fo-building-o:before{content:""}.fo-hospital-o:before{content:""}.fo-ambulance:before{content:""}.fo-medkit:before{content:""}.fo-fighter-jet:before{content:""}.fo-beer:before{content:""}.fo-h-square:before{content:""}.fo-plus-square:before{content:""}.fo-angle-double-left:before{content:""}.fo-angle-double-right:before{content:""}.fo-angle-double-up:before{content:""}.fo-angle-double-down:before{content:""}.fo-angle-left:before{content:""}.fo-angle-right:before{content:""}.fo-angle-up:before{content:""}.fo-angle-down:before{content:""}.fo-desktop:before{content:""}.fo-laptop:before{content:""}.fo-tablet:before{content:""}.fo-mobile-phone:before,.fo-mobile:before{content:""}.fo-circle-o:before{content:""}.fo-quote-left:before{content:""}.fo-quote-right:before{content:""}.fo-spinner:before{content:""}.fo-circle:before{content:""}.fo-mail-reply:before,.fo-reply:before{content:""}.fo-github-alt:before{content:""}.fo-folder-o:before{content:""}.fo-folder-open-o:before{content:""}.fo-smile-o:before{content:""}.fo-frown-o:before{content:""}.fo-meh-o:before{content:""}.fo-gamepad:before{content:""}.fo-keyboard-o:before{content:""}.fo-flag-o:before{content:""}.fo-flag-checkered:before{content:""}.fo-terminal:before{content:""}.fo-code:before{content:""}.fo-mail-reply-all:before,.fo-reply-all:before{content:""}.fo-star-half-empty:before,.fo-star-half-full:before,.fo-star-half-o:before{content:""}.fo-location-arrow:before{content:""}.fo-crop:before{content:""}.fo-code-fork:before{content:""}.fo-unlink:before,.fo-chain-broken:before{content:""}.fo-question:before{content:""}.fo-info:before{content:""}.fo-exclamation:before{content:""}.fo-superscript:before{content:""}.fo-subscript:before{content:""}.fo-eraser:before{content:""}.fo-puzzle-piece:before{content:""}.fo-microphone:before{content:""}.fo-microphone-slash:before{content:""}.fo-shield:before{content:""}.fo-calendar-o:before{content:""}.fo-fire-extinguisher:before{content:""}.fo-rocket:before{content:""}.fo-maxcdn:before{content:""}.fo-chevron-circle-left:before{content:""}.fo-chevron-circle-right:before{content:""}.fo-chevron-circle-up:before{content:""}.fo-chevron-circle-down:before{content:""}.fo-html5:before{content:""}.fo-css3:before{content:""}.fo-anchor:before{content:""}.fo-unlock-alt:before{content:""}.fo-bullseye:before{content:""}.fo-ellipsis-h:before{content:""}.fo-ellipsis-v:before{content:""}.fo-rss-square:before{content:""}.fo-play-circle:before{content:""}.fo-ticket:before{content:""}.fo-minus-square:before{content:""}.fo-minus-square-o:before{content:""}.fo-level-up:before{content:""}.fo-level-down:before{content:""}.fo-check-square:before{content:""}.fo-pencil-square:before{content:""}.fo-external-link-square:before{content:""}.fo-share-square:before{content:""}.fo-compass:before{content:""}.fo-toggle-down:before,.fo-caret-square-o-down:before{content:""}.fo-toggle-up:before,.fo-caret-square-o-up:before{content:""}.fo-toggle-right:before,.fo-caret-square-o-right:before{content:""}.fo-euro:before,.fo-eur:before{content:""}.fo-pound:before,.fo-gbp:before{content:""}.fo-dollar:before,.fo-usd:before{content:""}.fo-rupee:before,.fo-inr:before{content:""}.fo-cny:before,.fo-rmb:before,.fo-yen:before,.fo-jpy:before{content:""}.fo-ruble:before,.fo-rouble:before,.fo-rub:before{content:""}.fo-won:before,.fo-krw:before{content:""}.fo-bitcoin:before,.fo-btc:before{content:""}.fo-file:before{content:""}.fo-file-text:before{content:""}.fo-sort-alpha-down:before,.fo-sort-alpha-asc:before{content:""}.fo-sort-alpha-up:before,.fo-sort-alpha-desc:before{content:""}.fo-sort-amount-down:before,.fo-sort-amount-asc:before{content:""}.fo-sort-amount-up:before,.fo-sort-amount-desc:before{content:""}.fo-sort-numeric-down:before,.fo-sort-numeric-asc:before{content:""}.fo-sort-numeric-up:before,.fo-sort-numeric-desc:before{content:""}.fo-thumbs-up:before{content:""}.fo-thumbs-down:before{content:""}.fo-youtube-square:before{content:""}.fo-youtube:before{content:""}.fo-xing:before{content:""}.fo-xing-square:before{content:""}.fo-youtube-play:before{content:""}.fo-dropbox:before{content:""}.fo-stack-overflow:before{content:""}.fo-instagram:before{content:""}.fo-flickr:before{content:""}.fo-adn:before{content:""}.fo-bitbucket:before{content:""}.fo-bitbucket-square:before{content:""}.fo-tumblr:before{content:""}.fo-tumblr-square:before{content:""}.fo-long-arrow-down:before{content:""}.fo-long-arrow-up:before{content:""}.fo-long-arrow-left:before{content:""}.fo-long-arrow-right:before{content:""}.fo-apple:before{content:""}.fo-windows:before{content:""}.fo-android:before{content:""}.fo-linux:before{content:""}.fo-dribbble:before{content:""}.fo-skype:before{content:""}.fo-foursquare:before{content:""}.fo-trello:before{content:""}.fo-female:before{content:""}.fo-male:before{content:""}.fo-gittip:before,.fo-gratipay:before{content:""}.fo-sun-o:before{content:""}.fo-moon-o:before{content:""}.fo-archive:before{content:""}.fo-bug:before{content:""}.fo-vk:before{content:""}.fo-weibo:before{content:""}.fo-renren:before{content:""}.fo-pagelines:before{content:""}.fo-stack-exchange:before{content:""}.fo-arrow-circle-o-right:before{content:""}.fo-arrow-circle-o-left:before{content:""}.fo-toggle-left:before,.fo-caret-square-o-left:before{content:""}.fo-dot-circle-o:before{content:""}.fo-wheelchair:before{content:""}.fo-vimeo-square:before{content:""}.fo-turkish-lira:before,.fo-try:before{content:""}.fo-plus-square-o:before{content:""}.fo-space-shuttle:before{content:""}.fo-slack:before{content:""}.fo-envelope-square:before{content:""}.fo-wordpress:before{content:""}.fo-openid:before{content:""}.fo-institution:before,.fo-bank:before,.fo-university:before{content:""}.fo-mortar-board:before,.fo-graduation-cap:before{content:""}.fo-yahoo:before{content:""}.fo-google:before{content:""}.fo-reddit:before{content:""}.fo-reddit-square:before{content:""}.fo-stumbleupon-circle:before{content:""}.fo-stumbleupon:before{content:""}.fo-delicious:before{content:""}.fo-digg:before{content:""}.fo-drupal:before{content:""}.fo-joomla:before{content:""}.fo-language:before{content:""}.fo-fax:before{content:""}.fo-building:before{content:""}.fo-child:before{content:""}.fo-paw:before{content:""}.fo-utensil-spoon:before,.fo-spoon:before{content:""}.fo-cube:before{content:""}.fo-cubes:before{content:""}.fo-behance:before{content:""}.fo-behance-square:before{content:""}.fo-steam:before{content:""}.fo-steam-square:before{content:""}.fo-recycle:before{content:""}.fo-automobile:before,.fo-car:before{content:""}.fo-cab:before,.fo-taxi:before{content:""}.fo-tree:before{content:""}.fo-spotify:before{content:""}.fo-deviantart:before{content:""}.fo-soundcloud:before{content:""}.fo-database:before{content:""}.fo-file-pdf-o:before{content:""}.fo-file-word-o:before{content:""}.fo-file-excel-o:before{content:""}.fo-file-powerpoint-o:before{content:""}.fo-file-photo-o:before,.fo-file-picture-o:before,.fo-file-image-o:before{content:""}.fo-file-zip-o:before,.fo-file-archive-o:before{content:""}.fo-file-sound-o:before,.fo-file-audio-o:before{content:""}.fo-file-movie-o:before,.fo-file-video-o:before{content:""}.fo-file-code-o:before{content:""}.fo-vine:before{content:""}.fo-codepen:before{content:""}.fo-jsfiddle:before{content:""}.fo-life-bouy:before,.fo-life-buoy:before,.fo-life-saver:before,.fo-support:before,.fo-life-ring:before{content:""}.fo-circle-o-notch:before{content:""}.fo-ra:before,.fo-resistance:before,.fo-rebel:before{content:""}.fo-ge:before,.fo-empire:before{content:""}.fo-git-square:before{content:""}.fo-git:before{content:""}.fo-y-combinator-square:before,.fo-yc-square:before,.fo-hacker-news:before{content:""}.fo-tencent-weibo:before{content:""}.fo-qq:before{content:""}.fo-wechat:before,.fo-weixin:before{content:""}.fo-send:before,.fo-paper-plane:before{content:""}.fo-send-o:before,.fo-paper-plane-o:before{content:""}.fo-history:before{content:""}.fo-circle-thin:before{content:""}.fo-heading:before,.fo-header:before{content:""}.fo-paragraph:before{content:""}.fo-sliders:before{content:""}.fo-share-alt:before{content:""}.fo-share-alt-square:before{content:""}.fo-bomb:before{content:""}.fo-soccer-ball-o:before,.fo-futbol-o:before{content:""}.fo-tty:before{content:""}.fo-binoculars:before{content:""}.fo-plug:before{content:""}.fo-slideshare:before{content:""}.fo-twitch:before{content:""}.fo-yelp:before{content:""}.fo-newspaper-o:before{content:""}.fo-wifi:before{content:""}.fo-calculator:before{content:""}.fo-paypal:before{content:""}.fo-google-wallet:before{content:""}.fo-cc-visa:before{content:""}.fo-cc-mastercard:before{content:""}.fo-cc-discover:before{content:""}.fo-cc-amex:before{content:""}.fo-cc-paypal:before{content:""}.fo-cc-stripe:before{content:""}.fo-bell-slash:before{content:""}.fo-bell-slash-o:before{content:""}.fo-trash:before{content:""}.fo-copyright:before{content:""}.fo-at:before{content:""}.fo-eyedropper:before{content:""}.fo-paint-brush:before{content:""}.fo-birthday-cake:before{content:""}.fo-area-chart:before{content:""}.fo-pie-chart:before{content:""}.fo-line-chart:before{content:""}.fo-lastfm:before{content:""}.fo-lastfm-square:before{content:""}.fo-toggle-off:before{content:""}.fo-toggle-on:before{content:""}.fo-bicycle:before{content:""}.fo-bus:before{content:""}.fo-ioxhost:before{content:""}.fo-angellist:before{content:""}.fo-closed-captioning:before,.fo-cc:before{content:""}.fo-shekel:before,.fo-sheqel:before,.fo-ils:before{content:""}.fo-meanpath:before{content:""}.fo-buysellads:before{content:""}.fo-connectdevelop:before{content:""}.fo-dashcube:before{content:""}.fo-forumbee:before{content:""}.fo-leanpub:before{content:""}.fo-sellsy:before{content:""}.fo-shirtsinbulk:before{content:""}.fo-simplybuilt:before{content:""}.fo-skyatlas:before{content:""}.fo-cart-plus:before{content:""}.fo-cart-arrow-down:before{content:""}.fo-gem:before,.fo-diamond:before{content:""}.fo-ship:before{content:""}.fo-user-secret:before{content:""}.fo-motorcycle:before{content:""}.fo-street-view:before{content:""}.fo-heartbeat:before{content:""}.fo-venus:before{content:""}.fo-mars:before{content:""}.fo-mercury:before{content:""}.fo-intersex:before,.fo-transgender:before{content:""}.fo-transgender-alt:before{content:""}.fo-venus-double:before{content:""}.fo-mars-double:before{content:""}.fo-venus-mars:before{content:""}.fo-mars-stroke:before{content:""}.fo-mars-stroke-v:before{content:""}.fo-mars-stroke-h:before{content:""}.fo-neuter:before{content:""}.fo-genderless:before{content:""}.fo-facebook-official:before{content:""}.fo-pinterest-p:before{content:""}.fo-whatsapp:before{content:""}.fo-server:before{content:""}.fo-user-plus:before{content:""}.fo-user-times:before{content:""}.fo-hotel:before,.fo-bed:before{content:""}.fo-viacoin:before{content:""}.fo-train:before{content:""}.fo-subway:before{content:""}.fo-medium:before{content:""}.fo-medium-square:before{content:""}.fo-yc:before,.fo-y-combinator:before{content:""}.fo-optin-monster:before{content:""}.fo-opencart:before{content:""}.fo-expeditedssl:before{content:""}.fo-battery-4:before,.fo-battery:before,.fo-battery-full:before{content:""}.fo-battery-3:before,.fo-battery-three-quarters:before{content:""}.fo-battery-2:before,.fo-battery-half:before{content:""}.fo-battery-1:before,.fo-battery-quarter:before{content:""}.fo-battery-0:before,.fo-battery-empty:before{content:""}.fo-mouse-pointer:before{content:""}.fo-i-cursor:before{content:""}.fo-object-group:before{content:""}.fo-object-ungroup:before{content:""}.fo-sticky-note:before{content:""}.fo-sticky-note-o:before{content:""}.fo-cc-jcb:before{content:""}.fo-cc-diners-club:before{content:""}.fo-clone:before{content:""}.fo-balance-scale:before{content:""}.fo-hourglass-o:before{content:""}.fo-hourglass-1:before,.fo-hourglass-start:before{content:""}.fo-hourglass-2:before,.fo-hourglass-half:before{content:""}.fo-hourglass-3:before,.fo-hourglass-end:before{content:""}.fo-hourglass:before{content:""}.fo-hand-grab-o:before,.fo-hand-rock-o:before{content:""}.fo-hand-stop-o:before,.fo-hand-paper-o:before{content:""}.fo-hand-scissors-o:before{content:""}.fo-hand-lizard-o:before{content:""}.fo-hand-spock-o:before{content:""}.fo-hand-pointer-o:before{content:""}.fo-hand-peace-o:before{content:""}.fo-trademark:before{content:""}.fo-registered:before{content:""}.fo-creative-commons:before{content:""}.fo-gg:before{content:""}.fo-gg-circle:before{content:""}.fo-tripadvisor:before{content:""}.fo-odnoklassniki:before{content:""}.fo-odnoklassniki-square:before{content:""}.fo-get-pocket:before{content:""}.fo-wikipedia-w:before{content:""}.fo-safari:before{content:""}.fo-chrome:before{content:""}.fo-firefox:before{content:""}.fo-opera:before{content:""}.fo-internet-explorer:before{content:""}.fo-tv:before,.fo-television:before{content:""}.fo-contao:before{content:""}.fo-500px:before{content:""}.fo-amazon:before{content:""}.fo-calendar-plus-o:before{content:""}.fo-calendar-minus-o:before{content:""}.fo-calendar-times-o:before{content:""}.fo-calendar-check-o:before{content:""}.fo-industry:before{content:""}.fo-map-pin:before{content:""}.fo-map-signs:before{content:""}.fo-map-o:before{content:""}.fo-map:before{content:""}.fo-commenting:before{content:""}.fo-commenting-o:before{content:""}.fo-houzz:before{content:""}.fo-vimeo-v:before,.fo-vimeo:before{content:""}.fo-black-tie:before{content:""}.fo-fonticons:before{content:""}.fo-reddit-alien:before{content:""}.fo-edge:before{content:""}.fo-credit-card-alt:before{content:""}.fo-codiepie:before{content:""}.fo-modx:before{content:""}.fo-fort-awesome:before{content:""}.fo-usb:before{content:""}.fo-product-hunt:before{content:""}.fo-mixcloud:before{content:""}.fo-scribd:before{content:""}.fo-pause-circle:before{content:""}.fo-pause-circle-o:before{content:""}.fo-stop-circle:before{content:""}.fo-stop-circle-o:before{content:""}.fo-shopping-bag:before{content:""}.fo-shopping-basket:before{content:""}.fo-hashtag:before{content:""}.fo-bluetooth:before{content:""}.fo-bluetooth-b:before{content:""}.fo-percent:before{content:""}.fo-gitlab:before{content:""}.fo-wpbeginner:before{content:""}.fo-wpforms:before{content:""}.fo-envira:before{content:""}.fo-universal-access:before{content:""}.fo-wheelchair-alt:before{content:""}.fo-question-circle-o:before{content:""}.fo-blind:before{content:""}.fo-audio-description:before{content:""}.fo-phone-volume:before,.fo-volume-control-phone:before{content:""}.fo-braille:before{content:""}.fo-assistive-listening-systems:before{content:""}.fo-asl-interpreting:before,.fo-american-sign-language-interpreting:before{content:""}.fo-deafness:before,.fo-hard-of-hearing:before,.fo-deaf:before{content:""}.fo-glide:before{content:""}.fo-glide-g:before{content:""}.fo-signing:before,.fo-sign-language:before{content:""}.fo-low-vision:before{content:""}.fo-viadeo:before{content:""}.fo-viadeo-square:before{content:""}.fo-snapchat:before{content:""}.fo-snapchat-ghost:before{content:""}.fo-snapchat-square:before{content:""}.fo-first-order:before{content:""}.fo-yoast:before{content:""}.fo-themeisle:before{content:""}.fo-google-plus-circle:before,.fo-google-plus-official:before{content:""}.fo-fa:before,.fo-font-awesome:before{content:""}.fo-handshake-o:before{content:""}.fo-envelope-open:before{content:""}.fo-envelope-open-o:before{content:""}.fo-linode:before{content:""}.fo-address-book:before{content:""}.fo-address-book-o:before{content:""}.fo-vcard:before,.fo-address-card:before{content:""}.fo-vcard-o:before,.fo-address-card-o:before{content:""}.fo-user-circle:before{content:""}.fo-user-circle-o:before{content:""}.fo-user-o:before{content:""}.fo-id-badge:before{content:""}.fo-drivers-license:before,.fo-id-card:before{content:""}.fo-drivers-license-o:before,.fo-id-card-o:before{content:""}.fo-quora:before{content:""}.fo-free-code-camp:before{content:""}.fo-telegram:before{content:""}.fo-thermometer-4:before,.fo-thermometer:before,.fo-thermometer-full:before{content:""}.fo-thermometer-3:before,.fo-thermometer-three-quarters:before{content:""}.fo-thermometer-2:before,.fo-thermometer-half:before{content:""}.fo-thermometer-1:before,.fo-thermometer-quarter:before{content:""}.fo-thermometer-0:before,.fo-thermometer-empty:before{content:""}.fo-shower:before{content:""}.fo-bathtub:before,.fo-s15:before,.fo-bath:before{content:""}.fo-podcast:before{content:""}.fo-window-maximize:before{content:""}.fo-window-minimize:before{content:""}.fo-window-restore:before{content:""}.fo-times-rectangle:before,.fo-window-close:before{content:""}.fo-times-rectangle-o:before,.fo-window-close-o:before{content:""}.fo-bandcamp:before{content:""}.fo-grav:before{content:""}.fo-etsy:before{content:""}.fo-imdb:before{content:""}.fo-ravelry:before{content:""}.fo-eercast:before{content:""}.fo-microchip:before{content:""}.fo-snowflake-o:before{content:""}.fo-superpowers:before{content:""}.fo-wpexplorer:before{content:""}.fo-meetup:before{content:""}.fo-mastodon:before{content:""}.fo-mastodon-alt:before{content:""}.fo-fork-circle:before,.fo-fork-awesome:before{content:""}.fo-peertube:before{content:""}.fo-diaspora:before{content:""}.fo-friendica:before{content:""}.fo-gnu-social:before{content:""}.fo-liberapay-square:before{content:""}.fo-liberapay:before{content:""}.fo-ssb:before,.fo-scuttlebutt:before{content:""}.fo-hubzilla:before{content:""}.fo-social-home:before{content:""}.fo-artstation:before{content:""}.fo-discord:before{content:""}.fo-discord-alt:before{content:""}.fo-patreon:before{content:""}.fo-snowdrift:before{content:""}.fo-activitypub:before{content:""}.fo-ethereum:before{content:""}.fo-keybase:before{content:""}.fo-shaarli:before{content:""}.fo-shaarli-o:before{content:""}.fo-cut-key:before,.fo-key-modern:before{content:""}.fo-xmpp:before{content:""}.fo-archive-org:before{content:""}.fo-freedombox:before{content:""}.fo-facebook-messenger:before{content:""}.fo-debian:before{content:""}.fo-mastodon-square:before{content:""}.fo-tipeee:before{content:""}.fo-react:before{content:""}.fo-dogmazic:before{content:""}.fo-zotero:before{content:""}.fo-nodejs:before{content:""}.fo-nextcloud:before{content:""}.fo-nextcloud-square:before{content:""}.fo-hackaday:before{content:""}.fo-laravel:before{content:""}.fo-signalapp:before{content:""}.fo-gnupg:before{content:""}.fo-php:before{content:""}.fo-ffmpeg:before{content:""}.fo-joplin:before{content:""}.fo-syncthing:before{content:""}.fo-inkscape:before{content:""}.fo-matrix-org:before{content:""}.fo-pixelfed:before{content:""}.fo-bootstrap:before{content:""}.fo-dev-to:before{content:""}.fo-hashnode:before{content:""}.fo-jirafeau:before{content:""}.fo-emby:before{content:""}.fo-wikidata:before{content:""}.fo-gimp:before{content:""}.fo-c:before{content:""}.fo-digitalocean:before{content:""}.fo-att:before{content:""}.fo-gitea:before{content:""}.fo-file-epub:before{content:""}.fo-python:before{content:""}.fo-archlinux:before{content:""}.fo-pleroma:before{content:""}.fo-unsplash:before{content:""}.fo-hackster:before{content:""}.fo-spell-check:before{content:""}.fo-moon:before{content:""}.fo-sun:before{content:""}.fo-f-droid:before{content:""}.fo-biometric:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -/*# sourceMappingURL=forkawesome.min.css.map */ \ No newline at end of file +/*# sourceMappingURL=fork-awesome.min.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.json b/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.json new file mode 100644 index 0000000..904dfef --- /dev/null +++ b/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_47c39385820f863b38577add52fcdd18.json @@ -0,0 +1 @@ +{"Target":"css/lib/forkawesome/fork-awesome.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.json b/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.json deleted file mode 100644 index 0ab4f33..0000000 --- a/resources/_gen/assets/scss/css/lib/forkawesome/fork-awesome.scss_5d4745c1ddf0ff545720088f3b6c7354.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"css/lib/forkawesome/forkawesome.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content b/resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content new file mode 100644 index 0000000..f36bc30 --- /dev/null +++ b/resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.content @@ -0,0 +1,3 @@ +.mermaid{width:100%;margin:3% auto;text-align:center}.mermaid .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);color:#333}.mermaid .label text{fill:#333}.mermaid .node rect,.mermaid .node circle,.mermaid .node ellipse,.mermaid .node polygon{fill:#eee;stroke:#999;stroke-width:1px}.mermaid .node .label{text-align:center}.mermaid .node.clickable{cursor:pointer}.mermaid .arrowheadPath{fill:#333}.mermaid .edgePath .path{stroke:#666;stroke-width:1.5px}.mermaid .edgeLabel{background-color:#fff;text-align:center}.mermaid .cluster rect{fill:#eaf2fb;stroke:#26a;stroke-width:1px}.mermaid .cluster text{fill:#333}.mermaid div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#eaf2fb;border:1px solid #26a;border-radius:2px;pointer-events:none;z-index:100}.mermaid .actor{stroke:#999;fill:#eee}.mermaid text.actor{fill:#333;stroke:none}.mermaid .actor-line{stroke:#666}.mermaid .messageLine0{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#333}.mermaid .messageLine1{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#333}.mermaid #arrowhead{fill:#333}.mermaid .sequenceNumber{fill:#fff}.mermaid #sequencenumber{fill:#333}.mermaid #crosshead path{fill:#333 !important;stroke:#333 !important}.mermaid .messageText{fill:#333;stroke:none}.mermaid .labelBox{stroke:#999;fill:#eee}.mermaid .labelText{fill:#333;stroke:none}.mermaid .loopText{fill:#333;stroke:none}.mermaid .loopLine{stroke-width:2;stroke-dasharray:'2 2';stroke:#999}.mermaid .note{stroke:#770;fill:#ffa}.mermaid .noteText{fill:black;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:14px}.mermaid .activation0{fill:#f4f4f4;stroke:#666}.mermaid .activation1{fill:#f4f4f4;stroke:#666}.mermaid .activation2{fill:#f4f4f4;stroke:#666}.mermaid .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .section{stroke:none;opacity:0.2}.mermaid .section0{fill:#80b3e6}.mermaid .section2{fill:#80b3e6}.mermaid .section1,.mermaid .section3{fill:#fff;opacity:0.2}.mermaid .sectionTitle0{fill:#333}.mermaid .sectionTitle1{fill:#333}.mermaid .sectionTitle2{fill:#333}.mermaid .sectionTitle3{fill:#333}.mermaid .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .grid .tick{stroke:#e6e5e5;opacity:0.3;shape-rendering:crispEdges}.mermaid .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .grid path{stroke-width:0}.mermaid .today{fill:none;stroke:#d42;stroke-width:2px}.mermaid .task{stroke-width:2}.mermaid .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .taskText:not([font-size]){font-size:11px}.mermaid .taskTextOutsideRight{fill:#333;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .taskTextOutsideLeft{fill:#333;text-anchor:end;font-size:11px}.mermaid .task.clickable{cursor:pointer}.mermaid .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.mermaid .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.mermaid .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.mermaid .taskText0,.mermaid .taskText1,.mermaid .taskText2,.mermaid .taskText3{fill:#fff}.mermaid .task0,.mermaid .task1,.mermaid .task2,.mermaid .task3{fill:#26a;stroke:#1a4d80}.mermaid .taskTextOutside0,.mermaid .taskTextOutside2{fill:#333}.mermaid .taskTextOutside1,.mermaid .taskTextOutside3{fill:#333}.mermaid .active0,.mermaid .active1,.mermaid .active2,.mermaid .active3{fill:#eee;stroke:#1a4d80}.mermaid .activeText0,.mermaid .activeText1,.mermaid .activeText2,.mermaid .activeText3{fill:#333 !important}.mermaid .done0,.mermaid .done1,.mermaid .done2,.mermaid .done3{stroke:#666;fill:#bbb;stroke-width:2}.mermaid .doneText0,.mermaid .doneText1,.mermaid .doneText2,.mermaid .doneText3{fill:#333 !important}.mermaid .crit0,.mermaid .crit1,.mermaid .crit2,.mermaid .crit3{stroke:#b1361b;fill:#d42;stroke-width:2}.mermaid .activeCrit0,.mermaid .activeCrit1,.mermaid .activeCrit2,.mermaid .activeCrit3{stroke:#b1361b;fill:#eee;stroke-width:2}.mermaid .doneCrit0,.mermaid .doneCrit1,.mermaid .doneCrit2,.mermaid .doneCrit3{stroke:#b1361b;fill:#bbb;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}.mermaid .milestone{transform:rotate(45deg) scale(0.8, 0.8)}.mermaid .milestoneText{font-style:italic}.mermaid .doneCritText0,.mermaid .doneCritText1,.mermaid .doneCritText2,.mermaid .doneCritText3{fill:#333 !important}.mermaid .activeCritText0,.mermaid .activeCritText1,.mermaid .activeCritText2,.mermaid .activeCritText3{fill:#333 !important}.mermaid .titleText{text-anchor:middle;font-size:18px;fill:#333;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid g.classGroup text{fill:#999;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}.mermaid g.classGroup text .title{font-weight:bolder}.mermaid g.classGroup rect{fill:#eee;stroke:#999}.mermaid g.classGroup line{stroke:#999;stroke-width:1}.mermaid .classLabel .box{stroke:none;stroke-width:0;fill:#eee;opacity:0.5}.mermaid .classLabel .label{fill:#999;font-size:10px}.mermaid .relation{stroke:#999;stroke-width:1;fill:none}.mermaid #compositionStart{fill:#999;stroke:#999;stroke-width:1}.mermaid #compositionEnd{fill:#999;stroke:#999;stroke-width:1}.mermaid #aggregationStart{fill:#eee;stroke:#999;stroke-width:1}.mermaid #aggregationEnd{fill:#eee;stroke:#999;stroke-width:1}.mermaid #dependencyStart{fill:#999;stroke:#999;stroke-width:1}.mermaid #dependencyEnd{fill:#999;stroke:#999;stroke-width:1}.mermaid #extensionStart{fill:#999;stroke:#999;stroke-width:1}.mermaid #extensionEnd{fill:#999;stroke:#999;stroke-width:1}.mermaid .commit-id,.mermaid .commit-msg,.mermaid .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .pieTitleText{text-anchor:middle;font-size:25px;fill:#333;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid g.stateGroup text{fill:#999;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid g.stateGroup text{fill:#999;stroke:none;font-size:10px}.mermaid g.stateGroup .state-title{font-weight:bolder;fill:#000}.mermaid g.stateGroup rect{fill:#eee;stroke:#999}.mermaid g.stateGroup line{stroke:#999;stroke-width:1}.mermaid .transition{stroke:#999;stroke-width:1;fill:none}.mermaid .stateGroup .composit{fill:white;border-bottom:1px}.mermaid .state-note{stroke:#770;fill:#ffa}.mermaid .state-note text{fill:black;stroke:none;font-size:10px}.mermaid .stateLabel .box{stroke:none;stroke-width:0;fill:#eee;opacity:0.5}.mermaid .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.mermaid :root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}.dark-theme .mermaid .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);color:#333}.dark-theme .mermaid .label text{fill:#333}.dark-theme .mermaid .node rect,.dark-theme .mermaid .node circle,.dark-theme .mermaid .node ellipse,.dark-theme .mermaid .node polygon{fill:#BDD5EA;stroke:purple;stroke-width:1px}.dark-theme .mermaid .node .label{text-align:center}.dark-theme .mermaid .node.clickable{cursor:pointer}.dark-theme .mermaid .arrowheadPath{fill:#d3d3d3}.dark-theme .mermaid .edgePath .path{stroke:#d3d3d3;stroke-width:1.5px}.dark-theme .mermaid .edgeLabel{background-color:#e8e8e8;text-align:center}.dark-theme .mermaid .cluster rect{fill:#6D6D65;stroke:rgba(255,255,255,0.25);stroke-width:1px}.dark-theme .mermaid .cluster text{fill:#F9FFFE}.dark-theme .mermaid div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#6D6D65;border:1px solid rgba(255,255,255,0.25);border-radius:2px;pointer-events:none;z-index:100}.dark-theme .mermaid .actor{stroke:#81B1DB;fill:#BDD5EA}.dark-theme .mermaid text.actor{fill:#000;stroke:none}.dark-theme .mermaid .actor-line{stroke:#d3d3d3}.dark-theme .mermaid .messageLine0{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#d3d3d3}.dark-theme .mermaid .messageLine1{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#d3d3d3}.dark-theme .mermaid #arrowhead{fill:#d3d3d3}.dark-theme .mermaid .sequenceNumber{fill:#fff}.dark-theme .mermaid #sequencenumber{fill:#d3d3d3}.dark-theme .mermaid #crosshead path{fill:#d3d3d3 !important;stroke:#d3d3d3 !important}.dark-theme .mermaid .messageText{fill:#d3d3d3;stroke:none}.dark-theme .mermaid .labelBox{stroke:#81B1DB;fill:#BDD5EA}.dark-theme .mermaid .labelText{fill:#323D47;stroke:none}.dark-theme .mermaid .loopText{fill:#d3d3d3;stroke:none}.dark-theme .mermaid .loopLine{stroke-width:2;stroke-dasharray:'2 2';stroke:#81B1DB}.dark-theme .mermaid .note{stroke:rgba(255,255,255,0.25);fill:#fff5ad}.dark-theme .mermaid .noteText{fill:black;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:14px}.dark-theme .mermaid .activation0{fill:#f4f4f4;stroke:#666}.dark-theme .mermaid .activation1{fill:#f4f4f4;stroke:#666}.dark-theme .mermaid .activation2{fill:#f4f4f4;stroke:#666}.dark-theme .mermaid .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .section{stroke:none;opacity:0.2}.dark-theme .mermaid .section0{fill:rgba(255,255,255,0.3)}.dark-theme .mermaid .section2{fill:#EAE8B9}.dark-theme .mermaid .section1,.dark-theme .mermaid .section3{fill:#fff;opacity:0.2}.dark-theme .mermaid .sectionTitle0{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle1{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle2{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle3{fill:#F9FFFE}.dark-theme .mermaid .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .grid .tick{stroke:#d3d3d3;opacity:0.3;shape-rendering:crispEdges}.dark-theme .mermaid .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .grid path{stroke-width:0}.dark-theme .mermaid .today{fill:none;stroke:#DB5757;stroke-width:2px}.dark-theme .mermaid .task{stroke-width:2}.dark-theme .mermaid .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .taskText:not([font-size]){font-size:11px}.dark-theme .mermaid .taskTextOutsideRight{fill:#323D47;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .taskTextOutsideLeft{fill:#323D47;text-anchor:end;font-size:11px}.dark-theme .mermaid .task.clickable{cursor:pointer}.dark-theme .mermaid .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .mermaid .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .mermaid .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .mermaid .taskText0,.dark-theme .mermaid .taskText1,.dark-theme .mermaid .taskText2,.dark-theme .mermaid .taskText3{fill:#323D47}.dark-theme .mermaid .task0,.dark-theme .mermaid .task1,.dark-theme .mermaid .task2,.dark-theme .mermaid .task3{fill:#BDD5EA;stroke:rgba(255,255,255,0.5)}.dark-theme .mermaid .taskTextOutside0,.dark-theme .mermaid .taskTextOutside2{fill:#d3d3d3}.dark-theme .mermaid .taskTextOutside1,.dark-theme .mermaid .taskTextOutside3{fill:#d3d3d3}.dark-theme .mermaid .active0,.dark-theme .mermaid .active1,.dark-theme .mermaid .active2,.dark-theme .mermaid .active3{fill:#81B1DB;stroke:rgba(255,255,255,0.5)}.dark-theme .mermaid .activeText0,.dark-theme .mermaid .activeText1,.dark-theme .mermaid .activeText2,.dark-theme .mermaid .activeText3{fill:#323D47 !important}.dark-theme .mermaid .done0,.dark-theme .mermaid .done1,.dark-theme .mermaid .done2,.dark-theme .mermaid .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}.dark-theme .mermaid .doneText0,.dark-theme .mermaid .doneText1,.dark-theme .mermaid .doneText2,.dark-theme .mermaid .doneText3{fill:#323D47 !important}.dark-theme .mermaid .crit0,.dark-theme .mermaid .crit1,.dark-theme .mermaid .crit2,.dark-theme .mermaid .crit3{stroke:#E83737;fill:#E83737;stroke-width:2}.dark-theme .mermaid .activeCrit0,.dark-theme .mermaid .activeCrit1,.dark-theme .mermaid .activeCrit2,.dark-theme .mermaid .activeCrit3{stroke:#E83737;fill:#81B1DB;stroke-width:2}.dark-theme .mermaid .doneCrit0,.dark-theme .mermaid .doneCrit1,.dark-theme .mermaid .doneCrit2,.dark-theme .mermaid .doneCrit3{stroke:#E83737;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}.dark-theme .mermaid .milestone{transform:rotate(45deg) scale(0.8, 0.8)}.dark-theme .mermaid .milestoneText{font-style:italic}.dark-theme .mermaid .doneCritText0,.dark-theme .mermaid .doneCritText1,.dark-theme .mermaid .doneCritText2,.dark-theme .mermaid .doneCritText3{fill:#323D47 !important}.dark-theme .mermaid .activeCritText0,.dark-theme .mermaid .activeCritText1,.dark-theme .mermaid .activeCritText2,.dark-theme .mermaid .activeCritText3{fill:#323D47 !important}.dark-theme .mermaid .titleText{text-anchor:middle;font-size:18px;fill:#323D47;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid g.classGroup text{fill:purple;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}.dark-theme .mermaid g.classGroup text .title{font-weight:bolder}.dark-theme .mermaid g.classGroup rect{fill:#BDD5EA;stroke:purple}.dark-theme .mermaid g.classGroup line{stroke:purple;stroke-width:1}.dark-theme .mermaid .classLabel .box{stroke:none;stroke-width:0;fill:#BDD5EA;opacity:0.5}.dark-theme .mermaid .classLabel .label{fill:purple;font-size:10px}.dark-theme .mermaid .relation{stroke:purple;stroke-width:1;fill:none}.dark-theme .mermaid #compositionStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #compositionEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #aggregationStart{fill:#BDD5EA;stroke:purple;stroke-width:1}.dark-theme .mermaid #aggregationEnd{fill:#BDD5EA;stroke:purple;stroke-width:1}.dark-theme .mermaid #dependencyStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #dependencyEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #extensionStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid #extensionEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .mermaid .commit-id,.dark-theme .mermaid .commit-msg,.dark-theme .mermaid .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .pieTitleText{text-anchor:middle;font-size:25px;fill:#323D47;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid g.stateGroup text{fill:purple;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid g.stateGroup text{fill:purple;stroke:none;font-size:10px}.dark-theme .mermaid g.stateGroup .state-title{font-weight:bolder;fill:#000}.dark-theme .mermaid g.stateGroup rect{fill:#BDD5EA;stroke:purple}.dark-theme .mermaid g.stateGroup line{stroke:purple;stroke-width:1}.dark-theme .mermaid .transition{stroke:purple;stroke-width:1;fill:none}.dark-theme .mermaid .stateGroup .composit{fill:white;border-bottom:1px}.dark-theme .mermaid .state-note{stroke:rgba(255,255,255,0.25);fill:#fff5ad}.dark-theme .mermaid .state-note text{fill:black;stroke:none;font-size:10px}.dark-theme .mermaid .stateLabel .box{stroke:none;stroke-width:0;fill:#BDD5EA;opacity:0.5}.dark-theme .mermaid .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .mermaid :root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive} + +/*# sourceMappingURL=mermaid.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json b/resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json new file mode 100644 index 0000000..2454e2a --- /dev/null +++ b/resources/_gen/assets/scss/css/mermaid.scss_4fddb88d50abca04f2e7ef77f0bb1c3b.json @@ -0,0 +1 @@ +{"Target":"css/mermaid.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/style.template.scss_b8ba9a60a151126bfcde1421dc0b972d.content b/resources/_gen/assets/scss/css/style.template.scss_b8ba9a60a151126bfcde1421dc0b972d.content index 8e6f638..61be0a1 100644 --- a/resources/_gen/assets/scss/css/style.template.scss_b8ba9a60a151126bfcde1421dc0b972d.content +++ b/resources/_gen/assets/scss/css/style.template.scss_b8ba9a60a151126bfcde1421dc0b972d.content @@ -1,3 +1,3 @@ -@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,700&display=swap&subset=latin-ext");/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,700&display=swap&subset=latin-ext");html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}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:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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{display:none}[hidden]{display:none}html{font-family:Lato,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft Yahei,Segoe UI,Helvetica,Arial,sans-serif,Segoe UI Emoji}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#87878d}::-webkit-scrollbar-thumb:hover{background-color:#a9a9b3}::selection{background:rgba(38,139,211,0.2)}.dark-theme ::selection{background:rgba(38,139,211,0.3)}body{font-size:16px;font-weight:400;line-height:1.5rem;background-color:#fff;color:#161209;overflow-wrap:break-word}body::before{content:"";background-repeat:no-repeat;background-position:center;opacity:0.05;position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}body.dark-theme{color:#a9a9b3;background-color:#292a2d}a{color:#161209;text-decoration:none;transition:color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease}a:hover{color:#2d96bd}.dark-theme a{color:#a9a9b3}.dark-theme a:hover{color:#fff}.wrapper{display:flex;flex-direction:column;min-height:97.5vh;width:100%}.wrapper main{flex:1 0 auto}.wrapper main .container{padding-left:1rem;padding-right:1rem}.footer{height:2rem;width:100%;text-align:center;line-height:1.5rem;padding-top:2rem}.page{position:relative;width:100%;max-width:980px;margin:0 auto;padding-top:6rem}.single .single-title{margin:0;font-size:1.8rem;line-height:3rem}.single .meta{font-size:.88rem;color:#a9a9b3}.single .meta span{display:inline-block}.dark-theme .single .meta{color:#5d5d5f}.single .meta a{color:#2d96bd}.dark-theme .single .meta a{color:#eee}.single .meta a:hover{color:#ef3982}.dark-theme .single .meta a:hover{color:#2d96bd}.single .meta .author{font-size:1.05rem}.single .featured-image{padding-top:.6rem}.single .featured-image img{display:block;max-width:100%;height:auto;margin:0 auto;overflow:hidden}.single .post-toc{display:block;position:absolute;width:360px;margin-left:1000px;padding:0 .8rem;border-left:1px solid #dcdcdc;overflow-wrap:break-word;box-sizing:border-box;top:12rem}.dark-theme .single .post-toc{border-left:1px solid #4a4b50}.single .post-toc .post-toc-title{font-weight:400;margin:.8rem 0;text-transform:uppercase}.single .post-toc .post-toc-content.always-active ul{display:block}.single .post-toc .post-toc-content>nav>ul{margin:.625rem 0}.single .post-toc .post-toc-content ul{text-indent:-0.85rem;padding-left:.625rem;list-style:none}.single .post-toc .post-toc-content ul a::before{content:"|";font-weight:bolder;margin-right:.5rem;color:#2d96bd}.dark-theme .single .post-toc .post-toc-content ul a::before{color:#eee}.single .post-toc .post-toc-content ul ul{padding-left:1.25rem;display:none}.single .post-toc .post-toc-content ul .has-active>ul{display:block}.single .post-toc .post-toc-content .toc-link.active{font-weight:bold;color:#ef3982}.dark-theme .single .post-toc .post-toc-content .toc-link.active{color:#2d96bd}.single .post-toc .post-toc-content .toc-link.active::before{font-weight:bolder;color:#ef3982}.dark-theme .single .post-toc .post-toc-content .toc-link.active::before{color:#2d96bd}.single .post-toc-mobile{display:none;padding-top:.8rem}.single .post-toc-mobile details summary .post-toc-title{display:block;display:flex;justify-content:space-between;font-size:1.2em;font-weight:bold;line-height:2em;padding:0 .625rem;background:#f5f5f5}.single .post-toc-mobile details summary .post-toc-title i.details{line-height:2em}.dark-theme .single .post-toc-mobile details summary .post-toc-title{background:#272C34}.single .post-toc-mobile details summary::-webkit-details-marker{display:none}.single .post-toc-mobile details[open] i.details{transform:rotate(180deg)}.single .post-toc-mobile .post-toc-content{border:2px solid #f5f5f5}.single .post-toc-mobile .post-toc-content>nav>ul{margin:.625rem 0}.single .post-toc-mobile .post-toc-content ul{padding-left:.625rem;list-style:none}.single .post-toc-mobile .post-toc-content ul ul{padding-left:1.25rem}.dark-theme .single .post-toc-mobile .post-toc-content{border:2px solid #272C34}.single .content .post-dummy-target:target{display:inline-block;position:relative;top:-5.6rem;visibility:hidden}.single .content h1,.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{font-weight:bold}.dark-theme .single .content h1,.dark-theme .single .content h2,.dark-theme .single .content h3,.dark-theme .single .content h4,.dark-theme .single .content h5,.dark-theme .single .content h6{font-weight:bolder}.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{padding-top:.8rem;padding-bottom:.3rem}.single .content h2::before{content:"#";margin-right:.3125rem;color:#2d96bd}.dark-theme .single .content h2::before{color:#eee}.single .content h3::before,.single .content h4::before,.single .content h5::before,.single .content h6::before{content:"|";margin-right:.3125rem;color:#2d96bd}.dark-theme .single .content h3::before,.dark-theme .single .content h4::before,.dark-theme .single .content h5::before,.dark-theme .single .content h6::before{color:#eee}.single .content p{font-size:1rem;margin:.5rem 0}.single .content a{word-break:break-all;color:#2d96bd}.dark-theme .single .content a{color:#eee}.single .content a:hover{color:#ef3982}.dark-theme .single .content a:hover:hover{color:#2d96bd;font-weight:bold}.single .content ul{padding-left:2rem;list-style-type:disc}.single .content ruby{background:#f5f5f5}.single .content ruby rt{color:#a9a9b3}.dark-theme .single .content ruby{background:#272C34}.dark-theme .single .content ruby rt{color:#5d5d5f}.single .content .table-wrapper{overflow-x:auto}.single .content .table-wrapper::-webkit-scrollbar{background-color:#fff}.dark-theme .single .content .table-wrapper::-webkit-scrollbar{background-color:#272c34}.single .content .table-wrapper>table{width:100%;max-width:100%;margin:.625rem 0;border-spacing:0;background:#fff}.dark-theme .single .content .table-wrapper>table{background:#272c34}.single .content .table-wrapper>table thead{background:#ededed}.dark-theme .single .content .table-wrapper>table thead{background-color:#20252b}.single .content .table-wrapper>table th,.single .content .table-wrapper>table td{padding:.3rem 1rem;border:1px double #dcdcdc}.dark-theme .single .content .table-wrapper>table th,.dark-theme .single .content .table-wrapper>table td{border:1px double #4a4b50}.single .content figure{text-align:center}.single .content .image-caption:not(:empty){min-width:20%;max-width:80%;display:inline-block;padding:.625rem;margin:0 auto;border-bottom:1px solid #d9d9d9;font-size:.875rem;color:#969696;line-height:1.7}.single .content img{display:block;max-width:100%;height:auto;margin:0 auto;overflow:hidden}.single .content blockquote{font-size:1rem;display:block;border-width:1px 0;border-style:solid;border-color:#dcdcdc;padding:1.5em 1.2em 0.5em 1.2em;margin:0 0 2em 0;position:relative}.single .content blockquote::before{content:'\201C';position:absolute;top:0em;left:50%;transform:translate(-50%, -50%);width:3rem;height:2rem;font:6em/1.08em 'PT Sans', sans-serif;color:#2d96bd;text-align:center}.dark-theme .single .content blockquote::before{color:#eee}.single .content blockquote::after{content:"#blockquote" attr(cite);display:block;text-align:right;font-size:0.875em;color:#2d96bd}.dark-theme .single .content blockquote::after{color:#eee}.dark-theme .single .content blockquote{border-color:#4a4b50}.single .content .footnotes{color:#a9a9b3}.dark-theme .single .content .footnotes{color:#5d5d5f}.single .content code{font-size:13px;font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace;padding:.2rem .4rem;color:#E74C3C}.dark-theme .single .content code{color:#E5BF78}.single .content code,.single .content pre,.single .content .highlight table,.single .content .highlight tr,.single .content .highlight td{background:#f5f5f5}.dark-theme .single .content code,.dark-theme .single .content pre,.dark-theme .single .content .highlight table,.dark-theme .single .content .highlight tr,.dark-theme .single .content .highlight td{background:#272C34}.single .content .highlight>.chroma{margin:1rem 0;line-height:18px}.single .content .highlight>.chroma code,.single .content .highlight>.chroma pre{margin:0;padding:0}.single .content .highlight>.chroma::before{display:block;padding:.4rem;font-family:Lato,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft Yahei,Segoe UI,Helvetica,Arial,sans-serif,Segoe UI Emoji;font-size:13px;font-weight:bold;color:#b1b0b0;background:#ededed;content:'Code'}.dark-theme .single .content .highlight>.chroma::before{color:#b1b0b0;background:#20252b}.single .content .highlight>.chroma.language-bash::before{content:"Bash"}.single .content .highlight>.chroma.language-c::before{content:"C"}.single .content .highlight>.chroma.language-cs::before{content:"C#"}.single .content .highlight>.chroma.language-cpp::before{content:"C++"}.single .content .highlight>.chroma.language-clojure::before{content:"Clojure"}.single .content .highlight>.chroma.language-coffeescript::before{content:"CoffeeScript"}.single .content .highlight>.chroma.language-css::before{content:"CSS"}.single .content .highlight>.chroma.language-dart::before{content:"Dart"}.single .content .highlight>.chroma.language-diff::before{content:"Diff"}.single .content .highlight>.chroma.language-erlang::before{content:"Erlang"}.single .content .highlight>.chroma.language-go::before{content:"Go"}.single .content .highlight>.chroma.language-go-html-template::before{content:"Go HTML Template"}.single .content .highlight>.chroma.language-groovy::before{content:"Groovy"}.single .content .highlight>.chroma.language-haskell::before{content:"Haskell"}.single .content .highlight>.chroma.language-html::before{content:"HTML"}.single .content .highlight>.chroma.language-http::before{content:"HTTP"}.single .content .highlight>.chroma.language-xml::before{content:"XML"}.single .content .highlight>.chroma.language-java::before{content:"Java"}.single .content .highlight>.chroma.language-js::before{content:"JavaScript"}.single .content .highlight>.chroma.language-javascript::before{content:"JavaScript"}.single .content .highlight>.chroma.language-json::before{content:"JSON"}.single .content .highlight>.chroma.language-kotlin::before{content:"Kotlin"}.single .content .highlight>.chroma.language-latex::before{content:"LaTeX"}.single .content .highlight>.chroma.language-less::before{content:"Less"}.single .content .highlight>.chroma.language-lisp::before{content:"Lisp"}.single .content .highlight>.chroma.language-lua::before{content:"Lua"}.single .content .highlight>.chroma.language-makefile::before{content:"Makefile"}.single .content .highlight>.chroma.language-markdown::before{content:"Markdown"}.single .content .highlight>.chroma.language-matlab::before{content:"Matlab"}.single .content .highlight>.chroma.language-objectivec::before{content:"Objective-C"}.single .content .highlight>.chroma.language-php::before{content:"PHP"}.single .content .highlight>.chroma.language-perl::before{content:"Perl"}.single .content .highlight>.chroma.language-python::before{content:"Python"}.single .content .highlight>.chroma.language-r::before{content:"R"}.single .content .highlight>.chroma.language-ruby::before{content:"Ruby"}.single .content .highlight>.chroma.language-rust::before{content:"Rust"}.single .content .highlight>.chroma.language-scala::before{content:"Scala"}.single .content .highlight>.chroma.language-scss::before{content:"Scss"}.single .content .highlight>.chroma.language-shell::before{content:"Shell"}.single .content .highlight>.chroma.language-sql::before{content:"SQL"}.single .content .highlight>.chroma.language-swift::before{content:"Swift"}.single .content .highlight>.chroma.language-tex::before{content:"TeX"}.single .content .highlight>.chroma.language-toml::before{content:"TOML"}.single .content .highlight>.chroma.language-ts::before{content:"TypeScript"}.single .content .highlight>.chroma.language-typescript::before{content:"TypeScript"}.single .content .highlight>.chroma.language-vue::before{content:"Vue"}.single .content .highlight>.chroma.language-yml::before{content:"YAML"}.single .content .highlight>.chroma.language-yaml::before{content:"YAML"}.single .content .highlight>.chroma table,.single .content .highlight>.chroma tr,.single .content .highlight>.chroma td{margin:0;border:none !important}.single .content .highlight>.chroma td{padding:.2rem .4rem}.single .content .highlight>.chroma .lntd:first-child{width:1.2rem}.single .content .highlight>.chroma .lntd:first-child .lnt{color:#b1b0b0}.single .content .highlight>.chroma .lntd:first-child .hl{font-weight:bolder}.single .content .highlight>.chroma .lntd:last-child .hl{display:block;background-color:#e8e8e8}.dark-theme .single .content .highlight>.chroma .lntd:last-child .hl{background-color:#1c2025}.single .content .highlight{font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace}.single .content .highlight .c,.single .content .highlight .ch,.single .content .highlight .cm,.single .content .highlight .c1,.single .content .highlight .cs,.single .content .highlight .cp,.single .content .highlight .cpf{font-style:italic}.single .content .highlight .gl{text-decoration:underline}.single .content .highlight .p{color:#a9a9b3}.single .content .highlight .k{color:#b501a9}.single .content .highlight .kc{color:#b501a9}.single .content .highlight .kd{color:#b501a9}.single .content .highlight .kn{color:#b501a9}.single .content .highlight .kp{color:#b501a9}.single .content .highlight .kr{color:#b501a9}.single .content .highlight .kt{color:#b501a9}.single .content .highlight .n{color:#333}.single .content .highlight .na{color:#2b77fa}.single .content .highlight .nb{color:#f74840}.single .content .highlight .bp{color:#f74840}.single .content .highlight .nc{color:#cb8100}.single .content .highlight .no{color:#2b77fa}.single .content .highlight .nd{color:#0086c1}.single .content .highlight .ni{color:#2b77fa}.single .content .highlight .ne{color:#2b77fa}.single .content .highlight .nf{color:#2b77fa}.single .content .highlight .fm{color:#1ccad6}.single .content .highlight .nl{color:#2b77fa}.single .content .highlight .nn{color:#2b77fa}.single .content .highlight .nx{color:#333}.single .content .highlight .py{color:#2b77fa}.single .content .highlight .nt{color:#2b77fa}.single .content .highlight .nv{color:#2b77fa}.single .content .highlight .vc{color:#2b77fa}.single .content .highlight .vg{color:#2b77fa}.single .content .highlight .vi{color:#2b77fa}.single .content .highlight .vm{color:#2b77fa}.single .content .highlight .l{color:#2aa198}.single .content .highlight .ld{color:#2aa198}.single .content .highlight .s{color:#24a443}.single .content .highlight .sa{color:#24a443}.single .content .highlight .sb{color:#24a443}.single .content .highlight .sc{color:#24a443}.single .content .highlight .dl{color:#24a443}.single .content .highlight .sd{color:#24a443}.single .content .highlight .s2{color:#24a443}.single .content .highlight .se{color:#24a443}.single .content .highlight .sh{color:#24a443}.single .content .highlight .si{color:#24a443}.single .content .highlight .sx{color:#24a443}.single .content .highlight .sr{color:#24a443}.single .content .highlight .s1{color:#24a443}.single .content .highlight .ss{color:#24a443}.single .content .highlight .m{color:#e2893c}.single .content .highlight .mb{color:#e2893c}.single .content .highlight .mf{color:#e2893c}.single .content .highlight .mh{color:#e2893c}.single .content .highlight .mi{color:#e2893c}.single .content .highlight .il{color:#e2893c}.single .content .highlight .mo{color:#e2893c}.single .content .highlight .o{color:#f19b04}.single .content .highlight .ow{color:#b501a9}.single .content .highlight .c{color:#a0a1a8}.single .content .highlight .ch{color:#a0a1a8}.single .content .highlight .cm{color:#a0a1a8}.single .content .highlight .c1{color:#a0a1a8}.single .content .highlight .cs{color:#a0a1a8}.single .content .highlight .cp{color:#a0a1a8}.single .content .highlight .cpf{color:#a0a1a8}.single .content .highlight .g{color:#e72d40}.single .content .highlight .gd{color:#e72d40}.single .content .highlight .ge{color:#e72d40}.single .content .highlight .gr{color:#e72d40}.single .content .highlight .gh{color:#e72d40}.single .content .highlight .gi{color:#e72d40}.single .content .highlight .go{color:#e72d40}.single .content .highlight .gp{color:#e72d40}.single .content .highlight .gs{color:#e72d40}.single .content .highlight .gu{color:#e72d40}.single .content .highlight .gt{color:#e72d40}.single .content .highlight .w{color:#bbb}.dark-theme .single .content .highlight .p{color:#a9a9b3}.dark-theme .single .content .highlight .k{color:#d371e3}.dark-theme .single .content .highlight .kc{color:#d371e3}.dark-theme .single .content .highlight .kd{color:#d371e3}.dark-theme .single .content .highlight .kn{color:#d371e3}.dark-theme .single .content .highlight .kp{color:#d371e3}.dark-theme .single .content .highlight .kr{color:#d371e3}.dark-theme .single .content .highlight .kt{color:#d371e3}.dark-theme .single .content .highlight .n{color:#a9b2c0}.dark-theme .single .content .highlight .na{color:#41b0f5}.dark-theme .single .content .highlight .nb{color:#19b9c4}.dark-theme .single .content .highlight .bp{color:#ecbf6f}.dark-theme .single .content .highlight .nc{color:#ecbf6f}.dark-theme .single .content .highlight .no{color:#41b0f5}.dark-theme .single .content .highlight .nd{color:#ecbf6f}.dark-theme .single .content .highlight .ni{color:#41b0f5}.dark-theme .single .content .highlight .ne{color:#41b0f5}.dark-theme .single .content .highlight .nf{color:#41b0f5}.dark-theme .single .content .highlight .fm{color:#19b9c4}.dark-theme .single .content .highlight .nl{color:#41b0f5}.dark-theme .single .content .highlight .nn{color:#41b0f5}.dark-theme .single .content .highlight .nx{color:#a9a9b3}.dark-theme .single .content .highlight .py{color:#41b0f5}.dark-theme .single .content .highlight .nt{color:#41b0f5}.dark-theme .single .content .highlight .nv{color:#41b0f5}.dark-theme .single .content .highlight .vc{color:#41b0f5}.dark-theme .single .content .highlight .vg{color:#41b0f5}.dark-theme .single .content .highlight .vi{color:#41b0f5}.dark-theme .single .content .highlight .vm{color:#41b0f5}.dark-theme .single .content .highlight .l{color:#2aa198}.dark-theme .single .content .highlight .ld{color:#2aa198}.dark-theme .single .content .highlight .s{color:#8cc570}.dark-theme .single .content .highlight .sa{color:#8cc570}.dark-theme .single .content .highlight .sb{color:#8cc570}.dark-theme .single .content .highlight .sc{color:#8cc570}.dark-theme .single .content .highlight .dl{color:#8cc570}.dark-theme .single .content .highlight .sd{color:#8cc570}.dark-theme .single .content .highlight .s2{color:#8cc570}.dark-theme .single .content .highlight .se{color:#8cc570}.dark-theme .single .content .highlight .sh{color:#8cc570}.dark-theme .single .content .highlight .si{color:#8cc570}.dark-theme .single .content .highlight .sx{color:#8cc570}.dark-theme .single .content .highlight .sr{color:#8cc570}.dark-theme .single .content .highlight .s1{color:#8cc570}.dark-theme .single .content .highlight .ss{color:#8cc570}.dark-theme .single .content .highlight .m{color:#db985c}.dark-theme .single .content .highlight .mb{color:#db985c}.dark-theme .single .content .highlight .mf{color:#db985c}.dark-theme .single .content .highlight .mh{color:#db985c}.dark-theme .single .content .highlight .mi{color:#db985c}.dark-theme .single .content .highlight .il{color:#db985c}.dark-theme .single .content .highlight .mo{color:#db985c}.dark-theme .single .content .highlight .o{color:#ecbf6f}.dark-theme .single .content .highlight .ow{color:#d371e3}.dark-theme .single .content .highlight .c{color:#7e848f}.dark-theme .single .content .highlight .ch{color:#7e848f}.dark-theme .single .content .highlight .cm{color:#7e848f}.dark-theme .single .content .highlight .c1{color:#7e848f}.dark-theme .single .content .highlight .cs{color:#7e848f}.dark-theme .single .content .highlight .cp{color:#7e848f}.dark-theme .single .content .highlight .cpf{color:#7e848f}.dark-theme .single .content .highlight .g{color:#f16372}.dark-theme .single .content .highlight .gd{color:#f16372}.dark-theme .single .content .highlight .ge{color:#f16372}.dark-theme .single .content .highlight .gr{color:#f16372}.dark-theme .single .content .highlight .gh{color:#f16372}.dark-theme .single .content .highlight .gi{color:#f16372}.dark-theme .single .content .highlight .go{color:#f16372}.dark-theme .single .content .highlight .gp{color:#f16372}.dark-theme .single .content .highlight .gs{color:#f16372}.dark-theme .single .content .highlight .gu{color:#f16372}.dark-theme .single .content .highlight .gt{color:#f16372}.dark-theme .single .content .highlight .w{color:#bbb}.single .content .admonition{position:relative;margin:.9765em 0;padding:0 .75rem;background-color:rgba(68,138,255,0.1);border-left:0.25rem solid #448aff;overflow:auto}.single .content .admonition .admonition-title{margin:0 -0.75rem;padding:.5rem .75rem .5rem 2.5rem;border-bottom:0.1rem solid rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.1);font-weight:700}.single .content .admonition i.icon{font-size:16px;color:#448aff;cursor:auto;position:absolute;left:.75rem;top:.75rem}.single .content .admonition.note{border-left-color:#448aff}.single .content .admonition.note i.icon{color:#448aff}.single .content .admonition.abstract{border-left-color:#00b0ff}.single .content .admonition.abstract i.icon{color:#00b0ff}.single .content .admonition.info{border-left-color:#00b8d4}.single .content .admonition.info i.icon{color:#00b8d4}.single .content .admonition.tip{border-left-color:#00bfa5}.single .content .admonition.tip i.icon{color:#00bfa5}.single .content .admonition.success{border-left-color:#00c853}.single .content .admonition.success i.icon{color:#00c853}.single .content .admonition.question{border-left-color:#64dd17}.single .content .admonition.question i.icon{color:#64dd17}.single .content .admonition.warning{border-left-color:#ff9100}.single .content .admonition.warning i.icon{color:#ff9100}.single .content .admonition.failure{border-left-color:#ff5252}.single .content .admonition.failure i.icon{color:#ff5252}.single .content .admonition.danger{border-left-color:#ff1744}.single .content .admonition.danger i.icon{color:#ff1744}.single .content .admonition.bug{border-left-color:#f50057}.single .content .admonition.bug i.icon{color:#f50057}.single .content .admonition.example{border-left-color:#651fff}.single .content .admonition.example i.icon{color:#651fff}.single .content .admonition.quote{border-left-color:#9e9e9e}.single .content .admonition.quote i.icon{color:#9e9e9e}.single .content .admonition.note{background-color:rgba(68,138,255,0.1)}.single .content .admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.1)}.single .content .admonition.abstract{background-color:rgba(0,176,255,0.1)}.single .content .admonition.abstract .admonition-title{border-bottom-color:rgba(0,176,255,0.1);background-color:rgba(0,176,255,0.1)}.single .content .admonition.info{background-color:rgba(0,184,212,0.1)}.single .content .admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,0.1);background-color:rgba(0,184,212,0.1)}.single .content .admonition.tip{background-color:rgba(0,191,165,0.1)}.single .content .admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,0.1);background-color:rgba(0,191,165,0.1)}.single .content .admonition.success{background-color:rgba(0,200,83,0.1)}.single .content .admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,0.1);background-color:rgba(0,200,83,0.1)}.single .content .admonition.question{background-color:rgba(100,221,23,0.1)}.single .content .admonition.question .admonition-title{border-bottom-color:rgba(100,221,23,0.1);background-color:rgba(100,221,23,0.1)}.single .content .admonition.warning{background-color:rgba(255,145,0,0.1)}.single .content .admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,0.1);background-color:rgba(255,145,0,0.1)}.single .content .admonition.failure{background-color:rgba(255,82,82,0.1)}.single .content .admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,0.1);background-color:rgba(255,82,82,0.1)}.single .content .admonition.danger{background-color:rgba(255,23,68,0.1)}.single .content .admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,0.1);background-color:rgba(255,23,68,0.1)}.single .content .admonition.bug{background-color:rgba(245,0,87,0.1)}.single .content .admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,0.1);background-color:rgba(245,0,87,0.1)}.single .content .admonition.example{background-color:rgba(101,31,255,0.1)}.single .content .admonition.example .admonition-title{border-bottom-color:rgba(101,31,255,0.1);background-color:rgba(101,31,255,0.1)}.single .content .admonition.quote{background-color:rgba(158,158,158,0.1)}.single .content .admonition.quote .admonition-title{border-bottom-color:rgba(158,158,158,0.1);background-color:rgba(158,158,158,0.1)}.single .content .admonition:last-child{margin-bottom:.75rem}.single .content details.admonition summary{display:block;outline:none;cursor:pointer}.single .content details.admonition summary::-webkit-details-marker{display:none}.single .content details.admonition summary i.details{position:absolute;top:.75rem;right:.75rem;color:#161209}.dark-theme .single .content details.admonition summary i.details{color:#a9a9b3}.single .content details.admonition[open] i.details{transform:rotate(180deg)}.single .content .mermaid{width:100%;margin:3% auto;text-align:center}.single .content .mermaid .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);color:#333}.single .content .mermaid .label text{fill:#333}.single .content .mermaid .node rect,.single .content .mermaid .node circle,.single .content .mermaid .node ellipse,.single .content .mermaid .node polygon{fill:#eee;stroke:#999;stroke-width:1px}.single .content .mermaid .node .label{text-align:center}.single .content .mermaid .node.clickable{cursor:pointer}.single .content .mermaid .arrowheadPath{fill:#333}.single .content .mermaid .edgePath .path{stroke:#666;stroke-width:1.5px}.single .content .mermaid .edgeLabel{background-color:#fff;text-align:center}.single .content .mermaid .cluster rect{fill:#eaf2fb;stroke:#26a;stroke-width:1px}.single .content .mermaid .cluster text{fill:#333}.single .content .mermaid div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#eaf2fb;border:1px solid #26a;border-radius:2px;pointer-events:none;z-index:100}.single .content .mermaid .actor{stroke:#999;fill:#eee}.single .content .mermaid text.actor{fill:#333;stroke:none}.single .content .mermaid .actor-line{stroke:#666}.single .content .mermaid .messageLine0{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#333}.single .content .mermaid .messageLine1{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#333}.single .content .mermaid #arrowhead{fill:#333}.single .content .mermaid .sequenceNumber{fill:#fff}.single .content .mermaid #sequencenumber{fill:#333}.single .content .mermaid #crosshead path{fill:#333 !important;stroke:#333 !important}.single .content .mermaid .messageText{fill:#333;stroke:none}.single .content .mermaid .labelBox{stroke:#999;fill:#eee}.single .content .mermaid .labelText{fill:#333;stroke:none}.single .content .mermaid .loopText{fill:#333;stroke:none}.single .content .mermaid .loopLine{stroke-width:2;stroke-dasharray:'2 2';stroke:#999}.single .content .mermaid .note{stroke:#770;fill:#ffa}.single .content .mermaid .noteText{fill:black;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:14px}.single .content .mermaid .activation0{fill:#f4f4f4;stroke:#666}.single .content .mermaid .activation1{fill:#f4f4f4;stroke:#666}.single .content .mermaid .activation2{fill:#f4f4f4;stroke:#666}.single .content .mermaid .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .section{stroke:none;opacity:0.2}.single .content .mermaid .section0{fill:#80b3e6}.single .content .mermaid .section2{fill:#80b3e6}.single .content .mermaid .section1,.single .content .mermaid .section3{fill:#fff;opacity:0.2}.single .content .mermaid .sectionTitle0{fill:#333}.single .content .mermaid .sectionTitle1{fill:#333}.single .content .mermaid .sectionTitle2{fill:#333}.single .content .mermaid .sectionTitle3{fill:#333}.single .content .mermaid .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .grid .tick{stroke:#e6e5e5;opacity:0.3;shape-rendering:crispEdges}.single .content .mermaid .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .grid path{stroke-width:0}.single .content .mermaid .today{fill:none;stroke:#d42;stroke-width:2px}.single .content .mermaid .task{stroke-width:2}.single .content .mermaid .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .taskText:not([font-size]){font-size:11px}.single .content .mermaid .taskTextOutsideRight{fill:#333;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .taskTextOutsideLeft{fill:#333;text-anchor:end;font-size:11px}.single .content .mermaid .task.clickable{cursor:pointer}.single .content .mermaid .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.single .content .mermaid .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.single .content .mermaid .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.single .content .mermaid .taskText0,.single .content .mermaid .taskText1,.single .content .mermaid .taskText2,.single .content .mermaid .taskText3{fill:#fff}.single .content .mermaid .task0,.single .content .mermaid .task1,.single .content .mermaid .task2,.single .content .mermaid .task3{fill:#26a;stroke:#1a4d80}.single .content .mermaid .taskTextOutside0,.single .content .mermaid .taskTextOutside2{fill:#333}.single .content .mermaid .taskTextOutside1,.single .content .mermaid .taskTextOutside3{fill:#333}.single .content .mermaid .active0,.single .content .mermaid .active1,.single .content .mermaid .active2,.single .content .mermaid .active3{fill:#eee;stroke:#1a4d80}.single .content .mermaid .activeText0,.single .content .mermaid .activeText1,.single .content .mermaid .activeText2,.single .content .mermaid .activeText3{fill:#333 !important}.single .content .mermaid .done0,.single .content .mermaid .done1,.single .content .mermaid .done2,.single .content .mermaid .done3{stroke:#666;fill:#bbb;stroke-width:2}.single .content .mermaid .doneText0,.single .content .mermaid .doneText1,.single .content .mermaid .doneText2,.single .content .mermaid .doneText3{fill:#333 !important}.single .content .mermaid .crit0,.single .content .mermaid .crit1,.single .content .mermaid .crit2,.single .content .mermaid .crit3{stroke:#b1361b;fill:#d42;stroke-width:2}.single .content .mermaid .activeCrit0,.single .content .mermaid .activeCrit1,.single .content .mermaid .activeCrit2,.single .content .mermaid .activeCrit3{stroke:#b1361b;fill:#eee;stroke-width:2}.single .content .mermaid .doneCrit0,.single .content .mermaid .doneCrit1,.single .content .mermaid .doneCrit2,.single .content .mermaid .doneCrit3{stroke:#b1361b;fill:#bbb;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}.single .content .mermaid .milestone{transform:rotate(45deg) scale(0.8, 0.8)}.single .content .mermaid .milestoneText{font-style:italic}.single .content .mermaid .doneCritText0,.single .content .mermaid .doneCritText1,.single .content .mermaid .doneCritText2,.single .content .mermaid .doneCritText3{fill:#333 !important}.single .content .mermaid .activeCritText0,.single .content .mermaid .activeCritText1,.single .content .mermaid .activeCritText2,.single .content .mermaid .activeCritText3{fill:#333 !important}.single .content .mermaid .titleText{text-anchor:middle;font-size:18px;fill:#333;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid g.classGroup text{fill:#999;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}.single .content .mermaid g.classGroup text .title{font-weight:bolder}.single .content .mermaid g.classGroup rect{fill:#eee;stroke:#999}.single .content .mermaid g.classGroup line{stroke:#999;stroke-width:1}.single .content .mermaid .classLabel .box{stroke:none;stroke-width:0;fill:#eee;opacity:0.5}.single .content .mermaid .classLabel .label{fill:#999;font-size:10px}.single .content .mermaid .relation{stroke:#999;stroke-width:1;fill:none}.single .content .mermaid #compositionStart{fill:#999;stroke:#999;stroke-width:1}.single .content .mermaid #compositionEnd{fill:#999;stroke:#999;stroke-width:1}.single .content .mermaid #aggregationStart{fill:#eee;stroke:#999;stroke-width:1}.single .content .mermaid #aggregationEnd{fill:#eee;stroke:#999;stroke-width:1}.single .content .mermaid #dependencyStart{fill:#999;stroke:#999;stroke-width:1}.single .content .mermaid #dependencyEnd{fill:#999;stroke:#999;stroke-width:1}.single .content .mermaid #extensionStart{fill:#999;stroke:#999;stroke-width:1}.single .content .mermaid #extensionEnd{fill:#999;stroke:#999;stroke-width:1}.single .content .mermaid .commit-id,.single .content .mermaid .commit-msg,.single .content .mermaid .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .pieTitleText{text-anchor:middle;font-size:25px;fill:#333;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid g.stateGroup text{fill:#999;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid g.stateGroup text{fill:#999;stroke:none;font-size:10px}.single .content .mermaid g.stateGroup .state-title{font-weight:bolder;fill:#000}.single .content .mermaid g.stateGroup rect{fill:#eee;stroke:#999}.single .content .mermaid g.stateGroup line{stroke:#999;stroke-width:1}.single .content .mermaid .transition{stroke:#999;stroke-width:1;fill:none}.single .content .mermaid .stateGroup .composit{fill:white;border-bottom:1px}.single .content .mermaid .state-note{stroke:#770;fill:#ffa}.single .content .mermaid .state-note text{fill:black;stroke:none;font-size:10px}.single .content .mermaid .stateLabel .box{stroke:none;stroke-width:0;fill:#eee;opacity:0.5}.single .content .mermaid .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.single .content .mermaid :root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}.dark-theme .single .content .mermaid .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);color:#333}.dark-theme .single .content .mermaid .label text{fill:#333}.dark-theme .single .content .mermaid .node rect,.dark-theme .single .content .mermaid .node circle,.dark-theme .single .content .mermaid .node ellipse,.dark-theme .single .content .mermaid .node polygon{fill:#BDD5EA;stroke:purple;stroke-width:1px}.dark-theme .single .content .mermaid .node .label{text-align:center}.dark-theme .single .content .mermaid .node.clickable{cursor:pointer}.dark-theme .single .content .mermaid .arrowheadPath{fill:#d3d3d3}.dark-theme .single .content .mermaid .edgePath .path{stroke:#d3d3d3;stroke-width:1.5px}.dark-theme .single .content .mermaid .edgeLabel{background-color:#e8e8e8;text-align:center}.dark-theme .single .content .mermaid .cluster rect{fill:#6D6D65;stroke:rgba(255,255,255,0.25);stroke-width:1px}.dark-theme .single .content .mermaid .cluster text{fill:#F9FFFE}.dark-theme .single .content .mermaid div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#6D6D65;border:1px solid rgba(255,255,255,0.25);border-radius:2px;pointer-events:none;z-index:100}.dark-theme .single .content .mermaid .actor{stroke:#81B1DB;fill:#BDD5EA}.dark-theme .single .content .mermaid text.actor{fill:#000;stroke:none}.dark-theme .single .content .mermaid .actor-line{stroke:#d3d3d3}.dark-theme .single .content .mermaid .messageLine0{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#d3d3d3}.dark-theme .single .content .mermaid .messageLine1{stroke-width:1.5;stroke-dasharray:'2 2';stroke:#d3d3d3}.dark-theme .single .content .mermaid #arrowhead{fill:#d3d3d3}.dark-theme .single .content .mermaid .sequenceNumber{fill:#fff}.dark-theme .single .content .mermaid #sequencenumber{fill:#d3d3d3}.dark-theme .single .content .mermaid #crosshead path{fill:#d3d3d3 !important;stroke:#d3d3d3 !important}.dark-theme .single .content .mermaid .messageText{fill:#d3d3d3;stroke:none}.dark-theme .single .content .mermaid .labelBox{stroke:#81B1DB;fill:#BDD5EA}.dark-theme .single .content .mermaid .labelText{fill:#323D47;stroke:none}.dark-theme .single .content .mermaid .loopText{fill:#d3d3d3;stroke:none}.dark-theme .single .content .mermaid .loopLine{stroke-width:2;stroke-dasharray:'2 2';stroke:#81B1DB}.dark-theme .single .content .mermaid .note{stroke:rgba(255,255,255,0.25);fill:#fff5ad}.dark-theme .single .content .mermaid .noteText{fill:black;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:14px}.dark-theme .single .content .mermaid .activation0{fill:#f4f4f4;stroke:#666}.dark-theme .single .content .mermaid .activation1{fill:#f4f4f4;stroke:#666}.dark-theme .single .content .mermaid .activation2{fill:#f4f4f4;stroke:#666}.dark-theme .single .content .mermaid .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .section{stroke:none;opacity:0.2}.dark-theme .single .content .mermaid .section0{fill:rgba(255,255,255,0.3)}.dark-theme .single .content .mermaid .section2{fill:#EAE8B9}.dark-theme .single .content .mermaid .section1,.dark-theme .single .content .mermaid .section3{fill:#fff;opacity:0.2}.dark-theme .single .content .mermaid .sectionTitle0{fill:#F9FFFE}.dark-theme .single .content .mermaid .sectionTitle1{fill:#F9FFFE}.dark-theme .single .content .mermaid .sectionTitle2{fill:#F9FFFE}.dark-theme .single .content .mermaid .sectionTitle3{fill:#F9FFFE}.dark-theme .single .content .mermaid .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .grid .tick{stroke:#d3d3d3;opacity:0.3;shape-rendering:crispEdges}.dark-theme .single .content .mermaid .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .grid path{stroke-width:0}.dark-theme .single .content .mermaid .today{fill:none;stroke:#DB5757;stroke-width:2px}.dark-theme .single .content .mermaid .task{stroke-width:2}.dark-theme .single .content .mermaid .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .taskText:not([font-size]){font-size:11px}.dark-theme .single .content .mermaid .taskTextOutsideRight{fill:#323D47;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .taskTextOutsideLeft{fill:#323D47;text-anchor:end;font-size:11px}.dark-theme .single .content .mermaid .task.clickable{cursor:pointer}.dark-theme .single .content .mermaid .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .single .content .mermaid .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .single .content .mermaid .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}.dark-theme .single .content .mermaid .taskText0,.dark-theme .single .content .mermaid .taskText1,.dark-theme .single .content .mermaid .taskText2,.dark-theme .single .content .mermaid .taskText3{fill:#323D47}.dark-theme .single .content .mermaid .task0,.dark-theme .single .content .mermaid .task1,.dark-theme .single .content .mermaid .task2,.dark-theme .single .content .mermaid .task3{fill:#BDD5EA;stroke:rgba(255,255,255,0.5)}.dark-theme .single .content .mermaid .taskTextOutside0,.dark-theme .single .content .mermaid .taskTextOutside2{fill:#d3d3d3}.dark-theme .single .content .mermaid .taskTextOutside1,.dark-theme .single .content .mermaid .taskTextOutside3{fill:#d3d3d3}.dark-theme .single .content .mermaid .active0,.dark-theme .single .content .mermaid .active1,.dark-theme .single .content .mermaid .active2,.dark-theme .single .content .mermaid .active3{fill:#81B1DB;stroke:rgba(255,255,255,0.5)}.dark-theme .single .content .mermaid .activeText0,.dark-theme .single .content .mermaid .activeText1,.dark-theme .single .content .mermaid .activeText2,.dark-theme .single .content .mermaid .activeText3{fill:#323D47 !important}.dark-theme .single .content .mermaid .done0,.dark-theme .single .content .mermaid .done1,.dark-theme .single .content .mermaid .done2,.dark-theme .single .content .mermaid .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}.dark-theme .single .content .mermaid .doneText0,.dark-theme .single .content .mermaid .doneText1,.dark-theme .single .content .mermaid .doneText2,.dark-theme .single .content .mermaid .doneText3{fill:#323D47 !important}.dark-theme .single .content .mermaid .crit0,.dark-theme .single .content .mermaid .crit1,.dark-theme .single .content .mermaid .crit2,.dark-theme .single .content .mermaid .crit3{stroke:#E83737;fill:#E83737;stroke-width:2}.dark-theme .single .content .mermaid .activeCrit0,.dark-theme .single .content .mermaid .activeCrit1,.dark-theme .single .content .mermaid .activeCrit2,.dark-theme .single .content .mermaid .activeCrit3{stroke:#E83737;fill:#81B1DB;stroke-width:2}.dark-theme .single .content .mermaid .doneCrit0,.dark-theme .single .content .mermaid .doneCrit1,.dark-theme .single .content .mermaid .doneCrit2,.dark-theme .single .content .mermaid .doneCrit3{stroke:#E83737;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}.dark-theme .single .content .mermaid .milestone{transform:rotate(45deg) scale(0.8, 0.8)}.dark-theme .single .content .mermaid .milestoneText{font-style:italic}.dark-theme .single .content .mermaid .doneCritText0,.dark-theme .single .content .mermaid .doneCritText1,.dark-theme .single .content .mermaid .doneCritText2,.dark-theme .single .content .mermaid .doneCritText3{fill:#323D47 !important}.dark-theme .single .content .mermaid .activeCritText0,.dark-theme .single .content .mermaid .activeCritText1,.dark-theme .single .content .mermaid .activeCritText2,.dark-theme .single .content .mermaid .activeCritText3{fill:#323D47 !important}.dark-theme .single .content .mermaid .titleText{text-anchor:middle;font-size:18px;fill:#323D47;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid g.classGroup text{fill:purple;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}.dark-theme .single .content .mermaid g.classGroup text .title{font-weight:bolder}.dark-theme .single .content .mermaid g.classGroup rect{fill:#BDD5EA;stroke:purple}.dark-theme .single .content .mermaid g.classGroup line{stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid .classLabel .box{stroke:none;stroke-width:0;fill:#BDD5EA;opacity:0.5}.dark-theme .single .content .mermaid .classLabel .label{fill:purple;font-size:10px}.dark-theme .single .content .mermaid .relation{stroke:purple;stroke-width:1;fill:none}.dark-theme .single .content .mermaid #compositionStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #compositionEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #aggregationStart{fill:#BDD5EA;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #aggregationEnd{fill:#BDD5EA;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #dependencyStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #dependencyEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #extensionStart{fill:purple;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid #extensionEnd{fill:purple;stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid .commit-id,.dark-theme .single .content .mermaid .commit-msg,.dark-theme .single .content .mermaid .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .pieTitleText{text-anchor:middle;font-size:25px;fill:#323D47;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid g.stateGroup text{fill:purple;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid g.stateGroup text{fill:purple;stroke:none;font-size:10px}.dark-theme .single .content .mermaid g.stateGroup .state-title{font-weight:bolder;fill:#000}.dark-theme .single .content .mermaid g.stateGroup rect{fill:#BDD5EA;stroke:purple}.dark-theme .single .content .mermaid g.stateGroup line{stroke:purple;stroke-width:1}.dark-theme .single .content .mermaid .transition{stroke:purple;stroke-width:1;fill:none}.dark-theme .single .content .mermaid .stateGroup .composit{fill:white;border-bottom:1px}.dark-theme .single .content .mermaid .state-note{stroke:rgba(255,255,255,0.25);fill:#fff5ad}.dark-theme .single .content .mermaid .state-note text{fill:black;stroke:none;font-size:10px}.dark-theme .single .content .mermaid .stateLabel .box{stroke:none;stroke-width:0;fill:#BDD5EA;opacity:0.5}.dark-theme .single .content .mermaid .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}.dark-theme .single .content .mermaid :root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}.dark-theme .single .content .aplayer{background:#212121}.dark-theme .single .content .aplayer.aplayer-withlist .aplayer-info{border-bottom-color:#5c5c5c}.dark-theme .single .content .aplayer.aplayer-fixed .aplayer-list{border-color:#5c5c5c}.dark-theme .single .content .aplayer .aplayer-body{background-color:#212121}.dark-theme .single .content .aplayer .aplayer-info{border-top-color:#212121}.dark-theme .single .content .aplayer .aplayer-info .aplayer-music .aplayer-title{color:#fff}.dark-theme .single .content .aplayer .aplayer-info .aplayer-music .aplayer-author{color:#fff}.dark-theme .single .content .aplayer .aplayer-info .aplayer-controller .aplayer-time{color:#eee}.dark-theme .single .content .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#eee}.dark-theme .single .content .aplayer .aplayer-list{background-color:#212121}.dark-theme .single .content .aplayer .aplayer-list::-webkit-scrollbar-thumb{background-color:#999}.dark-theme .single .content .aplayer .aplayer-list::-webkit-scrollbar-thumb:hover{background-color:#bbb}.dark-theme .single .content .aplayer .aplayer-list li{color:#fff;border-top-color:#666}.dark-theme .single .content .aplayer .aplayer-list li:hover{background:#4e4e4e}.dark-theme .single .content .aplayer .aplayer-list li.aplayer-list-light{background:#6c6c6c}.dark-theme .single .content .aplayer .aplayer-list li .aplayer-list-index{color:#ddd}.dark-theme .single .content .aplayer .aplayer-list li .aplayer-list-author{color:#ddd}.dark-theme .single .content .aplayer .aplayer-lrc{text-shadow:-1px -1px 0 #666}.dark-theme .single .content .aplayer .aplayer-lrc:before{background:-moz-linear-gradient(top, #212121 0%, rgba(33,33,33,0) 100%);background:-webkit-linear-gradient(top, #212121 0%, rgba(33,33,33,0) 100%);background:linear-gradient(to bottom, #212121 0%, rgba(33,33,33,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#00212121',GradientType=0 )}.dark-theme .single .content .aplayer .aplayer-lrc:after{background:-moz-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);background:-webkit-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);background:linear-gradient(to bottom, rgba(33,33,33,0) 0%, rgba(33,33,33,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#cc212121',GradientType=0 )}.dark-theme .single .content .aplayer .aplayer-lrc p{color:#fff}.dark-theme .single .content .aplayer .aplayer-miniswitcher{background:#484848}.dark-theme .single .content .aplayer .aplayer-miniswitcher .aplayer-icon path{fill:#eee}.single .content .echarts{width:100%;height:30rem;margin:3% auto;text-align:center}.single .content .bilibili{position:relative;width:100%;height:0;padding-bottom:75%;margin:3% auto;text-align:center}.single .content .bilibili iframe{position:absolute;width:100%;height:100%;left:0;top:0}.single .content hr{margin:1rem 0;position:relative;border-top:1px dashed #dcdcdc;border-bottom:none}.dark-theme .single .content hr{border-top:1px dashed #4a4b50}.single .content kbd{display:inline-block;padding:.25rem;background-color:#fff;border:1px solid #dcdcdc;border-bottom-color:#dcdcdc;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 #dcdcdc;box-shadow:inset 0 -1px 0 #dcdcdc;font-size:.8rem;font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace;color:#E74C3C}.dark-theme .single .content kbd{background-color:#292a2d;border:1px solid #4a4b50;border-bottom-color:#4a4b50;-webkit-box-shadow:inset 0 -1px 0 #4a4b50;box-shadow:inset 0 -1px 0 #4a4b50;color:#E5BF78}.single .content .typeit .code{padding:.375rem;font-size:.875rem;font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace;font-weight:bold;word-break:break-all}.single .content .align-left{text-align:left}.single .content .align-center{text-align:center}.single .content .align-right{text-align:right}.single .content .float-left{float:left}.single .content .float-right{float:right}.single .post-footer{margin-top:3rem}.single .post-footer .post-info{border-bottom:1px solid #dcdcdc;padding:1rem 0 0.3rem}.dark-theme .single .post-footer .post-info{border-bottom:1px solid #4a4b50}.single .post-footer .post-info .post-info-line{display:flex;justify-content:space-between}.single .post-footer .post-info .post-info-line .post-info-mod{font-size:0.8em;color:#a9a9b3}.dark-theme .single .post-footer .post-info .post-info-line .post-info-mod{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-license{font-size:0.8em;color:#a9a9b3}.dark-theme .single .post-footer .post-info .post-info-line .post-info-license{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-md a{font-size:0.8em;color:#2d96bd}.dark-theme .single .post-footer .post-info .post-info-line .post-info-md a{color:#eee}.single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#ef3982}.dark-theme .single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#2d96bd}.single .post-footer .post-info-more{padding:0.3rem 0 1rem;display:flex;justify-content:space-between;font-size:0.9rem}.single .post-footer .post-nav::before,.single .post-footer .post-nav::after{content:' ';display:table}.single .post-footer .post-nav a.prev,.single .post-footer .post-nav a.next{font-size:1rem;font-weight:600;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.single .post-footer .post-nav a.prev{float:left}.single .post-footer .post-nav a.prev:hover{transform:translateX(-4px)}.single .post-footer .post-nav a.next{float:right}.single .post-footer .post-nav a.next:hover{transform:translateX(4px)}.single .comment{padding:4rem 0}.special .single-title{text-align:right;padding-bottom:2rem}.archive .single-title{text-align:right;padding-bottom:2rem}.archive .archive-item{margin-left:2rem}.archive .categories-card{margin:0 auto;margin-top:3rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;padding:0 2.5rem;line-height:1.6rem}.archive .categories-card .card-item{font-size:.875rem;text-align:left;width:45%;display:flex;align-items:flex-start;margin-top:2rem;min-height:10rem;padding:0 2%;position:relative}.archive .categories-card .card-item .card-item-wrapper{width:100%;overflow:hidden}.archive .categories-card .card-item .card-item-wrapper .card-item-title{font-size:1.2rem;font-weight:bold;display:inline-block}.archive .categories-card .card-item .card-item-wrapper span{float:right;padding-right:1rem}.archive .archive-item-link{display:inline-block;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:95%}.archive .archive-item-link:hover{color:#2d96bd;background-color:transparent}.dark-theme .archive .archive-item-link{color:#a9a9b3;text-decoration:none;transition:color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease}.dark-theme .archive .archive-item-link:hover{color:#fff;text-decoration:none;transition:color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease}.archive .archive-item-date{float:right;text-align:right;color:#a9a9b3}.dark-theme .archive .archive-item-date{color:#5d5d5f}.archive .more-post{text-align:right}.archive .tag-cloud-tags{margin:10px 0}.archive .tag-cloud-tags a{display:inline-block;position:relative;margin:5px 10px;overflow-wrap:break-word;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.archive .tag-cloud-tags a:active,.archive .tag-cloud-tags a:focus,.archive .tag-cloud-tags a:hover{color:#2d96bd;transform:scale(1.1)}.dark-theme .archive .tag-cloud-tags a:active,.dark-theme .archive .tag-cloud-tags a:focus,.dark-theme .archive .tag-cloud-tags a:hover{color:#fff}.archive .tag-cloud-tags a small{color:#a9a9b3}.dark-theme .archive .tag-cloud-tags a small{color:#fff}.home .home-profile{transform:translateY(0);padding:2rem 0;text-align:center}.home .home-profile .home-avatar{padding:0.6rem}.home .home-profile .home-avatar img{width:6rem;height:auto;display:inline-block;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);margin:0 auto;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;cursor:pointer}.home .home-profile .home-avatar img:hover{position:relative;-webkit-transform:translateY(-0.75rem);-moz-transform:translateY(-0.75rem);-ms-transform:translateY(-0.75rem);-o-transform:translateY(-0.75rem);transform:translateY(-0.75rem);cursor:pointer}.home .home-profile .home-description{font-size:1rem;font-weight:normal;margin:0;padding:.4rem}.home .home-profile .home-social-links{padding-top:.6rem}.home .home-profile .home-social-links i{font-size:1.45rem}.home .home-profile .home-social-links img{width:1.5rem;height:1.5rem}.home .summary{padding-top:1rem;padding-bottom:.8rem;color:#161209;border-bottom:1px dashed #dcdcdc}.dark-theme .home .summary{color:#a9a9b3;border-bottom:1px dashed #4a4b50}.home .summary .featured-image-preview{width:100%;padding:30% 0 0;position:relative;margin:0.6rem auto}.home .summary .featured-image-preview img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover}.home .summary .single-title{font-size:1.6rem}.home .summary .meta{font-size:.875rem !important}.home .summary .meta a{color:#a9a9b3 !important}.dark-theme .home .summary .meta a{color:#5d5d5f !important}.home .summary .meta a:hover{color:#2d96bd !important}.dark-theme .home .summary .meta a:hover{color:#fff !important}.home .summary .content{display:-moz-box;display:-webkit-box;-moz-box-orient:vertical;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-top:.3rem;width:100%;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}.home .summary h1,.home .summary h2,.home .summary h3,.home .summary h4,.home .summary h5,.home .summary h6,.home .summary p{font-size:1rem;display:inline}.home .summary h1::after,.home .summary h2::after,.home .summary h3::after,.home .summary h4::after,.home .summary h5::after,.home .summary h6::after,.home .summary p::after{content:"\A";white-space:pre}.home .summary h1,.home .summary h2,.home .summary h3,.home .summary h4,.home .summary h5,.home .summary h6{line-height:2}.home .summary .post-footer{margin-top:.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem !important}.home .summary .post-footer a{color:#2d96bd !important}.dark-theme .home .summary .post-footer a{color:#eee !important}.home .summary .post-footer a:hover{color:#ef3982 !important}.dark-theme .home .summary .post-footer a:hover{color:#2d96bd !important}.home .summary .post-footer .post-tags{padding:0}.home .summary .post-footer .post-tags a{color:#161209 !important}.dark-theme .home .summary .post-footer .post-tags a{color:#a9a9b3 !important}.home .summary .post-footer .post-tags a:hover{color:#2d96bd !important}.dark-theme .home .summary .post-footer .post-tags a:hover{color:#fff !important}#content-404{font-size:1.8rem;line-height:3rem;transform:translateY(30vh);text-align:center}header.desktop{display:block;position:fixed;width:100%;z-index:100;height:4rem;line-height:4rem;background-color:#fafafa}.dark-theme header.desktop{background-color:#252627}header.desktop .header-wrapper{width:auto;text-align:center;margin:0 4rem;display:flex;justify-content:space-between}header.desktop .header-wrapper .header-title a{padding:0 8px;font-size:1.25rem}header.desktop .header-wrapper .header-title a i{line-height:2rem}header.desktop .header-wrapper .menu a{padding:0 8px}header.desktop .header-wrapper .menu a.active{font-weight:900;color:#161209}.dark-theme header.desktop .header-wrapper .menu a.active{color:#fff}header.mobile{display:none;position:fixed;width:100%;z-index:100;transition:all 0.3s ease 0s}header.mobile .header-wrapper{padding:0;margin:0;height:4.5rem;line-height:4.5rem;background:#fff}header.mobile .header-wrapper .header-container{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1.125rem;padding-right:1rem;padding-left:1rem;box-sizing:border-box}header.mobile .header-wrapper .header-container .header-title{font-size:1.25rem}header.mobile .header-wrapper .header-container .menu-toggle{cursor:pointer;line-height:4.5rem}header.mobile .header-wrapper .header-container .menu-toggle span{display:block;background:#000;width:24px;height:2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:.2s margin .2s, .2s transform;-moz-transition:.2s margin .2s, .2s transform;transition:.2s margin .2s, .2s transform}.dark-theme header.mobile .header-wrapper .header-container .menu-toggle span{background:#a9a9b3}header.mobile .header-wrapper .header-container .menu-toggle span:nth-child(1){margin-bottom:8px}header.mobile .header-wrapper .header-container .menu-toggle span:nth-child(3){margin-top:8px}header.mobile .header-wrapper .header-container .menu-toggle.active span{-webkit-transition:.2s margin, .2s transform .2s;-moz-transition:.2s margin, .2s transform .2s;transition:.2s margin, .2s transform .2s}header.mobile .header-wrapper .header-container .menu-toggle.active span:nth-child(1){-moz-transform:rotate(45deg) translate(4px, 6px);-ms-transform:rotate(45deg) translate(4px, 6px);-webkit-transform:rotate(45deg) translate(4px, 6px);transform:rotate(45deg) translate(4px, 6px)}header.mobile .header-wrapper .header-container .menu-toggle.active span:nth-child(2){opacity:0}header.mobile .header-wrapper .header-container .menu-toggle.active span:nth-child(3){-moz-transform:rotate(-45deg) translate(8px, -10px);-ms-transform:rotate(-45deg) translate(8px, -10px);-webkit-transform:rotate(-45deg) translate(8px, -10px);transform:rotate(-45deg) translate(8px, -10px)}header.mobile .header-wrapper .menu{text-align:center;background:#fff;border-top:2px solid #161209;display:none;box-shadow:0px 2px 4px rgba(0,0,0,0.1),0px 4px 8px rgba(0,0,0,0.1)}header.mobile .header-wrapper .menu a{display:block;line-height:2.5rem}header.mobile .header-wrapper .menu.active{display:block}.dark-theme header.mobile .header-wrapper .menu{background:#292a2d;border-top:2px solid #a9a9b3}.dark-theme header.mobile .header-wrapper{background:#292a2d}.copyright{font-size:.875rem}.copyright .copyright-line{width:100%}.copyright .copyright-line .icp-br{display:none}.dynamic-to-top{display:none;overflow:hidden;width:auto;z-index:90;position:fixed;bottom:2rem;right:2rem;top:auto;left:auto;font-family:sans-serif;font-size:1rem;color:#fff;text-decoration:none;text-shadow:0 1px 0 #333;font-weight:bold;padding:1rem 1rem;border:1px solid #dcdcdc;background:#222;outline:none}.dynamic-to-top:hover{background:#000;cursor:pointer}.dynamic-to-top:active{background:#000;outline:none}.dynamic-to-top:focus,.dynamic-to-top:hover{outline:none}.dynamic-to-top span{display:block;overflow:hidden;width:.875rem;height:.75rem;background:url("data:image/png;base64,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") no-repeat center center}.dark-theme .dynamic-to-top{border:1px solid #4a4b50}.pagination{display:flex;flex-direction:row;justify-content:center;list-style:none;white-space:nowrap;width:100%;padding-top:1rem}.pagination a{-webkit-font-smoothing:antialiased;font-size:.8rem;color:#bfbfbf;letter-spacing:.1rem;font-weight:700;padding:5px 5px;text-decoration:none;transition:0.3s}.pagination li{padding-bottom:3px;margin:0 20px;box-sizing:border-box;position:relative;display:inline}.pagination li.disabled{display:none}.pagination li:hover a{color:#000}.dark-theme .pagination li:hover a{color:#fff}.pagination li:before,.pagination li:after{position:absolute;content:"";width:0;height:3px;background:#000;transition:0.3s;bottom:0px}.dark-theme .pagination li:before,.dark-theme .pagination li:after{background:#fff}.pagination li:before .active,.pagination li:after .active{width:100%}.pagination li:before{left:50%}.pagination li:after{right:50%}.pagination li:hover:before,.pagination li:hover:after{width:50%}.pagination li.active a{color:#000}.dark-theme .pagination li.active a{color:#fff}.pagination li.active:before,.pagination li.active:after{width:60%}@media only screen and (max-width: 1800px){.page{max-width:780px}.page .post-toc{width:300px;margin-left:800px}}@media only screen and (max-width: 1440px){.page{max-width:680px}.page .post-toc{width:240px;margin-left:700px}}@media only screen and (max-width: 1200px){.page{max-width:560px}.page .post-toc{width:180px;margin-left:580px}}@media only screen and (max-width: 960px){header.desktop .header-wrapper{margin:0 1rem}.page{max-width:80%}.page .post-toc{display:none}.page .post-toc-mobile{display:block}}@media only screen and (max-width: 560px){header.desktop{display:none}header.mobile{display:block}.page{max-width:100%}.page .categories-card .card-item{width:100%}.copyright .copyright-line .icp-splitter{display:none}.copyright .copyright-line .icp-br{display:block}.dynamic-to-top{display:none !important}} +@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,700&display=swap&subset=latin-ext");/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,700&display=swap&subset=latin-ext");html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}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:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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{display:none}[hidden]{display:none}html{font-family:Lato,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft Yahei,Segoe UI,Helvetica,Arial,sans-serif,Segoe UI Emoji}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#87878d}::-webkit-scrollbar-thumb:hover{background-color:#a9a9b3}::selection{background:rgba(38,139,211,0.2)}.dark-theme ::selection{background:rgba(38,139,211,0.3)}body{font-size:16px;font-weight:400;line-height:1.5rem;background-color:#fff;color:#161209;overflow-wrap:break-word}body::before{content:"";background-repeat:no-repeat;background-position:center;opacity:0.05;position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}body.dark-theme{color:#a9a9b3;background-color:#292a2d}a{color:#161209;text-decoration:none;transition:color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease}a:hover{color:#2d96bd}.dark-theme a{color:#a9a9b3}.dark-theme a:hover{color:#fff}.wrapper{display:flex;flex-direction:column;min-height:97.5vh;width:100%}.wrapper main{flex:1 0 auto}.wrapper main .container{padding-left:1rem;padding-right:1rem}.footer{height:2rem;width:100%;text-align:center;line-height:1.5rem;padding-top:2rem}.page{position:relative;width:100%;max-width:980px;margin:0 auto;padding-top:6rem}.single .single-title{margin:0;font-size:1.8rem;line-height:3rem}.single .meta{font-size:.88rem;color:#a9a9b3}.single .meta span{display:inline-block}.dark-theme .single .meta{color:#5d5d5f}.single .meta a{color:#2d96bd}.dark-theme .single .meta a{color:#eee}.single .meta a:hover{color:#ef3982}.dark-theme .single .meta a:hover{color:#2d96bd}.single .meta .author{font-size:1.05rem}.single .featured-image{padding-top:.6rem}.single .featured-image img{display:block;max-width:100%;height:auto;margin:0 auto;overflow:hidden}.single .post-toc{display:block;position:absolute;width:360px;margin-left:1000px;padding:0 .8rem;border-left:1px solid #dcdcdc;overflow-wrap:break-word;box-sizing:border-box;top:12rem}.dark-theme .single .post-toc{border-left:1px solid #4a4b50}.single .post-toc .post-toc-title{font-weight:400;margin:.8rem 0;text-transform:uppercase}.single .post-toc .post-toc-content.always-active ul{display:block}.single .post-toc .post-toc-content>nav>ul{margin:.625rem 0}.single .post-toc .post-toc-content ul{text-indent:-0.85rem;padding-left:.625rem;list-style:none}.single .post-toc .post-toc-content ul a::before{content:"|";font-weight:bolder;margin-right:.5rem;color:#2d96bd}.dark-theme .single .post-toc .post-toc-content ul a::before{color:#eee}.single .post-toc .post-toc-content ul ul{padding-left:1.25rem;display:none}.single .post-toc .post-toc-content ul .has-active>ul{display:block}.single .post-toc .post-toc-content .toc-link.active{font-weight:bold;color:#ef3982}.dark-theme .single .post-toc .post-toc-content .toc-link.active{color:#2d96bd}.single .post-toc .post-toc-content .toc-link.active::before{font-weight:bolder;color:#ef3982}.dark-theme .single .post-toc .post-toc-content .toc-link.active::before{color:#2d96bd}.single .post-toc-mobile{display:none;padding-top:.8rem}.single .post-toc-mobile details summary .post-toc-title{display:block;display:flex;justify-content:space-between;font-size:1.2em;font-weight:bold;line-height:2em;padding:0 .625rem;background:#f5f5f5}.single .post-toc-mobile details summary .post-toc-title i.details{line-height:2em}.dark-theme .single .post-toc-mobile details summary .post-toc-title{background:#272C34}.single .post-toc-mobile details summary::-webkit-details-marker{display:none}.single .post-toc-mobile details[open] i.details{transform:rotate(180deg)}.single .post-toc-mobile .post-toc-content{border:2px solid #f5f5f5}.single .post-toc-mobile .post-toc-content>nav>ul{margin:.625rem 0}.single .post-toc-mobile .post-toc-content ul{padding-left:.625rem;list-style:none}.single .post-toc-mobile .post-toc-content ul ul{padding-left:1.25rem}.dark-theme .single .post-toc-mobile .post-toc-content{border:2px solid #272C34}.single .content .post-dummy-target:target{display:inline-block;position:relative;top:-5.6rem;visibility:hidden}.single .content h1,.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{font-weight:bold}.dark-theme .single .content h1,.dark-theme .single .content h2,.dark-theme .single .content h3,.dark-theme .single .content h4,.dark-theme .single .content h5,.dark-theme .single .content h6{font-weight:bolder}.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{padding-top:.8rem;padding-bottom:.3rem}.single .content h2::before{content:"#";margin-right:.3125rem;color:#2d96bd}.dark-theme .single .content h2::before{color:#eee}.single .content h3::before,.single .content h4::before,.single .content h5::before,.single .content h6::before{content:"|";margin-right:.3125rem;color:#2d96bd}.dark-theme .single .content h3::before,.dark-theme .single .content h4::before,.dark-theme .single .content h5::before,.dark-theme .single .content h6::before{color:#eee}.single .content p{font-size:1rem;margin:.5rem 0}.single .content a{word-break:break-all;color:#2d96bd}.dark-theme .single .content a{color:#eee}.single .content a:hover{color:#ef3982}.dark-theme .single .content a:hover:hover{color:#2d96bd;font-weight:bold}.single .content ul{padding-left:2rem;list-style-type:disc}.single .content ruby{background:#f5f5f5}.single .content ruby rt{color:#a9a9b3}.dark-theme .single .content ruby{background:#272C34}.dark-theme .single .content ruby rt{color:#5d5d5f}.single .content .table-wrapper{overflow-x:auto}.single .content .table-wrapper::-webkit-scrollbar{background-color:#fff}.dark-theme .single .content .table-wrapper::-webkit-scrollbar{background-color:#272c34}.single .content .table-wrapper>table{width:100%;max-width:100%;margin:.625rem 0;border-spacing:0;background:#fff}.dark-theme .single .content .table-wrapper>table{background:#272c34}.single .content .table-wrapper>table thead{background:#ededed}.dark-theme .single .content .table-wrapper>table thead{background-color:#20252b}.single .content .table-wrapper>table th,.single .content .table-wrapper>table td{padding:.3rem 1rem;border:1px double #dcdcdc}.dark-theme .single .content .table-wrapper>table th,.dark-theme .single .content .table-wrapper>table td{border:1px double #4a4b50}.single .content figure{text-align:center}.single .content .image-caption:not(:empty){min-width:20%;max-width:80%;display:inline-block;padding:.625rem;margin:0 auto;border-bottom:1px solid #d9d9d9;font-size:.875rem;color:#969696;line-height:1.7}.single .content img{display:block;max-width:100%;height:auto;margin:0 auto;overflow:hidden}.single .content blockquote{font-size:1rem;display:block;border-width:1px 0;border-style:solid;border-color:#dcdcdc;padding:1.5em 1.2em 0.5em 1.2em;margin:0 0 2em 0;position:relative}.single .content blockquote::before{content:'\201C';position:absolute;top:0em;left:50%;transform:translate(-50%, -50%);width:3rem;height:2rem;font:6em/1.08em 'PT Sans', sans-serif;color:#2d96bd;text-align:center}.dark-theme .single .content blockquote::before{color:#eee}.single .content blockquote::after{content:"#blockquote" attr(cite);display:block;text-align:right;font-size:0.875em;color:#2d96bd}.dark-theme .single .content blockquote::after{color:#eee}.dark-theme .single .content blockquote{border-color:#4a4b50}.single .content .footnotes{color:#a9a9b3}.dark-theme .single .content .footnotes{color:#5d5d5f}.single .content code{font-size:13px;font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace;padding:.2rem .4rem;color:#E74C3C}.dark-theme .single .content code{color:#E5BF78}.single .content code,.single .content pre,.single .content .highlight table,.single .content .highlight tr,.single .content .highlight td{background:#f5f5f5}.dark-theme .single .content code,.dark-theme .single .content pre,.dark-theme .single .content .highlight table,.dark-theme .single .content .highlight tr,.dark-theme .single .content .highlight td{background:#272C34}.single .content .highlight>.chroma{margin:1rem 0;line-height:18px}.single .content .highlight>.chroma code,.single .content .highlight>.chroma pre{margin:0;padding:0}.single .content .highlight>.chroma::before{display:block;padding:.4rem;font-family:Lato,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft Yahei,Segoe UI,Helvetica,Arial,sans-serif,Segoe UI Emoji;font-size:13px;font-weight:bold;color:#b1b0b0;background:#ededed;content:'Code'}.dark-theme .single .content .highlight>.chroma::before{color:#b1b0b0;background:#20252b}.single .content .highlight>.chroma.language-bash::before{content:"Bash"}.single .content .highlight>.chroma.language-c::before{content:"C"}.single .content .highlight>.chroma.language-cs::before{content:"C#"}.single .content .highlight>.chroma.language-cpp::before{content:"C++"}.single .content .highlight>.chroma.language-clojure::before{content:"Clojure"}.single .content .highlight>.chroma.language-coffeescript::before{content:"CoffeeScript"}.single .content .highlight>.chroma.language-css::before{content:"CSS"}.single .content .highlight>.chroma.language-dart::before{content:"Dart"}.single .content .highlight>.chroma.language-diff::before{content:"Diff"}.single .content .highlight>.chroma.language-erlang::before{content:"Erlang"}.single .content .highlight>.chroma.language-go::before{content:"Go"}.single .content .highlight>.chroma.language-go-html-template::before{content:"Go HTML Template"}.single .content .highlight>.chroma.language-groovy::before{content:"Groovy"}.single .content .highlight>.chroma.language-haskell::before{content:"Haskell"}.single .content .highlight>.chroma.language-html::before{content:"HTML"}.single .content .highlight>.chroma.language-http::before{content:"HTTP"}.single .content .highlight>.chroma.language-xml::before{content:"XML"}.single .content .highlight>.chroma.language-java::before{content:"Java"}.single .content .highlight>.chroma.language-js::before{content:"JavaScript"}.single .content .highlight>.chroma.language-javascript::before{content:"JavaScript"}.single .content .highlight>.chroma.language-json::before{content:"JSON"}.single .content .highlight>.chroma.language-kotlin::before{content:"Kotlin"}.single .content .highlight>.chroma.language-latex::before{content:"LaTeX"}.single .content .highlight>.chroma.language-less::before{content:"Less"}.single .content .highlight>.chroma.language-lisp::before{content:"Lisp"}.single .content .highlight>.chroma.language-lua::before{content:"Lua"}.single .content .highlight>.chroma.language-makefile::before{content:"Makefile"}.single .content .highlight>.chroma.language-markdown::before{content:"Markdown"}.single .content .highlight>.chroma.language-matlab::before{content:"Matlab"}.single .content .highlight>.chroma.language-objectivec::before{content:"Objective-C"}.single .content .highlight>.chroma.language-php::before{content:"PHP"}.single .content .highlight>.chroma.language-perl::before{content:"Perl"}.single .content .highlight>.chroma.language-python::before{content:"Python"}.single .content .highlight>.chroma.language-r::before{content:"R"}.single .content .highlight>.chroma.language-ruby::before{content:"Ruby"}.single .content .highlight>.chroma.language-rust::before{content:"Rust"}.single .content .highlight>.chroma.language-scala::before{content:"Scala"}.single .content .highlight>.chroma.language-scss::before{content:"Scss"}.single .content .highlight>.chroma.language-shell::before{content:"Shell"}.single .content .highlight>.chroma.language-sql::before{content:"SQL"}.single .content .highlight>.chroma.language-swift::before{content:"Swift"}.single .content .highlight>.chroma.language-tex::before{content:"TeX"}.single .content .highlight>.chroma.language-toml::before{content:"TOML"}.single .content .highlight>.chroma.language-ts::before{content:"TypeScript"}.single .content .highlight>.chroma.language-typescript::before{content:"TypeScript"}.single .content .highlight>.chroma.language-vue::before{content:"Vue"}.single .content .highlight>.chroma.language-yml::before{content:"YAML"}.single .content .highlight>.chroma.language-yaml::before{content:"YAML"}.single .content .highlight>.chroma table,.single .content .highlight>.chroma tr,.single .content .highlight>.chroma td{margin:0;border:none !important}.single .content .highlight>.chroma td{padding:.2rem .4rem}.single .content .highlight>.chroma .lntd:first-child{width:1.2rem}.single .content .highlight>.chroma .lntd:first-child .lnt{color:#b1b0b0}.single .content .highlight>.chroma .lntd:first-child .hl{font-weight:bolder}.single .content .highlight>.chroma .lntd:last-child .hl{display:block;background-color:#e8e8e8}.dark-theme .single .content .highlight>.chroma .lntd:last-child .hl{background-color:#1c2025}.single .content .highlight{font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace}.single .content .highlight .c,.single .content .highlight .ch,.single .content .highlight .cm,.single .content .highlight .c1,.single .content .highlight .cs,.single .content .highlight .cp,.single .content .highlight .cpf{font-style:italic}.single .content .highlight .gl{text-decoration:underline}.single .content .highlight .p{color:#a9a9b3}.single .content .highlight .k{color:#b501a9}.single .content .highlight .kc{color:#b501a9}.single .content .highlight .kd{color:#b501a9}.single .content .highlight .kn{color:#b501a9}.single .content .highlight .kp{color:#b501a9}.single .content .highlight .kr{color:#b501a9}.single .content .highlight .kt{color:#b501a9}.single .content .highlight .n{color:#333}.single .content .highlight .na{color:#2b77fa}.single .content .highlight .nb{color:#f74840}.single .content .highlight .bp{color:#f74840}.single .content .highlight .nc{color:#cb8100}.single .content .highlight .no{color:#2b77fa}.single .content .highlight .nd{color:#0086c1}.single .content .highlight .ni{color:#2b77fa}.single .content .highlight .ne{color:#2b77fa}.single .content .highlight .nf{color:#2b77fa}.single .content .highlight .fm{color:#1ccad6}.single .content .highlight .nl{color:#2b77fa}.single .content .highlight .nn{color:#2b77fa}.single .content .highlight .nx{color:#333}.single .content .highlight .py{color:#2b77fa}.single .content .highlight .nt{color:#2b77fa}.single .content .highlight .nv{color:#2b77fa}.single .content .highlight .vc{color:#2b77fa}.single .content .highlight .vg{color:#2b77fa}.single .content .highlight .vi{color:#2b77fa}.single .content .highlight .vm{color:#2b77fa}.single .content .highlight .l{color:#2aa198}.single .content .highlight .ld{color:#2aa198}.single .content .highlight .s{color:#24a443}.single .content .highlight .sa{color:#24a443}.single .content .highlight .sb{color:#24a443}.single .content .highlight .sc{color:#24a443}.single .content .highlight .dl{color:#24a443}.single .content .highlight .sd{color:#24a443}.single .content .highlight .s2{color:#24a443}.single .content .highlight .se{color:#24a443}.single .content .highlight .sh{color:#24a443}.single .content .highlight .si{color:#24a443}.single .content .highlight .sx{color:#24a443}.single .content .highlight .sr{color:#24a443}.single .content .highlight .s1{color:#24a443}.single .content .highlight .ss{color:#24a443}.single .content .highlight .m{color:#e2893c}.single .content .highlight .mb{color:#e2893c}.single .content .highlight .mf{color:#e2893c}.single .content .highlight .mh{color:#e2893c}.single .content .highlight .mi{color:#e2893c}.single .content .highlight .il{color:#e2893c}.single .content .highlight .mo{color:#e2893c}.single .content .highlight .o{color:#f19b04}.single .content .highlight .ow{color:#b501a9}.single .content .highlight .c{color:#a0a1a8}.single .content .highlight .ch{color:#a0a1a8}.single .content .highlight .cm{color:#a0a1a8}.single .content .highlight .c1{color:#a0a1a8}.single .content .highlight .cs{color:#a0a1a8}.single .content .highlight .cp{color:#a0a1a8}.single .content .highlight .cpf{color:#a0a1a8}.single .content .highlight .g{color:#e72d40}.single .content .highlight .gd{color:#e72d40}.single .content .highlight .ge{color:#e72d40}.single .content .highlight .gr{color:#e72d40}.single .content .highlight .gh{color:#e72d40}.single .content .highlight .gi{color:#e72d40}.single .content .highlight .go{color:#e72d40}.single .content .highlight .gp{color:#e72d40}.single .content .highlight .gs{color:#e72d40}.single .content .highlight .gu{color:#e72d40}.single .content .highlight .gt{color:#e72d40}.single .content .highlight .w{color:#bbb}.dark-theme .single .content .highlight .p{color:#a9a9b3}.dark-theme .single .content .highlight .k{color:#d371e3}.dark-theme .single .content .highlight .kc{color:#d371e3}.dark-theme .single .content .highlight .kd{color:#d371e3}.dark-theme .single .content .highlight .kn{color:#d371e3}.dark-theme .single .content .highlight .kp{color:#d371e3}.dark-theme .single .content .highlight .kr{color:#d371e3}.dark-theme .single .content .highlight .kt{color:#d371e3}.dark-theme .single .content .highlight .n{color:#a9b2c0}.dark-theme .single .content .highlight .na{color:#41b0f5}.dark-theme .single .content .highlight .nb{color:#19b9c4}.dark-theme .single .content .highlight .bp{color:#ecbf6f}.dark-theme .single .content .highlight .nc{color:#ecbf6f}.dark-theme .single .content .highlight .no{color:#41b0f5}.dark-theme .single .content .highlight .nd{color:#ecbf6f}.dark-theme .single .content .highlight .ni{color:#41b0f5}.dark-theme .single .content .highlight .ne{color:#41b0f5}.dark-theme .single .content .highlight .nf{color:#41b0f5}.dark-theme .single .content .highlight .fm{color:#19b9c4}.dark-theme .single .content .highlight .nl{color:#41b0f5}.dark-theme .single .content .highlight .nn{color:#41b0f5}.dark-theme .single .content .highlight .nx{color:#a9a9b3}.dark-theme .single .content .highlight .py{color:#41b0f5}.dark-theme .single .content .highlight .nt{color:#41b0f5}.dark-theme .single .content .highlight .nv{color:#41b0f5}.dark-theme .single .content .highlight .vc{color:#41b0f5}.dark-theme .single .content .highlight .vg{color:#41b0f5}.dark-theme .single .content .highlight .vi{color:#41b0f5}.dark-theme .single .content .highlight .vm{color:#41b0f5}.dark-theme .single .content .highlight .l{color:#2aa198}.dark-theme .single .content .highlight .ld{color:#2aa198}.dark-theme .single .content .highlight .s{color:#8cc570}.dark-theme .single .content .highlight .sa{color:#8cc570}.dark-theme .single .content .highlight .sb{color:#8cc570}.dark-theme .single .content .highlight .sc{color:#8cc570}.dark-theme .single .content .highlight .dl{color:#8cc570}.dark-theme .single .content .highlight .sd{color:#8cc570}.dark-theme .single .content .highlight .s2{color:#8cc570}.dark-theme .single .content .highlight .se{color:#8cc570}.dark-theme .single .content .highlight .sh{color:#8cc570}.dark-theme .single .content .highlight .si{color:#8cc570}.dark-theme .single .content .highlight .sx{color:#8cc570}.dark-theme .single .content .highlight .sr{color:#8cc570}.dark-theme .single .content .highlight .s1{color:#8cc570}.dark-theme .single .content .highlight .ss{color:#8cc570}.dark-theme .single .content .highlight .m{color:#db985c}.dark-theme .single .content .highlight .mb{color:#db985c}.dark-theme .single .content .highlight .mf{color:#db985c}.dark-theme .single .content .highlight .mh{color:#db985c}.dark-theme .single .content .highlight .mi{color:#db985c}.dark-theme .single .content .highlight .il{color:#db985c}.dark-theme .single .content .highlight .mo{color:#db985c}.dark-theme .single .content .highlight .o{color:#ecbf6f}.dark-theme .single .content .highlight .ow{color:#d371e3}.dark-theme .single .content .highlight .c{color:#7e848f}.dark-theme .single .content .highlight .ch{color:#7e848f}.dark-theme .single .content .highlight .cm{color:#7e848f}.dark-theme .single .content .highlight .c1{color:#7e848f}.dark-theme .single .content .highlight .cs{color:#7e848f}.dark-theme .single .content .highlight .cp{color:#7e848f}.dark-theme .single .content .highlight .cpf{color:#7e848f}.dark-theme .single .content .highlight .g{color:#f16372}.dark-theme .single .content .highlight .gd{color:#f16372}.dark-theme .single .content .highlight .ge{color:#f16372}.dark-theme .single .content .highlight .gr{color:#f16372}.dark-theme .single .content .highlight .gh{color:#f16372}.dark-theme .single .content .highlight .gi{color:#f16372}.dark-theme .single .content .highlight .go{color:#f16372}.dark-theme .single .content .highlight .gp{color:#f16372}.dark-theme .single .content .highlight .gs{color:#f16372}.dark-theme .single .content .highlight .gu{color:#f16372}.dark-theme .single .content .highlight .gt{color:#f16372}.dark-theme .single .content .highlight .w{color:#bbb}.single .content .admonition{position:relative;margin:.9765em 0;padding:0 .75rem;background-color:rgba(68,138,255,0.1);border-left:0.25rem solid #448aff;overflow:auto}.single .content .admonition .admonition-title{margin:0 -0.75rem;padding:.5rem .75rem .5rem 2.5rem;border-bottom:0.1rem solid rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.1);font-weight:700}.single .content .admonition i.icon{font-size:16px;color:#448aff;cursor:auto;position:absolute;left:.75rem;top:.75rem}.single .content .admonition.note{border-left-color:#448aff}.single .content .admonition.note i.icon{color:#448aff}.single .content .admonition.abstract{border-left-color:#00b0ff}.single .content .admonition.abstract i.icon{color:#00b0ff}.single .content .admonition.info{border-left-color:#00b8d4}.single .content .admonition.info i.icon{color:#00b8d4}.single .content .admonition.tip{border-left-color:#00bfa5}.single .content .admonition.tip i.icon{color:#00bfa5}.single .content .admonition.success{border-left-color:#00c853}.single .content .admonition.success i.icon{color:#00c853}.single .content .admonition.question{border-left-color:#64dd17}.single .content .admonition.question i.icon{color:#64dd17}.single .content .admonition.warning{border-left-color:#ff9100}.single .content .admonition.warning i.icon{color:#ff9100}.single .content .admonition.failure{border-left-color:#ff5252}.single .content .admonition.failure i.icon{color:#ff5252}.single .content .admonition.danger{border-left-color:#ff1744}.single .content .admonition.danger i.icon{color:#ff1744}.single .content .admonition.bug{border-left-color:#f50057}.single .content .admonition.bug i.icon{color:#f50057}.single .content .admonition.example{border-left-color:#651fff}.single .content .admonition.example i.icon{color:#651fff}.single .content .admonition.quote{border-left-color:#9e9e9e}.single .content .admonition.quote i.icon{color:#9e9e9e}.single .content .admonition.note{background-color:rgba(68,138,255,0.1)}.single .content .admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.1)}.single .content .admonition.abstract{background-color:rgba(0,176,255,0.1)}.single .content .admonition.abstract .admonition-title{border-bottom-color:rgba(0,176,255,0.1);background-color:rgba(0,176,255,0.1)}.single .content .admonition.info{background-color:rgba(0,184,212,0.1)}.single .content .admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,0.1);background-color:rgba(0,184,212,0.1)}.single .content .admonition.tip{background-color:rgba(0,191,165,0.1)}.single .content .admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,0.1);background-color:rgba(0,191,165,0.1)}.single .content .admonition.success{background-color:rgba(0,200,83,0.1)}.single .content .admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,0.1);background-color:rgba(0,200,83,0.1)}.single .content .admonition.question{background-color:rgba(100,221,23,0.1)}.single .content .admonition.question .admonition-title{border-bottom-color:rgba(100,221,23,0.1);background-color:rgba(100,221,23,0.1)}.single .content .admonition.warning{background-color:rgba(255,145,0,0.1)}.single .content .admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,0.1);background-color:rgba(255,145,0,0.1)}.single .content .admonition.failure{background-color:rgba(255,82,82,0.1)}.single .content .admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,0.1);background-color:rgba(255,82,82,0.1)}.single .content .admonition.danger{background-color:rgba(255,23,68,0.1)}.single .content .admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,0.1);background-color:rgba(255,23,68,0.1)}.single .content .admonition.bug{background-color:rgba(245,0,87,0.1)}.single .content .admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,0.1);background-color:rgba(245,0,87,0.1)}.single .content .admonition.example{background-color:rgba(101,31,255,0.1)}.single .content .admonition.example .admonition-title{border-bottom-color:rgba(101,31,255,0.1);background-color:rgba(101,31,255,0.1)}.single .content .admonition.quote{background-color:rgba(158,158,158,0.1)}.single .content .admonition.quote .admonition-title{border-bottom-color:rgba(158,158,158,0.1);background-color:rgba(158,158,158,0.1)}.single .content .admonition:last-child{margin-bottom:.75rem}.single .content details.admonition summary{display:block;outline:none;cursor:pointer}.single .content details.admonition summary::-webkit-details-marker{display:none}.single .content details.admonition summary i.details{position:absolute;top:.75rem;right:.75rem;color:#161209}.dark-theme .single .content details.admonition summary i.details{color:#a9a9b3}.single .content details.admonition[open] i.details{transform:rotate(180deg)}.single .content .echarts{width:100%;height:30rem;margin:3% auto;text-align:center}.single .content .bilibili{position:relative;width:100%;height:0;padding-bottom:75%;margin:3% auto;text-align:center}.single .content .bilibili iframe{position:absolute;width:100%;height:100%;left:0;top:0}.single .content hr{margin:1rem 0;position:relative;border-top:1px dashed #dcdcdc;border-bottom:none}.dark-theme .single .content hr{border-top:1px dashed #4a4b50}.single .content kbd{display:inline-block;padding:.25rem;background-color:#fff;border:1px solid #dcdcdc;border-bottom-color:#dcdcdc;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 #dcdcdc;box-shadow:inset 0 -1px 0 #dcdcdc;font-size:.8rem;font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace;color:#E74C3C}.dark-theme .single .content kbd{background-color:#292a2d;border:1px solid #4a4b50;border-bottom-color:#4a4b50;-webkit-box-shadow:inset 0 -1px 0 #4a4b50;box-shadow:inset 0 -1px 0 #4a4b50;color:#E5BF78}.single .content .typeit .code{padding:.375rem;font-size:.875rem;font-family:Fira Mono,Source Code Pro,Menlo,Consolas,Monaco,monospace;font-weight:bold;word-break:break-all}.single .content .align-left{text-align:left}.single .content .align-center{text-align:center}.single .content .align-right{text-align:right}.single .content .float-left{float:left}.single .content .float-right{float:right}.single .post-footer{margin-top:3rem}.single .post-footer .post-info{border-bottom:1px solid #dcdcdc;padding:1rem 0 0.3rem}.dark-theme .single .post-footer .post-info{border-bottom:1px solid #4a4b50}.single .post-footer .post-info .post-info-line{display:flex;justify-content:space-between}.single .post-footer .post-info .post-info-line .post-info-mod{font-size:0.8em;color:#a9a9b3}.dark-theme .single .post-footer .post-info .post-info-line .post-info-mod{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-license{font-size:0.8em;color:#a9a9b3}.dark-theme .single .post-footer .post-info .post-info-line .post-info-license{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-md a{font-size:0.8em;color:#2d96bd}.dark-theme .single .post-footer .post-info .post-info-line .post-info-md a{color:#eee}.single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#ef3982}.dark-theme .single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#2d96bd}.single .post-footer .post-info-more{padding:0.3rem 0 1rem;display:flex;justify-content:space-between;font-size:0.9rem}.single .post-footer .post-nav::before,.single .post-footer .post-nav::after{content:' ';display:table}.single .post-footer .post-nav a.prev,.single .post-footer .post-nav a.next{font-size:1rem;font-weight:600;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.single .post-footer .post-nav a.prev{float:left}.single .post-footer .post-nav a.prev:hover{transform:translateX(-4px)}.single .post-footer .post-nav a.next{float:right}.single .post-footer .post-nav a.next:hover{transform:translateX(4px)}.single .comment{padding:4rem 0}.special .single-title{text-align:right;padding-bottom:2rem}.archive .single-title{text-align:right;padding-bottom:2rem}.archive .archive-item{margin-left:2rem}.archive .categories-card{margin:0 auto;margin-top:3rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;padding:0 2.5rem;line-height:1.6rem}.archive .categories-card .card-item{font-size:.875rem;text-align:left;width:45%;display:flex;align-items:flex-start;margin-top:2rem;min-height:10rem;padding:0 2%;position:relative}.archive .categories-card .card-item .card-item-wrapper{width:100%;overflow:hidden}.archive .categories-card .card-item .card-item-wrapper .card-item-title{font-size:1.2rem;font-weight:bold;display:inline-block}.archive .categories-card .card-item .card-item-wrapper span{float:right;padding-right:1rem}.archive .archive-item-link{display:inline-block;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:95%}.archive .archive-item-link:hover{color:#2d96bd;background-color:transparent}.dark-theme .archive .archive-item-link{color:#a9a9b3;text-decoration:none;transition:color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease}.dark-theme .archive .archive-item-link:hover{color:#fff;text-decoration:none;transition:color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease}.archive .archive-item-date{float:right;text-align:right;color:#a9a9b3}.dark-theme .archive .archive-item-date{color:#5d5d5f}.archive .more-post{text-align:right}.archive .tag-cloud-tags{margin:10px 0}.archive .tag-cloud-tags a{display:inline-block;position:relative;margin:5px 10px;overflow-wrap:break-word;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.archive .tag-cloud-tags a:active,.archive .tag-cloud-tags a:focus,.archive .tag-cloud-tags a:hover{color:#2d96bd;transform:scale(1.1)}.dark-theme .archive .tag-cloud-tags a:active,.dark-theme .archive .tag-cloud-tags a:focus,.dark-theme .archive .tag-cloud-tags a:hover{color:#fff}.archive .tag-cloud-tags a small{color:#a9a9b3}.dark-theme .archive .tag-cloud-tags a small{color:#fff}.home .home-profile{transform:translateY(0);padding:2rem 0;text-align:center}.home .home-profile .home-avatar{padding:0.6rem}.home .home-profile .home-avatar img{width:6rem;height:auto;display:inline-block;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);margin:0 auto;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;cursor:pointer}.home .home-profile .home-avatar img:hover{position:relative;-webkit-transform:translateY(-0.75rem);-moz-transform:translateY(-0.75rem);-ms-transform:translateY(-0.75rem);-o-transform:translateY(-0.75rem);transform:translateY(-0.75rem);cursor:pointer}.home .home-profile .home-description{font-size:1rem;font-weight:normal;margin:0;padding:.4rem}.home .home-profile .home-social-links{padding-top:.6rem}.home .home-profile .home-social-links i{font-size:1.45rem}.home .home-profile .home-social-links img{width:1.5rem;height:1.5rem}.home .summary{padding-top:1rem;padding-bottom:.8rem;color:#161209;border-bottom:1px dashed #dcdcdc}.dark-theme .home .summary{color:#a9a9b3;border-bottom:1px dashed #4a4b50}.home .summary .featured-image-preview{width:100%;padding:30% 0 0;position:relative;margin:0.6rem auto}.home .summary .featured-image-preview img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover}.home .summary .single-title{font-size:1.6rem}.home .summary .meta{font-size:.875rem !important}.home .summary .meta a{color:#a9a9b3 !important}.dark-theme .home .summary .meta a{color:#5d5d5f !important}.home .summary .meta a:hover{color:#2d96bd !important}.dark-theme .home .summary .meta a:hover{color:#fff !important}.home .summary .content{display:-moz-box;display:-webkit-box;-moz-box-orient:vertical;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-top:.3rem;width:100%;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}.home .summary h1,.home .summary h2,.home .summary h3,.home .summary h4,.home .summary h5,.home .summary h6,.home .summary p{font-size:1rem;display:inline}.home .summary h1::after,.home .summary h2::after,.home .summary h3::after,.home .summary h4::after,.home .summary h5::after,.home .summary h6::after,.home .summary p::after{content:"\A";white-space:pre}.home .summary h1,.home .summary h2,.home .summary h3,.home .summary h4,.home .summary h5,.home .summary h6{line-height:2}.home .summary .post-footer{margin-top:.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem !important}.home .summary .post-footer a{color:#2d96bd !important}.dark-theme .home .summary .post-footer a{color:#eee !important}.home .summary .post-footer a:hover{color:#ef3982 !important}.dark-theme .home .summary .post-footer a:hover{color:#2d96bd !important}.home .summary .post-footer .post-tags{padding:0}.home .summary .post-footer .post-tags a{color:#161209 !important}.dark-theme .home .summary .post-footer .post-tags a{color:#a9a9b3 !important}.home .summary .post-footer .post-tags a:hover{color:#2d96bd !important}.dark-theme .home .summary .post-footer .post-tags a:hover{color:#fff !important}#content-404{font-size:1.8rem;line-height:3rem;transform:translateY(30vh);text-align:center}header.desktop{display:block;position:fixed;width:100%;z-index:100;height:4rem;line-height:4rem;background-color:#fafafa}.dark-theme header.desktop{background-color:#252627}header.desktop .header-wrapper{width:auto;text-align:center;margin:0 4rem;display:flex;justify-content:space-between}header.desktop .header-wrapper .header-title a{padding:0 8px;font-size:1.25rem}header.desktop .header-wrapper .header-title a i{line-height:2rem}header.desktop .header-wrapper .menu a{padding:0 8px}header.desktop .header-wrapper .menu a.active{font-weight:900;color:#161209}.dark-theme header.desktop .header-wrapper .menu a.active{color:#fff}header.mobile{display:none;position:fixed;width:100%;z-index:100;transition:all 0.3s ease 0s}header.mobile .header-wrapper{padding:0;margin:0;height:4.5rem;line-height:4.5rem;background:#fff}header.mobile .header-wrapper .header-container{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1.125rem;padding-right:1rem;padding-left:1rem;box-sizing:border-box}header.mobile .header-wrapper .header-container .header-title{font-size:1.25rem}header.mobile .header-wrapper .header-container .menu-toggle{cursor:pointer;line-height:4.5rem}header.mobile .header-wrapper .header-container .menu-toggle span{display:block;background:#000;width:24px;height:2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:.2s margin .2s, .2s transform;-moz-transition:.2s margin .2s, .2s transform;transition:.2s margin .2s, .2s transform}.dark-theme header.mobile .header-wrapper .header-container .menu-toggle span{background:#a9a9b3}header.mobile .header-wrapper .header-container .menu-toggle span:nth-child(1){margin-bottom:8px}header.mobile .header-wrapper .header-container .menu-toggle span:nth-child(3){margin-top:8px}header.mobile .header-wrapper .header-container .menu-toggle.active span{-webkit-transition:.2s margin, .2s transform .2s;-moz-transition:.2s margin, .2s transform .2s;transition:.2s margin, .2s transform .2s}header.mobile .header-wrapper .header-container .menu-toggle.active span:nth-child(1){-moz-transform:rotate(45deg) translate(4px, 6px);-ms-transform:rotate(45deg) translate(4px, 6px);-webkit-transform:rotate(45deg) translate(4px, 6px);transform:rotate(45deg) translate(4px, 6px)}header.mobile .header-wrapper .header-container .menu-toggle.active span:nth-child(2){opacity:0}header.mobile .header-wrapper .header-container .menu-toggle.active span:nth-child(3){-moz-transform:rotate(-45deg) translate(8px, -10px);-ms-transform:rotate(-45deg) translate(8px, -10px);-webkit-transform:rotate(-45deg) translate(8px, -10px);transform:rotate(-45deg) translate(8px, -10px)}header.mobile .header-wrapper .menu{text-align:center;background:#fff;border-top:2px solid #161209;display:none;box-shadow:0px 2px 4px rgba(0,0,0,0.1),0px 4px 8px rgba(0,0,0,0.1)}header.mobile .header-wrapper .menu a{display:block;line-height:2.5rem}header.mobile .header-wrapper .menu.active{display:block}.dark-theme header.mobile .header-wrapper .menu{background:#292a2d;border-top:2px solid #a9a9b3}.dark-theme header.mobile .header-wrapper{background:#292a2d}.copyright{font-size:.875rem}.copyright .copyright-line{width:100%}.copyright .copyright-line .icp-br{display:none}.dynamic-to-top{display:none;overflow:hidden;width:auto;z-index:90;position:fixed;bottom:2rem;right:2rem;top:auto;left:auto;font-family:sans-serif;font-size:1rem;color:#fff;text-decoration:none;text-shadow:0 1px 0 #333;font-weight:bold;padding:1rem 1rem;border:1px solid #dcdcdc;background:#222;outline:none}.dynamic-to-top:hover{background:#000;cursor:pointer}.dynamic-to-top:active{background:#000;outline:none}.dynamic-to-top:focus,.dynamic-to-top:hover{outline:none}.dynamic-to-top span{display:block;overflow:hidden;width:.875rem;height:.75rem;background:url("data:image/png;base64,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") no-repeat center center}.dark-theme .dynamic-to-top{border:1px solid #4a4b50}.pagination{display:flex;flex-direction:row;justify-content:center;list-style:none;white-space:nowrap;width:100%;padding-top:1rem}.pagination a{-webkit-font-smoothing:antialiased;font-size:.8rem;color:#bfbfbf;letter-spacing:.1rem;font-weight:700;padding:5px 5px;text-decoration:none;transition:0.3s}.pagination li{padding-bottom:3px;margin:0 20px;box-sizing:border-box;position:relative;display:inline}.pagination li.disabled{display:none}.pagination li:hover a{color:#000}.dark-theme .pagination li:hover a{color:#fff}.pagination li:before,.pagination li:after{position:absolute;content:"";width:0;height:3px;background:#000;transition:0.3s;bottom:0px}.dark-theme .pagination li:before,.dark-theme .pagination li:after{background:#fff}.pagination li:before .active,.pagination li:after .active{width:100%}.pagination li:before{left:50%}.pagination li:after{right:50%}.pagination li:hover:before,.pagination li:hover:after{width:50%}.pagination li.active a{color:#000}.dark-theme .pagination li.active a{color:#fff}.pagination li.active:before,.pagination li.active:after{width:60%}@media only screen and (max-width: 1800px){.page{max-width:780px}.page .post-toc{width:300px;margin-left:800px}}@media only screen and (max-width: 1440px){.page{max-width:680px}.page .post-toc{width:240px;margin-left:700px}}@media only screen and (max-width: 1200px){.page{max-width:560px}.page .post-toc{width:180px;margin-left:580px}}@media only screen and (max-width: 960px){header.desktop .header-wrapper{margin:0 1rem}.page{max-width:80%}.page .post-toc{display:none}.page .post-toc-mobile{display:block}}@media only screen and (max-width: 560px){header.desktop{display:none}header.mobile{display:block}.page{max-width:100%}.page .categories-card .card-item{width:100%}.copyright .copyright-line .icp-splitter{display:none}.copyright .copyright-line .icp-br{display:block}.dynamic-to-top{display:none !important}} /*# sourceMappingURL=style.min.css.map */ \ No newline at end of file -- GitLab