@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Space+Mono&display=swap";/**
* 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,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right: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{--bg-color: #0b0c10;--surface-color: rgba(20, 22, 30, .65);--primary-color: #00f0ff;--accent-color: #ff0055;--text-primary: #ffffff;--text-secondary: #8b92a5;--glass-border: rgba(255, 255, 255, .08);--sidebar-width: 260px;--sidebar-collapsed-width: 80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15% 50%,rgba(0,240,255,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(255,0,85,.08),transparent 25%),radial-gradient(circle at 50% 100%,rgba(188,0,255,.05),transparent 30%);background-attachment:fixed;min-height:100vh;overflow-x:hidden;font-size:clamp(14px,1.2vw,16px)}.ambient-glow{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vh;background:linear-gradient(45deg,rgba(0,240,255,.12),rgba(255,0,85,.12));filter:blur(140px);z-index:-1;border-radius:50%;animation:pulse-glow 10s ease-in-out infinite alternate}@keyframes pulse-glow{0%{transform:translate(-50%,-50%) scale(.85);opacity:.6}to{transform:translate(-50%,-50%) scale(1.15);opacity:.9}}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:rgba(15,23,42,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--glass-border);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;height:100vh;z-index:100;overflow-y:auto;overflow-x:hidden}.sidebar.collapsed{width:var(--sidebar-collapsed-width)}.sidebar-header{padding:2rem 1.5rem;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--glass-border)}.sidebar.collapsed .sidebar-header{padding:2rem 0;justify-content:center}.sidebar.collapsed .sidebar-title-text{display:none}.sidebar-nav{padding:2rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.sidebar.collapsed .sidebar-nav{padding:2rem .5rem;align-items:center}.sidebar-btn{background:transparent;border:1px solid transparent;color:var(--text-secondary);padding:.75rem 1rem;border-radius:12px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s;text-align:left;font-family:inherit;font-size:.95rem;font-weight:500}.sidebar-btn:hover{background:rgba(255,255,255,.05);color:#fff}.sidebar-btn.active{background:rgba(0,240,255,.1)!important;color:var(--primary-color)!important;border-color:#00f0ff33!important;box-shadow:inset 4px 0 0 var(--primary-color)}.sidebar.collapsed .sidebar-btn{padding:.75rem;justify-content:center}.sidebar.collapsed .btn-text{display:none}.sidebar-footer{padding:1.5rem 1rem;border-top:1px solid var(--glass-border)}.sidebar.collapsed .sidebar-footer{padding:1.5rem .5rem;display:flex;justify-content:center}.main-content{flex:1;display:flex;flex-direction:column;max-width:100%}.dashboard{padding:clamp(20px,3vw,40px) clamp(20px,4vw,60px);max-width:1800px;width:100%;margin:0 auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;gap:15px}.content-title{font-size:clamp(24px,2.5vw,32px);font-weight:800;letter-spacing:1px;background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.glass-card{background:var(--surface-color);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px;padding:clamp(20px,2vw,35px);box-shadow:0 12px 40px #00000073;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border-color .4s ease;position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.glass-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #0009,0 0 30px #00f0ff26;border-color:#00f0ff4d}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(280px,20vw,340px),1fr));gap:clamp(15px,2vw,30px)}.btn{background:linear-gradient(135deg,#005bb5,var(--primary-color));color:#fff;border:1px solid transparent;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;box-shadow:0 4px 15px #00f0ff33}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff66;border-color:var(--primary-color)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-small{padding:.5rem 1rem;font-size:.85rem;border-radius:8px;font-weight:500;cursor:pointer;border:none;font-family:inherit;transition:all .2s ease}.btn-small:hover{transform:translateY(-1px);filter:brightness(1.2)}.status-badge{display:inline-block;padding:.3rem .8rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.status-online{background-color:#00ff8826;color:#0f8;border:1px solid rgba(0,255,136,.3);box-shadow:0 0 10px #00ff881a}.status-recovering{background-color:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3);box-shadow:0 0 10px #fbbf241a}.status-offline{background-color:#ff005526;color:#f05;border:1px solid rgba(255,0,85,.3);box-shadow:0 0 10px #ff00551a}.metric-container{margin-top:1rem;display:flex;flex-direction:column;gap:12px}.metric-bar-wrapper{display:flex;flex-direction:column;gap:6px}.metric-header{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.metric-value{color:var(--text-primary);font-family:Space Mono,monospace}.progress-track{height:6px;background:rgba(255,255,255,.05);border-radius:10px;overflow:hidden;position:relative}.progress-fill{height:100%;border-radius:10px;transition:width 1s cubic-bezier(.4,0,.2,1);position:relative}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shine 2s infinite}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}input,select,textarea{font-family:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 2px #00f0ff1a}.modal-overlay{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.02);border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}@media (max-width: 900px){.app-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--glass-border)}.sidebar.collapsed{width:100%}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:1rem}.sidebar-btn{white-space:nowrap}.sidebar-footer{display:none}}.automation-layout{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 1200px){.automation-layout{grid-template-columns:1fr 2fr}}@media (min-width: 1600px){.automation-inner-layout{display:grid;grid-template-columns:1fr 450px;gap:2rem;align-items:start}}@media (max-width: 1599px){.automation-inner-layout{display:flex;flex-direction:column;gap:2rem}}
