[data-debug=debug]:after{position:fixed;padding:5px;opacity:.5;background:red;color:#fff;border-radius:5px;left:10px;bottom:10px;z-index:99999;width:24px;height:24px;content:"XXL";display:flex;align-items:center;justify-content:space-around;font-family:sans-serif;font-weight:bold;line-height:1em;font-size:14px}@media(max-width: 1920px){[data-debug=debug]:after{content:"XL"}}@media(max-width: 1440px){[data-debug=debug]:after{content:"L"}}@media(max-width: 1024px){[data-debug=debug]:after{content:"M"}}@media(max-width: 768px){[data-debug=debug]:after{content:"S"}}@media(max-width: 576px){[data-debug=debug]:after{content:"XS"}}html,body{background:#fff;margin:0;padding:0;color:#121212;font:16px "Segoe UI",Helvetica,Arial,sans-serif;font-weight:200;letter-spacing:.02em}@media(max-width: 1024px){html,body{font-size:14px}}html{scroll-behavior:smooth}p{margin:0 0 .5em 0;line-height:1.4em}ul{line-height:1.4em;padding-inline-start:1.1em}ul li{margin-bottom:.4em}.decorator{position:fixed;z-index:10;width:100%;padding-bottom:100%;overflow:hidden;text-align:center}.decorator svg{width:1200px;margin:-100px -2000px 0 -2000px}.decorator svg path{fill:#eee}.container{position:relative;z-index:20;max-width:1000px;margin:auto;padding:0 20px}.container.content{z-index:30}.header .nav{border-bottom:1px solid #d2d2d2;padding:5px 0;display:flex;align-items:center;justify-content:space-between}@media(max-width: 1024px){.header .nav{margin-bottom:30px}}.header .nav .logo-text{font-size:2em;font-weight:400;padding:4px 0}.header .nav .logo .img-logo{height:80px;margin:-14px 0}.header .nav .links{display:flex;align-items:center;margin:0 -10px}@media(max-width: 768px){.header .nav .links{display:none}}.header .nav .links .link{padding:5px 10px;text-decoration:none;color:#111;font-size:18px;transition:color .25s ease}@media(max-width: 1024px){.header .nav .links .link{font-size:15px}}.header .nav .links .link span{position:relative}.header .nav .links .link span:after{width:0px;height:1px;background:#222;transition:width .35s ease;position:absolute;content:"";bottom:-3px;left:0}.header .nav .links .link:hover,.header .nav .links .link.current{color:#555}.header .nav .links .link:hover span:after,.header .nav .links .link.current span:after{width:100%}.main-content{padding-bottom:20px;padding-top:30px}@media(max-width: 1024px){.main-content{padding-bottom:0px}}.main-content section{padding-top:20px;margin-bottom:30px}.main-content section .pict{background:#fff;padding:10px;border:1px solid #bfbfbf;border-radius:4px;box-sizing:border-box;width:100%}@media(max-width: 1024px){.main-content section{padding-top:10px;margin-bottom:20px}}.screenshot{overflow:hidden}.screenshot img{width:100%;display:block;margin:-1px 0}.h1{margin-top:0;font-size:2em;line-height:1.2em;margin-bottom:30px;font-weight:400}@media(max-width: 1024px){.h1{margin-bottom:10px}}.h2{margin-top:0;font-weight:400;font-size:1.6em}.article{font-weight:400;margin-bottom:1em;border-left:5px solid #efefef;padding-left:10px}.article .title{margin-bottom:.3em;font-size:1.1em;color:#333}.article .info{font-size:.9em}.footer .bottom{border-top:1px solid #eee;min-height:60px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#888}@media(max-width: 1024px){.footer .bottom{min-height:40px}}.tree{overflow:auto;flex:1 1 100%;padding:4px 0 4px 10px;background:#fff}.tree .children{margin-left:20px;position:relative}.tree .children:before{content:"";position:absolute;top:-36px;left:-18px;border-left:1px solid #999;width:1px;bottom:10px}.tree .children:after{content:"";position:absolute;border-top:1px solid #999;top:-12px;left:-18px;width:10px}.tree .item:last-child>.children:before{height:24px}.tree .item{position:relative}.tree .item.type-dir>.meta>.file{display:none}.tree .item.type-file>.meta>.folder{display:none}.tree .item.type-file>.meta>.name .arrow{opacity:0}.tree .item .meta{padding-left:16px;height:24px;display:flex;align-items:center;transition:background-color .2s ease;cursor:pointer;position:relative;z-index:20}.tree .item .meta:after{width:10px;height:1px;background:#888;position:absolute;left:0;top:12px}.tree .item .meta:hover .name{background-color:#eee}.tree .item .meta .name{white-space:nowrap;border-radius:4px;padding:3px 6px 3px 5px;flex:1 1 100%;margin:0 6px 0 4px;display:flex;justify-content:space-between;align-items:center;transition:background .2s,color .2s}.tree .item .meta .name .arrow{transition:transform .25s ease;transform:rotate(-90deg)}.tree .item .meta.selected .name{background:#2846ff;color:#fff}.tree .item .meta svg{flex:0 0 auto}.tree .item .children>.item{display:none}.tree .item.opened>.meta>.name .arrow{transform:rotate(90deg)}.tree .item.opened>.children>.item{display:block}.tool{border:1px solid #bfbfbf;border-radius:4px;margin-bottom:30px;font-weight:400;font-size:14px;overflow:hidden}.tool .tool-name{background:#fff;padding:10px 16px;border-bottom:1px solid #bfbfbf;font-weight:bold;color:#555;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;overflow:hidden}.tool .tool-name .git{max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#2846ff;text-decoration:none}.tool .code{display:flex}@media(max-width: 768px){.tool .code{flex-wrap:wrap}}.tool .code .tree{flex:0 0 300px;overflow:auto;height:400px;box-sizing:border-box}@media(max-width: 1024px){.tool .code .tree{flex:0 0 240px}}@media(max-width: 768px){.tool .code .tree{flex:0 0 100%;height:auto}}.tool .code .content{padding:5px 8px;border-left:1px solid #bfbfbf;overflow:hidden;position:relative;flex:1 1 100%;white-space:pre;height:400px;box-sizing:border-box;font-size:14px;line-height:1.3em}@media(max-width: 768px){.tool .code .content{border-left:none;border-top:1px solid #bfbfbf}}.tool .code .content .btn{margin-bottom:10px;display:inline-block;text-decoration:none;background:#fff;padding:3px 6px;border-radius:3px;border:1px solid #aaa}.tool .code .content .btn:hover{border:1px solid #999}.tool .code .content .wget{background:#fff;padding:3px 8px;border-radius:3px;font-family:monospace;margin:0;font-size:14px}.tool .code .content .bin,.tool .code .content:after,.tool .code .content:before{content:"";position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,0);z-index:300}.tool .code .content:before{height:30px;background:linear-gradient(to top, #EEE 0%, transparent 100%)}.tool .code .content:after{top:0}.tool .code .content[data-file=files]:after{display:none}.tool .code .content .bin{display:flex;align-items:center;justify-content:center;font-weight:bold;text-transform:uppercase;color:#888;top:0}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}

/*# sourceMappingURL=main-93f2a8239e04d7e8be64.css.map*/