@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wdth,wght@75..100,400..700&family=IBM+Plex+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}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-2);outline-offset:2px}h1,h2,h3,p{margin-top:0}.mono,code{font-family:JetBrains Mono,Consolas,monospace}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{box-shadow:0 0 0 7px #48d59700}}@keyframes shake{25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-3px)}}@keyframes connect-ring{0%{transform:scale(.55);opacity:0}45%{opacity:1}to{transform:scale(1.25);opacity:0}}@keyframes dots{to{transform:translateY(-4px);opacity:.4}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--ui-canvas: #ebe9e0;--ui-canvas-deep: #dfddd3;--ui-paper: #f8f7f1;--ui-paper-strong: #fffef9;--ui-ink: #121511;--ui-ink-2: #1b1f1a;--ui-ink-3: #252a24;--ui-copy: #555c55;--ui-faint: #7e857e;--ui-line: #cfccc1;--ui-line-dark: #343a34;--ui-accent: #ff6b45;--ui-accent-soft: #ffe1d7;--ui-online: #27865d;--ui-info: #315bd8;--ui-warning: #b66d25;--ui-danger: #c64958;--ui-font: "Instrument Sans", "Segoe UI Variable", "Segoe UI", sans-serif;--ui-mono: "IBM Plex Mono", "JetBrains Mono", Consolas, monospace;--ui-ease: cubic-bezier(.2,.8,.2,1);--fg-a: #121511;--fg-b: #fffef9;--fg-strong: #121511;--fg-on-dark: #f2f0e8;--chrome-bg: #121511;--chrome-line: #121511;--elev-3: #fffefa;--elev-2: #f6f4ed;--elev-1: #eeece4;--elev-0: #e4e1d8;--elev-mid: #9a9f98;--elev-dk: #2a2f2a;--line-0: #dfdcd2;--line-1: #c8c5bb;--line-2: #aaa99f;--line-3: #858a83;--line-4: #343a34;--line-5: #242924}body:not(.remote-session-active){color:var(--fg-strong);background:var(--ui-canvas);font-family:var(--ui-font);font-size:14px}body:not(.remote-session-active) ::selection{color:var(--fg-on-dark);background:var(--chrome-bg)}body:not(.remote-session-active) button,body:not(.remote-session-active) input,body:not(.remote-session-active) select,body:not(.remote-session-active) textarea{font-family:inherit}body:not(.remote-session-active) button:focus-visible,body:not(.remote-session-active) a:focus-visible,body:not(.remote-session-active) input:focus-visible,body:not(.remote-session-active) select:focus-visible,body:not(.remote-session-active) textarea:focus-visible{outline:2px solid var(--ui-accent);outline-offset:3px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.app-shell,.login-page,.not-found{--bg: var(--ui-canvas);--bg-2: var(--ui-canvas-deep);--surface: var(--ui-paper);--surface-2: var(--ui-paper-strong);--surface-3: #eeeae0;--text: var(--ui-ink);--muted: var(--ui-copy);--muted-2: var(--ui-faint);--primary: var(--ui-accent);--primary-2: #ff8063;--green: var(--ui-online);--red: var(--ui-danger);--cyan: var(--ui-info);--amber: var(--ui-warning);--border: var(--ui-line);--shadow: 0 18px 50px rgba(31,35,29,.1);--radius: 10px}.app-shell .brand,.login-page .brand{display:inline-flex;align-items:center;gap:11px;color:inherit;font-family:var(--ui-font);white-space:nowrap}.app-shell .brand__mark,.login-page .brand__mark{position:relative;width:35px;height:35px;flex:0 0 35px;border-radius:0;background:none;box-shadow:none}.brand__mark-plane,.brand__mark-aperture{position:absolute;width:23px;height:16px;border:2px solid currentColor;box-sizing:border-box;transition:transform .18s var(--ui-ease)}.brand__mark-plane{top:3px;left:2px;border-right:0;border-radius:6px 0 0 2px}.brand__mark-aperture{right:2px;bottom:3px;color:var(--ui-accent);border-left:0;border-radius:0 2px 6px 0}.brand:hover .brand__mark-plane{transform:translate(1px)}.brand:hover .brand__mark-aperture{transform:translate(-1px)}.brand__lockup{display:grid;gap:3px;line-height:1}.brand__wordmark{display:flex;align-items:baseline;font-size:18px;letter-spacing:-.045em}.brand__wordmark>span{font-weight:650}.brand__wordmark strong{color:var(--ui-accent);font-weight:520}.brand__lockup small{color:currentColor;opacity:.45;font:500 7px/1 var(--ui-mono);letter-spacing:.16em;text-transform:uppercase}.app-shell{--sidebar: 268px;min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);background:var(--ui-canvas);color:var(--fg-strong);transition:grid-template-columns .24s var(--ui-ease)}.app-shell.is-collapsed{--sidebar: 78px}.app-shell .sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar);display:flex;flex-direction:column;padding:22px 16px 16px;overflow:hidden;border:0;border-right:1px solid #242a24;background:var(--chrome-bg);color:#f2f0e8;transition:width .24s var(--ui-ease),transform .24s var(--ui-ease)}.app-shell .sidebar:after{content:"";position:absolute;right:-1px;top:0;width:1px;height:88px;background:var(--ui-accent)}.app-shell .sidebar__head{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.app-shell .sidebar__nav-block{margin-top:54px}.app-shell .sidebar__caption{display:flex;align-items:center;justify-content:space-between;margin:0 9px 12px;color:#7d857c;font:500 9px/1 var(--ui-mono);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.app-shell .sidebar__caption small{color:var(--ui-accent);font:inherit;letter-spacing:.04em}.app-shell .sidebar__nav{display:grid;gap:6px;margin:0}.app-shell .nav-item{position:relative;height:49px;display:grid;grid-template-columns:28px 20px 1fr;align-items:center;gap:10px;padding:0 12px;border:1px solid transparent;border-radius:8px;color:#9ca39b;text-decoration:none;font-size:13px;font-weight:520;white-space:nowrap;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.app-shell .nav-item:hover{color:#f5f3eb;background:#191d19}.app-shell .nav-item.is-active{color:var(--fg-strong);background:#f2f0e8;border-color:#f2f0e8}.app-shell .nav-item.is-active:before{content:"";position:absolute;left:auto;right:7px;top:7px;width:5px;height:5px;border-radius:1px;background:var(--ui-accent);box-shadow:none}.app-shell .nav-item.is-active svg{color:var(--fg-strong)}.app-shell .nav-item__index{color:#656c65;font:500 9px var(--ui-mono);letter-spacing:.02em}.app-shell .nav-item.is-active .nav-item__index{color:#8c5141}.app-shell.is-collapsed .sidebar__caption{display:none}.app-shell.is-collapsed .sidebar__nav-block{margin-top:54px}.app-shell.is-collapsed .nav-item{display:flex;justify-content:center;padding:0}.app-shell.is-collapsed .nav-item span{display:none}.app-shell .sidebar__status{margin-top:auto;min-height:66px;display:flex;align-items:center;gap:11px;padding:12px;overflow:hidden;border:1px solid #303630;border-radius:8px;background:#181c18;white-space:nowrap}.app-shell .sidebar__status-icon{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;color:#101410;background:var(--ui-online);border-radius:6px}.app-shell .sidebar__status div{display:grid;gap:3px}.app-shell .sidebar__status strong{color:#f2f0e8;font-size:11px;font-weight:560}.app-shell .sidebar__status div span{color:#777f76;font:500 8px var(--ui-mono);letter-spacing:.04em}.app-shell.is-collapsed .sidebar__status{justify-content:center;padding:8px}.app-shell.is-collapsed .sidebar__status div{display:none}.app-shell .sidebar__collapse{height:42px;display:flex;align-items:center;gap:9px;margin-top:10px;padding:0 11px;border:0;border-top:1px solid #242924;background:transparent;color:#777f77;cursor:pointer;font-size:11px;white-space:nowrap}.app-shell .sidebar__collapse:hover{color:#f0eee6}.app-shell.is-collapsed .sidebar__collapse{justify-content:center;padding:0}.app-shell.is-collapsed .sidebar__collapse span{display:none}.app-shell .workspace{grid-column:2;min-width:0;min-height:100vh;background:var(--ui-canvas)}.app-shell .topbar{position:sticky;top:0;z-index:20;height:79px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,3.2vw,52px);border-bottom:1px solid var(--ui-line);background:#ebe9e0f7;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell .global-search{width:min(540px,46vw);height:44px;display:flex;align-items:center;gap:11px;padding:0 12px;border:1px solid var(--line-2);border-radius:8px 8px 8px 2px;background:var(--ui-paper);color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));transition:border-color .16s ease,box-shadow .16s ease}.app-shell .global-search:focus-within{border-color:var(--chrome-line);box-shadow:3px 3px #ff6b4547}.app-shell .global-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--fg-strong);font-size:13px}.app-shell .global-search input::placeholder{color:color-mix(in srgb,var(--fg-b) 52%,var(--fg-a))}.app-shell .global-search kbd{min-width:23px;height:23px;display:grid;place-items:center;border:1px solid var(--line-1);border-bottom-color:var(--line-2);border-radius:4px;background:var(--elev-1);color:color-mix(in srgb,var(--fg-b) 35%,var(--fg-a));font:500 10px var(--ui-mono)}.app-shell .topbar__right{display:flex;align-items:center;gap:18px}.app-shell .live-badge{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:none;color:color-mix(in srgb,var(--fg-b) 26%,var(--fg-a));border-radius:0;font:550 9px var(--ui-mono);letter-spacing:.08em;text-transform:uppercase}.app-shell .live-badge i{width:7px;height:7px;border-radius:2px;background:var(--ui-online);box-shadow:none;animation:ui-signal 2.2s ease-in-out infinite}.app-shell .profile-trigger{min-height:48px;display:flex;align-items:center;gap:10px;padding:4px 7px 4px 4px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--fg-strong);cursor:pointer;text-align:left}.app-shell .profile-trigger:hover{border-color:var(--line-1);background:var(--ui-paper)}.app-shell .avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:7px 7px 2px;background:var(--chrome-bg);color:var(--fg-on-dark);font:600 10px var(--ui-mono)}.app-shell .profile-copy{display:grid;gap:1px;min-width:92px}.app-shell .profile-copy strong{color:var(--fg-strong);font-size:12px;font-weight:620}.app-shell .profile-copy small{color:var(--ui-faint);font-size:9px}.app-shell .profile-trigger>svg{color:color-mix(in srgb,var(--fg-b) 40%,var(--fg-a))}.app-shell .popover-wrap{position:relative}.app-shell .popover{position:absolute;right:0;top:calc(100% + 12px);width:220px;padding:7px;border:1px solid var(--ui-line-dark);border-radius:9px 9px 3px;background:var(--chrome-bg);box-shadow:8px 10px #ff6b452b}.app-shell .profile-menu button{width:100%;min-height:40px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:#c8cdc6;cursor:pointer;font-size:12px}.app-shell .profile-menu button:hover{color:#fff;background:#242924}.app-shell .profile-menu hr{border:0;border-top:1px solid #303630}.app-shell .profile-menu .danger{color:#ff9a9f}.app-shell .page{max-width:1560px;margin:0 auto;padding:42px clamp(24px,3.2vw,52px) 64px}.app-shell .mobile-only{display:none}.app-shell .button,.login-page .button,.not-found .button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 17px;border:1px solid var(--chrome-line);border-radius:7px 7px 7px 2px;cursor:pointer;font-size:13px;font-weight:650;transition:transform .16s var(--ui-ease),box-shadow .16s var(--ui-ease),background-color .16s ease}.app-shell .button:disabled,.login-page .button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.app-shell .button--primary,.login-page .button--primary,.not-found .button--primary{color:#191711;background:var(--ui-accent);box-shadow:3px 3px 0 var(--ui-ink)}.app-shell .button--primary:hover:not(:disabled),.login-page .button--primary:hover:not(:disabled),.not-found .button--primary:hover:not(:disabled){transform:translate(-1px,-1px);background:#ff7a59;box-shadow:5px 5px 0 var(--ui-ink)}.app-shell .button--ghost{color:var(--fg-strong);background:var(--ui-paper);border-color:var(--line-2);box-shadow:none}.app-shell .button--ghost:hover:not(:disabled){color:var(--fg-strong);background:var(--ui-paper-strong);border-color:var(--chrome-line)}.app-shell .button--danger{color:#fff;background:var(--ui-danger);border-color:var(--ui-danger);box-shadow:3px 3px 0 var(--ui-ink)}.app-shell .button--danger:hover:not(:disabled){transform:translate(-1px,-1px);background:#b23c4a;box-shadow:5px 5px 0 var(--ui-ink)}.app-shell .icon-button{width:38px;height:38px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a));cursor:pointer}.app-shell .icon-button:hover{color:var(--fg-strong);border-color:var(--line-1);background:var(--ui-paper)}.app-shell .eyebrow,.login-page .eyebrow{display:block;margin-bottom:10px;color:#a74831;font:600 9px/1 var(--ui-mono);letter-spacing:.14em;text-transform:uppercase}.app-shell .panel{border:1px solid var(--ui-line);border-radius:10px 10px 10px 3px;background:var(--ui-paper);box-shadow:0 1px #ffffffb3 inset}.app-shell .panel__header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px 18px}.app-shell .panel__header h2{margin:0;color:var(--fg-strong);font-size:20px;font-weight:620;letter-spacing:-.025em}.app-shell .page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}.app-shell .page-intro>div:first-child{position:relative;padding-left:17px}.app-shell .page-intro>div:first-child:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:4px;border-radius:1px;background:var(--ui-accent)}.app-shell .page-intro h1{margin:0 0 9px;color:var(--fg-strong);font-size:clamp(38px,4vw,54px);font-weight:590;line-height:.98;letter-spacing:-.055em}.app-shell .page-intro p{max-width:720px;margin:0;color:var(--ui-copy);font-size:14px;line-height:1.6}.app-shell .page-intro__actions{display:flex;gap:10px;flex-shrink:0}.app-shell .tag{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border:1px solid var(--line-1);border-radius:4px;background:transparent;color:color-mix(in srgb,var(--fg-b) 30%,var(--fg-a));font:500 9px var(--ui-mono)}.app-shell .status-wrap{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.app-shell .status-dot{width:8px;height:8px;border-radius:2px;background:var(--elev-mid);box-shadow:none}.app-shell .status-dot.is-online{background:var(--ui-online);box-shadow:none;animation:ui-signal 2.2s ease-in-out infinite}.app-shell .status-dot.is-offline{background:var(--ui-danger)}.app-shell .status-wrap span:last-child{color:color-mix(in srgb,var(--fg-b) 28%,var(--fg-a));font-size:12px}.app-shell .connection-chip,.app-shell .success-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #a9cdbb;border-radius:5px;background:var(--elev-2);color:#236f4f;font:600 10px var(--ui-mono)}.app-shell .connection-chip i{width:6px;height:6px;border-radius:1px;background:var(--ui-online)}.app-shell .back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;padding:0;border:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 34%,var(--fg-a));cursor:pointer;font-size:12px;font-weight:550}.app-shell .back-link:hover{color:var(--fg-strong)}.app-shell .empty-state{padding:72px 24px;text-align:center}.app-shell .empty-state__icon{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 16px;border:1px solid var(--ui-line);border-radius:8px 8px 2px;background:var(--ui-paper-strong);color:var(--ui-accent)}.app-shell .empty-state h3{margin-bottom:8px;font-size:18px}.app-shell .empty-state p{color:var(--ui-copy);font-size:13px}.app-shell .spinner{color:var(--ui-copy)}.app-shell .mono,.app-shell code{font-family:var(--ui-mono);font-variant-numeric:tabular-nums}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(520px,1.18fr) minmax(430px,.82fr);overflow:hidden;background:var(--chrome-bg);color:color-mix(in srgb,var(--fg-b) 93%,var(--fg-a))}.login-page .login-story{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:45px clamp(44px,6vw,96px) 36px;overflow:hidden;border:0;background:var(--chrome-bg)}.login-page .login-story:before,.login-page .login-story:after{content:"";position:absolute;z-index:-1;width:min(36vw,510px);height:min(24vw,330px);border:1px solid rgba(239,237,229,.17);pointer-events:none}.login-page .login-story:before{right:-8%;top:18%;border-right:0;border-radius:34px 0 0 10px;transform:rotate(-4deg)}.login-page .login-story:after{right:-17%;top:38%;border-left:0;border-color:#ff6b459e;border-radius:0 10px 34px 0;transform:rotate(-4deg)}.login-story__header,.login-story__footer{display:flex;align-items:center;justify-content:space-between;gap:24px}.login-story__edition{color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));font:500 9px var(--ui-mono);letter-spacing:.08em;text-transform:uppercase}.login-story__content{max-width:720px;margin:62px 0}.login-page .login-story h1{max-width:740px;margin:16px 0 25px;color:#f3f1e9;font-size:clamp(58px,7vw,102px);font-weight:480;line-height:.84;letter-spacing:-.075em}.login-page .login-story p{max-width:570px;margin:0;color:#a3aaa2;font-size:16px;line-height:1.7}.login-page .login-proof{display:flex;flex-wrap:wrap;gap:22px;margin-top:32px}.login-page .login-proof span{display:inline-flex;align-items:center;gap:8px;color:color-mix(in srgb,var(--fg-b) 84%,var(--fg-a));font-size:12px}.login-page .login-proof svg{color:var(--ui-accent)}.login-ledger{display:grid;grid-template-columns:repeat(3,1fr);max-width:630px;margin:48px 0 0;border-top:1px solid var(--line-4);border-bottom:1px solid var(--line-4)}.login-ledger>div{display:grid;gap:7px;padding:16px 18px 16px 0;border-right:1px solid var(--line-4)}.login-ledger>div:not(:first-child){padding-left:18px}.login-ledger>div:last-child{border-right:0}.login-ledger dt{color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a));font:500 8px var(--ui-mono);letter-spacing:.12em;text-transform:uppercase}.login-ledger dd{margin:0;color:color-mix(in srgb,var(--fg-b) 86%,var(--fg-a));font-size:12px}.login-story__footer small{color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a));font:500 8px var(--ui-mono);letter-spacing:.08em;text-transform:uppercase}.login-page .login-card{position:relative;z-index:2;align-self:stretch;justify-self:stretch;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:clamp(46px,7vw,104px);border:0;border-radius:0;background:var(--ui-paper);color:var(--fg-strong);box-shadow:-1px 0 0 var(--ui-line);-webkit-backdrop-filter:none;backdrop-filter:none}.login-page .login-card:before{content:"SECURE ENTRY / 01";position:absolute;top:33px;left:clamp(46px,7vw,104px);color:color-mix(in srgb,var(--fg-b) 51%,var(--fg-a));font:500 8px var(--ui-mono);letter-spacing:.16em}.login-card__mobile{display:none}.login-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(48px,8vh,86px);color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));font:500 9px var(--ui-mono);letter-spacing:.06em;text-transform:uppercase}.login-card__relay{display:inline-flex;align-items:center;gap:7px;color:#39755b}.login-card__relay i{width:7px;height:7px;border-radius:2px;background:var(--ui-online);animation:ui-signal 2.2s ease-in-out infinite}.login-card__heading{margin-bottom:30px}.login-page .login-card h2{max-width:480px;margin:0 0 11px;font-size:clamp(34px,3.2vw,50px);font-weight:580;line-height:1;letter-spacing:-.055em}.login-card__heading>p{margin:0;color:var(--ui-copy);font-size:14px}.login-page .login-card form{display:grid;gap:10px}.login-page .login-card form>label{margin-top:8px;color:color-mix(in srgb,var(--fg-b) 22%,var(--fg-a));font-size:12px;font-weight:620}.login-page .input-shell{height:51px;display:flex;align-items:center;gap:11px;padding:0 13px;border:1px solid var(--line-1);border-radius:7px 7px 7px 2px;background:var(--elev-3);color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));transition:border-color .16s ease,box-shadow .16s ease}.login-page .input-shell:focus-within{color:var(--fg-strong);border-color:var(--chrome-line);box-shadow:3px 3px 0 var(--ui-accent-soft)}.login-page .input-shell input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--fg-strong);font-size:14px}.login-page .input-shell input::placeholder{color:color-mix(in srgb,var(--fg-b) 59%,var(--fg-a))}.login-page .input-shell button{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));cursor:pointer}.login-page .form-options{display:flex;justify-content:flex-end;margin:4px 0 5px;color:color-mix(in srgb,var(--fg-b) 46%,var(--fg-a));font:500 9px var(--ui-mono)}.login-page .form-error{padding:10px 12px;border:1px solid #e3a5ad;border-radius:6px;background:#fbeaec;color:#a63847;font-size:12px}.login-page .login-card form>.button{width:100%;margin-top:5px}.login-page .demo-hint{width:100%;display:flex;justify-content:space-between;margin-top:18px;padding:12px;border:1px dashed var(--line-2);border-radius:6px;background:transparent;color:color-mix(in srgb,var(--fg-b) 40%,var(--fg-a));cursor:pointer;font-size:11px}.login-page .demo-hint strong{color:var(--fg-strong);font-family:var(--ui-mono)}.login-card__footer{display:flex;justify-content:space-between;gap:20px;margin-top:clamp(40px,7vh,72px);padding-top:15px;border-top:1px solid var(--ui-line);color:color-mix(in srgb,var(--fg-b) 52%,var(--fg-a));font:500 8px var(--ui-mono);letter-spacing:.08em;text-transform:uppercase}.app-shell .fleet-instrument{display:grid;grid-template-columns:minmax(330px,1.15fr) minmax(0,1.85fr);margin-bottom:22px;overflow:hidden;border:1px solid var(--chrome-line);border-radius:11px 11px 11px 3px;background:var(--ui-paper);box-shadow:5px 5px #ff6b454d}.app-shell .fleet-instrument__lead{position:relative;min-height:196px;display:flex;flex-direction:column;justify-content:space-between;padding:26px 28px 24px;overflow:hidden;background:var(--chrome-bg);color:#f3f1e9}.app-shell .fleet-instrument__lead:after{content:"SD / LIVE";position:absolute;right:-12px;bottom:16px;color:#ffffff0a;font:600 52px/1 var(--ui-mono);letter-spacing:-.08em;pointer-events:none}.app-shell .fleet-instrument__signal{position:relative;z-index:1;display:flex;align-items:flex-start;gap:14px}.app-shell .fleet-instrument__icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid var(--line-4);border-radius:7px 7px 2px;color:color-mix(in srgb,var(--fg-b) 72%,var(--fg-a))}.app-shell .fleet-instrument__icon--green{color:color-mix(in srgb,var(--fg-b) 0%,var(--fg-a));background:var(--ui-online);border-color:var(--ui-online)}.app-shell .fleet-instrument__lead .eyebrow{margin:2px 0 9px;color:#8f978e}.app-shell .fleet-instrument__signal p{display:flex;align-items:baseline;gap:8px;margin:0}.app-shell .fleet-instrument__signal p strong{color:color-mix(in srgb,var(--fg-b) 95%,var(--fg-a));font:500 clamp(34px,3vw,47px)/.9 var(--ui-mono);letter-spacing:-.06em}.app-shell .fleet-instrument__signal p span{color:color-mix(in srgb,var(--fg-b) 54%,var(--fg-a));font:500 10px var(--ui-mono);text-transform:uppercase}.app-shell .fleet-instrument__availability{position:relative;z-index:1}.app-shell .fleet-instrument__reading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:color-mix(in srgb,var(--fg-b) 59%,var(--fg-a));font-size:11px}.app-shell .fleet-instrument__reading strong{color:var(--ui-accent);font:500 12px var(--ui-mono)}.app-shell .fleet-instrument__meter{height:5px;overflow:hidden;border-radius:1px;background:#303630}.app-shell .fleet-instrument__meter i{display:block;width:100%;height:100%;transform-origin:left;background:var(--ui-accent)}.app-shell .fleet-instrument__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.app-shell .fleet-metric{min-width:0;display:flex;align-items:flex-start;gap:12px;padding:28px 21px;border-right:1px solid var(--ui-line);background:var(--ui-paper)}.app-shell .fleet-metric:last-child{border-right:0}.app-shell .fleet-metric__icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:1px solid var(--ui-line);border-radius:6px;color:color-mix(in srgb,var(--fg-b) 36%,var(--fg-a));background:var(--ui-paper-strong)}.app-shell .fleet-metric--rose .fleet-metric__icon{color:var(--ui-danger);border-color:#e2b6bc;background:var(--elev-2)}.app-shell .fleet-metric--cyan .fleet-metric__icon{color:var(--ui-info);border-color:#b9c8ed;background:#edf1fc}.app-shell .fleet-metric--purple .fleet-metric__icon{color:#8d4a36;border-color:#e8bdaf;background:var(--ui-accent-soft)}.app-shell .fleet-metric>div{min-width:0;display:grid;grid-template-columns:1fr auto;gap:8px}.app-shell .fleet-metric>div>span{color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a));font:550 9px var(--ui-mono);letter-spacing:.07em;text-transform:uppercase}.app-shell .fleet-metric>div>strong{grid-row:1 / span 2;grid-column:2;align-self:start;color:var(--fg-strong);font:500 27px/1 var(--ui-mono);letter-spacing:-.06em}.app-shell .fleet-metric small{grid-column:1 / -1;color:color-mix(in srgb,var(--fg-b) 50%,var(--fg-a));font-size:10px;line-height:1.4}.app-shell .dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px}.app-shell .device-browser{min-width:0;overflow:hidden}.app-shell .device-filters{display:flex;align-items:center;gap:9px;padding:0 26px 22px}.app-shell .device-filters label{height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line-1);border-radius:7px;background:var(--ui-paper-strong);color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a))}.app-shell .device-filters label:first-child{flex:1}.app-shell .device-filters label:focus-within{border-color:var(--chrome-line);box-shadow:2px 2px 0 var(--ui-accent-soft)}.app-shell .device-filters input,.app-shell .device-filters select{min-width:0;border:0;outline:0;background:transparent;color:var(--fg-strong);font-size:12px}.app-shell .device-filters input{flex:1}.app-shell .device-filters select{min-width:135px;cursor:pointer}.app-shell .device-filters option{color:var(--fg-strong);background:var(--ui-paper)}.app-shell .device-filters>span{margin-left:auto;color:color-mix(in srgb,var(--fg-b) 46%,var(--fg-a));font:500 9px var(--ui-mono);white-space:nowrap;text-transform:uppercase}.app-shell .view-toggle{display:flex;gap:2px;padding:3px;border:1px solid var(--line-1);border-radius:6px;background:var(--elev-1)}.app-shell .view-toggle button{width:33px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));cursor:pointer}.app-shell .view-toggle button.is-active{color:var(--fg-on-dark);background:var(--chrome-bg)}.app-shell .device-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px;padding:0 14px 14px}.app-shell .device-card{position:relative;min-width:0;padding:18px;overflow:hidden;border:1px solid var(--line-1);border-radius:9px 9px 9px 2px;background:var(--elev-3);opacity:1;transition:border-color .18s ease,background-color .18s ease}.app-shell .device-card:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;border-radius:0 2px 2px 0;background:var(--ui-online)}.app-shell .device-card:hover{border-color:var(--line-3);background:var(--elev-3);box-shadow:none}.app-shell .device-card.is-offline{opacity:1;background:var(--elev-2)}.app-shell .device-card.is-offline:before{background:var(--ui-danger)}.app-shell .device-card__head{display:flex;align-items:center;gap:12px;padding-left:4px}.app-shell .platform-icon,.app-shell .table-platform{display:grid;place-items:center;color:var(--fg-strong);background:var(--elev-1)}.app-shell .platform-icon{width:40px;height:40px;flex:0 0 40px;border:1px solid var(--line-1);border-radius:7px 7px 2px}.app-shell .platform-icon--linux{color:#315d79;background:#e7f0f4}.app-shell .platform-icon--mac{color:#855138;background:#f6e9e2}.app-shell .device-card__title{min-width:0;display:grid;gap:4px}.app-shell .device-card__title strong{overflow:hidden;color:var(--fg-strong);font-size:14px;font-weight:650;text-overflow:ellipsis}.app-shell .device-card__title span{overflow:hidden;color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));font-size:10px;text-overflow:ellipsis;white-space:nowrap}.app-shell .device-card__meta{display:flex;align-items:center;gap:10px;margin:18px 0;color:color-mix(in srgb,var(--fg-b) 41%,var(--fg-a));font:500 10px var(--ui-mono)}.app-shell .device-card__meta .tag{margin-left:auto}.app-shell .usage{display:grid;grid-template-columns:1fr 1fr;gap:18px}.app-shell .usage>div>span{display:flex;justify-content:space-between;color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a))}.app-shell .usage small{font-size:10px}.app-shell .usage i{display:block;height:4px;margin-top:8px;overflow:hidden;border-radius:1px;background:var(--elev-0)}.app-shell .usage b{display:block;height:100%;border-radius:0;background:var(--chrome-bg)}.app-shell .device-card.is-offline .usage b{background:#9b9f99}.app-shell .device-card__foot{min-height:39px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:17px;padding-top:14px;border-top:1px solid var(--line-0)}.app-shell .device-card__foot>span{color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));font-size:10px}.app-shell .device-card__actions{display:flex;align-items:center;gap:7px}.app-shell .connect-button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 13px;border:1px solid var(--ui-accent);border-radius:6px;background:var(--ui-accent);color:color-mix(in srgb,var(--fg-b) 2%,var(--fg-a));cursor:pointer;font-size:11px;font-weight:650;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.app-shell .connect-button:hover{border-color:var(--chrome-line);background:#ff7a59;box-shadow:3px 3px 0 var(--ui-ink)}.app-shell .wake-button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;border:1px solid var(--line-1);border-radius:6px;background:var(--ui-paper);color:color-mix(in srgb,var(--fg-b) 22%,var(--fg-a));cursor:pointer;font-size:11px;font-weight:650;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.app-shell .wake-button:hover{color:var(--fg-strong);border-color:var(--chrome-line);background:var(--ui-paper-strong)}.app-shell .card-menu-trigger{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--line-1);border-radius:6px;background:var(--ui-paper);color:color-mix(in srgb,var(--fg-b) 34%,var(--fg-a));cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.app-shell .card-menu-trigger:hover,.app-shell .card-menu-trigger[data-state=open]{color:var(--fg-strong);border-color:var(--chrome-line);background:var(--ui-paper-strong)}.app-shell .table-actions{display:inline-flex;gap:4px;align-items:center;justify-content:flex-end}.app-shell .fleet-section+.fleet-section{margin-top:4px}.app-shell .fleet-section__head{display:flex;align-items:center;gap:9px;width:100%;padding:15px 18px 11px;border:0;background:transparent;text-align:left}.app-shell .fleet-section__head h3{margin:0;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-strong)}.app-shell .fleet-section__toggle{cursor:pointer}.app-shell .fleet-section__dot{width:8px;height:8px;border-radius:50%;flex:none}.app-shell .fleet-section__dot.is-online{background:var(--ui-online);box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-online) 22%,transparent)}.app-shell .fleet-section__dot.is-offline{background:var(--ui-danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-danger) 18%,transparent)}.app-shell .fleet-section__toggle>svg{margin-left:auto;color:color-mix(in srgb,var(--fg-b) 45%,var(--fg-a));transition:transform .18s ease}.app-shell .fleet-section__toggle>svg.is-open{transform:rotate(180deg)}.app-shell .fleet-section.is-muted .device-card{opacity:.8}.app-shell .fleet-section.is-muted .device-card:hover{opacity:1}.app-shell .count-chip{min-width:22px;height:20px;display:inline-grid;place-items:center;padding:0 7px;border-radius:999px;background:var(--elev-1);color:var(--fg-strong);font:650 11px var(--ui-mono);font-variant-numeric:tabular-nums}.actions-menu{min-width:214px;padding:6px;border:1px solid var(--line-2, #aaa99f);border-radius:11px 11px 4px;background:var(--elev-3, #fffefa);box-shadow:0 14px 34px #12151133,0 3px 8px #1215111a;font-family:var(--ui-font);z-index:70}.actions-menu[data-state=open]{animation:actionsMenuIn .14s var(--ui-ease, ease)}@keyframes actionsMenuIn{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:none}}.actions-menu__item{display:flex;align-items:center;gap:10px;min-height:38px;padding:0 11px;border-radius:7px;color:var(--fg-strong, #121511);font-size:12.5px;font-weight:550;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.actions-menu__item[data-highlighted]{background:var(--elev-1, #eeece4)}.actions-menu__item[data-disabled]{color:color-mix(in srgb,var(--fg-b, #555) 55%,var(--fg-a, #999));cursor:not-allowed}.actions-menu__item.is-danger{color:var(--ui-danger, #c64958)}.actions-menu__item.is-danger[data-highlighted]{background:color-mix(in srgb,var(--ui-danger, #c64958) 13%,transparent)}.actions-menu__item svg{flex:none;opacity:.85}.actions-menu__hint{margin-left:auto;font-size:10px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:color-mix(in srgb,var(--fg-b, #555) 50%,var(--fg-a, #999))}.actions-menu__sep{height:1px;margin:6px 5px;background:var(--line-1, #c8c5bb)}.app-shell .activity-panel{min-width:0;display:block;overflow:hidden;color:#efede5;border-color:var(--chrome-line);background:var(--chrome-bg)}.app-shell .activity-panel .panel__header h2{color:#f1efe7}.app-shell .activity-panel .eyebrow{color:var(--ui-accent)}.app-shell .activity-panel .success-chip{color:#b6dcc7;border-color:#355443;background:#1c2c23}.app-shell .activity-list{padding:0 20px}.app-shell .activity-list article{display:flex;gap:12px;padding:15px 2px;border-bottom:1px solid var(--line-4)}.app-shell .activity-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid var(--line-4);border-radius:6px;background:transparent}.app-shell .activity-icon--purple{color:var(--ui-accent)}.app-shell .activity-icon--green{color:#6acb9a}.app-shell .activity-icon--cyan{color:#76a6e9}.app-shell .activity-list strong{display:block;margin-bottom:4px;color:color-mix(in srgb,var(--fg-b) 90%,var(--fg-a));font-size:11px;font-weight:580}.app-shell .activity-list p{margin:0 0 4px;overflow:hidden;color:color-mix(in srgb,var(--fg-b) 59%,var(--fg-a));font-size:10px;text-overflow:ellipsis;white-space:nowrap}.app-shell .activity-list small{color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a));font:500 8px var(--ui-mono)}.app-shell .system-health{margin:18px;padding:16px;border:1px solid #343a34;border-radius:7px;background:#181c18}.app-shell .system-health>div:first-child{display:flex;justify-content:space-between;color:#8d958d;font:500 9px var(--ui-mono)}.app-shell .system-health strong{display:flex;align-items:center;gap:6px;color:#76c69c;font-size:9px}.app-shell .system-health strong i{width:6px;height:6px;border-radius:1px;background:var(--ui-online)}.app-shell .system-health small{display:block;margin-top:12px;color:#737b73;font-size:9px;line-height:1.55}.app-shell .devices-summary{display:flex;align-items:center;gap:19px;margin:-7px 0 20px;padding:0 2px}.app-shell .devices-summary span,.app-shell .devices-summary button{display:inline-flex;align-items:center;gap:7px;color:color-mix(in srgb,var(--fg-b) 35%,var(--fg-a));font:550 10px var(--ui-mono)}.app-shell .devices-summary i{width:7px;height:7px;border-radius:1px}.app-shell .devices-summary button{margin-left:auto;padding:6px 0;border:0;background:transparent;cursor:pointer}.app-shell .device-table-wrap{overflow-x:auto;padding:0 14px 14px}.app-shell .device-table{width:100%;min-width:860px;border-collapse:collapse}.app-shell .device-table th{padding:12px 13px;border-bottom:1px solid var(--line-1);color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));font:600 8px var(--ui-mono);letter-spacing:.1em;text-align:left;text-transform:uppercase}.app-shell .device-table td{padding:14px 13px;border-bottom:1px solid var(--line-0);color:color-mix(in srgb,var(--fg-b) 32%,var(--fg-a));font-size:11px}.app-shell .device-table tbody tr{transition:background-color .15s ease,box-shadow .15s ease}.app-shell .device-table tbody tr:hover{background:var(--elev-3);box-shadow:3px 0 0 var(--ui-accent) inset}.app-shell .device-table td:first-child{display:flex;align-items:center;gap:10px}.app-shell .table-platform{width:34px;height:34px;border-radius:6px}.app-shell .device-table td:first-child>span:last-child{display:grid;gap:3px}.app-shell .device-table strong{color:var(--fg-strong);font-size:12px}.app-shell .device-table small{color:color-mix(in srgb,var(--fg-b) 47%,var(--fg-a))}.app-shell .resource-pills{display:flex;gap:5px}.app-shell .resource-pills i{padding:4px 6px;border:1px solid var(--line-1);border-radius:4px;background:transparent;color:color-mix(in srgb,var(--fg-b) 33%,var(--fg-a));font:500 9px var(--ui-mono);font-style:normal}.app-shell .deploy-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:18px}.app-shell .deploy-builder{position:relative;padding:30px 32px}.app-shell .deploy-builder:before{content:"";position:absolute;left:46px;top:47px;bottom:50px;width:1px;background:var(--elev-0)}.app-shell .step-head{position:relative;z-index:1;display:flex;align-items:flex-start;gap:15px;margin:4px 0 20px}.app-shell .step-head:not(:first-child){margin-top:31px;padding-top:27px;border-top:1px solid var(--ui-line)}.app-shell .step-head>span{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border:1px solid var(--chrome-line);border-radius:6px 6px 2px;background:var(--ui-accent);color:var(--fg-strong);font:600 9px var(--ui-mono)}.app-shell .step-head h2{margin:0 0 5px;font-size:17px;font-weight:630}.app-shell .step-head p{margin:0;color:var(--ui-copy);font-size:12px}.app-shell .platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;padding-left:45px}.app-shell .platform-grid button{position:relative;min-height:125px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:6px;padding:18px;border:1px solid var(--line-1);border-radius:8px 8px 8px 2px;background:var(--ui-paper-strong);color:var(--fg-strong);cursor:pointer;text-align:left}.app-shell .platform-grid button:hover{border-color:var(--line-3);background:var(--elev-3)}.app-shell .platform-grid button.is-active{border-color:var(--chrome-line);background:var(--elev-3);box-shadow:0 -4px 0 var(--ui-accent) inset}.app-shell .platform-grid button>span{color:var(--fg-strong)}.app-shell .platform-grid strong{font-size:13px}.app-shell .platform-grid small{color:color-mix(in srgb,var(--fg-b) 46%,var(--fg-a));font-size:10px}.app-shell .platform-grid button>i{position:absolute;top:11px;right:11px;width:19px;height:19px;display:grid;place-items:center;border-radius:4px;background:var(--ui-accent)}.app-shell .deploy-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;padding-left:45px}.app-shell .deploy-fields label{color:color-mix(in srgb,var(--fg-b) 35%,var(--fg-a));font-size:11px;font-weight:590}.app-shell .deploy-fields select,.app-shell .settings-content select,.app-shell .setting-input{width:100%;height:43px;margin-top:8px;padding:0 11px;border:1px solid var(--line-1);border-radius:6px;outline:0;background:var(--ui-paper-strong);color:var(--fg-strong);font-size:12px}.app-shell .deploy-fields select:focus,.app-shell .settings-content select:focus,.app-shell .setting-input:focus{border-color:var(--chrome-line);box-shadow:2px 2px 0 var(--ui-accent-soft)}.app-shell .deploy-fields option,.app-shell .settings-content option{background:var(--ui-paper);color:var(--fg-strong)}.app-shell .consent-box{display:flex;align-items:flex-start;gap:11px;margin:16px 0 0 45px;padding:15px;border:1px solid #dfbf91;border-radius:7px;background:#fbf0dc}.app-shell .consent-box input{margin-top:3px;accent-color:var(--ui-ink)}.app-shell .consent-box span{display:grid;gap:4px;color:#715f49;font-size:11px;line-height:1.5}.app-shell .consent-box strong{color:#684216}.app-shell .deploy-actions{display:flex;align-items:center;gap:11px;padding-left:45px}.app-shell .deploy-actions>span{color:color-mix(in srgb,var(--fg-b) 50%,var(--fg-a));font-size:10px}.app-shell .command-box{display:flex;align-items:center;gap:12px;margin:12px 0 0 45px;padding:14px;border:1px solid #2d332e;border-radius:7px 7px 7px 2px;background:var(--chrome-bg)}.app-shell .command-box input{min-width:0;flex:1;height:36px;padding:0 10px;border:1px solid #3d433e;border-radius:4px;outline:0;background:#1a1e1a;color:#f1efe7}.app-shell .command-box code{min-width:0;flex:1;overflow-wrap:anywhere;color:#cbd1ca;font:500 10px/1.65 var(--ui-mono)}.app-shell .command-box button{display:inline-flex;align-items:center;gap:7px;padding:7px;border:0;background:transparent;color:#ff8a6d;cursor:pointer;font-size:11px;font-weight:600}.app-shell .one-click-setup{margin-left:45px;padding:19px;border:1px solid #b8c8b8;border-radius:9px 9px 9px 3px;background:linear-gradient(135deg,var(--elev-3) 0%,var(--elev-2) 100%);box-shadow:0 12px 26px #24302612}.app-shell .one-click-setup__intro{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px}.app-shell .one-click-setup__intro>span{width:43px;height:43px;display:grid;place-items:center;border-radius:8px 8px 8px 3px;background:var(--chrome-bg);color:#d8ff70}.app-shell .one-click-setup__intro strong{display:block;color:#232923;font-size:14px;font-weight:700}.app-shell .one-click-setup__intro p{margin:4px 0 0;color:#697169;font-size:11px;line-height:1.5}.app-shell .one-click-setup__intro em{padding:5px 8px;border:1px solid #d5b77e;border-radius:999px;color:#815e20;background:#fff5df;font:600 9px var(--ui-mono);font-style:normal;white-space:nowrap}.app-shell .one-click-setup__intro em.is-ready{border-color:#9fc49f;color:#2f6a3b;background:#e9f7e9}.app-shell .one-click-setup__button{width:100%;justify-content:center;margin-top:17px;min-height:43px}.app-shell .one-click-setup>small{display:block;margin-top:10px;color:color-mix(in srgb,var(--fg-b) 41%,var(--fg-a));font-size:10px;line-height:1.5;text-align:center}.app-shell .one-click-setup>small.one-click-setup__warning{color:#9b4c34}.app-shell .setup-progress{margin-top:15px}.app-shell .setup-progress__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.app-shell .setup-progress__head span{color:var(--fg-strong);font-size:12px;font-weight:600;letter-spacing:.1px}.app-shell .setup-progress__head em{font:600 11px/1 var(--ui-mono);font-style:normal;color:var(--ui-accent);font-variant-numeric:tabular-nums}.app-shell .setup-progress__head em.is-done{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:999px;background:var(--ui-online);color:#fff}.app-shell .setup-progress__track{position:relative;height:6px;border-radius:999px;background:color-mix(in srgb,var(--fg-strong) 12%,transparent);overflow:hidden}.app-shell .setup-progress__track>i{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--ui-accent),var(--primary-2));transition:width .28s var(--ui-ease)}.app-shell .setup-progress__track.is-indeterminate>i{width:36%;transition:none;animation:setup-marquee 1.15s var(--ui-ease) infinite}.app-shell .setup-progress__track.is-done>i{background:var(--ui-online)}.app-shell .setup-progress>small{display:block;margin-top:8px;color:var(--muted-2);font:500 10px/1.4 var(--ui-mono);text-align:center}@keyframes setup-marquee{0%{transform:translate(-115%)}to{transform:translate(315%)}}.app-shell .advanced-deploy{margin:15px 0 0 45px;border-top:1px dashed var(--line-1)}.app-shell .advanced-deploy summary{padding:14px 0 4px;color:color-mix(in srgb,var(--fg-b) 41%,var(--fg-a));cursor:pointer;font-size:11px;font-weight:630}.app-shell .advanced-deploy .deploy-actions{padding:13px 0 0}.app-shell .advanced-deploy .command-box{margin-left:0}.app-shell .platform-setup-note{margin-left:45px;padding:16px;border:1px dashed var(--line-1);border-radius:7px;color:color-mix(in srgb,var(--fg-b) 37%,var(--fg-a));background:var(--elev-2);font-size:11px}.app-shell .deploy-aside{display:grid;gap:14px}.app-shell .secure-card,.app-shell .instruction-card{padding:23px}.app-shell .secure-card{color:#eeede5;border-color:var(--chrome-line);background:var(--chrome-bg)}.app-shell .secure-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:7px 7px 2px;background:var(--ui-accent);color:var(--fg-strong)}.app-shell .secure-card h3,.app-shell .instruction-card h3{margin:16px 0 8px;font-size:16px}.app-shell .secure-card p{color:#9ba29a;font-size:11px;line-height:1.6}.app-shell .secure-card ul{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.app-shell .secure-card li{display:flex;align-items:center;gap:8px;color:#c4c9c2;font-size:11px}.app-shell .secure-card li svg{color:var(--ui-accent)}.app-shell .instruction-card>div{display:flex;align-items:flex-start;gap:10px;margin-top:14px}.app-shell .instruction-card>div>span{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border:1px solid var(--line-1);border-radius:4px;background:transparent;color:#7d4938;font:600 9px var(--ui-mono)}.app-shell .instruction-card p{margin:2px 0;color:color-mix(in srgb,var(--fg-b) 36%,var(--fg-a));font-size:11px;line-height:1.5}.app-shell .instruction-card button{display:flex;align-items:center;gap:6px;margin-top:18px;padding:0;border:0;background:transparent;color:#9d422c;cursor:pointer;font-size:11px;font-weight:650}.app-shell .notice{display:flex;align-items:flex-start;gap:9px;padding:13px;color:#73593e}.app-shell .notice svg{flex:0 0 auto;color:var(--ui-warning)}.app-shell .notice p{margin:0;font-size:10px;line-height:1.5}.app-shell .settings-layout{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:start;gap:18px}.app-shell .settings-nav{display:grid;gap:4px;padding:7px;border:1px solid var(--ui-line);border-radius:9px 9px 9px 2px;background:var(--ui-paper)}.app-shell .settings-nav button{position:relative;min-height:47px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:color-mix(in srgb,var(--fg-b) 37%,var(--fg-a));cursor:pointer;font-size:12px;text-align:left}.app-shell .settings-nav button:hover{color:var(--fg-strong);background:var(--elev-1)}.app-shell .settings-nav button.is-active{color:#f5f3eb;background:var(--chrome-bg)}.app-shell .settings-nav button.is-active:before{content:"";position:absolute;right:7px;top:7px;width:5px;height:5px;border-radius:1px;background:var(--ui-accent)}.app-shell .settings-nav button svg:last-child{margin-left:auto;opacity:.45}.app-shell .settings-content{min-height:590px;padding:31px}.app-shell .settings-section__head{display:flex;align-items:center;gap:14px;padding-bottom:23px;border-bottom:1px solid var(--ui-line)}.app-shell .settings-section__head>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--chrome-line);border-radius:7px 7px 2px;background:var(--ui-accent);color:var(--fg-strong)}.app-shell .settings-section__head .eyebrow{margin-bottom:6px}.app-shell .settings-section__head h2{margin:0;font-size:21px;font-weight:620}.app-shell .setting-row{min-height:94px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(190px,310px);align-items:center;gap:34px;border-bottom:1px solid var(--line-0)}.app-shell .setting-row strong{color:var(--fg-strong);font-size:13px;font-weight:630}.app-shell .setting-row p{margin:6px 0 0;color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));font-size:11px;line-height:1.5}.app-shell .setting-input.wide{min-width:270px;margin:0}.app-shell .settings-content select{margin:0}.app-shell .connection-test{display:flex;align-items:center;margin-top:24px;padding:15px;border:1px solid #b4d4c2;border-radius:7px;background:var(--elev-2)}.app-shell .connection-test span{display:flex;align-items:center;gap:7px;color:#3c6f55;font-size:11px}.app-shell .connection-test span:first-child{margin-right:16px}.app-shell .connection-test span i{width:7px;height:7px;border-radius:1px;background:var(--ui-online)}.app-shell .connection-test strong{color:#2c6548}.app-shell .connection-test button,.app-shell .secondary-action{margin-left:auto;padding:8px 11px;border:1px solid #9daf9f;border-radius:5px;background:transparent;color:#365343;cursor:pointer;font-size:10px;font-weight:600}.app-shell .security-hero{display:flex;align-items:center;gap:13px;margin:22px 0 4px;padding:18px;border:1px solid #afd0bd;border-radius:7px 7px 2px;background:#e3f1e7}.app-shell .security-hero>span:first-child{color:var(--ui-online)}.app-shell .security-hero div{flex:1}.app-shell .security-hero strong{font-size:13px}.app-shell .security-hero p{margin:4px 0 0;color:#51725f;font-size:10px}.app-shell .file-manager{overflow:hidden;border:1px solid var(--ui-line-dark);border-radius:10px 10px 10px 3px;background:var(--ui-paper);box-shadow:5px 5px #ff6b452e}.app-shell .file-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 16px;border-bottom:1px solid #303630;background:var(--chrome-bg)}.app-shell .file-toolbar>div{display:flex;flex-wrap:wrap;gap:6px}.app-shell .file-toolbar .button--ghost{min-height:38px;color:#c9cec7;border-color:#383e38;background:#1a1e1a}.app-shell .file-toolbar .button--ghost:hover:not(:disabled){color:#fff;border-color:#666e66;background:#242924}.app-shell .file-toolbar>span{display:inline-flex;align-items:center;gap:8px;color:#969e96;font:500 9px var(--ui-mono)}.app-shell .file-toolbar>span i{width:7px;height:7px;border-radius:1px;background:var(--ui-online)}.app-shell .file-panes{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);position:relative}.app-shell .file-pane{min-width:0;min-height:430px;padding:21px;background:var(--ui-paper)}.app-shell .file-pane__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.app-shell .file-pane__head>div:first-child{display:grid;gap:4px}.app-shell .file-pane__head span{color:color-mix(in srgb,var(--fg-b) 47%,var(--fg-a));font:600 8px var(--ui-mono);letter-spacing:.11em;text-transform:uppercase}.app-shell .file-pane__head strong{color:var(--fg-strong);font-size:14px}.app-shell .file-pane__head button{width:32px;height:32px;display:inline-grid;place-items:center;border:0;border-radius:5px;background:transparent;color:color-mix(in srgb,var(--fg-b) 42%,var(--fg-a));cursor:pointer}.app-shell .file-pane__head button:hover{color:var(--fg-strong);background:var(--elev-1)}.app-shell .file-breadcrumb{height:38px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--line-1);border-radius:6px 6px 6px 2px;background:var(--elev-1);color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));font-size:10px}.app-shell .file-breadcrumb strong{color:color-mix(in srgb,var(--fg-b) 22%,var(--fg-a))}.app-shell .pane-search{height:39px;display:flex;align-items:center;gap:8px;margin:10px 0 4px;padding:0 10px;border:0;border-bottom:1px solid var(--line-1);color:color-mix(in srgb,var(--fg-b) 42%,var(--fg-a))}.app-shell .pane-search:focus-within{border-bottom-color:var(--chrome-line)}.app-shell .pane-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--fg-strong);font-size:11px}.app-shell .file-table{min-width:0}.app-shell .file-row{width:100%;min-height:45px;display:grid;grid-template-columns:minmax(150px,1fr) 72px 126px;align-items:center;gap:10px;padding:0 9px;border:0;border-bottom:1px solid var(--line-0);border-radius:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 35%,var(--fg-a));text-align:left;font-size:10px}.app-shell .file-row:not(.file-row--head){cursor:pointer}.app-shell .file-row:not(.file-row--head):hover{background:var(--elev-1)}.app-shell .file-row.is-selected{background:#e8edf9;box-shadow:3px 0 0 var(--ui-info) inset;outline:0}.app-shell .file-row--head{min-height:34px;color:color-mix(in srgb,var(--fg-b) 48%,var(--fg-a));font:600 8px var(--ui-mono);letter-spacing:.08em;text-transform:uppercase}.app-shell .file-row>span:first-child{min-width:0;display:flex;align-items:center;gap:9px}.app-shell .file-row svg{flex:0 0 auto;color:color-mix(in srgb,var(--fg-b) 40%,var(--fg-a))}.app-shell .file-row strong{overflow:hidden;color:color-mix(in srgb,var(--fg-b) 16%,var(--fg-a));font-size:11px;font-weight:570;text-overflow:ellipsis;white-space:nowrap}.app-shell .file-pane__foot{padding:14px 8px 0;color:color-mix(in srgb,var(--fg-b) 49%,var(--fg-a));font:500 9px var(--ui-mono)}.app-shell .transfer-divider{position:relative;background:var(--ui-line)}.app-shell .transfer-divider span{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;display:grid;place-items:center;border:1px solid #343a34;border-radius:5px;background:var(--chrome-bg);color:var(--ui-accent)}.app-shell .transfer-queue{padding:17px 20px 20px;border-top:1px solid var(--ui-line);background:var(--elev-1)}.app-shell .transfer-queue__head,.app-shell .transfer-queue__head>div{display:flex;align-items:center;gap:9px}.app-shell .transfer-queue__head{justify-content:space-between;margin-bottom:12px}.app-shell .transfer-queue__head svg{color:#8d432f}.app-shell .transfer-queue__head strong{font-size:13px}.app-shell .transfer-queue__head span{padding:3px 6px;border:1px solid var(--line-1);border-radius:3px;color:color-mix(in srgb,var(--fg-b) 33%,var(--fg-a));font:500 8px var(--ui-mono)}.app-shell .transfer-queue__head button{border:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 37%,var(--fg-a));cursor:pointer;font-size:10px}.app-shell .transfer-item{min-height:56px;display:grid;grid-template-columns:34px minmax(130px,1fr) minmax(110px,1.5fr) 42px 76px 28px;align-items:center;gap:11px;padding:9px;border:1px solid var(--line-1);border-radius:6px;background:var(--ui-paper)}.app-shell .transfer-direction{width:32px;height:32px;display:grid;place-items:center;border-radius:5px;color:var(--ui-info);background:#e9eefb}.app-shell .transfer-item>div{display:grid;gap:3px}.app-shell .transfer-item>div strong{font-size:11px}.app-shell .transfer-item>div span,.app-shell .transfer-item>span{color:color-mix(in srgb,var(--fg-b) 43%,var(--fg-a));font-size:9px}.app-shell .transfer-track{height:5px;overflow:hidden;border-radius:1px;background:var(--elev-0)}.app-shell .transfer-track b{display:block;height:100%;background:var(--ui-accent)}.app-shell .transfer-item>strong{color:#84412f;font:500 10px var(--ui-mono)}.app-shell .transfer-item>button{border:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));cursor:pointer}.app-shell .capture-panel{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);grid-template-rows:auto auto 1fr;overflow:hidden;border:1px solid var(--ui-line-dark);border-radius:11px 11px 11px 3px;background:var(--ui-paper);box-shadow:6px 6px #ff6b452e}.app-shell .capture-control-row{grid-column:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:13px 10px;align-items:end;padding:28px 27px 24px;border-bottom:1px solid var(--ui-line)}.app-shell .capture-label{grid-column:1 / -1;display:flex;align-items:center;gap:8px;color:color-mix(in srgb,var(--fg-b) 28%,var(--fg-a));font:600 10px/1 var(--ui-mono);letter-spacing:.08em;text-transform:uppercase}.app-shell .capture-label svg{color:var(--ui-accent)}.app-shell .capture-input{width:100%;min-width:0;height:46px;padding:0 14px;border:1px solid var(--line-2);border-radius:7px 7px 7px 2px;outline:0;background:var(--ui-paper-strong);color:var(--fg-strong);font-size:14px;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.app-shell .capture-input:hover:not(:disabled){border-color:var(--line-3)}.app-shell .capture-input:focus{border-color:var(--chrome-line);box-shadow:3px 3px #ff6b4540}.app-shell .capture-input:disabled{color:color-mix(in srgb,var(--fg-b) 44%,var(--fg-a));background:var(--elev-1);cursor:not-allowed}.app-shell .capture-start,.app-shell .capture-stop{min-width:139px;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid var(--chrome-line);border-radius:7px 7px 7px 2px;cursor:pointer;font-size:12px;font-weight:650;transition:transform .16s var(--ui-ease),box-shadow .16s var(--ui-ease),background-color .16s ease}.app-shell .capture-start{color:color-mix(in srgb,var(--fg-b) 1%,var(--fg-a));background:var(--ui-accent);box-shadow:3px 3px 0 var(--ui-ink)}.app-shell .capture-start:hover:not(:disabled){transform:translate(-1px,-1px);background:#ff7b59;box-shadow:5px 5px 0 var(--ui-ink)}.app-shell .capture-stop{color:color-mix(in srgb,var(--fg-b) 98%,var(--fg-a));border-color:#7c2f38;background:#9e3c48;box-shadow:3px 3px #351519}.app-shell .capture-stop:hover:not(:disabled){background:#b24754}.app-shell .capture-start:disabled,.app-shell .capture-stop:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.app-shell .capture-status-line{grid-column:1;display:grid;gap:10px;align-content:start;padding:22px 27px;border-bottom:1px solid var(--ui-line)}.app-shell .capture-status{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:9px;padding:7px 10px;border:1px solid var(--line-1);border-radius:5px;background:var(--elev-1);color:color-mix(in srgb,var(--fg-b) 35%,var(--fg-a));font:600 9px/1.25 var(--ui-mono);letter-spacing:.025em}.app-shell .capture-status__dot{width:7px;height:7px;flex:0 0 7px;border-radius:2px;background:var(--elev-mid)}.app-shell .capture-status--connecting .capture-status__dot,.app-shell .capture-status--watching .capture-status__dot,.app-shell .capture-status--patched .capture-status__dot{background:var(--ui-warning);animation:ui-signal 1.4s ease-in-out infinite}.app-shell .capture-status--streaming{color:#17613f;border-color:#9bcbb4;background:#e4f3ea}.app-shell .capture-status--streaming .capture-status__dot{background:var(--ui-online)}.app-shell .capture-status--error{color:#8a2d38;border-color:#dfabb0;background:#f8e4e5}.app-shell .capture-status--error .capture-status__dot{background:var(--ui-danger)}.app-shell .capture-status--detached .capture-status__dot{background:var(--elev-mid)}.app-shell .capture-note{color:color-mix(in srgb,var(--fg-b) 27%,var(--fg-a));font-size:12px;line-height:1.55;overflow-wrap:anywhere}.app-shell .capture-hint{position:relative;grid-column:1;align-self:stretch;padding:22px 27px 26px 55px;background:var(--elev-1);color:color-mix(in srgb,var(--fg-b) 33%,var(--fg-a));font-size:11px;line-height:1.65}.app-shell .capture-hint>svg{position:absolute;top:25px;left:27px;color:color-mix(in srgb,var(--fg-b) 39%,var(--fg-a))}.app-shell .capture-hint code{padding:2px 4px;border:1px solid var(--line-1);border-radius:3px;background:var(--elev-2);color:color-mix(in srgb,var(--fg-b) 9%,var(--fg-a));font:500 10px var(--ui-mono);overflow-wrap:anywhere}.app-shell .capture-output{grid-column:2;grid-row:1 / span 3;min-height:430px;max-height:min(620px,calc(100vh - 285px));overflow:auto;padding:24px 0;border-left:1px solid #303630;background:#0d100e;color:#aeb5ae;counter-reset:capture-line;scrollbar-color:#3d443e #141814}.app-shell .capture-line{position:relative;min-height:24px;padding:3px 20px 3px 58px;color:#929a92;font:500 11px/1.55 var(--ui-mono);white-space:pre-wrap;overflow-wrap:anywhere;counter-increment:capture-line}.app-shell .capture-line:before{content:counter(capture-line,decimal-leading-zero);position:absolute;left:20px;top:4px;color:#4f584f;font-size:9px}.app-shell .capture-line:hover{background:#151a16;color:#c9cec8}.app-shell .capture-line--signal{color:#74d4a4}.app-shell .capture-line--signal:before{color:#387354}.app-shell .capture-empty{min-height:380px;display:flex;align-items:center;justify-content:center;gap:10px;padding:30px;color:color-mix(in srgb,var(--fg-b) 38%,var(--fg-a));text-align:center;font:500 11px var(--ui-mono)}.app-shell .capture-empty svg{color:var(--ui-accent)}.app-shell .capture-load-error{max-width:720px;padding:32px}.app-shell .capture-load-error h1{margin:4px 0 10px;font-size:30px;letter-spacing:-.035em}.app-shell .capture-load-error p{margin:0 0 22px;color:var(--ui-copy);line-height:1.6}.app-shell .capture-load-error>div{display:flex;flex-wrap:wrap;gap:10px}.app-shell .terminal-window{overflow:hidden;border:1px solid #2b302b;border-radius:10px 10px 10px 3px;background:#0d100e;box-shadow:5px 5px #ff6b4538}.app-shell .terminal-tabs{min-height:53px;display:flex;align-items:stretch;padding:0 12px;border-bottom:1px solid #303630;background:#151915}.app-shell .terminal-tab{position:relative;display:flex;align-items:stretch;border-right:1px solid var(--line-4)}.app-shell .terminal-tab.is-active:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;background:var(--ui-accent)}.app-shell .terminal-tab__select{min-width:110px;display:flex;align-items:center;gap:8px;padding:0 8px 0 12px;border:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 49%,var(--fg-a));cursor:pointer;font-size:11px}.app-shell .terminal-tab.is-active .terminal-tab__select{color:color-mix(in srgb,var(--fg-b) 94%,var(--fg-a))}.app-shell .terminal-tab__close{width:30px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:color-mix(in srgb,var(--fg-b) 35%,var(--fg-a));cursor:pointer}.app-shell .terminal-tab__close:hover{color:#ff9298}.app-shell .terminal-tabs .add-tab{width:40px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#6f776f;cursor:pointer}.app-shell .terminal-tabs .add-tab:hover{color:var(--ui-accent)}.app-shell .terminal-actions{min-width:0;height:auto;display:flex;align-items:center;gap:5px;margin-left:auto;color:#7b837b;font:500 9px var(--ui-mono)}.app-shell .terminal-actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:4px;background:transparent;color:#757d75;cursor:pointer}.app-shell .terminal-actions button:hover{color:#f2f2eb;border-color:#363c36;background:#1d221e}.app-shell .terminal-online{display:inline-flex;align-items:center;gap:7px;margin-left:8px;color:#6ec298;text-transform:uppercase}.app-shell .terminal-online i{width:6px;height:6px;border-radius:1px;background:var(--ui-online)}.app-shell .terminal-host{height:min(650px,calc(100vh - 285px));min-height:400px;padding:18px;background:#0d100e}.app-shell .terminal-host .xterm{height:100%}body:not(.remote-session-active) .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:22px;background:#0f120fb8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}body:not(.remote-session-active) .modal{width:min(500px,100%);overflow:hidden;border:1px solid var(--chrome-line);border-radius:10px 10px 10px 3px;background:var(--ui-paper);color:var(--fg-strong);box-shadow:7px 7px 0 var(--ui-accent)}body:not(.remote-session-active) .modal__header,body:not(.remote-session-active) .modal__actions{display:flex;align-items:center;padding:16px 19px}body:not(.remote-session-active) .modal__header{justify-content:space-between;border-bottom:1px solid var(--ui-line)}body:not(.remote-session-active) .modal__header h2{margin:0;font-size:18px;font-weight:630}body:not(.remote-session-active) .modal__body{padding:20px}body:not(.remote-session-active) .modal__actions{justify-content:flex-end;gap:9px;border-top:1px solid var(--ui-line);background:var(--elev-1)}.app-shell .modal-copy{margin:0 0 16px;color:var(--ui-copy);font-size:12px;line-height:1.6}.app-shell .modal-form{display:grid;gap:13px}.app-shell .modal-field{display:grid;gap:7px}.app-shell .modal-field>span{color:color-mix(in srgb,var(--fg-b) 26%,var(--fg-a));font-size:11px;font-weight:620}.app-shell .modal-field .setting-input{margin:0}body:not(.remote-session-active) .toast-stack{position:fixed;right:20px;bottom:20px;z-index:300;display:grid;gap:8px}body:not(.remote-session-active) .toast{min-width:290px;min-height:48px;display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #343a34;border-radius:7px 7px 7px 2px;background:var(--chrome-bg);color:#eef0e9;box-shadow:4px 4px #ff6b4557;text-align:left;cursor:pointer}body:not(.remote-session-active) .toast>span{flex:1;font-size:11px}body:not(.remote-session-active) .toast--success>svg:first-child{color:#69d29f}body:not(.remote-session-active) .toast--error>svg:first-child{color:#ff7f89}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;overflow:hidden;background:var(--chrome-bg);color:#f1efe7;text-align:center}.not-found>span{width:68px;height:68px;display:grid;place-items:center;border:1px solid #3b413b;border-radius:10px 10px 3px;background:#1a1e1a;color:var(--ui-accent);box-shadow:5px 5px #ff6b4542}.not-found>strong{margin-top:24px;color:var(--ui-accent);font:600 11px var(--ui-mono);letter-spacing:.18em}.not-found h1{max-width:680px;margin:12px 0;font-size:clamp(34px,5vw,65px);font-weight:540;line-height:1;letter-spacing:-.06em}.not-found p{color:#919991;font-size:13px}.not-found .button{margin-top:18px}@keyframes ui-signal{0%,to{opacity:1}50%{opacity:.45}}@media(max-width:1240px){.app-shell .dashboard-grid{grid-template-columns:1fr}.app-shell .activity-panel{display:block}.app-shell .activity-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.app-shell .activity-list article{border-right:1px solid var(--line-4);border-bottom:0;padding:17px 14px}.app-shell .activity-list article:last-child{border-right:0}.app-shell .system-health{margin-top:4px}.app-shell .deploy-layout{grid-template-columns:1fr}.app-shell .deploy-aside{grid-template-columns:repeat(2,1fr)}.app-shell .notice{grid-column:1 / -1}}@media(max-width:1040px){.app-shell .capture-panel{grid-template-columns:1fr;grid-template-rows:auto}.app-shell .capture-output{grid-column:1;grid-row:auto;min-height:350px;border-left:0;border-top:1px solid #303630}.app-shell{--sidebar: 238px}.app-shell .fleet-instrument{grid-template-columns:1fr}.app-shell .fleet-instrument__lead{min-height:180px}.app-shell .settings-layout{grid-template-columns:1fr}.app-shell .settings-nav{grid-template-columns:repeat(3,1fr)}.app-shell .settings-nav button{justify-content:center}.app-shell .settings-nav button svg:last-child{display:none}.app-shell .file-panes{grid-template-columns:1fr}.app-shell .file-pane:first-child{border-bottom:1px solid var(--ui-line)}.app-shell .transfer-divider{display:none}}@media(max-width:860px){.login-page{display:grid;grid-template-columns:1fr;min-height:100dvh;background:var(--ui-paper)}.login-page .login-story{display:none}.login-page .login-card{width:100%;min-height:100dvh;padding:76px clamp(24px,8vw,70px) 34px}.login-page .login-card:before{left:clamp(24px,8vw,70px)}.login-page .login-card__mobile{display:block;margin-bottom:52px}.app-shell{display:block}.app-shell .workspace{min-height:100vh}.app-shell .sidebar{width:258px;transform:translate(-100%);box-shadow:16px 0 #ff6b4538}.app-shell .sidebar.is-open{transform:translate(0)}.app-shell .mobile-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;border:0;background:#12151199}.app-shell .mobile-only{display:inline-grid}.app-shell .topbar{gap:10px;padding:0 18px}.app-shell .global-search{flex:1;width:auto}.app-shell .profile-copy,.app-shell .profile-trigger>svg,.app-shell .live-badge{display:none}.app-shell .page{padding:32px 18px 50px}.app-shell .page-intro{align-items:flex-start}.app-shell .activity-list{grid-template-columns:1fr}.app-shell .activity-list article{border-right:0;border-bottom:1px solid var(--line-4)}.app-shell .platform-grid,.app-shell .deploy-fields{grid-template-columns:1fr;padding-left:45px}.app-shell .deploy-aside{grid-template-columns:1fr}.app-shell .notice{grid-column:auto}.app-shell .transfer-item{grid-template-columns:34px minmax(100px,1fr) minmax(90px,1fr) 42px}.app-shell .transfer-item>span:nth-last-of-type(1),.app-shell .transfer-item>button{display:none}}@media(max-width:640px){.app-shell .capture-control-row{grid-template-columns:1fr;padding:22px 18px}.app-shell .capture-label{grid-column:1}.app-shell .capture-start,.app-shell .capture-stop{width:100%}.app-shell .capture-status-line{padding-left:18px;padding-right:18px}.app-shell .capture-hint{padding-left:46px;padding-right:18px}.app-shell .capture-hint>svg{left:18px}.app-shell .capture-output{min-height:320px;max-height:460px}.app-shell .capture-line{padding-left:48px;padding-right:14px}.app-shell .capture-line:before{left:14px}.app-shell .topbar{height:68px;padding:0 12px}.app-shell .global-search{height:41px}.app-shell .global-search input::placeholder{color:color-mix(in srgb,var(--fg-b) 59%,var(--fg-a))}.app-shell .global-search kbd{display:none}.app-shell .page{padding:27px 13px 42px}.app-shell .page-intro{display:grid;gap:20px}.app-shell .page-intro h1{font-size:40px}.app-shell .page-intro__actions{width:100%}.app-shell .page-intro__actions .button{flex:1}.app-shell .fleet-instrument__metrics{grid-template-columns:1fr}.app-shell .fleet-metric{border-right:0;border-bottom:1px solid var(--ui-line);padding:19px}.app-shell .fleet-metric:last-child{border-bottom:0}.app-shell .device-grid{grid-template-columns:1fr;padding:0 9px 9px}.app-shell .device-filters{flex-wrap:wrap;padding:0 18px 18px}.app-shell .device-filters label:first-child{flex-basis:100%}.app-shell .device-filters>span{display:none}.app-shell .panel__header{padding:20px 18px 16px}.app-shell .device-actions button:not(.connect-button){display:none}.app-shell .deploy-builder{padding:24px 18px}.app-shell .deploy-builder:before{left:32px}.app-shell .platform-grid,.app-shell .deploy-fields,.app-shell .deploy-actions{padding-left:0}.app-shell .command-box,.app-shell .consent-box,.app-shell .one-click-setup,.app-shell .advanced-deploy,.app-shell .platform-setup-note{margin-left:0}.app-shell .platform-grid button{min-height:102px}.app-shell .settings-nav{grid-template-columns:1fr}.app-shell .settings-nav button{justify-content:flex-start}.app-shell .settings-content{padding:21px 17px}.app-shell .setting-row{grid-template-columns:1fr;gap:12px;padding:17px 0}.app-shell .setting-input.wide{min-width:0}.app-shell .file-toolbar{align-items:flex-start}.app-shell .file-toolbar .button{width:38px;padding:0;font-size:0}.app-shell .file-toolbar>span{display:none}.app-shell .file-pane{padding:14px}.app-shell .file-row{grid-template-columns:minmax(125px,1fr) 60px}.app-shell .file-row>span:last-child{display:none}.app-shell .terminal-tabs{min-height:50px;padding:0 6px}.app-shell .terminal-tab__select{min-width:0;max-width:115px}.app-shell .terminal-actions>span:not(.terminal-online){display:none}.app-shell .terminal-actions button:nth-of-type(2),.app-shell .terminal-actions button:nth-of-type(3){display:none}.app-shell .terminal-online{font-size:0;margin-left:2px}body:not(.remote-session-active) .toast-stack{left:12px;right:12px;bottom:12px}body:not(.remote-session-active) .toast{min-width:0;width:100%}.login-page .login-card{padding:70px 22px 28px}.login-page .login-card:before{left:22px}.login-card__meta{margin-bottom:42px}.login-page .login-card h2{font-size:38px}.login-card__footer{gap:10px}}.loading-panel{min-height:220px;display:grid;place-items:center}.checkbox{display:inline-flex!important;grid-auto-flow:column;align-items:center;gap:7px!important;color:var(--ui-copy)!important;font-weight:400!important}.checkbox input{accent-color:var(--ui-accent)}.has-error{animation:shake .35s ease}.brand--compact>span:last-child,.is-collapsed .sidebar .brand>span:last-child{display:none}.devices-summary i.green{background:var(--ui-online)!important}.devices-summary i.red{background:var(--ui-danger)!important}:root[data-theme=dark]{--ui-canvas: #15181c;--ui-canvas-deep: #101317;--ui-paper: #1d2126;--ui-paper-strong: #23272d;--ui-copy: #a8afa8;--ui-faint: #838a83;--ui-line: #2e333a;--ui-line-dark: #383e46;--ui-accent-soft: #3a241d;--ui-online: #3fa876;--ui-info: #6d8ef0;--ui-warning: #d08c3d;--ui-danger: #e06b78;--fg-a: #f2f0e8;--fg-b: #15181c;--fg-strong: #f4f2ea;--fg-on-dark: #f2f0e8;--chrome-bg: #0c0e11;--chrome-line: #262b31;--elev-3: #2a2e34;--elev-2: #23272d;--elev-1: #1d2126;--elev-0: #16191d;--elev-mid: #4a5058;--elev-dk: #2a3036;--line-0: #2b3037;--line-1: #2e333a;--line-2: #383e46;--line-3: #454b54;--line-4: #363c44;--line-5: #2b3138;color-scheme:dark}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .popover,:root[data-theme=dark] .avatar,:root[data-theme=dark] .login-story,:root[data-theme=dark] .fleet-instrument__lead,:root[data-theme=dark] .activity-panel,:root[data-theme=dark] .system-health,:root[data-theme=dark] .command-box,:root[data-theme=dark] .secure-card,:root[data-theme=dark] .one-click-setup__intro,:root[data-theme=dark] .file-toolbar,:root[data-theme=dark] .capture-output,:root[data-theme=dark] .terminal-window,:root[data-theme=dark] .not-found,:root[data-theme=dark] .toast{--fg-a: #121511;--fg-b: #fffef9;--fg-strong: #f4f2ea}:root[data-theme=dark] .app-shell .topbar{background:#15181cf7}:root[data-theme=dark] .app-shell .connect-button,:root[data-theme=dark] .app-shell .capture-start,:root[data-theme=dark] .app-shell .button--primary{color:#121511}:root[data-theme=dark] .app-shell .nav-item.is-active,:root[data-theme=dark] .app-shell .nav-item.is-active svg{color:#121511}:root[data-theme=dark] .app-shell .nav-item.is-active .nav-item__index{color:#8c5141}:root[data-theme=dark] .app-shell .text-button{color:#e08a6d}:root[data-theme=dark] .app-shell .settings-nav button.is-active{color:#f4f2ea}:root[data-theme=dark] .login-page .eyebrow{color:#da9281}:root[data-theme=dark] .login-card__relay{color:#91cab1}:root[data-theme=dark] .app-shell .text-button{color:#da9281}:root[data-theme=dark] .app-shell .one-click-setup__intro strong{color:#a7b4a7}:root[data-theme=dark] .app-shell .one-click-setup>small.one-click-setup__warning{color:#d69885}:root[data-theme=dark] .app-shell .instruction-card>div>span{color:#cd9e8e}:root[data-theme=dark] .app-shell .instruction-card button{color:#da9281}:root[data-theme=dark] .app-shell .notice{color:#c6ae95}:root[data-theme=dark] .app-shell .connection-test span{color:#95c6ad}:root[data-theme=dark] .app-shell .connection-test strong{color:#8dcdad}:root[data-theme=dark] .app-shell .secondary-action{color:#9cbfac}:root[data-theme=dark] .app-shell .security-hero p{color:#a0bbab}:root[data-theme=dark] .app-shell .transfer-queue__head svg{color:#d69685}:root[data-theme=dark] .app-shell .transfer-item>strong{color:#d49787}:root[data-theme=dark] .app-shell .capture-line--signal:before{color:#91caac}:root[data-theme=dark] .app-shell .connection-test button{color:#8dcdad}:root[data-theme=dark] .app-shell .connection-chip,:root[data-theme=dark] .app-shell .success-chip{color:#83d8b4}:root[data-theme=dark] .app-shell .step-head>span{color:#121511}:root[data-theme=dark] .app-shell .nav-item__index{color:#8b938a}.remote-shell,body.remote-session-active{--border: rgba(255,255,255,.075);--muted: #929bb0;--shadow: 0 18px 55px rgba(0,0,0,.26);color:#f3f5fa;font-family:var(--ui-font, "Instrument Sans", system-ui, sans-serif)}body.remote-session-active,body.remote-session-active #root{width:100%;height:100dvh;overflow:hidden;overscroll-behavior:none}.remote-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;width:100dvw;height:100dvh;overflow:hidden;overflow:clip;isolation:isolate;background:#08090c;overscroll-behavior:none}.desktop-stage{position:absolute;top:0;right:0;bottom:0;left:0;min-width:0;min-height:0;overflow:hidden;background:#08090c;overscroll-behavior:none;overflow-anchor:none}.desktop-stage.scaling-actual{overflow:auto;overscroll-behavior:contain;scrollbar-color:#383c45 #111318;scrollbar-width:thin}.desktop-surface{min-width:100%;min-height:100%;display:grid;place-items:center}.desktop-surface.scaling-fit{width:100%;height:100%}.desktop-surface.scaling-actual{width:max-content;height:max-content;place-items:start}.desktop-canvas{display:block;flex:none;width:auto;height:auto;background:#07080a;outline:0;border:0;touch-action:none;user-select:none;-webkit-user-select:none;cursor:default}.desktop-surface.scaling-fit .desktop-canvas{max-width:100%;max-height:100%}.desktop-surface.scaling-actual .desktop-canvas{max-width:none;max-height:none}.desktop-canvas:focus-visible{outline:1px solid rgba(255,255,255,.22);outline-offset:-1px}.viewer-chrome{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none}.session-pulse{width:7px;height:7px;border-radius:50%;background:#e5aa53;box-shadow:0 0 0 4px #e5aa531a}.session-pulse--connected{background:#52ca91;box-shadow:0 0 0 4px #52ca911a}.session-pulse--error,.session-pulse--disconnected{background:#e36d76;box-shadow:0 0 0 4px #e36d761a}.viewer-edge-handle{pointer-events:auto;position:absolute;left:0;top:0;bottom:0;width:19px;height:72px;margin-block:auto;display:grid;place-items:center;align-content:center;gap:12px;padding:0;border:1px solid rgba(255,255,255,.13);border-left:0;border-radius:0 9px 9px 0;background:#17191e;color:#a9adb6;box-shadow:5px 0 18px #00000038;cursor:pointer}.viewer-edge-handle:hover,.viewer-edge-handle:focus-visible{opacity:1!important;background:#202229}.viewer-edge-handle .session-pulse{width:5px;height:5px;box-shadow:none}.viewer-dock{pointer-events:auto;position:absolute;left:max(10px,env(safe-area-inset-left));top:0;bottom:0;width:52px;height:max-content;margin-block:auto;display:grid;place-items:center;gap:3px;padding:6px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#17191e;box-shadow:0 16px 42px #0000006b}.viewer-dock button,.viewer-dock__identity{position:relative;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:#9da2ad}.viewer-dock button{cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.viewer-dock button:hover,.viewer-dock button:focus-visible{color:#f4f5f7;background:#292c33}.viewer-dock button:active{transform:scale(.94)}.viewer-dock button.is-active{color:#fff;background:#30333b;box-shadow:inset 0 0 0 1px #ffffff12}.viewer-dock__identity{color:#d7dae0}.viewer-dock__identity .session-pulse{position:absolute;right:6px;bottom:6px;width:6px;height:6px;border:2px solid #17191e;box-sizing:content-box}.viewer-dock__divider{width:28px;height:1px;margin:2px 0;background:#ffffff17}.viewer-dock__quality small{position:absolute;right:5px;bottom:4px;min-width:13px;height:13px;display:grid;place-items:center;border-radius:4px;background:#363942;color:#d8dbe1;font:600 7px JetBrains Mono,monospace}.viewer-dock .viewer-dock__end{color:#ed858d}.viewer-dock .viewer-dock__end:hover,.viewer-dock .viewer-dock__end:focus-visible{color:#fff;background:#8f333c}.viewer-dock [data-tooltip]:after{content:attr(data-tooltip);position:absolute;z-index:20;left:calc(100% + 11px);top:50%;transform:translate(-5px,-50%);padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#202229;color:#e7e9ed;box-shadow:0 8px 24px #00000047;font-size:10px;font-weight:500;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,transform .14s ease,visibility .14s}.viewer-dock [data-tooltip]:hover:after,.viewer-dock [data-tooltip]:focus-visible:after{opacity:1;visibility:visible;transform:translateY(-50%)}.connecting-overlay{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:#0b0d11;color:#f0f1f3;text-align:center}.connecting-rings{width:46px;height:46px;position:relative;display:grid;place-items:center;margin-bottom:18px;color:#d4d7dd;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#15171c}.connecting-rings i:first-child{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid transparent;border-top-color:#7c818c;border-radius:16px;animation:spin 1.25s linear infinite}.connecting-rings i:nth-child(2){display:none}.connecting-overlay strong{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.connecting-overlay p{max-width:440px;margin:7px 0 16px;color:#828894;font-size:11px}.connecting-dots{display:flex;gap:5px}.connecting-dots i{width:4px;height:4px;border-radius:50%;background:#8f949e;animation:dots 1s infinite alternate}.connecting-dots i:nth-child(2){animation-delay:.2s}.connecting-dots i:nth-child(3){animation-delay:.4s}.connecting-exit{min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#191b20;color:#d8dbe1;cursor:pointer;font-size:11px}.clipboard-area{width:100%;min-height:150px;resize:vertical;background:#0c1019;border:1px solid var(--border);border-radius:9px;padding:12px;color:#d7dce7;outline:0}@media(max-height:600px){.viewer-dock{width:46px;gap:1px;padding:4px}.viewer-dock button,.viewer-dock__identity{width:36px;height:34px;border-radius:7px}.viewer-dock__divider{margin:1px 0}}@media(max-width:600px){.viewer-dock{left:max(7px,env(safe-area-inset-left))}.viewer-dock [data-tooltip]:after{display:none}.viewer-edge-handle{width:21px;height:68px}}
