/**
 * 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:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;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}.layout[data-v-c007bf35]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.verify-overlay[data-v-c007bf35]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0d071880;-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);display:flex;align-items:center;justify-content:center}.verify-modal[data-v-c007bf35]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:45px;border-radius:28px;text-align:center;box-shadow:0 30px 60px #0006}.verify-modal h3[data-v-c007bf35]{margin-bottom:25px;color:var(--pink-light);font-weight:500}.turnstile-container[data-v-c007bf35]{min-height:65px;margin-bottom:20px}.cancel-btn[data-v-c007bf35]{background:none;border:none;color:var(--text-dim);cursor:pointer;opacity:.6}.cancel-btn[data-v-c007bf35]:hover{opacity:1}.glass-card[data-v-c007bf35]{background:#ffffff0f;-webkit-backdrop-filter:blur(20px) saturate(1.8);backdrop-filter:blur(20px) saturate(1.8);border:1px solid var(--glass-border);border-radius:24px;padding:35px;width:440px;box-shadow:0 20px 50px #0000004d}.card-header[data-v-c007bf35]{display:flex;align-items:center;gap:15px;margin-bottom:30px}.logo-icon[data-v-c007bf35]{font-size:2.2rem;color:var(--pink);text-shadow:0 0 15px var(--pink)}h1[data-v-c007bf35]{font-size:1.6rem;color:#fff}.subtitle[data-v-c007bf35]{font-size:.8rem;color:var(--text-dim)}.fields[data-v-c007bf35]{display:flex;flex-direction:column;gap:18px}.field-row[data-v-c007bf35]{display:flex;gap:12px}.flex-3[data-v-c007bf35]{flex:3}.flex-1[data-v-c007bf35]{flex:1}.field[data-v-c007bf35]{display:flex;flex-direction:column;gap:8px}label[data-v-c007bf35]{font-size:.75rem;color:var(--pink-light);font-weight:600;text-transform:uppercase}input[data-v-c007bf35],textarea[data-v-c007bf35]{background:var(--input-bg);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;padding:12px;transition:all .3s;width:100%}input[data-v-c007bf35]:focus{border-color:var(--pink);outline:none;background:#0000004d}.input-eye-container[data-v-c007bf35]{position:relative;display:flex;align-items:center}.input-eye-container input[data-v-c007bf35]{padding-right:45px}.eye-toggle[data-v-c007bf35]{position:absolute;right:12px;background:none;border:none;color:var(--text-dim);cursor:pointer;display:flex}.eye-toggle svg[data-v-c007bf35]{width:18px;height:18px}.auth-tabs[data-v-c007bf35]{display:flex;gap:6px;background:#0000004d;border-radius:12px;padding:5px}.tab[data-v-c007bf35]{flex:1;background:none;border:none;border-radius:8px;color:var(--text-dim);cursor:pointer;padding:8px}.tab.active[data-v-c007bf35]{background:#ff6eb433;color:#fff}.connect-btn[data-v-c007bf35]{width:100%;margin-top:25px;padding:14px;border:none;border-radius:15px;background:linear-gradient(135deg,var(--pink),#d4449a);color:#fff;font-weight:700;cursor:pointer}.connect-btn[data-v-c007bf35]:disabled{opacity:.6;cursor:not-allowed}.term-wrap[data-v-c007bf35]{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0714;display:flex;flex-direction:column}.term-bar[data-v-c007bf35]{display:flex;justify-content:space-between;padding:10px 20px;background:#ffffff08}.status-dot[data-v-c007bf35]{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:8px;background:#888}.status-dot.connected[data-v-c007bf35]{background:#50fa7b;box-shadow:0 0 8px #50fa7b}.xterm-host[data-v-c007bf35]{flex:1;padding:10px}.spin[data-v-c007bf35]{display:inline-block;animation:spin-c007bf35 1s linear infinite}@keyframes spin-c007bf35{to{transform:rotate(360deg)}}.slide-up-enter-active[data-v-c007bf35]{transition:all .4s ease}.slide-up-enter-from[data-v-c007bf35]{opacity:0;transform:translateY(30px)}.fade-enter-active[data-v-c007bf35]{transition:opacity .3s}.fade-enter-from[data-v-c007bf35]{opacity:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pink: #ff6eb4;--pink-light: #ffadd6;--text: #ffffff;--text-dim: rgba(255, 255, 255, .6);--glass-border: rgba(255, 255, 255, .15);--input-bg: rgba(0, 0, 0, .2)}html,body,#app{width:100%;height:100%;overflow:hidden}body{font-family:Segoe UI,PingFang SC,sans-serif;background:url(https://app.rainyun.com/img/bg1.218d4721.webp) no-repeat center center fixed;background-size:cover;color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0d071826;z-index:-1}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--pink);border-radius:10px}
