/**
 * 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}:root{--mc-dark: #0b1220;--mc-page: #eceef1;--mc-surface: #f4f5f7;--mc-card: #ffffff;--mc-ink: #0f172a;--mc-ink-2: #475569;--mc-muted: #64748b;--mc-faint: #94a3b8;--mc-border: rgba(15, 23, 42, .12);--mc-border-soft: rgba(15, 23, 42, .08);--mc-accent: #0e6ba8;--mc-accent-hover: #0b5787;--mc-accent-soft: #2f9ad0;--mc-ok: #1f9d63;--mc-warn: #c08a12;--mc-crit: #c9412f;--mc-mono: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;--mc-sans: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;background:var(--mc-page);color:var(--mc-ink);font-family:var(--mc-sans);-webkit-font-smoothing:antialiased}a{color:var(--mc-accent);text-decoration:none}a:hover{color:var(--mc-accent-hover)}code,pre{font-family:var(--mc-mono)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:9px}::-webkit-scrollbar-track{background:transparent}input:focus,select:focus,textarea:focus{outline:2px solid rgba(14,107,168,.35);outline-offset:0}input,select,textarea,button{font-family:inherit}@keyframes mcpulse{0%,to{opacity:1}50%{opacity:.35}}.mcm-btn{border-radius:9px;cursor:pointer;font-weight:600;font-size:14px;padding:11px 16px;border:none;letter-spacing:-.01em;transition:background .12s ease,border-color .12s ease}.mcm-btn:disabled{cursor:default;opacity:.55}.mcm-btn-sm{padding:6px 12px;font-size:12.5px}.mcm-btn-primary{background:var(--mc-accent);color:#fff}.mcm-btn-primary:hover:not(:disabled){background:var(--mc-accent-hover)}.mcm-btn-secondary{background:#fff;color:var(--mc-ink);font-weight:500;border:1px solid var(--mc-border)}.mcm-btn-secondary:hover:not(:disabled){background:#f3f5f7}.mcm-btn-danger{background:#fff;color:var(--mc-crit);font-weight:600;border:1px solid rgba(201,65,47,.4)}.mcm-btn-danger:hover:not(:disabled){background:#c9412f12}.mcm-btn-block{width:100%}.mcm-auth{min-height:100vh;display:flex;background:var(--mc-dark)}.mcm-auth-hero{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:56px 56px 48px;min-width:0}.mcm-auth-glow{position:absolute;right:-120px;top:-60px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#2f9ad04d,#2f9ad000 65%)}.mcm-auth-headline{font-size:44px;line-height:1.05;font-weight:600;letter-spacing:-.03em;color:#f2f7fa;max-width:9.5em;position:relative;z-index:2}.mcm-auth-sub{margin-top:20px;font-size:15px;line-height:1.55;color:#eef4f89e;max-width:30em;position:relative;z-index:2}.mcm-auth-foot{font-family:var(--mc-mono);font-size:11px;color:#eef4f852;position:relative;z-index:2}.mcm-auth-panel{width:520px;flex:none;background:#fbfcfd;display:flex;align-items:center;justify-content:center;padding:48px 40px;overflow-y:auto}.mcm-auth-panel>div{width:100%;max-width:420px}@media (max-width: 920px){.mcm-auth-hero{display:none}.mcm-auth-panel{width:100%;padding:28px 18px}}.mcm-app{display:flex;min-height:100vh;background:var(--mc-surface)}.mcm-sidebar{width:232px;flex:none;background:var(--mc-dark);display:flex;flex-direction:column;padding:18px 14px 14px;position:sticky;top:0;height:100vh}.mcm-side-brand{display:flex;align-items:center;gap:10px;padding:0 8px 20px}.mcm-logo{width:26px;height:26px;border-radius:8px;background:var(--mc-accent-soft);display:flex;align-items:center;justify-content:center;color:#04121c;font-weight:700;font-size:13px;flex:none}.mcm-side-title{color:#eef4f8;font-weight:600;font-size:14px;letter-spacing:-.01em}.mcm-side-sub{color:#eef4f866;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.mcm-nav{display:flex;flex-direction:column;gap:2px}.mcm-nav-item{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:9px;cursor:pointer;border:none;background:transparent;font-size:13.5px;font-weight:500;color:#eef4f89e;text-align:left;width:100%}.mcm-nav-item:hover{background:#ffffff12}.mcm-nav-item.active{background:#ffffff1f;color:#fff}.mcm-nav-dot{width:16px;height:16px;border-radius:5px;background:#eef4f838;flex:none}.mcm-nav-item.active .mcm-nav-dot{background:var(--mc-accent-soft)}.mcm-side-user{display:flex;align-items:center;gap:10px;padding:8px 9px;border-radius:10px;background:#ffffff0a}.mcm-avatar{width:28px;height:28px;border-radius:50%;background:#31465e;flex:none;display:flex;align-items:center;justify-content:center;color:#cfe0ee;font-size:11.5px;font-weight:600}.mcm-side-user-name{color:#eef4f8;font-size:12.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mcm-side-user-role{color:#eef4f86b;font-size:10.5px}.mcm-side-logout{background:none;border:none;cursor:pointer;color:#eef4f873;font-size:14px;padding:2px 4px}.mcm-side-logout:hover{color:#eef4f8}.mcm-main{flex:1;min-width:0;display:flex;flex-direction:column}.mcm-topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(15,23,42,.09);min-height:60px;display:flex;align-items:center;gap:14px;padding:0 22px}.mcm-topbar-title{font-size:17px;font-weight:600;letter-spacing:-.02em}.mcm-content{flex:1;padding:22px 22px 40px;max-width:1200px;width:100%;margin:0 auto}@media (max-width: 700px){.mcm-content{padding:14px 12px 30px}}.mcm-mobilebar{display:none;position:sticky;top:0;z-index:30;height:56px;background:var(--mc-dark);align-items:center;gap:12px;padding:0 16px}.mcm-burger{background:#ffffff1f;border:none;border-radius:9px;color:#eef4f8;font-size:16px;padding:7px 12px;cursor:pointer}.mcm-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b12208c;z-index:40}.mcm-drawer{position:fixed;top:0;left:0;bottom:0;width:250px;z-index:41;background:var(--mc-dark);padding:18px 14px;display:flex;flex-direction:column;overflow-y:auto}@media (max-width: 920px){.mcm-sidebar{display:none}.mcm-mobilebar{display:flex}.mcm-topbar{top:56px;z-index:20}}.mcm-card{background:var(--mc-card);border:1px solid var(--mc-border-soft);border-radius:14px;padding:18px;margin-bottom:16px}.mcm-label{font-size:11.5px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--mc-muted)}.mcm-pill{font-size:11px;font-weight:600;border-radius:20px;padding:3px 9px;white-space:nowrap}.mcm-chip{cursor:pointer;padding:6px 12px;border-radius:20px;font-size:12.5px;font-weight:500;border:1px solid var(--mc-border);background:#fff;color:var(--mc-ink-2)}.mcm-chip.active{background:var(--mc-dark);color:#fff;border-color:var(--mc-dark)}.mcm-mono{font-family:var(--mc-mono)}.mcm-scroll-x{overflow-x:auto}
