#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;height:100vh;display:flex;flex-direction:column;overflow:hidden}.dark{--background:#1e1e1e;--deactive:#fffa;--active:#fff}.light{--background:#fffffe;--deactive:#000a;--active:#000}.splitpanes{flex-grow:1}.splitpanes .editor,.splitpanes iframe{width:100%;height:100%}.splitpanes iframe{background:#fff}*{padding:0;margin:0}* ::-webkit-scrollbar{width:6px;background:var(--background)}::-webkit-scrollbar-thumb{background:var(--deactive);border-radius:3px}a{text-decoration:none}