/**
 * 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}/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.sticky{position:sticky}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--bg:#edf1f7;--surface:#fff;--surface-2:#f6f8fc;--surface-3:#eaeff6;--line:#dbe3ee;--line-soft:#e9eef6;--nav:#0c1626;--nav-2:#142238;--nav-ink:#93a5be;--nav-ink-2:#5c7089;--ink:#0e1726;--ink-2:#55647b;--ink-3:#8494ab;--brand:#1257d1;--brand-ink:#0b3e9b;--brand-soft:#e4edfd;--brand-2:#4a8df7;--ok:#12864b;--ok-soft:#e1f4e9;--warn:#b87200;--warn-soft:#fcf0dc;--bad:#c22b2b;--bad-soft:#fbe5e5;--info:#1257d1;--info-soft:#e4edfd;--c-car:#1257d1;--c-moto:#7b61ff;--c-lcv:#14a0b8;--c-mgv:#e39a00;--c-hgv:#c2410c;--c-bus:#12864b;--c-agri:#8a6d3b;--c-other:#7c8aa0;--r-sm:6px;--r-md:8px;--r:10px;--r-lg:14px;--sh-1:0 1px 2px #0e17260f, 0 1px 3px #0e17260d;--sh-2:0 10px 30px #0e17261a, 0 2px 6px #0e17260f;--sidebar-w:252px;--sidebar-w-min:68px;--topbar-h:62px;--font:"IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace}[data-theme=dark]{--bg:#070d17;--surface:#0f1a2a;--surface-2:#14202f;--surface-3:#1a2839;--line:#1f2e42;--line-soft:#182636;--nav:#070e1a;--nav-2:#0e1b2c;--nav-ink:#8fa2bc;--ink:#e7eef9;--ink-2:#9dafc7;--ink-3:#6e819b;--brand:#4a8df7;--brand-ink:#8fbaff;--brand-soft:#142c4e;--brand-2:#7fb0ff;--ok:#35c07c;--ok-soft:#12301f;--warn-soft:#33260c;--bad:#f06a6a;--bad-soft:#34161a;--info:#4a8df7;--info-soft:#142c4e;--warn:#e5a93a;--sh-1:0 1px 2px #00000080;--sh-2:0 14px 40px #0000008c;--c-car:#4a8df7;--c-moto:#9d8cff;--c-lcv:#2cc0d8;--c-mgv:#f0b429;--c-hgv:#f0762f;--c-bus:#35c07c;--c-agri:#b08c55;--c-other:#8c9bb2}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.5;overflow-x:hidden}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5{letter-spacing:-.01em;margin:0;font-weight:600}.num{font-family:var(--mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.eyebrow{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-size:10.5px;font-weight:500}::selection{background:var(--brand-soft);color:var(--brand-ink)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line);border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--ink-3)}.boot{z-index:9999;color:#e7eef9;background:radial-gradient(1200px 700px at 50% 0,#16294a,#0a1120 60%,#070c16);place-items:center;transition:opacity .5s,visibility .5s;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.boot.is-done{opacity:0;visibility:hidden}.boot__inner{text-align:center;max-width:420px;padding:24px}.boot__mark{color:#8fbaff;background:#4a8df71f;border:1px solid #4a8df759;border-radius:16px;place-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:26px;animation:1.6s ease-in-out infinite bootpulse;display:grid}@keyframes bootpulse{0%,to{box-shadow:0 0 #4a8df74d}50%{box-shadow:0 0 0 16px #4a8df700}}.boot__title{letter-spacing:-.01em;font-size:19px;font-weight:600}.boot__sub{color:#93a5be;margin-top:6px;font-size:13px}.boot__bar{background:#ffffff1a;border-radius:3px;height:3px;margin:26px 0 12px;overflow:hidden}.boot__bar span{background:linear-gradient(90deg,#4a8df7,#8fbaff);width:0;height:100%;transition:width .25s;display:block}.boot__log{font-family:var(--mono);color:#7f93ad;min-height:18px;font-size:11.5px}.shell{min-height:100vh;display:flex}.main{min-width:0;margin-left:var(--sidebar-w);flex-direction:column;flex:1;transition:margin-left .22s;display:flex}body.nav-min .main{margin-left:var(--sidebar-w-min)}.sidebar{width:var(--sidebar-w);z-index:1040;background:linear-gradient(180deg,var(--nav) 0%,var(--nav-2) 100%);border-right:1px solid #ffffff0f;flex-direction:column;transition:width .22s,transform .22s;display:flex;position:fixed;inset:0 auto 0 0}body.nav-min .sidebar{width:var(--sidebar-w-min)}.sidebar__brand{height:var(--topbar-h);border-bottom:1px solid #ffffff12;align-items:center;gap:10px;padding:0 14px;display:flex;position:relative}.brandmark{color:#fff;cursor:default;width:34px;height:34px;font-size:15px;font:inherit;background:linear-gradient(140deg,#1257d1,#4a8df7);border:0;border-radius:9px;flex:none;place-items:center;padding:0;display:grid;box-shadow:0 4px 14px #1257d173}.brandtext{white-space:nowrap;flex-direction:column;line-height:1.15;display:flex;overflow:hidden}.brandtext b{color:#fff;letter-spacing:-.02em;font-size:15px}.brandtext small{color:var(--nav-ink);font-size:10.5px;font-family:var(--mono);letter-spacing:.06em}.sidebar__collapse{color:var(--nav-ink);cursor:pointer;width:28px;height:28px;font:inherit;background:0 0;border:0;border-radius:6px;place-items:center;margin-left:auto;padding:0;display:inline-grid}.sidebar__collapse:hover{color:#fff;background:#ffffff14}body.nav-min .brandtext,body.nav-min .navgroup,body.nav-min .navlink span,body.nav-min .navbadge,body.nav-min .navdot,body.nav-min .sidebar__foot{display:none}body.nav-min .sidebar__brand{height:auto;min-height:var(--topbar-h);flex-direction:column;justify-content:center;gap:6px;padding:10px 0}body.nav-min .sidebar__collapse{margin-left:0}body.nav-min .navlink{justify-content:center;padding:11px 0}body.nav-min .brandmark{cursor:pointer}.sidebar__nav{flex:1;padding:12px 10px 20px;overflow-y:auto}.navgroup{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:#5a6c86;padding:16px 10px 7px;font-size:9.5px}.navlink{color:var(--nav-ink);border-radius:8px;align-items:center;gap:11px;padding:9px 11px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex;position:relative}.navlink:hover{color:#fff;background:#ffffff0f;text-decoration:none}.navlink i{text-align:center;opacity:.9;width:17px;font-size:14px}.navlink.is-active{color:#fff;background:#4a8df729}.navlink.is-active:before{content:"";background:var(--brand-2);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:-10px}.navbadge{font-family:var(--mono);color:#cfdcee;background:#ffffff1a;border-radius:20px;margin-left:auto;padding:1px 7px;font-size:10.5px;font-style:normal}.navbadge--warn{color:#f0c46a;background:#e5a93a2e}.navdot{background:#35c07c;border-radius:50%;width:7px;height:7px;margin-left:auto;animation:2s infinite livedot;box-shadow:0 0 #35c07c99}@keyframes livedot{0%{box-shadow:0 0 #35c07c8c}70%{box-shadow:0 0 0 7px #35c07c00}to{box-shadow:0 0 #35c07c00}}.sidebar__foot{padding:12px}.netcard{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:11px 12px}.netcard__row{color:var(--nav-ink);justify-content:space-between;align-items:baseline;margin-bottom:5px;font-size:11.5px;display:flex}.netcard__row b{color:#fff;font-size:12.5px}.netcard__meter{background:#ffffff1a;border-radius:4px;height:4px;margin:8px 0;overflow:hidden}.netcard__meter span{background:linear-gradient(90deg,#12864b,#35c07c);height:100%;display:block}.netcard__note{font-family:var(--mono);letter-spacing:.06em;color:#5d708a;font-size:9.5px}.topbar{z-index:1030;height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:0 18px;display:flex;position:sticky;top:0}.topbar__menu{display:none}.topbar__spacer{flex:1}.topbar__search{width:min(380px,38vw);position:relative}.topbar__search>i{color:var(--ink-3);pointer-events:none;font-size:12.5px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.topbar__search input{border:1px solid var(--line);background:var(--surface-2);width:100%;height:38px;color:var(--ink);border-radius:9px;outline:none;padding:0 12px 0 34px;font-size:13px;transition:border-color .15s,background .15s}.topbar__search input::placeholder{color:var(--ink-3)}.topbar__search input:focus{border-color:var(--brand);background:var(--surface)}.searchdrop{background:var(--surface);border:1px solid var(--line);box-shadow:var(--sh-2);z-index:60;border-radius:10px;max-height:340px;padding:6px;display:none;position:absolute;top:44px;left:0;right:0;overflow:auto}.searchdrop.is-open{display:block}.searchdrop__item{cursor:pointer;border-radius:7px;align-items:center;gap:10px;padding:8px 10px;display:flex}.searchdrop__item:hover{background:var(--surface-2)}.searchdrop__item b{font-size:13px}.searchdrop__item small{color:var(--ink-3);font-size:11.5px}.searchdrop__empty{color:var(--ink-3);text-align:center;padding:14px;font-size:12.5px}.iconbtn{border:1px solid var(--line);background:var(--surface);width:38px;height:38px;color:var(--ink-2);cursor:pointer;border-radius:9px;flex:none;place-items:center;transition:all .15s;display:inline-grid;position:relative}.iconbtn:hover{background:var(--surface-2);color:var(--brand);border-color:var(--brand)}.dotbadge{background:var(--bad);color:#fff;min-width:17px;height:17px;font-family:var(--mono);border:2px solid var(--surface);border-radius:20px;place-items:center;padding:0 4px;font-size:10px;font-style:normal;display:grid;position:absolute;top:-5px;right:-5px}.sysstat{border:1px solid var(--line);background:var(--surface-2);border-radius:9px;align-items:center;gap:9px;padding:5px 12px 5px 10px;display:flex}.sysstat b{font-size:12px;font-weight:600;line-height:1.2;display:block}.sysstat small{font-family:var(--mono);color:var(--ink-3);font-size:10px;display:block}.pulse{background:var(--ok);border-radius:50%;width:8px;height:8px;animation:2s infinite livedot}.sysstat.is-down .pulse{background:var(--bad)}.clockbox{text-align:right;padding-right:4px}.clockbox b{letter-spacing:.02em;font-size:15px;line-height:1.15;display:block}.clockbox small{color:var(--ink-3);font-size:10.5px;display:block}.userbox{border-left:1px solid var(--line);align-items:center;gap:9px;padding-left:12px;display:flex}.avatar{background:var(--brand-soft);width:34px;height:34px;color:var(--brand-ink);border-radius:9px;place-items:center;font-size:12.5px;font-weight:600;display:grid}.userbox__txt b{font-size:12.5px;line-height:1.2;display:block}.userbox__txt small{color:var(--ink-3);font-size:10.5px;display:block}.belldrop{position:relative}.dropcard{background:var(--surface);border:1px solid var(--line);width:340px;box-shadow:var(--sh-2);z-index:70;border-radius:12px;display:none;position:absolute;top:46px;right:0;overflow:hidden}.dropcard.is-open{display:block}.dropcard__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:11px 14px;font-size:13px;font-weight:600;display:flex}.dropcard__head a{font-size:11.5px;font-weight:500}.dropcard__body{max-height:360px;overflow:auto}.notif{border-bottom:1px solid var(--line-soft);cursor:pointer;gap:10px;padding:11px 14px;display:flex}.notif:hover{background:var(--surface-2)}.notif:last-child{border-bottom:0}.notif__ico{border-radius:8px;flex:none;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.notif b{font-size:12.5px;display:block}.notif small{color:var(--ink-3);font-size:11px;display:block}.notif time{font-family:var(--mono);color:var(--ink-3);white-space:nowrap;margin-left:auto;font-size:10px}.rail{background:var(--surface);border-bottom:1px solid var(--line);align-items:flex-end;gap:3px;height:34px;padding:6px 18px;display:flex}.rail__tick{cursor:pointer;background:var(--ok);opacity:.85;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:2px 2px 0 0;flex:1;min-width:6px;height:12px;margin:0;padding:0;transition:opacity .15s,transform .15s;position:relative}.rail__tick:hover{opacity:1;transform:scaleY(1.12)}.rail__tick.is-warn{background:var(--warn)}.rail__tick.is-off{background:var(--bad)}.rail__tick.is-sel{outline:2px solid var(--brand);outline-offset:1px}.page{flex:1;padding:20px 18px 26px;animation:.28s pagein}@keyframes pagein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.pagehead{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.pagehead h1{letter-spacing:-.02em;font-size:22px}.pagehead p{color:var(--ink-2);max-width:70ch;margin:3px 0 0;font-size:13px}.pagehead__actions{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.grid{gap:14px;display:grid}.g-kpi{grid-template-columns:repeat(4,minmax(0,1fr))}.g-2{grid-template-columns:repeat(2,minmax(0,1fr))}.g-3{grid-template-columns:repeat(3,minmax(0,1fr))}.g-map{grid-template-columns:minmax(0,1fr) 320px;align-items:stretch}.span-2{grid-column:span 2}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-1);overflow:hidden}.card__head{border-bottom:1px solid var(--line-soft);align-items:center;gap:10px;padding:13px 16px;display:flex}.card__head h3{font-size:14px}.card__head p{color:var(--ink-3);margin:2px 0 0;font-size:11.5px}.card__tools{align-items:center;gap:6px;margin-left:auto;display:flex}.card__body{padding:16px}.card__body--flush{padding:0}.chartbox{height:264px;position:relative}.chartbox--sm{height:200px}.chartbox--lg{height:330px}.btn{border:1px solid var(--line);background:var(--surface);height:36px;color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:7px;padding:0 13px;font-size:12.5px;font-weight:500;transition:all .15s;display:inline-flex}.btn:hover{background:var(--surface-2);border-color:var(--ink-3);color:var(--ink);text-decoration:none}.btn--primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn--primary:hover{background:var(--brand-ink);border-color:var(--brand-ink);color:#fff}.btn--ghost{background:0 0}.btn--sm{height:30px;padding:0 10px;font-size:11.5px}.btn i{font-size:12px}.seg{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:2px;display:inline-flex}.seg button{color:var(--ink-2);cursor:pointer;font-size:11.5px;font-weight:500;font-family:var(--font);background:0 0;border:0;border-radius:6px;padding:5px 11px}.seg button.is-active{background:var(--surface);color:var(--brand);box-shadow:var(--sh-1)}.field{flex-direction:column;gap:5px;min-width:0;display:flex}.field label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:10px}.ctrl{border:1px solid var(--line);background:var(--surface);height:36px;color:var(--ink);font-size:12.5px;font-family:var(--font);border-radius:8px;outline:none;width:100%;padding:0 10px}.ctrl:focus{border-color:var(--brand)}select.ctrl{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ink-3) 50%),linear-gradient(135deg,var(--ink-3) 50%,transparent 50%);background-position:calc(100% - 15px) 15px,calc(100% - 10px) 15px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:28px}.filterbar{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-1);grid-template-columns:repeat(auto-fit,minmax(130px,1fr));align-items:end;gap:10px;margin-bottom:14px;padding:14px 16px;display:grid}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-1);padding:14px 15px 12px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.kpi:hover{box-shadow:var(--sh-2);transform:translateY(-2px)}.kpi:after{content:"";background:var(--brand);opacity:.9;width:3px;position:absolute;top:0;bottom:0;left:0}.kpi--ok:after{background:var(--ok)}.kpi--warn:after{background:var(--warn)}.kpi--bad:after{background:var(--bad)}.kpi--muted:after{background:var(--ink-3)}.kpi__top{align-items:center;gap:8px;margin-bottom:9px;display:flex}.kpi__ico{background:var(--brand-soft);width:28px;height:28px;color:var(--brand);border-radius:8px;place-items:center;font-size:12px;display:grid}.kpi--ok .kpi__ico{background:var(--ok-soft);color:var(--ok)}.kpi--warn .kpi__ico{background:var(--warn-soft);color:var(--warn)}.kpi--bad .kpi__ico{background:var(--bad-soft);color:var(--bad)}.kpi--muted .kpi__ico{background:var(--surface-3);color:var(--ink-2)}.kpi__label{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);font-size:10px}.kpi__val{font-family:var(--mono);letter-spacing:-.02em;font-size:27px;font-weight:600;line-height:1.1}.kpi__val small{color:var(--ink-3);margin-left:3px;font-size:12px;font-weight:500}.kpi__foot{color:var(--ink-2);align-items:center;gap:6px;margin-top:6px;font-size:11.5px;display:flex}.trend{font-family:var(--mono);border-radius:5px;padding:1px 6px;font-size:11px;font-weight:500}.trend--up{background:var(--ok-soft);color:var(--ok)}.trend--down{background:var(--bad-soft);color:var(--bad)}.trend--flat{background:var(--surface-3);color:var(--ink-2)}.spark{width:100%;height:26px;margin-top:8px;display:block}.g-map>.card{flex-direction:column;height:100%;min-height:0;display:flex}.g-map>.card .card__body--flush{flex-direction:column;flex:1;min-height:0;padding:0;display:flex}.g-map>.card .mapwrap{border-radius:0 0 var(--r-lg) var(--r-lg);flex:1;height:auto;min-height:420px;position:relative;overflow:hidden}.mapwrap{border-radius:0 0 var(--r-lg) var(--r-lg);height:480px;position:relative;overflow:hidden}.mapwrap--tall{height:calc(100vh - 250px);min-height:520px}#map,#mapFull,#dashMap{background:var(--surface-3);width:100%;height:100%}.chartbox--panel{height:150px}.dash-inspect{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);height:100%;min-height:0;box-shadow:var(--sh-1);flex-direction:column;display:flex;overflow:hidden}.dash-inspect__head{border-bottom:1px solid var(--line-soft);flex:none;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.dash-inspect__title{flex:1;min-width:0}.dash-inspect__title h3{margin-top:2px;font-size:15px;line-height:1.25}.dash-inspect__title small{color:var(--ink-3);margin-top:3px;font-size:11.5px;display:block}.dash-inspect__kpis{background:var(--line-soft);border-bottom:1px solid var(--line-soft);flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.dash-inspect__kpi{background:var(--surface);padding:8px 10px}.dash-inspect__kpi span{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:9px;display:block}.dash-inspect__kpi b{font-family:var(--mono);font-size:15px;font-weight:600}.dash-inspect__kpi small{color:var(--ink-3);font-size:10px;font-weight:500}.dash-inspect__tabs{flex:none;align-self:flex-start;margin:10px 12px 0}.dash-inspect__body{flex:1;min-height:0;padding:12px 14px 14px;overflow-y:auto}.dash-inspect__charts{flex-direction:column;gap:8px;display:flex}.dash-inspect__chart-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:9.5px}.dash-inspect__alerts{flex-direction:column;gap:6px;margin-top:12px;display:flex}.dash-inspect__alert{color:var(--ink-2);align-items:center;gap:8px;font-size:12px;display:flex}.dash-inspect__actions{border-top:1px solid var(--line-soft);flex:none;gap:8px;padding:10px 12px;display:flex}.dash-inspect__foot{border-top:1px solid var(--line);background:var(--surface-2);flex:none}.dash-inspect__foot-head{padding:8px 12px 0}.dash-inspect__ranks{flex-direction:column;padding:4px 6px 8px;display:flex}.dash-inspect__rank{text-align:left;cursor:pointer;width:100%;color:var(--ink);font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 8px;display:flex}.dash-inspect__rank:hover,.dash-inspect__rank.is-active{background:var(--surface)}.dash-inspect__rank em{width:18px;font-family:var(--mono);color:var(--ink-3);flex:none;font-size:11px;font-style:normal}.dash-inspect__rank span{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.dash-inspect__rank span b{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.dash-inspect__rank span small{color:var(--ink-3);font-size:10.5px}.dash-inspect__rank strong{font-family:var(--mono);font-size:12px;font-weight:600}.leaflet-container{font-family:var(--font)}[data-theme=dark] .leaflet-tile{filter:invert()hue-rotate(185deg)brightness(.92)contrast(.92)}.mapctl{z-index:500;background:var(--surface);border:1px solid var(--line);box-shadow:var(--sh-2);border-radius:10px;width:212px;position:absolute;top:12px;right:12px;overflow:hidden}.mapctl__head{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);border-bottom:1px solid var(--line-soft);cursor:pointer;justify-content:space-between;align-items:center;padding:9px 12px;font-size:10px;display:flex}.mapctl__body{max-height:320px;padding:8px 12px 10px;overflow:auto}.layerrow{cursor:pointer;align-items:center;gap:9px;padding:5px 0;font-size:12px;display:flex}.layerrow input{accent-color:var(--brand);cursor:pointer;width:14px;height:14px}.maptools{z-index:500;flex-direction:column;gap:6px;display:flex;position:absolute;bottom:24px;left:12px}.maptool{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--ink-2);cursor:pointer;box-shadow:var(--sh-1);border-radius:9px;place-items:center;display:grid}.maptool:hover,.maptool.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.maplegend{z-index:500;background:var(--surface);border:1px solid var(--line);box-shadow:var(--sh-1);border-radius:10px;padding:9px 12px;font-size:11.5px;position:absolute;top:12px;left:12px}.maplegend b{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:6px;font-size:9.5px;display:block}.maplegend div{align-items:center;gap:7px;margin:3px 0;display:flex}.legdot{border:2px solid var(--surface);width:10px;height:10px;box-shadow:0 0 0 1px var(--line);border-radius:50%}.mapcoord{z-index:500;background:var(--surface);border:1px solid var(--line);font-family:var(--mono);color:var(--ink-2);box-shadow:var(--sh-1);border-radius:8px;padding:5px 10px;font-size:11px;position:absolute;bottom:24px;right:12px}.stmark{border:2.5px solid #fff;border-radius:50%;width:16px;height:16px;position:relative;box-shadow:0 1px 5px #00000059}.stmark--online{background:#12864b}.stmark--warning{background:#e39a00}.stmark--offline{background:#c22b2b}.stmark--selected{background:#1257d1;transform:scale(1.25)}.stmark:after{content:"";opacity:0;border:2px solid;border-radius:50%;animation:2.4s ease-out infinite ping;position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px}.stmark--online:after{color:#12864b}.stmark--warning:after{color:#e39a00}.stmark--offline:after{color:#c22b2b;animation-duration:1.2s}.stmark--selected:after{color:#1257d1}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@media(prefers-reduced-motion:reduce){.stmark:after,.pulse,.navdot,.boot__mark{animation:none!important}.page{animation:none}}.leaflet-popup-content-wrapper{background:var(--surface);color:var(--ink);box-shadow:var(--sh-2);border:1px solid var(--line);border-radius:12px;padding:0}.leaflet-popup-content{margin:0;width:296px!important}.leaflet-popup-tip{background:var(--surface);border:1px solid var(--line)}.pop{font-family:var(--font)}.pop__head{border-bottom:1px solid var(--line-soft);align-items:center;gap:9px;padding:11px 13px;display:flex}.pop__head b{font-size:13.5px;display:block}.pop__head small{color:var(--ink-3);font-size:11px}.pop__grid{background:var(--line-soft);grid-template-columns:1fr 1fr;gap:1px;display:grid}.pop__cell{background:var(--surface);padding:8px 12px}.pop__cell span{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:9px;display:block}.pop__cell b{font-family:var(--mono);font-size:13px;font-weight:600}.pop__foot{gap:8px;padding:10px 12px;display:flex}.pop__foot .btn{flex:1;justify-content:center}.sidepanel{flex-direction:column;gap:14px;min-width:0;display:flex}.panelempty{border:1px dashed var(--line);border-radius:var(--r-lg);background:var(--surface);text-align:center;color:var(--ink-3);padding:34px 22px}.panelempty i{color:var(--line);margin-bottom:12px;font-size:26px;display:block}.panelempty b{color:var(--ink-2);margin-bottom:4px;font-size:13px;display:block}.panelempty p{margin:0;font-size:12px}.statlist{flex-direction:column;display:flex}.statrow{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;font-size:12.5px;display:flex}.statrow:last-child{border-bottom:0}.statrow span{color:var(--ink-2)}.statrow b{font-family:var(--mono);font-weight:600}.meter{background:var(--surface-3);border-radius:5px;height:5px;margin-top:5px;overflow:hidden}.meter span{background:var(--brand);border-radius:5px;height:100%;transition:width .5s;display:block}.meter--ok span{background:var(--ok)}.meter--warn span{background:var(--warn)}.meter--bad span{background:var(--bad)}.duo{grid-template-columns:1fr 1fr;gap:10px;display:grid}.readout{background:var(--surface-2);border:1px solid var(--line-soft);border-radius:10px;padding:11px 12px}.readout span{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);font-size:9.5px;display:block}.readout b{font-family:var(--mono);letter-spacing:-.02em;font-size:22px;font-weight:600;line-height:1.2}.readout small{color:var(--ink-3);font-size:11px}.drawer{z-index:1090;background:var(--surface);border-left:1px solid var(--line);width:400px;max-width:92vw;box-shadow:var(--sh-2);flex-direction:column;transition:transform .26s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(102%)}.drawer.is-open{transform:none}.drawer__head{border-bottom:1px solid var(--line);align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.drawer__head h3{margin-top:2px;font-size:17px}.drawer__head .iconbtn{margin-left:auto}.drawer__body{flex-direction:column;flex:1;gap:14px;padding:16px 18px 28px;display:flex;overflow-y:auto}.scrim{z-index:1080;opacity:0;visibility:hidden;background:#080f1a6b;transition:all .26s;position:fixed;top:0;right:0;bottom:0;left:0}.scrim.is-open{opacity:1;visibility:visible}.tablewrap{overflow-x:auto}table.tbl{border-collapse:separate;border-spacing:0;width:100%;font-size:12.5px}table.tbl th{background:var(--surface-2);text-align:left;white-space:nowrap;font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);border-bottom:1px solid var(--line);z-index:2;padding:10px 13px;font-size:9.5px;font-weight:500;position:sticky;top:0}table.tbl th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}table.tbl th.sortable:hover{color:var(--brand)}table.tbl th i{opacity:.5;margin-left:4px;font-size:9px}table.tbl th.is-sorted i{opacity:1;color:var(--brand)}table.tbl td{border-bottom:1px solid var(--line-soft);white-space:nowrap;vertical-align:middle;padding:10px 13px}table.tbl tbody tr{cursor:pointer;transition:background .12s}table.tbl tbody tr:hover{background:var(--surface-2)}table.tbl tbody tr.is-sel{background:var(--brand-soft)}table.tbl td.num,table.tbl td .num{font-family:var(--mono)}.tblfoot{border-top:1px solid var(--line-soft);color:var(--ink-2);justify-content:space-between;align-items:center;padding:11px 16px;font-size:12px;display:flex}.chip{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.6;display:inline-flex}.chip i{font-size:7px}.chip--ok{background:var(--ok-soft);color:var(--ok)}.chip--warn{background:var(--warn-soft);color:var(--warn)}.chip--bad{background:var(--bad-soft);color:var(--bad)}.chip--info{background:var(--info-soft);color:var(--info)}.chip--mute{background:var(--surface-3);color:var(--ink-2)}.los{width:24px;height:24px;font-family:var(--mono);border-radius:7px;place-items:center;font-size:12px;font-weight:600;display:inline-grid}.los-A{color:#0f7a44;background:#dff3e6}.los-B{color:#4a7a16;background:#e6f4dc}.los-C{color:#8a6d00;background:#fbf3d4}.los-D{color:#a65a0b;background:#fce9d2}.los-E{color:#b03e11;background:#fbdcd2}.los-F{color:#b01d1d;background:#f8d3d3}[data-theme=dark] .los-A{color:#4fd08f;background:#10301f}[data-theme=dark] .los-B{color:#9ccb63;background:#1b3018}[data-theme=dark] .los-C{color:#ebc64a;background:#332b0d}[data-theme=dark] .los-D{color:#f0a05c;background:#3a2410}[data-theme=dark] .los-E{color:#f58a5d;background:#3a1b10}[data-theme=dark] .los-F{color:#f47a7a;background:#3a1315}.tabs{border-bottom:1px solid var(--line);background:var(--surface);gap:2px;padding:0 16px;display:flex;overflow-x:auto}.tabs button{color:var(--ink-2);cursor:pointer;white-space:nowrap;font-size:12.5px;font-weight:500;font-family:var(--font);background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 13px}.tabs button:hover{color:var(--ink)}.tabs button.is-active{color:var(--brand);border-bottom-color:var(--brand)}.alertrow{border-bottom:1px solid var(--line-soft);align-items:flex-start;gap:12px;padding:13px 16px;display:flex}.alertrow:hover{background:var(--surface-2)}.alertrow__ico{border-radius:9px;flex:none;place-items:center;width:32px;height:32px;font-size:13px;display:grid}.alertrow__body{flex:1;min-width:0}.alertrow__body b{font-size:13px;display:block}.alertrow__body p{color:var(--ink-2);margin:2px 0 0;font-size:12px}.alertrow__meta{text-align:right;white-space:nowrap;font-family:var(--mono);color:var(--ink-3);font-size:10.5px}.healthgrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;display:grid}.healthcard{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:13px 14px}.healthcard__top{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.healthcard__top b{font-size:13px}.toasts{z-index:2000;flex-direction:column;gap:9px;display:flex;position:fixed;bottom:18px;right:18px}.toast{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--brand);box-shadow:var(--sh-2);border-radius:10px;align-items:flex-start;gap:10px;min-width:270px;max-width:330px;padding:11px 14px;animation:.28s toastin;display:flex}.toast--ok{border-left-color:var(--ok)}.toast--warn{border-left-color:var(--warn)}.toast--bad{border-left-color:var(--bad)}.toast b{font-size:12.5px;display:block}.toast small{color:var(--ink-2);font-size:11.5px;display:block}@keyframes toastin{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}.foot{border-top:1px solid var(--line);background:var(--surface);color:var(--ink-3);flex-wrap:wrap;justify-content:space-between;gap:14px;padding:13px 18px;font-size:11.5px;display:flex}.foot b{font-family:var(--mono);color:var(--ink-2);font-weight:500}@media(max-width:1400px){.g-kpi{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1200px){.g-map{grid-template-columns:1fr}.g-kpi,.g-3{grid-template-columns:repeat(2,minmax(0,1fr))}.clockbox,.sysstat{display:none}.topbar__search{width:min(300px,34vw)}}@media(max-width:992px){.sidebar{transform:translate(-100%)}body.nav-open .sidebar{transform:none}.main,body.nav-min .main{margin-left:0}.topbar__menu{display:inline-grid}.g-2,.g-3{grid-template-columns:1fr}.span-2{grid-column:auto}.userbox__txt{display:none}.userbox{border-left:0;padding-left:0}}@media(max-width:640px){.g-kpi{grid-template-columns:1fr}.page{padding:14px 12px 22px}.topbar{gap:8px;padding:0 12px}.topbar__search{width:100%}.duo{grid-template-columns:1fr}.rail{padding:6px 12px}}@media print{.sidebar,.topbar,.rail,.foot,.toasts,.drawer,.scrim,.pagehead__actions,.filterbar,.maptools,.mapctl{display:none!important}.main{margin-left:0}body{background:#fff}.card{break-inside:avoid;box-shadow:none;border-color:#ccc}.page{padding:0}}.vendor-bar{background:var(--warn-soft);border:1px solid var(--warn);border-radius:var(--r-md);color:var(--ink);border-left-width:3px;align-items:flex-start;gap:12px;margin:0 0 18px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.vendor-bar i{color:var(--warn);margin-top:2px;font-size:15px}.vendor-ph{text-align:center;background:var(--surface-2);border:1px dashed var(--line);border-radius:var(--r-md);height:100%;min-height:180px;color:var(--ink-3);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:22px;display:flex}.vendor-ph i{color:var(--ink-3);margin-bottom:2px;font-size:22px}.vendor-ph b{color:var(--ink-2);font-size:13px}.vendor-ph span{max-width:32ch;font-size:12px}.text-muted{color:var(--ink-3)}.btn-icon{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--ink-2);cursor:pointer;border-radius:8px;place-items:center;display:inline-grid}.btn-icon:hover{color:var(--brand);border-color:var(--brand)}.rut-status{color:var(--ink-2);align-items:center;gap:6px;font-size:12px;display:inline-flex}.rut-status__dot{background:var(--ink-3);border-radius:50%;width:7px;height:7px}.rut-status__dot--online{background:var(--ok);box-shadow:0 0 0 3px var(--ok-soft)}.rut-status__dot--muted{background:var(--ink-3)}.rut-status-stack{flex-direction:column;gap:4px;display:flex}.rut-actions{flex-wrap:wrap;gap:6px;display:flex}.rut-commands{background:var(--surface-2);flex-direction:column;gap:12px;padding:14px 16px;display:flex}.rut-commands__buttons{flex-wrap:wrap;gap:8px;display:flex}.rut-commands__shell{gap:8px;display:flex}.rut-commands__shell .ctrl{flex:1}.rut-commands__hint{color:var(--ink-2);margin:0;font-size:12px}.rut-commands__hint code{font-family:var(--mono);font-size:11px}.rut-commands__output{border:1px solid var(--line);background:var(--surface);border-radius:10px;overflow:hidden}.rut-commands__output-header{border-bottom:1px solid var(--line-soft);color:var(--ink-2);justify-content:space-between;gap:10px;padding:8px 12px;font-size:11.5px;display:flex}.rut-commands__pre{max-height:220px;font-family:var(--mono);white-space:pre-wrap;color:#e2e8f0;background:#0b1220;margin:0;padding:12px;font-size:11.5px;overflow:auto}.rut-commands__empty{margin:0;padding:14px;font-size:12px}.rut-commands-row td{background:var(--surface-2);white-space:normal}.rut-form{flex-direction:column;gap:12px;padding:16px;display:flex}.rut-form__actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.rut-form__error{color:var(--bad);margin:0;font-size:12.5px}.rut-modal-backdrop{z-index:1200;background:#080f1a73;place-items:center;padding:18px;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.rut-modal{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:min(480px,100%);box-shadow:var(--sh-2);overflow:hidden}.rut-modal__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.rut-modal__title{margin:0;font-size:16px}.rut-token-box{border:1px dashed var(--line);background:var(--surface-2);font-family:var(--mono);word-break:break-all;border-radius:10px;margin:0 16px;padding:12px;font-size:12px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
