*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:#0d0d0d;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#e0e0e0}body{display:flex;flex-direction:column}#header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:linear-gradient(180deg,#1a1a1a,#0d0d0d);border-bottom:1px solid #2a2a2a;gap:1rem}.header-left{display:flex;align-items:center;gap:1rem;min-width:0;flex:1}.header-logo{height:48px;width:auto;max-width:300px;flex-shrink:0;object-fit:contain}.tagline{font-size:.8rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-right{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.github-link,.star-button{display:flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:6px;text-decoration:none;font-size:.8rem;font-weight:500;transition:all .15s ease}.github-link{color:#e0e0e0;background:#2a2a2a}.github-link:hover{background:#3a3a3a}.star-button{color:#0d0d0d;background:linear-gradient(180deg,gold,#ffb800)}.star-button:hover{background:linear-gradient(180deg,#ffe44d,#ffc933)}#container{display:flex;justify-content:center;align-items:center;flex:1;min-height:0;padding:.5rem 1rem 0;position:relative;overflow:hidden}@media(max-width:700px)and (orientation:portrait){#terminal{opacity:.3}}#terminal{background:#0d0d0d;border-radius:4px;box-shadow:0 0 30px #00ff6414;border:1px solid #1a1a1a;width:100%;height:100%;max-width:100%;max-height:100%}.xterm{padding:8px}.xterm-viewport::-webkit-scrollbar{display:none}#footer{flex-shrink:0;padding:.75rem 1rem;background:#0d0d0d;border-top:1px solid #1a1a1a;text-align:center;font-size:.85rem;color:#777}#footer code{background:#1a1a1a;padding:.15rem .35rem;border-radius:3px;font-family:Cascadia Code,Fira Code,monospace;color:#8f8}.footer-controls{margin-bottom:.4rem}.mobile-controls{display:none}.footer-promo{font-size:.75rem;color:#666}.footer-promo a{color:#7af;text-decoration:none}.footer-promo a:hover{text-decoration:underline}@media(max-width:700px){.tagline{display:none}.header-logo{height:36px}#container{padding:.25rem .5rem 0}#footer{padding:.5rem .75rem}.footer-controls{font-size:.75rem}}@media(max-width:500px){#header{padding:.4rem .75rem}.header-logo{height:32px}#container{padding:.25rem}.desktop-controls{display:none}.mobile-controls{display:block}.footer-controls{font-size:.7rem}.footer-controls code{padding:.1rem .25rem}.footer-promo{font-size:.65rem}}@media(max-width:400px){.github-link span,.star-button span{display:none}.github-link,.star-button,#header{padding:.3rem .5rem}.header-logo{height:28px}#footer{padding:.4rem .5rem}.footer-controls{font-size:.65rem;line-height:1.4}}@media(max-height:500px)and (orientation:landscape){#header{padding:.2rem .5rem}.header-logo{height:20px}.tagline,.github-link span,.star-button span{display:none}.github-link,.star-button{padding:.2rem .35rem}.github-link svg,.star-button svg{height:12px;width:12px}#container{padding:.1rem .25rem}#footer{padding:.2rem .5rem}.footer-controls{font-size:.55rem;margin-bottom:.1rem}.footer-promo{display: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;inset: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:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{user-select:text;white-space:pre}.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}
