/**
 * 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{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#dce4eb;background:#090d12;font-synthesis:none;--bg: #090d12;--panel: #10161d;--panel-2: #151d26;--line: #222d38;--muted: #82909e;--text: #e7edf2;--green: #78e6b0;--green-dark: #193d30;--red: #ff7376;--yellow: #f0c65b}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--bg)}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline:2px solid var(--green);outline-offset:2px}.muted{color:var(--muted)}.eyebrow{margin:0 0 14px;color:var(--green);font:600 11px/1.4 Roboto Mono,monospace;letter-spacing:.18em}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{display:flex;align-items:center;gap:11px;font:800 18px/1 Cascadia Code,Roboto Mono,monospace;letter-spacing:.08em;color:#fff}.brand-large{font-size:22px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border:1px solid #315b49;border-radius:10px;background:#10271f;color:var(--green);font-size:15px;letter-spacing:-.1em}.login-page{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);min-height:100vh}.login-visual{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:54px clamp(44px,6vw,96px);border-right:1px solid var(--line);background:radial-gradient(circle at 70% 25%,rgba(34,110,80,.22),transparent 32%),linear-gradient(145deg,#0b1117,#0a0e13 60%)}.login-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(120,230,176,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(120,230,176,.08) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom right,black,transparent 75%);mask-image:linear-gradient(to bottom right,black,transparent 75%)}.login-visual>*{position:relative;z-index:1}.visual-copy{max-width:760px;padding:80px 0}.visual-copy h1{margin:0 0 28px;color:#fff;font-size:clamp(46px,5.6vw,82px);line-height:1.04;letter-spacing:-.055em}.visual-copy h1 em{color:var(--green);font-style:normal}.visual-copy>p:last-child{max-width:640px;color:#9ba8b4;font-size:18px;line-height:1.7}.signal-card{display:flex;align-items:center;gap:12px;width:fit-content;padding:14px 18px;border:1px solid #25323d;border-radius:12px;background:#10161dcc;color:#a8b4be;font-size:13px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.signal-card svg{color:var(--green)}.signal-card i{width:7px;height:7px;margin-left:10px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.login-panel{display:grid;place-items:center;padding:36px;background:#0c1117}.login-card{width:min(420px,100%)}.login-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:28px;border:1px solid #294c3d;border-radius:14px;background:#122920;color:var(--green)}.login-card h2{margin:0;color:#fff;font-size:32px;letter-spacing:-.035em}.login-card>.muted{margin:12px 0 34px;line-height:1.6}.login-card label{display:block;margin:18px 0;color:#aeb9c3;font-size:13px;font-weight:700}.login-card input{width:100%;height:50px;margin-top:9px;padding:0 15px;border:1px solid #2a3540;border-radius:10px;background:#111820;color:#fff;transition:border .2s,box-shadow .2s}.login-card input:focus{border-color:#4b9c78;box-shadow:0 0 0 4px #78e6b014;outline:none}.form-error{display:flex;gap:8px;align-items:center;margin:14px 0;padding:12px;border:1px solid #663436;border-radius:9px;background:#261719;color:#ff9a9c;font-size:13px}.password-hint{margin:-10px 0 2px;color:#6f7c87;font-size:11px;line-height:1.5}.mode-switch{width:100%;margin-top:18px;padding:8px;border:0;background:transparent;color:#8cdab4;font-size:12px;cursor:pointer}.mode-switch:hover{color:var(--green);text-decoration:underline}.primary,.secondary,.danger,.check-button,.back-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:0 16px;border-radius:9px;border:1px solid transparent;font-weight:800;font-size:13px;cursor:pointer;transition:.18s ease}.primary{background:var(--green);color:#092016}.primary:hover{background:#94efc3;transform:translateY(-1px)}.secondary{border-color:#303b46;background:#151d25;color:#cbd4dc}.secondary:hover{border-color:#465563;background:#1a242e}.check-button{margin-left:auto;border-color:#3a7259;background:#173529;color:var(--green)}.check-button:hover{background:#1d4937}.danger{background:#d75054;color:#fff}.danger:hover{background:#e66468}button:disabled{opacity:.48;cursor:not-allowed;transform:none!important}.wide{width:100%;height:50px;margin-top:12px}.primary svg,.secondary svg,.danger svg,.check-button svg,.back-button svg{width:17px;height:17px}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;display:flex;flex-direction:column;width:272px;border-right:1px solid var(--line);background:#0c1117}.sidebar-head{display:flex;align-items:center;justify-content:space-between;height:82px;padding:0 24px;border-bottom:1px solid #182129}.sidebar nav{flex:1;overflow-y:auto;padding:18px 13px}.nav-label{margin:26px 14px 10px;color:#5e6a76;font:600 10px Roboto Mono,monospace;letter-spacing:.16em}.nav-item{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:12px;width:100%;min-height:43px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#8f9ba6;text-align:left;cursor:pointer}.nav-item svg{width:17px}.nav-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.nav-item b{color:#53606c;font:500 10px Roboto Mono,monospace}.nav-item:hover{background:#121a22;color:#d5dee5}.nav-item.active{background:#15261f;color:var(--green)}.nav-item.active b{color:#68a98a}.sidebar-foot{display:grid;grid-template-columns:38px 1fr 36px;gap:11px;align-items:center;padding:18px;border-top:1px solid var(--line)}.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#25343f;color:#fff;font:700 12px Roboto Mono,monospace}.sidebar-foot strong,.sidebar-foot span{display:block}.sidebar-foot strong{font-size:13px}.sidebar-foot span{margin-top:2px;color:var(--muted);font-size:11px}.icon-button{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:8px;background:transparent;color:#75818d;cursor:pointer}.icon-button:hover{background:#18212a;color:#fff}.icon-button svg{width:18px}.dashboard{min-height:100vh;margin-left:272px}.topbar{position:sticky;z-index:10;top:0;display:flex;align-items:center;gap:18px;height:82px;padding:0 clamp(24px,4vw,60px);border-bottom:1px solid var(--line);background:#090d12e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.search{position:relative;display:flex;align-items:center;width:min(560px,55vw)}.search>svg{position:absolute;left:14px;width:18px;color:#6c7884}.search input{width:100%;height:42px;padding:0 42px;border:1px solid #26313b;border-radius:9px;background:#10161d;color:#fff}.search input:focus{border-color:#3e765e;outline:none}.search button{position:absolute;right:7px;display:grid;place-items:center;width:30px;height:30px;border:0;background:none;color:#77838e;cursor:pointer}.search button svg{width:16px}.secure{display:flex;gap:8px;align-items:center;margin-left:auto;color:#7f8b96;font:600 11px Roboto Mono,monospace}.secure svg{width:16px;color:var(--green)}.hero{display:flex;align-items:end;justify-content:space-between;gap:40px;padding:54px clamp(24px,4vw,60px) 38px;border-bottom:1px solid #17212a;background:radial-gradient(circle at 90% 10%,rgba(48,114,86,.13),transparent 25%)}.hero h1{margin:0;color:#fff;font-size:clamp(32px,4vw,50px);line-height:1.1;letter-spacing:-.045em}.hero>div>p:last-child{max-width:690px;margin:15px 0 0;color:var(--muted);line-height:1.65}.hero-stats{display:flex;gap:clamp(22px,4vw,46px);flex-shrink:0}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{color:#fff;font:700 25px Roboto Mono,monospace}.hero-stats span{margin-top:5px;color:#6f7d89;font-size:11px}.filters{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px clamp(24px,4vw,60px)}.filters>span{color:#6f7b86;font-size:12px}.filters>span b{color:#b7c1ca}.segmented{display:flex;gap:5px;padding:4px;border:1px solid #222d37;border-radius:10px;background:#0e141a}.segmented button{min-height:32px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:#74818c;font-size:11px;font-weight:700;cursor:pointer}.segmented button:hover{color:#c9d2da}.segmented button.active{background:#1b2630;color:#fff;box-shadow:0 1px 3px #05080a}.lab-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:14px;padding:0 clamp(24px,4vw,60px) 60px}.lab-card{display:flex;flex-direction:column;min-height:220px;padding:20px;border:1px solid #222d37;border-radius:12px;background:#10161d;text-align:left;cursor:pointer;transition:border .2s,transform .2s,background .2s}.lab-card:hover{border-color:#3b6653;background:#121b22;transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.lab-card-top,.lab-card-bottom{display:flex;align-items:center;justify-content:space-between}.lab-id{color:#596672;font:600 10px Roboto Mono,monospace;letter-spacing:.12em}.done{display:flex;gap:5px;align-items:center;color:var(--green);font-size:10px;font-weight:700}.lab-card h3{margin:24px 0 10px;color:#e5ebf0;font-size:17px;line-height:1.35;letter-spacing:-.015em}.lab-card p{display:-webkit-box;overflow:hidden;flex:1;margin:0 0 24px;color:#74818c;font-size:12px;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical}.level{display:inline-flex;align-items:center;height:23px;padding:0 9px;border-radius:99px;font-size:10px;font-weight:800}.level-1{background:#152e25;color:#70d8a6}.level-2{background:#302b18;color:#e7c557}.level-3{background:#321d22;color:#f1888b}.open-link{display:flex;align-items:center;gap:4px;color:#82909b;font-size:11px;font-weight:700}.open-link svg{width:14px}.lab-card:hover .open-link{color:var(--green)}.page-loader,.empty,.boot{display:grid;place-items:center;align-content:center;min-height:55vh;gap:15px;color:#7b8792}.page-loader svg,.boot>svg{color:var(--green)}.empty svg{width:34px;height:34px;color:#54616d}.empty h2,.empty p{margin:0}.empty h2{color:#b9c3cc;font-size:18px}.empty p{font-size:13px}.boot{min-height:100vh}.workspace{min-height:100vh;background:#0a0f14}.workspace-head{display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:20px;min-height:92px;padding:16px clamp(22px,4vw,58px);border-bottom:1px solid var(--line)}.back-button{justify-self:start;padding-left:0;border:0;background:transparent;color:#84919c}.back-button:hover{color:#fff}.workspace-title{min-width:0}.workspace-title span{color:var(--green);font:600 10px Roboto Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.workspace-title h1{overflow:hidden;margin:5px 0 0;color:#fff;font-size:clamp(19px,2vw,27px);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #303943;border-radius:99px;color:#7e8994;font:600 10px Roboto Mono,monospace;text-transform:uppercase}.status-pill i{width:7px;height:7px;border-radius:50%;background:#68737e}.status-pill.running{border-color:#2f5a47;color:#83dcb0;background:#10251d}.status-pill.running i{background:var(--green);box-shadow:0 0 9px #78e6b0cc}.actionbar{display:flex;align-items:center;gap:10px;min-height:70px;padding:13px clamp(22px,4vw,58px);border-bottom:1px solid #1b252e;background:#0d1319}.notice{display:flex;align-items:flex-start;gap:10px;margin:18px clamp(22px,4vw,58px) 0;padding:13px 15px;border:1px solid;border-radius:9px;font-size:12px}.notice>svg{flex:0 0 auto;width:17px}.notice div{flex:1}.notice button{border:0;background:none;color:currentColor;cursor:pointer}.notice button svg{width:16px}.notice pre{max-height:160px;overflow:auto;margin:10px 0 0;white-space:pre-wrap}.notice-ok{border-color:#2d5a46;background:#10261e;color:#91ddb7}.notice-error{border-color:#61383a;background:#29191b;color:#f3a0a2}.workspace-layout{display:grid;grid-template-columns:minmax(340px,.86fr) minmax(500px,1.14fr);gap:18px;margin:22px clamp(22px,3vw,44px) 50px}.ticket-pane,.tool-pane{min-width:0;overflow:hidden;border:1px solid #222d37;border-radius:12px;background:#0d1319}.ticket-pane{height:calc(100vh - 226px);min-height:520px;overflow-y:auto}.pane-heading{position:sticky;z-index:2;top:0;display:flex;align-items:center;gap:11px;min-height:55px;padding:0 18px;border-bottom:1px solid #222d37;background:#0d1319f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pane-heading>svg{width:18px;color:var(--green)}.pane-heading span,.pane-heading small{display:block}.pane-heading span{color:#e2e9ef;font-size:12px;font-weight:800}.pane-heading small{margin-top:2px;color:#687580;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.ticket-illustration{position:relative;isolation:isolate;height:118px;overflow:hidden;margin:17px 18px 0;border:1px solid color-mix(in srgb,var(--scene-accent) 28%,#27323c);border-radius:11px;background:radial-gradient(circle at 76% 18%,var(--scene-soft),transparent 38%),linear-gradient(135deg,#101820,#0b1117 65%);box-shadow:inset 0 1px #ffffff08}.scene-grid{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:19px 19px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 78%);mask-image:linear-gradient(90deg,#000,transparent 78%)}.scene-node{position:absolute;top:20px;display:grid;place-items:center;width:47px;height:47px;border:1px solid color-mix(in srgb,var(--scene-accent) 44%,#26333e);border-radius:12px;background:color-mix(in srgb,var(--scene-soft) 72%,#0c1319);color:var(--scene-accent);box-shadow:0 9px 24px #0000003b}.scene-node svg{width:22px;height:22px}.scene-node span{position:absolute;top:53px;width:90px;overflow:hidden;color:#73818c;font:600 8px Roboto Mono,monospace;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.scene-topic{left:25px}.scene-incident{left:112px}.scene-route{position:absolute;top:43px;left:71px;width:43px;border-top:1px dashed color-mix(in srgb,var(--scene-accent) 55%,transparent)}.scene-route i{position:absolute;top:-3px;width:5px;height:5px;border-radius:50%;background:var(--scene-accent);box-shadow:0 0 8px var(--scene-accent)}.scene-route i:nth-child(1){left:5px}.scene-route i:nth-child(2){left:20px}.scene-route i:nth-child(3){left:35px}.scene-monitor{position:absolute;top:21px;left:183px;display:flex;align-items:end;gap:4px;width:58px;height:43px;padding:8px 25px 8px 9px;border:1px solid #2c3842;border-radius:9px;background:#0b1116}.scene-monitor span{width:5px;border-radius:3px 3px 1px 1px;background:var(--scene-accent);opacity:.75}.scene-monitor span:nth-child(1){height:9px}.scene-monitor span:nth-child(2){height:18px}.scene-monitor span:nth-child(3){height:13px}.scene-monitor b{position:absolute;top:7px;right:7px;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#512a2d;color:#ff9093;font:800 10px sans-serif}.scene-dots{position:absolute;top:17px;right:20px;display:flex;gap:6px}.scene-dots i{width:4px;height:4px;border-radius:50%;background:var(--scene-accent);opacity:.45}.ticket-illustration figcaption{position:absolute;right:19px;bottom:15px;display:grid;justify-items:end;max-width:47%;text-align:right}.ticket-illustration figcaption span{color:var(--scene-accent);font:700 8px Roboto Mono,monospace;letter-spacing:.13em}.ticket-illustration figcaption strong{margin-top:3px;overflow:hidden;color:#e5edf3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ticket-illustration figcaption small{margin-top:3px;overflow:hidden;color:#6f7d88;font:500 8px Roboto Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.ticket-illustration.variant-1 .scene-monitor span:nth-child(2),.ticket-illustration.variant-5 .scene-monitor span:nth-child(1){height:7px}.ticket-illustration.variant-2 .scene-incident,.ticket-illustration.variant-6 .scene-topic{transform:translateY(5px) rotate(2deg)}.ticket-illustration.variant-3 .scene-route{border-top-style:solid}.ticket-illustration.variant-4 .scene-grid{background-size:24px 24px}.workspace-tabs{display:flex;gap:4px;min-height:55px;padding:0 12px;border-bottom:1px solid #222d37}.workspace-tabs button{display:flex;align-items:center;gap:8px;min-height:43px;padding:0 15px;border:0;border-bottom:2px solid transparent;background:none;color:#75818c;font-size:12px;font-weight:800;cursor:pointer}.workspace-tabs button svg{width:16px}.workspace-tabs button.active{border-color:var(--green);color:#dfe7ed}.workspace-tabs b{display:grid;place-items:center;min-width:18px;height:18px;border-radius:99px;font-size:10px}.workspace-tabs b.green{background:#16432f;color:var(--green)}.workspace-tabs b.red{background:#4c2226;color:#ff9496}.workspace-content{min-width:0}.ticket{padding:20px 24px 40px;color:#b9c4cd;font-size:13px;line-height:1.72}.ticket h1{margin:0 0 24px;color:#fff;font-size:30px;letter-spacing:-.035em}.ticket h2{margin:40px 0 14px;padding-bottom:10px;border-bottom:1px solid #27323c;color:#e7edf2;font-size:19px;letter-spacing:-.02em}.ticket h3{margin:27px 0 9px;color:var(--green);font-size:15px}.ticket strong{color:#e1e8ee}.ticket blockquote{margin:22px 0;padding:16px 19px;border-left:3px solid var(--green);border-radius:0 8px 8px 0;background:#111b20;color:#d4dde4}.ticket blockquote p{margin:0}.ticket code{padding:2px 5px;border:1px solid #293640;border-radius:5px;background:#111920;color:#a8e8c7;font:500 12px Roboto Mono,monospace}.ticket pre{overflow-x:auto;padding:16px;border:1px solid #29343e;border-radius:9px;background:#080c10}.ticket pre code{padding:0;border:0;background:none;color:#c6d1da}.ticket li{margin:7px 0}.terminal-pane{display:none;padding:14px}.terminal-pane.active{display:block}.terminal-shell{overflow:hidden;height:calc(100vh - 310px);min-height:450px;border:1px solid #27323c;border-radius:9px;background:#090d12;box-shadow:0 14px 38px #00000040}.terminal-bar{display:flex;align-items:center;gap:7px;height:40px;padding:0 13px;border-bottom:1px solid #222b34;background:#111820}.terminal-bar span{width:9px;height:9px;border-radius:50%;background:#eb6b6e}.terminal-bar span:nth-child(2){background:#e2bd53}.terminal-bar span:nth-child(3){background:#65ce97}.terminal-bar b{margin-left:7px;color:#65717d;font:500 10px Roboto Mono,monospace}.terminal-host{height:calc(100% - 40px);padding:10px 8px}.terminal-host .xterm{height:100%}.terminal-empty,.check-empty{display:grid;place-items:center;align-content:center;min-height:450px;padding:40px;color:#76838e;text-align:center}.terminal-empty svg,.check-empty svg{width:38px;height:38px;color:#4f5c67}.terminal-empty h3,.check-empty h3{margin:17px 0 4px;color:#bdc7cf}.terminal-empty p,.check-empty p{margin:0;font-size:13px}.check-result{padding:14px}.result-banner{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid;border-radius:10px 10px 0 0}.result-banner>svg{width:26px;height:26px}.result-banner strong,.result-banner span{display:block}.result-banner strong{color:#fff}.result-banner span{margin-top:3px;font-size:11px;opacity:.78}.result-banner.success{border-color:#2c654c;background:#113123;color:var(--green)}.result-banner.failure{border-color:#6a373b;background:#321b1e;color:#ff898c}.check-result pre{overflow:auto;max-height:calc(100vh - 390px);min-height:350px;margin:0;padding:20px;border:1px solid #29333d;border-top:0;border-radius:0 0 10px 10px;background:#090d12;color:#bdc8d1;font:12px/1.65 Roboto Mono,monospace;white-space:pre-wrap}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#030609c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.confirm-card{width:min(440px,100%);padding:30px;border:1px solid #39434d;border-radius:14px;background:#141b22;box-shadow:0 24px 80px #000;text-align:center}.danger-icon{display:grid;place-items:center;width:50px;height:50px;margin:auto;border-radius:50%;background:#3a2225;color:#ff7d80}.confirm-card h2{margin:18px 0 7px;color:#fff}.confirm-card p{color:#8c98a3;font-size:13px;line-height:1.6}.confirm-card>div:last-child{display:flex;justify-content:center;gap:10px;margin-top:24px}.mobile-only{display:none}@media (max-width: 980px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-panel{min-height:100vh}.sidebar{transform:translate(-100%);transition:transform .25s ease;box-shadow:16px 0 40px #00000059}.sidebar.open{transform:translate(0)}.sidebar-shade{position:fixed;z-index:19;top:0;right:0;bottom:0;left:0;background:#0009}.dashboard{margin-left:0}.mobile-only{display:grid}.hero{align-items:start;flex-direction:column}.workspace-head{grid-template-columns:auto 1fr}.workspace-head .status-pill{grid-column:2;justify-self:start}.workspace-layout{grid-template-columns:1fr}.ticket-pane{height:auto;max-height:62vh;min-height:360px}}@media (max-width: 650px){.topbar{height:70px;padding:0 16px}.search{width:100%}.secure{display:none}.hero{padding:36px 18px 28px}.hero-stats{width:100%;justify-content:space-between;gap:12px}.filters{align-items:stretch;flex-direction:column;padding:18px}.segmented{overflow-x:auto}.lab-grid{grid-template-columns:1fr;padding:0 18px 40px}.workspace-head{grid-template-columns:1fr auto;padding:14px 18px}.back-button{grid-column:1 / -1;min-height:24px}.workspace-title h1{white-space:normal}.actionbar{overflow-x:auto;padding:12px 18px}.actionbar button{flex:0 0 auto}.check-button{margin-left:0}.workspace-layout{margin:18px 14px 36px}.ticket-illustration{height:102px;margin:13px 13px 0}.scene-monitor{display:none}.ticket-illustration figcaption{max-width:52%}.scene-node{top:16px}.scene-route{top:39px}.workspace-tabs{overflow-x:auto}.terminal-shell{height:62vh;min-height:380px}}
