.app[data-v-88512b33]{min-height:100vh;display:flex;flex-direction:column}.topbar[data-v-88512b33]{display:flex;align-items:center;gap:32px;padding:12px 32px;background:#0f1216;border-bottom:1px solid #1a1d23}.brand[data-v-88512b33]{display:flex;align-items:center;gap:8px}.logo[data-v-88512b33]{font-size:22px}nav[data-v-88512b33]{display:flex;gap:24px;flex:1}nav a[data-v-88512b33]{color:#aaa;font-size:14px}nav a.router-link-active[data-v-88512b33],nav a.router-link-exact-active[data-v-88512b33]{color:#00d4ff}.user[data-v-88512b33]{font-size:13px}main[data-v-88512b33]{flex:1}.auth-page[data-v-da0f430f]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at top,#1a1d23,#0b0d10 60%)}.auth-card[data-v-da0f430f]{background:#14171c;border:1px solid #2a2d35;border-radius:12px;padding:40px;width:100%;max-width:400px}.logo-area[data-v-da0f430f]{text-align:center;margin-bottom:24px}.big-logo[data-v-da0f430f]{font-size:48px;margin-bottom:8px}h1[data-v-da0f430f]{font-size:32px}.tabs[data-v-da0f430f]{display:flex;gap:24px;margin-bottom:20px;justify-content:center}.tabs a[data-v-da0f430f]{color:#888;font-size:15px;padding-bottom:4px;border-bottom:2px solid transparent}.tabs a.active[data-v-da0f430f]{color:#00d4ff;border-color:#00d4ff}form[data-v-da0f430f]{display:flex;flex-direction:column;gap:12px}form button[data-v-da0f430f]{margin-top:8px;padding:12px}.plans-page[data-v-835dfb33]{max-width:1200px;margin:0 auto;padding:60px 32px}.hero[data-v-835dfb33]{text-align:center;margin-bottom:48px}.hero h1[data-v-835dfb33]{font-size:42px;margin-bottom:12px}.hero p[data-v-835dfb33]{color:#888;font-size:16px}.plans[data-v-835dfb33]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.plan[data-v-835dfb33]{background:#14171c;border:1px solid #2a2d35;border-radius:12px;padding:32px;position:relative;transition:transform .2s}.plan[data-v-835dfb33]:hover{transform:translateY(-4px)}.plan.popular[data-v-835dfb33]{border-color:#00d4ff;box-shadow:0 0 30px #00d4ff26}.ribbon[data-v-835dfb33]{position:absolute;top:-12px;right:20px;background:linear-gradient(90deg,#00d4ff,#7b2ff7);padding:4px 12px;border-radius:12px;font-size:12px}.plan h2[data-v-835dfb33]{font-size:22px;margin-bottom:8px}.desc[data-v-835dfb33]{color:#888;font-size:14px;min-height:20px}.price[data-v-835dfb33]{margin:20px 0;display:flex;align-items:baseline}.symbol[data-v-835dfb33]{color:#aaa;font-size:18px}.num[data-v-835dfb33]{font-size:42px;font-weight:700}.period[data-v-835dfb33]{color:#888;margin-left:4px}ul[data-v-835dfb33]{list-style:none;margin:20px 0}li[data-v-835dfb33]{padding:6px 0;color:#ccc;font-size:14px}li[data-v-835dfb33]:before{content:"✓ ";color:#00d4ff}button[data-v-835dfb33]{width:100%;padding:12px}.cta[data-v-835dfb33]{text-align:center;margin-top:40px}.cta a[data-v-835dfb33]{font-size:16px}.dashboard[data-v-235ce5b6]{max-width:1200px;margin:0 auto;padding:40px 32px}.head[data-v-235ce5b6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.head h2[data-v-235ce5b6]{font-size:28px}.empty[data-v-235ce5b6]{text-align:center;color:#888;padding:80px 0}table[data-v-235ce5b6]{width:100%;border-collapse:collapse;background:#14171c;border-radius:8px;overflow:hidden}th[data-v-235ce5b6],td[data-v-235ce5b6]{padding:16px;text-align:left;border-bottom:1px solid #1a1d23}th[data-v-235ce5b6]{background:#0f1216;color:#888;font-weight:500;font-size:13px}tr:hover td[data-v-235ce5b6]{background:#1a1d23}code[data-v-235ce5b6]{background:#0b0d10;padding:4px 8px;border-radius:4px;font-size:13px}.status[data-v-235ce5b6]{padding:4px 10px;border-radius:4px;font-size:12px}.status.active[data-v-235ce5b6]{background:#00d4ff26;color:#00d4ff}.status.provisioning[data-v-235ce5b6],.status.pending[data-v-235ce5b6]{background:#ffc80026;color:#ffc800}.status.expired[data-v-235ce5b6],.status.failed[data-v-235ce5b6],.status.destroyed[data-v-235ce5b6]{background:#ff557726;color:#f57}/**
 * 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}.server-page[data-v-102980cb]{max-width:1200px;margin:0 auto;padding:32px}.head[data-v-102980cb]{display:flex;align-items:center;gap:16px;margin-bottom:24px}.head h2[data-v-102980cb]{font-size:24px}.empty[data-v-102980cb]{text-align:center;padding:80px 0;color:#888}.info[data-v-102980cb]{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.card[data-v-102980cb]{background:#14171c;border:1px solid #2a2d35;border-radius:8px;padding:20px}.card h3[data-v-102980cb]{font-size:16px;margin-bottom:16px;color:#aaa}.kv[data-v-102980cb]{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #1a1d23}.kv[data-v-102980cb]:last-of-type{border-bottom:none}.kv span[data-v-102980cb]{color:#888}code[data-v-102980cb]{background:#0b0d10;padding:4px 8px;border-radius:4px;font-size:13px}.actions[data-v-102980cb]{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.stats[data-v-102980cb]{display:flex;flex-direction:column;gap:16px}.stat[data-v-102980cb]{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:center}.bar[data-v-102980cb]{background:#0b0d10;height:6px;border-radius:3px;overflow:hidden}.bar>div[data-v-102980cb]{background:linear-gradient(90deg,#00d4ff,#7b2ff7);height:100%;transition:width .5s}.terminal-card[data-v-102980cb]{background:#000;border:1px solid #2a2d35;border-radius:8px;padding:16px}.terminal-card h3[data-v-102980cb]{font-size:14px;margin-bottom:12px;color:#aaa}.terminal[data-v-102980cb]{height:500px}.status[data-v-102980cb]{padding:3px 10px;border-radius:4px;font-size:12px;vertical-align:middle}.status.active[data-v-102980cb]{background:#00d4ff26;color:#00d4ff}.admin[data-v-95cc9e0f]{max-width:1200px;margin:0 auto;padding:32px}.admin h2[data-v-95cc9e0f]{font-size:28px;margin-bottom:24px}.cards[data-v-95cc9e0f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.metric[data-v-95cc9e0f]{background:#14171c;border:1px solid #2a2d35;border-radius:8px;padding:20px}.metric span[data-v-95cc9e0f]{color:#888;font-size:13px;display:block}.metric strong[data-v-95cc9e0f]{font-size:32px;color:#00d4ff}table[data-v-95cc9e0f]{width:100%;border-collapse:collapse;background:#14171c;border-radius:8px;overflow:hidden}th[data-v-95cc9e0f],td[data-v-95cc9e0f]{padding:12px;text-align:left;border-bottom:1px solid #1a1d23;font-size:13px}th[data-v-95cc9e0f]{background:#0f1216;color:#888}code[data-v-95cc9e0f]{background:#0b0d10;padding:3px 6px;border-radius:3px;font-size:12px}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#0b0d10;color:#e6e6e6;-webkit-font-smoothing:antialiased}a{color:#00d4ff;text-decoration:none;cursor:pointer}a:hover{color:#7b2ff7}button{background:linear-gradient(90deg,#00d4ff,#7b2ff7);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:opacity .2s}button:hover{opacity:.85}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;border:1px solid #333;color:#ccc}input,select{background:#1a1d23;border:1px solid #2a2d35;color:#e6e6e6;padding:10px 14px;border-radius:6px;font-size:14px;width:100%;outline:none}input:focus,select:focus{border-color:#00d4ff}.gradient-text{background:linear-gradient(90deg,#00d4ff,#7b2ff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
