:root{--app-safe-width:min(100vw,100%);--app-safe-height:100dvh}*{margin:0;padding:0;box-sizing:border-box}#app,body,html{width:100%;height:100%;min-height:100%}#app,body{overflow:hidden}#app{width:var(--app-safe-width);height:var(--app-safe-height);min-height:100vh;min-width:0}#app.app-mobile-browser{min-height:100dvh;height:100dvh;overflow-x:hidden;overflow-y:hidden}#app.app-mobile-browser .el-dialog{width:min(92vw,720px)!important;margin-top:4vh!important}.el-container,.el-main{height:100%;min-height:0}.xterm,.xterm-screen,.xterm-viewport{width:100%!important;height:100%!important}.xterm{padding:10px;border-radius:4px}.xterm-viewport{background-color:#1e1e1e!important}.xterm-screen,.xterm-viewport{border-radius:4px}.xterm-viewport::-webkit-scrollbar{width:8px;background-color:#2d2d2d}.xterm-viewport::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.xterm-viewport::-webkit-scrollbar-thumb:hover{background-color:#666}.xterm-cursor{animation:xterm-cursor-blink 1s infinite}@keyframes xterm-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}