/**
 * 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: #0d1417;--bg-soft: #122127;--panel: rgba(12, 24, 29, .92);--panel-border: rgba(125, 174, 166, .14);--text: #ecf3ef;--text-soft: #98aca6;--accent: #2fc3a1;--accent-soft: rgba(47, 195, 161, .16);--danger: #e06d5b;--warn: #dfb85f;--success: #43c084;--shadow: 0 16px 38px rgba(0, 0, 0, .24);font-family:IBM Plex Sans,Segoe UI,sans-serif}:root[data-theme=light]{--bg: #edf3ef;--bg-soft: #dbe7df;--panel: rgba(255, 255, 255, .88);--panel-border: rgba(13, 27, 31, .08);--text: #102126;--text-soft: #5f7270;--accent: #0f8f79;--accent-soft: rgba(15, 143, 121, .12);--danger: #be4e3f;--warn: #a87a16;--success: #1e8a55}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(47,195,161,.14),transparent 28%),linear-gradient(180deg,var(--bg-soft),var(--bg));color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}button,input,select{font:inherit}#root{min-height:100vh}.shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.mobile-topbar,.mobile-drawer,.mobile-drawer-backdrop{display:none}.shell__sidebar{display:flex;flex-direction:column;padding:1.2rem;gap:1rem;background:#060e117a;border-right:1px solid var(--panel-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;flex-direction:column;gap:.2rem}.brand strong{font-size:1.1rem}.brand span,.page__header p,.field span,.list span{color:var(--text-soft)}.nav{display:grid;gap:.45rem}.nav__link{padding:.85rem 1rem;border-radius:16px;background:transparent}.nav__link.is-active{background:var(--accent-soft);color:var(--accent)}.shell__footer{margin-top:auto;display:grid;gap:.7rem}.shell__content{padding:1rem 1rem 5rem;min-height:0;overflow-y:auto;overscroll-behavior:contain}.page{display:grid;gap:1rem}.page__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:end}.page__header h1,.card__header h2{margin:0}.card,.stat-card{background:var(--panel);border:1px solid var(--panel-border);border-radius:24px;padding:1rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stats-grid,.grid{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.two-col{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.stat-card{display:grid;gap:.4rem}.stat-card strong{font-size:2rem}.button{border:0;border-radius:14px;padding:.8rem 1rem;cursor:pointer}.button--primary{background:var(--accent);color:#092018}.button--ghost{background:var(--accent-soft);color:var(--accent)}.button--danger{background:#e06d5b29;color:var(--danger)}.icon-button{width:2.5rem;height:2.5rem;display:inline-grid;place-items:center;border:0;border-radius:14px;cursor:pointer}.icon-button svg{width:1.1rem;height:1.1rem}.icon-button--primary{background:var(--accent);color:#092018}.icon-button--ghost{background:var(--accent-soft);color:var(--accent)}.icon-button--danger{background:#e06d5b29;color:var(--danger)}.field{display:grid;gap:.4rem}.field input,.field select,.field__standalone{width:100%;border:1px solid var(--panel-border);background:#ffffff08;color:var(--text);border-radius:14px;padding:.9rem 1rem}.inline-form,.auth-form,.log-toolbar{display:grid;gap:.8rem}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:.85rem .65rem;border-bottom:1px solid var(--panel-border);text-align:left;vertical-align:top}.badge{display:inline-flex;padding:.3rem .65rem;border-radius:999px;font-size:.85rem}.badge--success{background:#43c08429;color:var(--success)}.badge--warn{background:#dfb85f29;color:var(--warn)}.badge--danger{background:#e06d5b29;color:var(--danger)}.badge--neutral{background:#ffffff14;color:var(--text-soft)}.action-row{display:flex;flex-wrap:wrap;gap:.45rem}.list{list-style:none;margin:0;padding:0;display:grid;gap:.8rem}.list li{display:grid;gap:.2rem}.service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;margin-bottom:1rem}.service-item{display:grid;gap:.25rem;padding:.8rem;border-radius:16px;border:1px solid var(--panel-border);background:#ffffff08}.audit-feed{display:grid;gap:.9rem}.audit-card{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--panel-border);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.audit-card__head,.audit-card__body{display:flex;gap:.9rem;justify-content:space-between;align-items:flex-start}.audit-card__chips{display:flex;gap:.45rem;flex-wrap:wrap}.audit-card__identity{display:grid;gap:.2rem;min-width:0}.audit-card__identity strong{font-size:1rem;line-height:1.25}.audit-card__resource,.audit-card__agent{font-size:.78rem;color:var(--text-soft);word-break:break-word}.audit-card__status{flex-shrink:0}.stack-list{display:flex;flex-direction:column;gap:.9rem;overflow-anchor:none;max-height:calc(100dvh - 21rem);overflow-y:auto;padding-right:.2rem}.stack-card{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--panel-border);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.stack-card__head,.stack-card__body{display:flex;gap:.9rem;justify-content:space-between;align-items:flex-start}.stack-card__chips,.stack-card__actions{display:flex;flex-wrap:wrap;gap:.45rem}.stack-card__identity{display:grid;gap:.2rem;min-width:0}.stack-card__identity strong{font-size:1rem;line-height:1.2}.stack-card__path,.stack-card__source{font-size:.78rem;color:var(--text-soft);word-break:break-word}.stack-card__health{flex-shrink:0}.path-list{display:grid;gap:.9rem;max-height:calc(100dvh - 21rem);overflow-y:auto;padding-right:.2rem}.path-card{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--panel-border);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.path-card__head,.path-card__body{display:flex;gap:.9rem;justify-content:space-between;align-items:flex-start}.path-card__chips,.path-card__actions{display:flex;flex-wrap:wrap;gap:.45rem}.path-card__identity{display:grid;gap:.2rem;min-width:0}.path-card__identity strong{font-size:1rem;line-height:1.2}.path-card__path{font-size:.78rem;color:var(--text-soft);word-break:break-word}.path-card__health{flex-shrink:0}.container-list{display:flex;flex-direction:column;gap:.9rem;overflow-anchor:none;max-height:calc(100dvh - 21rem);overflow-y:auto;padding-right:.2rem}.container-card{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--panel-border);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.container-card__head,.container-card__body{display:flex;gap:.9rem;justify-content:space-between;align-items:flex-start}.container-card__chips,.container-card__actions{display:flex;flex-wrap:wrap;gap:.45rem}.mini-chip{display:inline-flex;align-items:center;padding:.24rem .55rem;border-radius:999px;font-size:.74rem;line-height:1;color:var(--text-soft);background:#ffffff0f}.mini-chip--success{color:var(--success);background:#43c08424}.mini-chip--warn{color:var(--warn);background:#dfb85f24}.mini-chip--danger{color:var(--danger);background:#e06d5b24}.mini-chip--neutral{color:var(--text-soft);background:#ffffff0f}.container-card__identity{display:grid;gap:.2rem;min-width:0}.container-card__identity strong{font-size:1rem;line-height:1.2}.container-card__id,.container-card__image{font-size:.78rem;color:var(--text-soft);word-break:break-all}.container-card__health{flex-shrink:0}.user-list{display:grid;gap:.9rem}.user-card{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--panel-border);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.user-card__head,.user-card__body{display:flex;gap:.9rem;justify-content:space-between;align-items:flex-start}.user-card__chips,.user-card__controls{display:flex;flex-wrap:wrap;gap:.6rem}.user-card__identity{display:grid;gap:.2rem;min-width:0}.user-card__identity strong{font-size:1rem;line-height:1.2}.user-card__role{font-size:.78rem;color:var(--text-soft);word-break:break-word}.user-card .field{min-width:min(100%,220px);flex:1}.user-create-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.user-create-actions{margin-top:1rem;display:flex;justify-content:flex-start}.user-list,.audit-feed{display:grid;gap:.9rem;max-height:calc(100dvh - 21rem);overflow-y:auto;padding-right:.2rem}.empty-state,.screen-center,.form-error,.form-ok{padding:1rem;border-radius:16px}.empty-state,.screen-center{background:#ffffff0a;color:var(--text-soft)}.form-error{background:#e06d5b1f;color:var(--danger)}.form-ok{background:#43c0841f;color:var(--success)}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-screen .card{width:min(100%,460px)}.auth-links{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1rem;color:var(--text-soft)}.log-box{min-height:320px;max-height:60vh;overflow:auto;white-space:pre-wrap;font-family:IBM Plex Mono,monospace;background:#00000047;border-radius:18px;padding:1rem}.console-form{display:grid;gap:.8rem;margin-top:1rem}.console-terminal{height:100%;min-height:360px;border-radius:18px;overflow:hidden;background:#071015;border:1px solid var(--panel-border);padding:.25rem}.console-viewer{height:100%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#060c0eb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:1rem;z-index:1000}.modal{width:min(100%,980px);max-height:calc(100vh - 2rem);display:grid;grid-template-rows:auto 1fr;background:var(--panel);border:1px solid var(--panel-border);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.modal--terminal{width:min(calc(100vw - 1.5rem),1500px);height:calc(100vh - 1.5rem);max-height:calc(100vh - 1.5rem)}.modal__header{position:relative;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid var(--panel-border)}.modal__header h2{margin:0}.modal__close{flex-shrink:0}.modal--terminal .modal__header{position:relative;padding-right:4.5rem}.modal--terminal .modal__close{position:absolute;top:.8rem;right:.8rem}.modal__body{overflow:auto;padding:1rem}.toast-viewport{position:fixed;right:1rem;bottom:1rem;z-index:1200;display:grid;gap:.6rem}.toast{border:0;border-radius:14px;padding:.8rem .95rem;min-width:220px;text-align:left;box-shadow:var(--shadow)}.toast--success{background:#43c084eb;color:#072015}.toast--danger{background:#e06d5bf5;color:#210907}@media (max-width: 900px){.shell{grid-template-columns:1fr;grid-template-rows:4.5rem minmax(0,1fr);min-height:100dvh;height:100dvh}.mobile-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:flex-start;gap:1rem;height:4.5rem;padding:.8rem 1rem;background:#081216db;border-bottom:1px solid var(--panel-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-topbar__brand{display:grid;gap:.1rem;min-width:0;flex:1}.mobile-topbar__brand strong,.mobile-topbar__brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-topbar__brand span{font-size:.75rem;color:var(--text-soft)}.mobile-topbar__spacer{width:2.5rem;height:2.5rem;flex-shrink:0}.shell__sidebar{display:none}.mobile-drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;background:#040a0c8a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;z-index:40;width:min(84vw,320px);display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#091216f7;border-right:1px solid var(--panel-border);box-shadow:var(--shadow);transform:translate(-102%);transition:transform .18s ease}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.shell__content{padding-top:.8rem;padding-bottom:1rem;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.page__header{min-height:4.75rem;align-items:flex-start}.page__header>div:first-child{min-height:3.5rem;display:grid;align-content:center}.container-card__head,.container-card__body,.stack-card__head,.stack-card__body,.path-card__head,.path-card__body,.user-card__head,.user-card__body,.modal__header,.audit-card__head,.audit-card__body{flex-direction:column;align-items:stretch}.container-card__health{align-self:flex-start}.stack-card{padding:.8rem;border-radius:16px}.stack-card__health{align-self:flex-start}.path-card{padding:.8rem;border-radius:16px}.path-card__health,.audit-card__status{align-self:flex-start}.user-card{padding:.8rem;border-radius:16px}.user-card__controls{display:grid}.user-card .field{min-width:100%}.log-box{min-height:260px;max-height:46vh}.container-list,.stack-list,.path-list,.user-list,.audit-feed{max-height:calc(100dvh - 22.5rem);overflow-y:auto;padding-right:0}.modal--terminal{width:100dvw;height:100dvh;max-height:100dvh;border-radius:0}.modal-backdrop{padding:0;place-items:stretch}.modal__close{position:absolute;top:.75rem;right:.75rem;align-self:auto}.modal--terminal .modal__header{position:relative;padding-top:.85rem;padding-right:3.75rem}.modal--terminal .modal__close{top:.55rem;right:.55rem}.modal__body{padding:.75rem}.toast-viewport{left:.75rem;right:.75rem;bottom:.75rem}.toast{min-width:0;width:100%}.audit-card{padding:.8rem;border-radius:16px}.audit-card__identity strong{font-size:.9rem}}
