@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600&family=Roboto+Mono:wght@400;500&display=swap";:root{--sans: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "Roboto Mono", "SFMono-Regular", ui-monospace, monospace;--grad-green: linear-gradient(195deg, #66bb6a, #43a047);--grad-amber: linear-gradient(195deg, #ffa726, #fb8c00);--grad-red: linear-gradient(195deg, #ef5350, #e53935);--grad-blue: linear-gradient(195deg, #49a3f1, #1a73e8);--grad-gray: linear-gradient(195deg, #747b8a, #495361);--grad-dark: linear-gradient(195deg, #42424a, #191919);--glow-green: rgba(76,175,80,.32);--glow-amber: rgba(251,140,0,.32);--glow-red: rgba(244,67,53,.32);--glow-blue: rgba(26,115,232,.32);--glow-gray: rgba(123,128,154,.3);--glow-dark: rgba(64,64,64,.28)}:root,:root[data-theme=dark]{color-scheme:dark;--px-bg: #0e1220;--px-panel: #1a2036;--px-panel2: #222a43;--px-ink: #e9eefc;--px-dim: #9aa6c6;--px-faint: #646f93;--px-line: #2b3450;--px-line2: #252e49;--px-subtle: rgba(255,255,255,.06);--px-subtleBd: rgba(255,255,255,.12);--px-green: #66bb6a;--px-amber: #ffa726;--px-red: #ef5350;--px-blue: #4f9bff;--px-gray: #8a93ad;--px-shadow: 0 6px 20px rgba(0,0,0,.45);--px-shadowSm: 0 2px 6px rgba(0,0,0,.4);--px-scrollbar: rgba(255,255,255,.15);--px-autofill: #222a43}:root[data-theme=light]{color-scheme:light;--px-bg: #f0f2f5;--px-panel: #ffffff;--px-panel2: #f8f9fa;--px-ink: #344767;--px-dim: #67748e;--px-faint: #9ca5b8;--px-line: #e9ecef;--px-line2: #eef1f5;--px-subtle: #f0f2f5;--px-subtleBd: #e3e7ee;--px-green: #4caf50;--px-amber: #fb8c00;--px-red: #f44335;--px-blue: #1a73e8;--px-gray: #7b809a;--px-shadow: 0 2px 8px rgba(54,71,103,.08), 0 1px 3px rgba(54,71,103,.05);--px-shadowSm: 0 1px 3px rgba(54,71,103,.1);--px-scrollbar: rgba(54,71,103,.25);--px-autofill: #f8f9fa}html,body{background:var(--px-bg);color:var(--px-ink)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--px-scrollbar);border-radius:3px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--px-autofill) inset!important;-webkit-text-fill-color:var(--px-ink)!important;caret-color:var(--px-ink)}:root,:root[data-theme=dark]{--login-glow: rgba(26,115,232,.16)}:root[data-theme=light]{--login-glow: rgba(26,115,232,.12)}.login-stage{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.login-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(125% 125% at 18% 100%,var(--px-panel),var(--px-bg) 68%)}.login-bg svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.login-bg .login-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(70% 60% at 26% 92%,var(--login-glow),transparent 60%)}.contour-line{fill:none;stroke:var(--px-blue);will-change:transform}@media(prefers-reduced-motion:no-preference){.contour-line{animation:contour-drift var(--dur) ease-in-out infinite alternate}}@keyframes contour-drift{0%{transform:translate(0)}to{transform:translate(var(--shift))}}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}
