.nr-surface{position:absolute;padding:14px;background:#09090bb8;border:1px solid rgba(255,255,255,.08);border-radius:12px;display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 30px #00000059;color:#e4e4e7}.nr-panel{top:16px;left:16px;max-width:300px}.nr-mode-toggle{top:16px;right:16px;padding:8px 20px}.nr-xr-enter{top:60px;right:16px;padding:8px 20px;flex-direction:row}.nr-xr-enter--ar{top:104px}.nr-bottom-tools{position:absolute;bottom:64px;left:50%;transform:translate(-50%);display:flex;flex-direction:row;gap:8px}.nr-bottom-tools .nr-surface{position:static;flex-direction:row;padding:8px 20px}.nr-console{bottom:0;left:0;right:0;width:100%;gap:8px;border-radius:0;border-left:none;border-right:none;border-bottom:none;box-sizing:border-box}.nr-section-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#71717a}.nr-checkbox-label{font-size:12px;display:flex;gap:6px;align-items:center;color:#a1a1aa;cursor:pointer}.nr-row{display:flex;flex-wrap:nowrap;gap:6px}.nr-row--wrap{flex-wrap:wrap}.nr-btn{background:#ffffff0f;color:#e4e4e7;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:5px 11px;cursor:pointer;font-size:12px;font-weight:500;transition:background .15s ease}.nr-btn--active{background:#e4e4e7;color:#09090b;border:1px solid #e4e4e7}.nr-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.nr-btn--mode{min-width:0;padding:3px;font-size:11px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nr-btn--primary{background:#e4e4e7;color:#09090b;border:1px solid #e4e4e7;font-weight:600;align-self:flex-start;padding:6px 20px;transition:background .15s ease,transform .08s ease,filter .12s ease,box-shadow .12s ease}.nr-btn--primary:hover{filter:brightness(1.05)}.nr-btn--primary:active{transform:translateY(2px);filter:brightness(.9);box-shadow:0 1px 4px #0006}.nr-btn-ghost{background:transparent;color:#71717a;border:none;cursor:pointer;font-size:11px;padding:0}.nr-terminal-header{display:flex;align-items:center;justify-content:space-between}.nr-terminal-title{display:flex;align-items:center;gap:8px;background:transparent;border:none;padding:0;cursor:pointer}.nr-caret{color:#71717a;font-size:14px;line-height:1;transition:transform .15s ease;display:inline-block}.nr-caret--open{transform:rotate(90deg)}.nr-textarea{width:100%;height:150px;font-family:SF Mono,JetBrains Mono,ui-monospace,Menlo,monospace;font-size:11px;line-height:1.5;background:#0006;color:#d4d4d8;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px;resize:vertical;outline:none;box-sizing:border-box}.nr-log-box{max-height:140px;overflow-y:auto;font-family:SF Mono,JetBrains Mono,ui-monospace,Menlo,monospace;font-size:11px;line-height:1.6;color:#a1a1aa;background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px}.nr-log-empty{opacity:.4}.nr-log-line{white-space:pre-wrap;word-break:break-word}.nr-log-gutter{color:#3f3f46;-webkit-user-select:none;user-select:none}.nr-terminal-label{display:block;margin:8px 0 4px}.nr-codeview{height:150px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;margin-bottom:8px}.nr-codeview .cm-editor{height:100%;font-size:12px}.nr-terminal{height:140px;overflow:hidden;background:#0b0b0d;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px 8px;box-sizing:border-box}.nr-terminal .xterm{height:100%}.nr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(circle at center,#18181b,#09090b);color:#e4e4e7;z-index:10}.nr-loading-title{font-size:18px;font-weight:600}.nr-loading-sub{font-size:13px;color:#9ca3af}.nr-bar-track{position:relative;width:280px;height:8px;border-radius:999px;background:#ffffff1a;overflow:hidden}.nr-bar-fill{height:100%;background:#e4e4e7;border-radius:999px;transition:width .25s ease}.nr-bar-fill--indet{position:absolute;width:40%;animation:nr-indet 1s ease-in-out infinite}.nr-centered{display:grid;place-items:center;height:100%;color:#aaa}.nr-editor-shell{position:relative;width:100%;height:100%}.nr-toolbar{position:absolute;top:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px;background:#09090bb8;border:1px solid rgba(255,255,255,.08);border-radius:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.nr-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;color:#e4e4e7;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:7px 9px;cursor:pointer;font-size:12px;font-weight:500}.nr-toolbar-btn--active{background:#e4e4e7;color:#09090b;border:1px solid #e4e4e7}.nr-toolbar--empty .nr-toolbar-btn{opacity:.45}.nr-toolbar-hint{font-size:10px;color:#afafb1;padding:0 6px;font-family:ui-monospace,monospace}.nr-entity-label-wrap{pointer-events:none;-webkit-user-select:none;user-select:none}.nr-entity-label{padding:2px 7px;border-radius:6px;background:#09090bcc;border:1px solid #67cffc;color:#e4e4e7;font-size:12px;font-weight:300;font-family:ui-sans-serif,system-ui,sans-serif;white-space:nowrap}/**
 * 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-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{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.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}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}
