@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&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}.terminal-card{background:#222522}.terminal-card h2{color:#fff8f1}.terminal-host{height:min(68vh,620px);min-height:360px;border:1px solid #454a45;border-radius:14px;overflow:hidden;padding:12px;background:#181a19}.terminal-host .xterm{height:100%}:root{font-family:Manrope,Inter,system-ui,sans-serif;color:#1d1e1c;background:#fff8f1;letter-spacing:.015em;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:76px;border-bottom:1px solid #d9d9d9;background:#fff;display:flex;align-items:center;padding:0 32px;gap:30px;position:sticky;top:0;z-index:5}.wordmark{font-weight:800;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:44px;height:44px;border-radius:14px;background:#fa5d00;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:#0003 0 1px 4px}.brand-mark.small{width:32px;height:32px;border-radius:10px;font-size:12px}.topbar nav{display:flex;gap:4px;flex:1}.nav-item,.icon-button{border:0;background:transparent;color:#615f5c;padding:10px 12px;border-radius:12px;display:flex;align-items:center;gap:7px}.nav-item:hover,.nav-item.active{background:#fee3b5;color:#fa5d00}.operator{display:flex;align-items:center;gap:8px;font-size:13px;color:#615f5c;white-space:nowrap}.online-dot,.status-dot{width:8px;height:8px;border-radius:50%;background:#8e8b87;display:inline-block}.online-dot,.status-dot[data-on=true]{background:#35a36a}.content{max-width:1200px;margin:auto;padding:42px 32px 80px}.heading-row,.card-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.heading-row{margin-bottom:28px}.eyebrow{font-size:11px;letter-spacing:.14em;color:#8e8b87;font-weight:700;margin:0 0 9px}.heading-row h1{font-size:42px;line-height:1.1;margin:0;letter-spacing:-.04em}.muted{color:#615f5c;font-size:14px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.kpi,.card{background:#fff;border:1px solid #d9d9d9;border-radius:20px;box-shadow:#faa60040 6px 4px 24px;padding:26px}.kpi{display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center}.kpi-icon{grid-row:span 2;color:#fa5d00;background:#fff0e5;border-radius:13px;padding:11px;display:flex}.kpi strong{font-size:32px;line-height:1}.kpi span{color:#615f5c;font-size:13px}.grid-two{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.card h2{font-size:20px;margin:0 0 20px;letter-spacing:-.02em}.card-title h2{margin:0}.tag{display:inline-flex;border:1px solid #d9d9d9;border-radius:999px;padding:5px 9px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#615f5c;white-space:nowrap}.tag.green{color:#28764e;border-color:#a9d7bb;background:#effaf3}.route-list,.audit-list{margin-top:20px}.route-row,.audit-row{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.route-row .muted,.audit-row .muted{margin-left:auto}.mono,code{font-family:DM Mono,monospace;font-size:13px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#8e8b87;font-weight:700;padding:14px 10px;border-bottom:1px solid #d9d9d9}td{padding:16px 10px;border-bottom:1px solid #eee;font-size:14px;white-space:nowrap}.button,.primary{border:0;border-radius:16px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:#fa5d00;color:#fff;box-shadow:#0003 0 1px 4px}.primary:hover{background:#df5200}.subtle{background:#fff0e5;color:#c14600}.inline-form{display:flex;gap:8px}.inline-form input{width:190px}.inline-form input,.modal input,label input{border:1px solid #c0bbb6;background:#fff;border-radius:16px;padding:11px 14px;outline:0}input:focus{border-color:#fa5d00;box-shadow:0 0 0 2px #fa5d00,0 0 0 5px #fff8f1}.empty{min-height:170px;display:grid;place-items:center;align-content:center;gap:12px;color:#8e8b87;text-align:center}.empty svg{color:#fa5d00}.login-shell{min-height:100vh;display:grid;place-items:center;background:#fff8f1}.login-card{width:min(440px,calc(100% - 32px));background:#fff;border:1px solid #d9d9d9;border-radius:20px;padding:42px;box-shadow:#faa60040 6px 4px 24px}.login-card .brand-mark{margin-bottom:28px}.login-card h1{font-size:40px;line-height:1.05;letter-spacing:-.05em;margin:10px 0}.login-card form{display:grid;gap:14px;margin-top:28px}.login-card label{display:grid;gap:7px;font-size:13px;font-weight:700}.error{color:#a13d2b;background:#fff0ec;border:1px solid #edb2a6;padding:11px 13px;border-radius:12px;font-size:13px}.banner{margin-bottom:16px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1d1e1c66;z-index:10;display:grid;place-items:center}.modal{width:min(440px,calc(100% - 32px));background:#fff;border-radius:20px;padding:34px;display:grid;gap:16px;box-shadow:0 20px 70px #1d1e1c33}.modal svg{color:#fa5d00}.modal h2{margin:0;font-size:24px}.warm{background:#fffaf5}@media (max-width:900px){.topbar{padding:0 18px;gap:15px}.topbar nav{overflow:auto}.operator span:not(.online-dot){display:none}.content{padding:30px 18px}.kpis{grid-template-columns:repeat(2,1fr)}.grid-two{grid-template-columns:1fr}.heading-row{align-items:flex-start;flex-direction:column}.heading-actions,.inline-form{width:100%}.inline-form input{flex:1}}@media (max-width:520px){.topbar{height:auto;min-height:68px;flex-wrap:wrap;padding:12px 14px}.topbar nav{order:3;width:100%;flex-basis:100%}.nav-item{font-size:12px;padding:8px}.kpis{gap:10px}.kpi,.card{padding:18px}.heading-row h1{font-size:34px}.login-card{padding:28px}.operator{margin-left:auto}.operator svg{display:none}}.download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0}.download-card{display:grid;gap:8px;padding:22px;border:1px solid #d9d9d9;border-radius:16px;background:#fff0e5;color:#1d1e1c;text-decoration:none}.download-card svg{color:#fa5d00}.download-card span{color:#615f5c;font-size:13px}.download-card:hover{border-color:#fa5d00;transform:translateY(-1px)}.steps{margin-top:20px}.steps ol{padding-left:22px;line-height:1.9}.steps li{padding-left:4px}@media (max-width: 520px){.download-grid{grid-template-columns:1fr}}.danger{background:#fff0ec;color:#a13d2b}
