@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Orbitron:wght@700&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}/**
 * 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,.xterm .xterm-message{position:absolute;inset: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}:root{--font-display: "Orbitron", sans-serif;--font-mono: "JetBrains Mono", monospace;--neon-cyan: #00c2ff;--dark-bg: #0a0a0f;--panel-bg: rgba(20, 20, 35, .6);--glow-color: rgba(0, 194, 255, .7);--error-color: #ff5555;--mac-red: #ff5f57;--mac-yellow: #febc2e;--mac-green: #28c840;--success-color: #00ff89;--edit-color: #5294e2}body{margin:0;font-family:var(--font-mono);color:#e0e0e0;overflow:hidden;background:var(--dark-bg)}.background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.grid-animation{width:100%;height:100%;background-image:linear-gradient(rgba(0,194,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:moveGrid 20s linear infinite}@keyframes moveGrid{0%{background-position:0 0}to{background-position:50px 50px}}.language-selector{position:fixed;top:20px;right:20px;z-index:20;display:flex;align-items:center;gap:10px;background:#00000080;border:1px solid var(--neon-cyan);padding:5px 10px;border-radius:6px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.language-selector span{color:var(--neon-cyan);font-size:14px;-webkit-user-select:none;user-select:none}.language-selector select{background:transparent;color:#e0e0e0;border:none;outline:none;cursor:pointer;font-family:var(--font-mono);font-size:14px}.language-selector select option{background:var(--dark-bg);color:#e0e0e0}.login-page-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.login-container{display:flex;justify-content:center;align-items:center;gap:50px;padding:20px;box-sizing:border-box;flex-grow:1}.info-card{width:420px;padding:30px;background:var(--panel-bg);border:1px solid rgba(0,194,255,.3);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;box-sizing:border-box}.info-card h2{font-family:var(--font-display);color:var(--neon-cyan);margin-top:0}.login-form,.server-form{width:100%;display:flex;flex-direction:column;gap:20px}.login-wrapper{width:420px}.login-form{padding:40px;background:var(--panel-bg);border:1px solid rgba(0,194,255,.3);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 0 50px #00c2ff33;box-sizing:border-box}h1,.modal-box h2{font-family:var(--font-display);text-align:center;color:var(--neon-cyan);margin:0 0 20px;letter-spacing:1px;text-shadow:0 0 8px var(--glow-color)}.input-row{display:flex;gap:10px}.port-input{width:100px}.input-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-wrapper input{padding-right:45px!important}.password-toggle{position:absolute;right:1px;top:1px;bottom:1px;width:45px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#888;transition:color .2s}.password-toggle:hover{color:var(--neon-cyan)}.password-toggle svg{width:22px;height:22px;fill:currentColor}.login-form input,.server-form input,.login-form textarea,.server-form textarea{width:100%;padding:12px;box-sizing:border-box;background:#0000004d;border:1px solid #444;border-radius:6px;color:#f0f0f0;font-family:var(--font-mono);font-size:15px;transition:all .2s}.login-form input:focus,.server-form input:focus,.login-form textarea:focus,.server-form textarea:focus{outline:none;border-color:var(--neon-cyan);box-shadow:0 0 10px var(--glow-color)}.auth-switch{display:flex;background:#0000004d;border-radius:6px;padding:4px}.auth-switch label{flex:1;text-align:center;padding:6px;border-radius:4px;cursor:pointer;transition:all .2s;font-size:14px}.auth-switch input{display:none}.auth-switch label:has(input:checked){background-color:#00c2ff33;color:var(--neon-cyan)}button{font-family:var(--font-mono)}.login-form>button,.quick-connect-btn{width:100%;padding:12px;font-weight:700;font-size:16px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--neon-cyan);color:var(--neon-cyan);cursor:pointer;transition:all .2s ease-in-out}.login-form>button:hover:not(:disabled),.quick-connect-btn:hover{background:var(--neon-cyan);color:#000;box-shadow:0 0 20px var(--glow-color)}.quick-connect-btn{margin-top:auto;gap:8px}.quick-connect-btn svg{width:20px}.login-form>button:disabled{border-color:#555;color:#555;background:transparent;cursor:not-allowed}.login-form>button:disabled:hover{background:transparent;box-shadow:none}.spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.login-form>button:hover .spinner{border-top-color:var(--dark-bg)}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:var(--error-color);text-align:center}.login-footer{padding-bottom:20px;text-align:center;color:#888;font-size:13px;flex-shrink:0}.login-footer p{margin:0 0 8px}.beian-info{display:flex;justify-content:center;align-items:center;gap:20px}.login-footer a{color:#888;text-decoration:none;display:flex;align-items:center;gap:5px;transition:color .2s}.login-footer a:hover{color:var(--neon-cyan)}.login-footer img{height:16px}.terminal-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;height:90vh;max-width:1600px;background:transparent;border-radius:10px;box-shadow:0 0 50px #000000b3;display:flex;flex-direction:column}.terminal-header{background:#1e1e24;height:40px;border-bottom:1px solid #333;border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;-webkit-user-select:none;user-select:none;flex-shrink:0}.header-left-controls{display:flex;align-items:center;gap:15px}.back-button{cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.back-button:hover{background-color:#ffffff1a}.back-button svg{width:20px;height:20px;color:#ccc}.window-controls{display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%}.dot.close{background-color:var(--mac-red)}.dot.minimize{background-color:var(--mac-yellow)}.dot.maximize{background-color:var(--mac-green)}.session-info{color:#aaa;font-size:14px;position:absolute;left:50%;transform:translate(-50%);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:50%}.header-right-controls{display:flex;align-items:center;gap:5px}.action-btn-header{background:transparent;border:none;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.action-btn-header:hover{background-color:#ffffff1a}.action-btn-header svg{width:20px;height:20px;color:#ccc;fill:currentColor}.terminal-container{flex-grow:1;overflow:hidden;background:#010409cc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:0 0 10px 10px;position:relative}.terminal.xterm{padding:10px;height:100%;box-sizing:border-box}.terminal-container .xterm-viewport{scrollbar-width:thin!important;scrollbar-color:var(--neon-cyan) transparent!important}.terminal-container .xterm-viewport::-webkit-scrollbar{width:8px}.terminal-container .xterm-viewport::-webkit-scrollbar-thumb{background-color:var(--neon-cyan);border-radius:4px}.copy-popup-btn{position:absolute;z-index:50;background-color:var(--neon-cyan);color:#000;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #00c2ff66;transform:translate(-50%);transition:opacity .2s,transform .2s}.copy-popup-btn:hover{background-color:#0df}.copy-popup-btn svg{width:20px;height:20px;fill:#000}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all .4s ease-out}.slide-up-enter-from,.slide-up-leave-to{opacity:0;transform:translate(-50%,-48%)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:100}.confirm-modal-overlay{z-index:110}.modal-box{background:var(--panel-bg);border:1px solid var(--neon-cyan);border-radius:12px;padding:25px 30px;width:90%;max-width:520px;box-shadow:0 0 40px var(--glow-color);position:relative}.modal-box p{text-align:center;color:#ddd;margin-top:-10px;margin-bottom:20px}.qc-modal{max-width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h2{margin:0;text-align:left}.add-btn-new{display:inline-flex;align-items:center;gap:8px;width:auto;padding:8px 16px;font-size:14px;background:transparent;border:1px solid var(--neon-cyan);color:var(--neon-cyan);border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap}.add-btn-new svg{fill:currentColor;transition:fill .2s;width:20px;height:20px}.add-btn-new:hover{background:var(--neon-cyan);color:#000}.server-list{max-height:60vh;overflow-y:auto;margin-right:-10px;padding-right:10px}.empty-list{text-align:center;color:#888;padding:40px}.server-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid rgba(0,194,255,.1);cursor:pointer;transition:background-color .2s;flex-wrap:wrap}.server-item:hover{background-color:#00c2ff14}.server-details{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:15px}.server-name{display:block;font-weight:700;color:#fff;font-size:16px}.server-conn{color:#aaa;font-size:13px}.server-actions{display:flex;gap:10px;align-items:center}.action-btn-icon{width:32px;height:32px;padding:0;background:transparent;border-radius:50%;border:1px solid #555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.action-btn-icon svg{width:18px;fill:#888;transition:fill .2s ease-in-out}.action-btn-icon:hover{border-color:transparent}.action-btn-icon:hover svg{fill:#fff}.action-btn-icon.btn-connect:hover{background:var(--success-color)}.action-btn-icon.btn-view:hover{background:var(--neon-cyan)}.action-btn-icon.btn-edit:hover{background:var(--edit-color)}.action-btn-icon.btn-delete:hover{background:var(--error-color)}.item-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin:0 7px;flex-shrink:0}.password-display{width:100%;background:#0006;padding:8px 12px;margin-top:10px;border-radius:4px;font-size:14px;color:var(--success-color);word-break:break-all}.server-form h2{text-align:left;margin-bottom:10px}.modal-buttons{margin-top:20px;display:flex;justify-content:flex-end;gap:15px}.modal-buttons button{width:auto;padding:9px 18px;font-size:15px;border-radius:6px;font-weight:700;transition:all .2s;border:1px solid;cursor:pointer}.btn-cancel{background:transparent;border-color:#555;color:#999}.btn-cancel:hover{background:#555;color:#fff}.btn-save{background:transparent;border-color:var(--neon-cyan);color:var(--neon-cyan)}.btn-save:hover{background:var(--neon-cyan);color:#000;box-shadow:0 0 15px var(--glow-color)}.btn-exit{background:transparent;border-color:var(--error-color);color:var(--error-color)}.btn-exit:hover{background:var(--error-color);color:#fff}.error-title{color:var(--error-color)!important;text-shadow:0 0 8px var(--error-color)!important}.error-details{color:#ddd;text-align:center;margin-top:-10px;margin-bottom:20px}.toast-notification{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#1e1e2dcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--success-color);border-left:4px solid var(--success-color);border-radius:6px;padding:15px 20px;display:flex;align-items:center;gap:10px;z-index:9999;box-shadow:0 5px 15px #0000004d}.toast-notification svg{width:20px}.toast-enter-active,.toast-leave-active{transition:all .4s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(100%)}.commands-modal{max-width:600px}.commands-modal .modal-header{justify-content:space-between}.commands-modal .modal-header h2{flex-grow:1;text-align:center}.header-placeholder{width:32px;flex-shrink:0}.btn-close-modal-header{background:transparent;border:none;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#aaa;transition:all .2s;padding:0}.btn-close-modal-header:hover{background-color:#ffffff1a;color:#fff}.btn-close-modal-header svg{width:20px;height:20px}.command-list{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding-right:10px}.command-list::-webkit-scrollbar{width:6px}.command-list::-webkit-scrollbar-track{background:transparent}.command-list::-webkit-scrollbar-thumb{background-color:var(--neon-cyan);border-radius:3px}.command-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#0003;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent}.command-item:hover{background:#00c2ff1a;border-color:#00c2ff4d}.command-name{color:#e0e0e0;word-break:break-word;flex-shrink:0;padding-right:20px}.command-code{background-color:#0006;padding:4px 8px;border-radius:4px;color:var(--success-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.command-item.is-long-command{flex-direction:column;align-items:flex-start}.command-item.is-long-command .command-code{width:100%;margin-top:8px;overflow-x:auto;text-overflow:clip;white-space:pre;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--neon-cyan) transparent}.command-item.is-long-command .command-code::-webkit-scrollbar{height:4px}.command-item.is-long-command .command-code::-webkit-scrollbar-thumb{background-color:var(--neon-cyan);border-radius:2px}.command-group{background:#0003;border-radius:6px}.group-title{color:var(--neon-cyan);font-size:1.1em;text-align:left;padding:12px 15px;margin:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.group-title:hover{background-color:#00c2ff0d}.group-title .chevron,.sub-group-title .chevron{transition:transform .3s ease-in-out;width:22px}.group-title.is-open .chevron,.sub-group-title.is-open .chevron{transform:rotate(180deg)}.group-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .1s .1s;padding:0 10px}.group-title.is-open+.group-content{max-height:1000px;padding:10px}.sub-group{margin-bottom:8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;overflow:hidden}.sub-group:last-child{margin-bottom:0}.sub-group-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#ccc;font-size:.95em;padding:10px;margin:0;background:#0003}.sub-group-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .1s .1s;padding:0 10px}.sub-group-title.is-open+.sub-group-content{max-height:1000px;padding:10px}.sub-group-content .command-item{background:#0000004d;margin-bottom:5px}.sub-group-content .command-item:last-child{margin-bottom:0}.system-commands-header{color:var(--neon-cyan);font-size:1.1em;margin-top:15px;margin-bottom:5px;padding-left:5px}.modal-footer{margin-top:20px;display:flex;justify-content:flex-end}.btn-close-qc{padding:10px 20px;font-size:14px;border-radius:6px;font-weight:700;transition:all .2s;border:1px solid #555;background:transparent;color:#999;cursor:pointer}.btn-close-qc:hover{background:#555;color:#fff}.mobile-action-bar{display:none}@media (max-width: 900px){body{overflow-y:auto}.login-container{flex-direction:column;gap:30px;height:auto;padding:40px 20px}.info-card,.login-wrapper{width:100%;max-width:450px}.login-footer{position:relative;padding-top:20px}.terminal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;max-width:none;transform:none;border-radius:0;box-shadow:none}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(30px)}.terminal-header,.terminal-container{border-radius:0}.session-info{position:static;transform:none;flex-grow:1;text-align:center;padding:0 10px}.header-paste-btn{display:none}.terminal-container{padding-bottom:50px;box-sizing:border-box}.terminal.xterm{height:100%!important}.mobile-action-bar{display:flex;position:absolute;bottom:0;left:0;width:100%;height:50px;background-color:#1e1e24;border-top:1px solid #333}.mobile-key-bar{display:flex;width:100%;align-items:center;overflow-x:auto;overflow-y:hidden;gap:5px;padding:0 5px}.mobile-key-bar::-webkit-scrollbar{height:4px}.mobile-key-bar::-webkit-scrollbar-thumb{background:var(--neon-cyan);border-radius:2px}.mobile-key{flex-shrink:0;background:#ffffff1a;border:none;color:#e0e0e0;font-family:var(--font-mono);border-radius:6px;cursor:pointer;height:38px;padding:0 12px;font-size:14px;display:flex;align-items:center;justify-content:center}.mobile-key svg{width:20px;height:20px;fill:currentColor}.mobile-key.key-active{background:var(--neon-cyan);color:#000;box-shadow:0 0 10px var(--glow-color)}.command-item{flex-direction:column;align-items:flex-start}.command-code{width:100%;margin-top:8px;overflow-x:auto;white-space:pre;text-overflow:clip;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--neon-cyan) transparent}.command-code::-webkit-scrollbar{height:4px}.command-code::-webkit-scrollbar-thumb{background-color:var(--neon-cyan);border-radius:2px}}
