:root{--term-bg: #0a0e14;--term-fg: #00ff9c;--term-fg-dim: #00cc7a;--neon-green: #00ff9c;--neon-cyan: #00ffff;--neon-magenta: #ff00ff;--neon-yellow: #ffff00;--neon-blue: #0080ff;--neon-red: #ff0040;--neon-white: #e0e0e0;--neon-gray: #606060;--scanline-opacity: .04}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:var(--term-bg);font-family:JetBrains Mono,Fira Code,Consolas,Courier New,monospace;overflow:hidden}#terminal-container{width:100vw;height:100vh;padding:8px}#effects-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;background:repeating-linear-gradient(0deg,#0000 0px 2px,rgba(0,0,0,var(--scanline-opacity)) 3px 4px)}.back-home{position:fixed;top:12px;right:16px;z-index:1001;padding:6px 14px;font-family:inherit;font-size:12px;letter-spacing:.5px;color:var(--term-fg-dim);text-decoration:none;border:1px solid rgba(0,255,156,.28);border-radius:999px;background:#0a0e14b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:color .2s,border-color .2s,box-shadow .2s}.back-home:hover,.back-home:focus-visible{color:var(--neon-green);border-color:var(--neon-green);box-shadow:0 0 16px #00ff9c59;outline:none}.xterm{padding:4px}.xterm-viewport::-webkit-scrollbar{width:8px}.xterm-viewport::-webkit-scrollbar-track{background:#00ff9c0d}.xterm-viewport::-webkit-scrollbar-thumb{background:#00ff9c4d;border-radius:4px}.xterm-viewport::-webkit-scrollbar-thumb:hover{background:#00ff9c80}.xterm-cursor{box-shadow:0 0 8px var(--neon-green)}.xterm-rows{text-shadow:0 0 2px rgba(0,255,156,.4)}.xterm .xterm-selection div{background:#00ff9c33}#terminal-container{transition:box-shadow .4s ease}#terminal-container:focus-within{box-shadow:0 0 40px #00ff9c26}#terminal-container{border-radius:8px;box-shadow:inset 0 0 100px #00000080,0 0 30px #00ff9c1a}#effects-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#00ff9c08,#00ff9c03);animation:flicker .15s infinite;pointer-events:none}@keyframes flicker{0%{opacity:.95}50%{opacity:1}to{opacity:.97}}@keyframes crt-on{0%{opacity:0;transform:scaleY(.005) scaleX(1);filter:brightness(8)}25%{opacity:1;transform:scaleY(.005) scaleX(1);filter:brightness(8)}40%{transform:scaleY(1) scaleX(1);filter:brightness(4)}to{opacity:1;transform:scaleY(1) scaleX(1);filter:brightness(1)}}#terminal-container.booting{animation:crt-on .8s ease-out}@keyframes crash-glitch{0%{transform:translate(0) skew(0);filter:none}10%{transform:translate(-5px,2px) skew(4deg);filter:hue-rotate(90deg) saturate(3)}20%{transform:translate(5px,-3px) skew(-4deg);filter:invert(1)}30%{transform:translate(-7px) skew(2deg);filter:hue-rotate(180deg) contrast(2)}45%{transform:translate(6px,2px);filter:brightness(1.6) saturate(4)}60%{transform:translate(-3px,-4px) skew(-5deg);filter:invert(1) hue-rotate(270deg)}75%{transform:translate(4px,3px) skew(3deg);filter:saturate(0)}to{transform:translate(0) skew(0);filter:none}}#terminal-container.crashing{animation:crash-glitch .3s steps(2,end) 7}#terminal-container.crashed{filter:brightness(.65) contrast(1.25) saturate(.6) sepia(.35) hue-rotate(-18deg);box-shadow:inset 0 0 160px #ff00408c,0 0 44px #ff00404d;transition:filter .6s ease,box-shadow .6s ease}@media (max-width: 768px){#effects-overlay:before{animation:none}}@media (prefers-reduced-motion: reduce){#effects-overlay:before{animation:none}#terminal-container.booting,#terminal-container.crashing{animation: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}
