footer[data-v-2d216771]{position:fixed;text-align:right;right:0;bottom:0;padding-right:10px;padding-bottom:5px;line-height:1.3;color:#fff}footer a[data-v-2d216771]{color:unset;text-decoration:none}footer img[data-v-2d216771]{height:20px;vertical-align:-3px}nav[data-v-cd385b4d]{position:fixed;text-align:right;right:0;top:0;padding-right:10px;padding-top:5px;line-height:1.3}nav a[data-v-cd385b4d]{color:#888;font-size:14px;text-decoration:none}.button[data-v-3531f747]{margin:0;height:auto;background:transparent;padding:0;border:none;cursor:pointer}.button[data-v-3531f747]{--border-right: 6px;--text-stroke-color: rgba(255,255,255,.6);--animation-color: #37FF8B;--fs-size: 3rem;letter-spacing:3px;text-decoration:none;font-size:var(--fs-size);font-family:Arial;position:relative;text-transform:uppercase;color:transparent;-webkit-text-stroke:1px var(--text-stroke-color)}.hover-text[data-v-3531f747]{position:absolute;box-sizing:border-box;content:attr(data-text);color:var(--animation-color);width:0%;top:0;right:0;bottom:0;left:0;border-right:var(--border-right) solid var(--animation-color);overflow:hidden;transition:.5s;-webkit-text-stroke:1px var(--animation-color)}.button:hover .hover-text[data-v-3531f747]{width:100%;filter:drop-shadow(0 0 23px var(--animation-color))}h1.actual-text[data-v-3531f747]{display:inline;font-size:var(--fs-size);margin:0;font-weight:400}a[data-v-c7749778]{text-decoration:none;color:unset}*{margin:0;padding:0}body{display:flex;flex-direction:column}h1{color:#fff;font-family:Lato,sans-serif}body{background-color:#99e2ff;background-image:radial-gradient(at 39% 46%,hsl(218,86%,69%) 0px,transparent 50%),radial-gradient(at 16% 76%,hsl(314,97%,60%) 0px,transparent 50%),radial-gradient(at 39% 79%,hsl(215,63%,68%) 0px,transparent 50%),radial-gradient(at 22% 11%,hsl(357,95%,68%) 0px,transparent 50%),radial-gradient(at 58% 42%,hsl(199,64%,62%) 0px,transparent 50%),radial-gradient(at 78% 88%,hsl(253,77%,79%) 0px,transparent 50%),radial-gradient(at 63% 44%,hsl(159,65%,68%) 0px,transparent 50%)}body{min-height:100vh;--fade-color: #555;background-image:linear-gradient(var(--fade-color) 1px,transparent 1px),linear-gradient(to right,var(--fade-color) 1px,transparent 1px);background:radial-gradient(125% 125% at 50% 10%,#000 40%,#63e);background-color:#8c8f95}.button-group,#terminal-container{width:70%;max-width:1200px;margin:auto;box-sizing:border-box}@media screen and (max-width: 768px){.button-group,#terminal-container{width:auto;margin:auto 10px}}#terminal-container{flex:1;padding:10px 20px;margin-top:10px;margin-bottom:10px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:10px;overflow:hidden}#terminal{height:100%;box-sizing:border-box}.xterm .xterm-viewport::-webkit-scrollbar{width:4px;height:4px}.xterm .xterm-viewport::-webkit-scrollbar-track{background:#797979;border-radius:2px}.xterm .xterm-viewport::-webkit-scrollbar-thumb{background:#efefef;border-radius:10px}.xterm .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#95e6ff}.xterm .xterm-viewport::-webkit-scrollbar-corner{background:#fff}.button1{display:inline-block;padding:.35em 1.2em;border:.1em solid #FFFFFF;margin:0 .3em .3em 0;border-radius:.12em;box-sizing:border-box;text-decoration:none;font-family:Roboto,sans-serif;font-weight:300;color:#fff;text-align:center;transition:all .2s;background-color:transparent}.button1.upload{border:.1em solid #37ff8b;color:#37ff8b}.button1:hover{color:#000;background-color:#fff;border:.1em solid #FFFFFF}@media all and (max-width: 30em){.button1{margin:.4em auto}.button1:first-child{margin-right:10px}.button-group{text-align:center}}.xterm .xterm-viewport{overflow-y:auto!important}.xterm-rows span{pointer-events:none}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * 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.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.snackbars{display:block;position:fixed;left:0;bottom:0;width:100%;height:0;z-index:100;overflow:visible}.snackbar{position:fixed;box-sizing:border-box;left:50%;bottom:14px;width:344px;margin-left:-172px;transform-origin:center;will-change:transform;transition:transform .3s ease,opacity .3s ease}.snackbar[aria-hidden=false]{-webkit-animation:snackbar-show .3s ease 1;animation:snackbar-show .3s ease 1}.snackbar[aria-hidden=true]{-webkit-animation:snackbar-hide .3s ease forwards 1;animation:snackbar-hide .3s ease forwards 1}@media (min-width: 1080px){.snackbars-right .snackbar{left:auto;right:20px;margin-left:0}.snackbars-left .snackbar{left:20px;margin-left:0}}@-webkit-keyframes snackbar-show{0%{opacity:0;transform:translate3d(0,100%,0)}}@keyframes snackbar-show{0%{opacity:0;transform:translate3d(0,100%,0)}}@-webkit-keyframes snackbar-hide{to{opacity:0;transform:translateY(100%)}}@keyframes snackbar-hide{to{opacity:0;transform:translateY(100%)}}@media (max-width: 400px){.snackbar{width:100%;bottom:0;left:0;margin-left:0;border-radius:0}}.snackbar--container{display:flex;background:#2a2a2a;border-radius:2px;box-shadow:0 1px 4px #00000080;color:#eee;cursor:default;margin-bottom:10px}.snackbar--text{flex:1 1 auto;padding:16px;font-size:100%}.snackbar--button{position:relative;flex:0 1 auto;padding:8px;height:36px;margin:auto 8px auto -8px;min-width:5em;background:none;border:none;border-radius:3px;color:#90ee90;font-weight:inherit;letter-spacing:.05em;font-size:100%;text-transform:uppercase;text-align:center;cursor:pointer;overflow:hidden;transition:background-color .2s ease;outline:none}.snackbar--button:hover{background-color:#00000026}.snackbar--button:focus:before{content:"";position:absolute;left:50%;top:50%;width:120%;height:0;padding:0 0 120%;margin:-60% 0 0 -60%;background:#ffffff1a;border-radius:50%;transform-origin:center;will-change:transform;-webkit-animation:focus-ring .3s ease-out forwards 1;animation:focus-ring .3s ease-out forwards 1;pointer-events:none}@-webkit-keyframes focus-ring{0%{transform:scale(.01)}}@keyframes focus-ring{0%{transform:scale(.01)}}.tab-select[data-v-1c60fa7c]{display:flex;align-items:center;margin-bottom:10px}.tab-select .sep[data-v-1c60fa7c]{margin:0 10px;height:20px;border-right:1px solid rgba(255,255,255,.3)}.tab-select .tab-select-item[data-v-1c60fa7c]{height:26px;line-height:26px;color:#fff;cursor:pointer;padding:0 8px;border-radius:5px;border:1px solid rgba(255,255,255,.3);box-shadow:0 0 3px #ffffff4d;background-color:transparent;box-sizing:content-box}.tab-select .tab-select-item[data-v-1c60fa7c]:active{box-shadow:1px 1px 5px #ffffff4d}.tab-select .tab-select-item.current[data-v-1c60fa7c]{color:#00ff7b!important;background-color:#212121}.tab-select .tab-select-item[data-v-1c60fa7c]:hover{color:#f8e5a7}h1[data-v-3c83b45c],h2[data-v-3c83b45c]{color:#fffc}p[data-v-3c83b45c],li[data-v-3c83b45c]{color:#fffc;line-height:2}ul[data-v-3c83b45c]{margin-left:3rem}article[data-v-3c83b45c]{max-width:1000px;margin:auto}
