@charset "UTF-8";.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:-moz-max-content;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:#0000001a;border-top-color:#0000001a;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translate(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translate(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:#0000001f}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px #0002,0 .6px 2px #0000001a;min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{0%{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}/**
 * 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;-moz-user-select:none;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) *::-moz-selection{color:transparent}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;-moz-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{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;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}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-weight:100 700;font-display:block;src:url(./material-symbols-rounded-tC_aGHF0.woff2) format("woff2")}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}._fillImage_icgzl_1{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(./background-DNWDLk9r.jpg);background-size:cover;background-position:center;z-index:-1}._loader_1pba4_1{border-style:solid;border-color:#555;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_1pba4_1 1s linear infinite}@keyframes _rotation_1pba4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_uwsjd_1{display:inline-block;padding:8px 16px;background-color:#ffffff4d;color:#333;text-decoration:none;border:none;border-radius:20px;font-size:16px;box-shadow:0 2px 5px #0000004d;transition:box-shadow .1s ease-out,background-color .1s ease-out;margin:0 4px;cursor:pointer}._button_uwsjd_1:focus{box-shadow:0 4px 10px #00777780;outline:none}._button_uwsjd_1:hover{box-shadow:0 4px 10px #00000080}._button_uwsjd_1:active{background-color:#9999994d;box-shadow:0 2px 5px #0000004d;transition:box-shadow 0s ease-out,background-color .05s ease-out}._button_uwsjd_1:disabled,._button_uwsjd_1._disabled_uwsjd_27{background-color:#9999994d;box-shadow:none;cursor:not-allowed}._smallButton_uwsjd_33{display:inline-block;padding:4px 8px;background-color:#ffffff4d;color:#333;text-decoration:none;border:none;border-radius:10px;font-size:8px;box-shadow:0 2px 2.5px #0000004d;transition:box-shadow .1s ease-out,background-color .1s ease-out;margin:0 2px;cursor:pointer}._smallButton_uwsjd_33:focus{box-shadow:0 4px 5px #00777780;outline:none}._smallButton_uwsjd_33:hover{box-shadow:0 4px 5px #00000080}._smallButton_uwsjd_33:active{background-color:#9999994d;box-shadow:0 2px 2.5px #0000004d;transition:box-shadow 0s ease-out,background-color .05s ease-out}._smallButton_uwsjd_33:disabled,._smallButton_uwsjd_33._disabled_uwsjd_27{background-color:#9999994d;box-shadow:none;cursor:not-allowed}._menuBar_dh1fz_1{position:sticky;top:0;left:0;right:0;padding:8px 20px;box-shadow:0 4px 8px #0000004d;display:flex;align-items:center}._logo_dh1fz_12{font-weight:700;font-size:20px}._mainColumn_dh1fz_17{display:flex;flex-direction:column;align-items:center}._mainColumn_dh1fz_17>*{width:800px}._fileAccess_dh1fz_26 nav ul{display:flex;flex-flow:column;list-style:none;padding:0;margin:0}._fileAccess_dh1fz_26 nav ul li{display:flex;margin-bottom:1em}._fileAccess_dh1fz_26 nav ul a._appIcon_dh1fz_37{margin:0 1em 0 0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px;width:64px;height:64px;flex-grow:0;flex-shrink:0}._fileAccess_dh1fz_26 nav ul a._appIcon_dh1fz_37 img{max-width:64px}._tokens-table_dh1fz_53{width:100%;border-collapse:collapse}._tokens-table_dh1fz_53 td{text-align:center;white-space:nowrap}._tokens-newForm_dh1fz_61{display:flex;align-items:center;margin:.25em}._tokens-expired_dh1fz_66{background-color:#f003}._schemaBrowserLink_dh1fz_70{margin-left:1em}._glassEffect_7hsio_1{background-color:#bfbfbf80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._panel_7hsio_6{margin:1em;box-shadow:0 4px 8px #0000004d;border-radius:8px;padding:.5em 1em}._panel_7hsio_6 h2{margin:.5em 0}._panel_7hsio_6 section{padding:8px 4px}._backdrop_1cy02_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000040;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._backdropenter_1cy02_10{opacity:0}._backdrop-enterActive_1cy02_13{opacity:1;transition:opacity .2s}._backdrop-exit_1cy02_17{opacity:1}._backdrop-exitActive_1cy02_20{opacity:0;transition:opacity .2s,transform .2s}._dialogWrapper_1cy02_25{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100vw;height:100vh}._dialog_1cy02_25{max-height:calc(100vh - 40px);overflow:auto;box-sizing:border-box;padding:20px;background-color:#ffffff80;border-radius:8px;box-shadow:0 0 10px #00000040}._dialog-enter_1cy02_45{opacity:0;transform:scale(.9)}._dialog-enterActive_1cy02_49{opacity:1;transform:scale(1);transition:opacity .2s,transform .2s}._dialog-enterDone_1cy02_54{transform:none}._dialog-exit_1cy02_57{opacity:1}._dialog-exitActive_1cy02_60{opacity:0;transform:scale(.9);transition:opacity .2s,transform .2s}._code_15mwn_1{font-family:monospace;background-color:#7777ff20;border-radius:4px}._block_15mwn_7{padding:.25em .5em;white-space:pre-wrap}._progress_4mtqo_1{width:100%;height:10px;background-color:#ffffff4d;border-radius:5px;overflow:hidden;box-shadow:0 2px 5px #0000004d;margin:8px 0}._progressBar_4mtqo_11{height:100%;background:linear-gradient(to bottom,#77f,#55a);transition:width .3s ease-out}._indeterminate_4mtqo_17{height:100%;background:linear-gradient(to right,#77f,#55a);animation:_indeterminateAnimation_4mtqo_1 1s infinite}@keyframes _indeterminateAnimation_4mtqo_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._events_xfxel_1{width:50vw}._inspector_xfxel_5{min-height:70vh}._myPodEntry_1lksq_1{display:flex;align-items:center;margin:0;padding:4px 0;border-radius:4px;transition:background-color .1s}._myPodEntry_1lksq_1:hover{box-shadow:0 0 8px #0000001a}._status_1lksq_13{color:#555}._entryEnter_1lksq_17{opacity:0;transform:translate(10%)}._entryEnterActive_1lksq_22{opacity:1;transform:translate(0);transition:opacity .4s,transform .4s}._entryExit_1lksq_28{opacity:1;transform:translate(0)}._entryExitActive_1lksq_33{opacity:0;transform:translate(10%);transition:opacity .4s,transform .4s}._yaml_ciczc_1{font-family:monospace;white-space:pre-wrap;word-wrap:break-word;overflow:auto;width:800px;min-height:400px;max-height:calc(100vh - 200px);border-style:none;font-size:9pt;background-color:#000000bf;color:#ddd;padding:8px;border-radius:8px}._yaml_ciczc_1:focus{outline:solid 2px #077;box-shadow:0 0 8px #077}._yaml_ciczc_1:disabled{opacity:.5}._error_jls1n_1{color:red}._newsPanel_1bdkq_1 table{margin:8px auto;border-collapse:collapse;overflow:hidden;border-radius:12px;box-shadow:0 0 4px #00000080;background-color:#ffffff20}._newsPanel_1bdkq_1 table th,._newsPanel_1bdkq_1 table td{padding:8px;border:.5px solid rgba(0,0,0,.1)}._newsPanel_1bdkq_1 em{color:#a00;font-weight:700;font-style:normal}._groups_3t17d_1{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}._groups_3t17d_1 li{padding:4px;font-size:small;background-color:#0000ff20;box-shadow:0 0 4px #00000040;border-radius:8px;margin:4px}body{margin:0;background-color:#777;height:100vh;overflow:hidden}body{color:#333;font-family:sans-serif}a{color:#335}[aria-invalid=true]{outline:solid 4px rgba(255,0,0,.25)}summary{cursor:pointer;border-radius:12px;padding:4px 8px}summary:hover{box-shadow:0 0 8px #00000040}input{opacity:.9;margin:.25em;border:none;border-radius:4px;padding:4px;box-shadow:0 0 4px #00000040;font-size:medium}select{font-size:large}
