html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}/**
 * 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}html,body,#root{width:100%;min-height:100%;margin:0}body{background:#f5f7fb}.app-shell{min-height:100vh}.sidebar{background:#fff!important;border-right:1px solid #e8edf5}.brand{height:72px;display:flex;align-items:center;gap:12px;padding:0 20px}.brand-mark{width:36px;height:36px;border-radius:8px;background:#0f766e;color:#fff;display:grid;place-items:center;font-weight:700}.brand strong,.brand span{display:block;line-height:1.2}.brand span{color:#667085;font-size:12px}.header{height:auto;min-height:92px;padding:18px 32px;line-height:normal;background:#fff;border-bottom:1px solid #e8edf5;display:flex;align-items:center;justify-content:space-between;gap:16px}.page-title-block{display:grid;gap:6px;min-width:0}.header h4{margin:0!important;line-height:1.35}.header-actions{justify-content:flex-end}.inline-title{display:inline-block;margin:0!important}.content{padding:28px 32px 32px;min-width:0}.stat-card{width:180px;border-radius:8px}.stat-card.danger .ant-statistic-content{color:#cf1322}.stat-card.warning .ant-statistic-content{color:#d48806}.grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:16px;margin-top:16px}.panel{border-radius:8px}.confirm-body{display:grid;gap:12px}.mock-field{padding:10px 12px;background:#f5f7fb;border:1px solid #e8edf5;border-radius:8px}.empty-state{min-height:220px;display:grid;place-content:center;gap:8px;text-align:center}.boot-screen,.login-screen{min-height:100vh;display:grid;place-items:center;background:#f5f7fb}.login-card{width:min(420px,calc(100vw - 32px));border-radius:8px}.login-brand{height:auto;padding:0 0 24px}.device-workbench{display:block}.device-list-stack{display:grid;gap:16px}.table-toolbar{justify-content:space-between}.device-search{width:min(360px,calc(100vw - 64px))}.device-table .ant-table-cell{vertical-align:middle;white-space:nowrap}.mini-stat{width:160px;border-radius:8px}.device-detail-panel{min-height:calc(100vh - 128px)}.device-detail-stack{display:grid;gap:16px}.commands-block{display:grid;gap:12px}.commands-block .ant-table-wrapper{overflow-x:auto}.terminal-panel{min-height:calc(100vh - 128px)}.terminal-panel-fullscreen{position:fixed;top:12px;right:12px;bottom:12px;left:12px;z-index:1000;display:flex;flex-direction:column;box-shadow:0 24px 80px #0f172a59}.terminal-panel-fullscreen .ant-card-body{flex:1;min-height:0}.terminal-stack{display:grid;gap:16px;height:100%}.terminal-status-strip{display:flex;flex-wrap:wrap;gap:12px;padding:8px 10px;color:#475467;background:#f8fafc;border:1px solid #e8edf5;border-radius:8px;font-size:12px}.xterm-shell{height:calc(100vh - 430px);min-height:420px;min-width:0;padding:10px;overflow:hidden;background:#05070b;border:1px solid #1f2937;border-radius:8px}.terminal-panel-fullscreen .xterm-shell{height:calc(100vh - 260px);min-height:360px}.xterm-shell .xterm{height:100%}.xterm-shell .xterm-viewport{scrollbar-color:#334155 #05070b}@media(max-width:1360px){.grid,.device-workbench{grid-template-columns:1fr}.device-detail-panel{min-height:auto}}@media(max-width:860px){.app-shell{display:block}.sidebar{width:100%!important;max-width:none!important;min-width:0!important;border-right:0;border-bottom:1px solid #e8edf5}.sidebar .ant-layout-sider-children{display:grid;gap:0}.sidebar .ant-menu{overflow-x:auto;white-space:nowrap}.header{height:auto;padding:16px;align-items:flex-start;flex-direction:column}.content{padding:16px}.stat-card,.mini-stat{width:calc(50% - 8px);min-width:150px}.device-search{width:100%}.terminal-panel{min-height:auto}.xterm-shell{height:52vh;min-height:280px}}
