.App{height:100vh;text-align:center;width:100%}.AppMain{bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.loading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;text-align:center;width:100%}.loading>img{height:20px}a{color:"white"}:root{--bstdio-red:#dc0000;--bstdio-light-red:#c80000;--bstdio-pink:#fd57ff;--bstdio-orange:#ff8b2e;--bstdio-green:#00b929;--bstdio-blue:#1772ff;--bstdio-purple:#a15cff;--bstdio-yellow:#ffd866;--bstdio-lighter-blue:#57aaee;--bstdio-dark-blue:#2390e9;--bstdio-grey:#bbb;--bstdio-light-grey:#f9f9f9;--bstdio-white:#fff;--bstdio-color:#fff;--bstdio-light-color:#9e9e9e;--bstdio-highlight-color:#cfcfcf;--bstdio-primary:#1f201c;--bstdio-secondary:#262722;--bstdio-code-background:#2e2f28;--bstdio-code-highlight-background:#373831;--bstdio-code-highlighter-background:#3f4139;--bstdio-code-color:#fff;--bstdio-dark-color:#fff;--bstdio-dark-background:#1f201c;--bstdio-top-bar-height:0px;--bstdio-top-bar-icon-font-size:1.2rem;--bstdio-top-bar-btn-padding-w:10px;--bstdio-shadow-color:#000;--bstdio-tiny-shadow:1px 1px 0px var(--bstdio-shadow-color);--bstdio-tiny-shadow-blurred:1px 1px 2px var(--bstdio-shadow-color);--bstdio-small-shadow:1px 1px 0px var(--bstdio-shadow-color);--bstdio-small-shadow-blurred:2px 2px 4px var(--bstdio-shadow-color);--bstdio-medium-shadow:1px 1px 0px var(--bstdio-shadow-color);--bstdio-medium-shadow-blurred:2px 2px 8px 2px var(--bstdio-shadow-color);--bstdio-large-shadow-blurred:2px 2px 16px 4px var(--bstdio-shadow-color);--bstdio-shade-color:#0009;--bstdio-hover-up-and-down:hoverUpAndDown 2s linear infinite;--bstdio-loading-rotation:loading 2s linear infinite;--bstdio-blue-glow-small:0px 0px 3px var(--bstdio-blue);--bstdio-blue-glow-large:0px 0px 10px var(--bstdio-blue);--bstdio-blue-glow:blueGlow 2s linear infinite;--bstdio-pink-glow-small:0px 0px 3px var(--bstdio-pink);--bstdio-pink-glow-large:0px 0px 10px var(--bstdio-pink);--bstdio-pink-glow:pinkGlow 2s linear infinite;--bstdio-big-pink-glow-small:0px 0px 3px 2px var(--bstdio-pink);--bstdio-big-pink-glow-large:0px 0px 10px 5px var(--bstdio-pink);--bstdio-big-pink-glow:bigPinkGlow 1s linear infinite;--bstdio-white-glow-small:0px 0px 3px var(--bstdio-white);--bstdio-white-glow-large:0px 0px 10px var(--bstdio-white);--bstdio-white-glow:whiteGlow 2s linear infinite;--bstdio-modal-haze:#00000080;--bstdio-component-width:170px;--bstdio-component-height:50px}html[data-theme=light]{--bstdio-color:#000;--bstdio-light-color:#9c9c9c;--bstdio-highlight-color:#464646;--bstdio-code-color:#000;--bstdio-modal-haze:#0000004d;--bstdio-secondary:#f3f6fd;--bstdio-code-background:#f3f6fd;--bstdio-code-highlight-background:#f3f6fd;--bstdio-code-highlighter-background:#f3f6fd;--bstdio-shadow-color:#0000004d;--bstdio-shade-color:#fffbeb99}.bstdioTopActionBtn{background-color:#2e2f28;background-color:var(--bstdio-code-background);border:none;border-radius:10px;box-shadow:1px 1px 0 #000;box-shadow:var(--bstdio-tiny-shadow);color:#fff;color:var(--bstdio-white);cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;margin-left:10px;padding:5px;text-align:center;transition:color .2s,background-color .2s,box-shadow .2s}.bstdioTopExtraBtn{font-weight:700;width:80px}.bstdioTextBtn{background:none;border:none;color:#2390e9;color:var(--bstdio-dark-blue);cursor:pointer;font-size:.8em;font-weight:700}.bstdioTextBtn:hover{color:#57aaee;color:var(--bstdio-lighter-blue)}.bstdioCloseBtn{background-color:#2e2f28;background-color:var(--bstdio-code-background);border-radius:8px;font-size:.7rem;margin:0 5px;padding:4px 6px}.bstdioCloseBtn,.bstdioEmojiBtn{color:#fff;color:var(--bstdio-color);text-decoration:none}.bstdioEmojiBtn{font-size:1.2rem}button.bstdioEmojiBtn{background-color:initial;border:none;cursor:pointer;font-size:1.2rem;margin:0;padding:0;text-decoration:underline}.vertAligned{align-items:center;column-gap:10px;display:flex;flex-direction:row}@keyframes hoverUpAndDown{0%{bottom:0;position:relative}50%{bottom:15px;position:relative}to{bottom:0;position:relative}}@keyframes blueGlow{0%{box-shadow:0 0 3px #1772ff;box-shadow:var(--bstdio-blue-glow-small)}50%{box-shadow:0 0 10px #1772ff;box-shadow:var(--bstdio-blue-glow-large)}to{box-shadow:0 0 3px #1772ff;box-shadow:var(--bstdio-blue-glow-small)}}@keyframes pinkGlow{0%{box-shadow:0 0 3px #fd57ff;box-shadow:var(--bstdio-pink-glow-small)}50%{box-shadow:0 0 10px #fd57ff;box-shadow:var(--bstdio-pink-glow-large)}to{box-shadow:0 0 3px #fd57ff;box-shadow:var(--bstdio-pink-glow-small)}}@keyframes bigPinkGlow{0%{box-shadow:0 0 3px 2px #fd57ff;box-shadow:var(--bstdio-big-pink-glow-small)}50%{box-shadow:0 0 10px 5px #fd57ff;box-shadow:var(--bstdio-big-pink-glow-large)}to{box-shadow:0 0 3px 2px #fd57ff;box-shadow:var(--bstdio-big-pink-glow-small)}}@keyframes whiteGlow{0%{box-shadow:0 0 3px #fff;box-shadow:var(--bstdio-white-glow-small)}50%{box-shadow:0 0 10px #fff;box-shadow:var(--bstdio-white-glow-large)}to{box-shadow:0 0 3px #fff;box-shadow:var(--bstdio-white-glow-small)}}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:996px){:root{--bstdio-top-bar-height:0px;--bstdio-top-bar-icon-font-size:1.2em;--bstdio-top-bar-btn-padding-w:5px}}