:root{--main-color:#e9eaec;--darker-color:#c4c4c4;--error-color:rgba(255,30,0,.274)}.container{height:100vh;width:100%}.container,.wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;overflow:hidden}.wrapper{height:400px;margin:auto;min-width:600px}.watermark-logo{fill:#e9eaec;fill:var(--main-color)}.watermark-error,.watermark-logo{margin-bottom:-.5em;vertical-align:middle}.watermark-error{fill:rgba(255,30,0,.274);fill:var(--error-color)}.watermark-text{color:#c4c4c4;color:var(--darker-color);text-align:center;width:100%}.title{font-size:2em;font-weight:700;margin-top:-1em}.description,.message{font-size:1.2em;white-space:pre-wrap}.container.dense .title{font-size:1.2em}.container.dense .description,.container.dense .message{font-size:.875rem}.container.dense svg{margin-bottom:8px}.container.dense{height:auto}.react-split{flex:1 1;height:100%;position:relative;width:100%}.react-split__pane{overflow:hidden;white-space:normal}.react-split__pane,.react-split__sash{height:100%;position:absolute;width:100%}.react-split__sash{top:0;transition:background-color .1s;z-index:2}.react-split__sash--disabled{pointer-events:none}.react-split__sash--vertical{cursor:col-resize}.react-split__sash--horizontal{cursor:row-resize}.react-split__sash-content{height:100%;width:100%}.react-split__sash-content--active{background-color:#175ede}.react-split--dragging.react-split--vertical{cursor:col-resize}.react-split--dragging.react-split--horizontal{cursor:row-resize}body.react-split--disabled{-webkit-user-select:none;user-select:none}.split-sash-content{height:100%;width:100%}.split-sash-content.split-sash-content-vscode.split-sash-content-active{background-color:#175ede}:root{--size:100px;--clr-bg:#272324;--clr1:#92b4f0;--clr2:#75a0eb;--clr3:#5483d6;--clr4:#3466bf;--clr5:#1146a6}*,:after,:before{box-sizing:border-box}.spinner{--animation-duration:1000ms;align-items:center;display:flex;gap:4px;height:100px;height:var(--size);justify-content:center;width:100px;width:var(--size)}@keyframes spinner5{25%{transform:scaleY(2)}50%{transform:scaleY(1)}}.spinner-item{animation:spinner5 var(--animation-duration) ease-in-out infinite;background-color:var(--clr-spinner);border-radius:5px;height:40%;width:7.69231px;width:calc(var(--size)/13)}.spinner-item:first-child{--clr-spinner:var(--clr1)}.spinner-item:nth-child(2){--clr-spinner:var(--clr3);animation-delay:calc(var(--animation-duration)/10)}.spinner-item:nth-child(3){--clr-spinner:var(--clr5);animation-delay:calc(var(--animation-duration)/10*2)}.spinner-item:nth-child(4){--clr-spinner:var(--clr4);animation-delay:calc(var(--animation-duration)/10*3)}.spinner-item:nth-child(5){--clr-spinner:var(--clr2);animation-delay:calc(var(--animation-duration)/10*4)}