@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&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: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{color-scheme:dark;font-family:Inter,system-ui,sans-serif;background:#050806;color:#effaf2;--green:#62ff8e;--green2:#20ce63;--surface:#0a100c;--surface2:#0e1711;--line:#193522;--muted:#789080}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;background:#050806}button,input{font:inherit}button{cursor:pointer}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px 70px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 35%,#0b2c18 0,transparent 35%),linear-gradient(135deg,#030604,#070b08)}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;background-image:linear-gradient(#112217 1px,transparent 1px),linear-gradient(90deg,#112217 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 35%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 35%,transparent)}.auth-glow{position:absolute;width:520px;height:520px;border:1px solid #1f6d37;border-radius:50%;filter:blur(1px);opacity:.28;box-shadow:0 0 120px #19ad4e22}.auth-card{width:min(460px,100%);position:relative;z-index:2;padding:34px;border:1px solid #225331;border-radius:24px;background:linear-gradient(155deg,#0d1710e8,#070b08f2);box-shadow:0 34px 90px #000b,0 0 60px #34e86d12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-lockup{display:flex;justify-content:center;height:142px;overflow:hidden;margin:-16px 0 6px}.auth-logo{width:210px;height:210px;object-fit:cover;object-position:center;transform:translateY(-26px);mix-blend-mode:screen}.auth-copy{text-align:center;margin-bottom:26px}.auth-copy h1{margin:0 0 9px;font-size:1.65rem;letter-spacing:-.03em}.auth-copy p{margin:0;color:#8da294;line-height:1.55;font-size:.95rem}.auth-form{display:grid;gap:16px}.auth-form label{display:grid;gap:8px}.auth-form label span{color:#a9baae;font-size:.86rem;font-weight:600}.auth-form input{width:100%;height:50px;border:1px solid #213d2a;border-radius:12px;background:#050906;color:#f1fff5;padding:0 15px;outline:none;transition:.2s}.auth-form input:focus{border-color:#54e47d;box-shadow:0 0 0 3px #36d96518}.form-error{min-height:18px;color:#ff7b8f;font-size:.86rem}.primary-btn{height:52px;border:0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;color:#031007;background:linear-gradient(100deg,#86ff9f,#30e374);font-weight:800;box-shadow:0 10px 32px #28db6638}.primary-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.primary-btn:disabled{opacity:.55;cursor:wait}.primary-btn b{font-family:JetBrains Mono}.text-btn{border:0;background:transparent;color:#7fa78a;padding:8px}.text-btn:hover{color:#70f493}.auth-form .otp-input{text-align:center;font-family:JetBrains Mono,monospace;font-size:1.35rem;letter-spacing:.45em;padding-left:calc(15px + .45em)}.security-note{margin-top:23px;padding-top:20px;border-top:1px solid #17301f;color:#71877a;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.77rem}.security-note svg{width:16px}.mfa-secret{margin:18px 0 22px;padding:18px;display:grid;gap:11px;text-align:center;border:1px solid #245f35;border-radius:14px;background:#07100a}.mfa-secret span{color:#5ee985;font-size:.7rem;letter-spacing:.2em}.mfa-secret code{color:#d9ffe3;font-family:JetBrains Mono,monospace;font-size:1rem;letter-spacing:.08em;overflow-wrap:anywhere}.mfa-secret .ghost-btn{justify-self:center}.auth-page footer{position:absolute;bottom:25px;z-index:2;color:#476050;font-size:.72rem;letter-spacing:.18em}.workspace{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr);background:radial-gradient(circle at 45% -20%,#12321e 0,transparent 32%),#060907}.sidebar{height:100vh;position:sticky;top:0;display:flex;flex-direction:column;padding:23px 15px;border-right:1px solid #16251a;background:#070b08e8}.mini-brand{display:flex;align-items:center;gap:10px;padding:0 7px 24px;font-weight:700;letter-spacing:.22em}.mini-brand img{width:38px;height:38px;object-fit:cover;border-radius:9px}.sidebar nav{display:grid;gap:6px}.nav-btn{height:48px;border:1px solid transparent;background:transparent;color:#76907e;border-radius:11px;display:flex;align-items:center;gap:12px;padding:0 14px;text-align:left}.nav-btn:hover{color:#c8f3d3;background:#0e1811}.nav-btn.active{color:#75ff99;border-color:#1d492a;background:linear-gradient(90deg,#12351e,#0a120d);box-shadow:inset 3px 0 #51ee7b}.sidebar-foot{margin-top:auto;padding:16px 10px 0;border-top:1px solid #15271a;display:grid;gap:5px}.sidebar-foot span{color:#4edb74;font-size:.64rem;letter-spacing:.18em}.sidebar-foot small{color:#4c6252}.content{min-width:0;padding:0 30px 30px}.topbar{min-height:94px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #15231a;margin-bottom:25px}.eyebrow{margin:0 0 5px;color:#51e47a;font-size:.66rem;letter-spacing:.22em;font-weight:700}.topbar h1{margin:0;font-size:1.4rem;letter-spacing:-.025em}.user-chip{display:flex;align-items:center;gap:10px;border:1px solid #1a3020;background:#0a100c;padding:8px 8px 8px 13px;border-radius:14px}.online-dot{width:8px;height:8px;border-radius:50%;background:#5dff88;box-shadow:0 0 10px #5dff88}.user-chip div{display:grid;gap:2px}.user-chip strong{font-size:.78rem;font-weight:600}.user-chip small{font-size:.67rem;color:#6f8676}.user-chip button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;background:#121c15;color:#7d9583}.user-chip button:hover{color:#ff7188;background:#281216}.view{display:none}.view.active{display:block}.terminal-card{border:1px solid #1b3924;border-radius:18px;background:#070b08;overflow:hidden;box-shadow:0 22px 70px #0008,0 0 55px #1be45d0a}.terminal-toolbar{min-height:70px;padding:12px 15px 12px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #17291c;background:linear-gradient(90deg,#0e1811,#090e0b)}.target{display:flex;align-items:center;gap:11px}.target div{display:grid;gap:4px}.target strong{font-family:JetBrains Mono;font-size:.83rem}.target small{color:#708376;font-size:.7rem}.status-dot{width:10px;height:10px;border-radius:50%;background:#607067;box-shadow:0 0 0 5px #60706712}.status-dot.connecting{background:#ffc45c;box-shadow:0 0 12px #ffc45c}.status-dot.connected{background:#62ff8e;box-shadow:0 0 12px #62ff8e}.toolbar-actions{display:flex;align-items:center;gap:8px}.ghost-btn,.connect-btn{min-height:38px;border-radius:9px;border:1px solid #21402a;background:#0c1510;color:#a3b7a8;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:7px}.ghost-btn:hover{color:#65ff90;border-color:#36884b}.ghost-btn svg{width:17px}.connect-btn{min-width:102px;border:0;color:#051008;background:linear-gradient(100deg,#77f795,#25d65f);font-weight:700}.terminal-host{height:calc(100vh - 250px);min-height:430px;padding:15px 12px;background:#050806}.terminal-host .xterm{height:100%}.terminal-foot{height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#526457;border-top:1px solid #142419;font-size:.7rem}.audit-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.audit-head h2{margin:0 0 5px}.audit-head p{margin:0;color:#758a7b}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stats article{padding:18px;border:1px solid #193421;border-radius:14px;background:linear-gradient(145deg,#0d1710,#080c09);display:grid;gap:10px}.stats span{color:#76897a;font-size:.78rem}.stats strong{font-size:1.7rem}.stats .green{color:#62ff8e}.stats .red{color:#ff7188}.table-card{border:1px solid #193421;border-radius:15px;overflow:auto;background:#090e0b}table{width:100%;border-collapse:collapse;min-width:860px}th,td{padding:14px 15px;border-bottom:1px solid #15261a;text-align:left;font-size:.78rem;vertical-align:top}th{color:#74887a;background:#0d1510;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}td{color:#b8c8bc}td small{display:block;color:#566b5b;margin-top:4px}.detail{max-width:350px;color:#788e7e}.event-name{font-family:JetBrains Mono;color:#a2eeb6}.pill{display:inline-block;padding:4px 8px;border-radius:99px;background:#17231a;color:#91a296;font-size:.67rem}.pill.success,.pill.closed{background:#10351c;color:#6eff95}.pill.failed,.pill.error,.pill.blocked{background:#34131a;color:#ff8497}.empty{text-align:center;color:#65776a;padding:35px}.toast{position:fixed;right:24px;bottom:24px;z-index:20;border:1px solid #28643a;border-radius:11px;background:#0d1b11;color:#b9f9c9;padding:13px 17px;box-shadow:0 15px 50px #000b;transform:translateY(20px);opacity:0;transition:.25s}.toast.visible{transform:none;opacity:1}.toast.error{border-color:#713040;color:#ff9bad;background:#211014}.fatal{min-height:100vh;display:grid;place-content:center;text-align:center}.fatal p{color:#7a8b7f}@media(max-width:800px){.workspace{grid-template-columns:1fr}.sidebar{height:auto;position:fixed;z-index:10;left:0;right:0;bottom:0;top:auto;flex-direction:row;align-items:center;padding:8px 12px;border-right:0;border-top:1px solid #1b3924}.mini-brand,.sidebar-foot{display:none}.sidebar nav{display:flex;width:100%;justify-content:space-around}.nav-btn{height:48px;padding:0 18px}.nav-btn.active{box-shadow:inset 0 -3px #51ee7b}.content{padding:0 14px 86px}.topbar{min-height:80px}.user-chip strong{max-width:120px;overflow:hidden;text-overflow:ellipsis}.user-chip small{display:none}.terminal-toolbar{align-items:flex-start;gap:12px}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.ghost-btn span{display:none}.terminal-host{height:calc(100vh - 260px);min-height:360px}.terminal-foot span:first-child{display:none}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.auth-card{padding:26px 20px}.auth-logo{width:190px;height:190px}.topbar h1{font-size:1.15rem}.user-chip div{display:none}.target strong{font-size:.72rem}.connect-btn{min-width:86px}.stats{grid-template-columns:1fr 1fr}.stats article{padding:14px}.stats strong{font-size:1.35rem}}
