:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body,html{margin:0;padding:0;overflow:hidden;height:100vh;width:100vw}html{background-color:#1e1e1e}body{background-color:var(--vscode-editorWidget-background,#1e1e1e);color:var(--vscode-editorWidget-foreground,#cccccc)}#workbench-container{height:100vh;display:flex;flex-direction:column}#workbench-top{display:flex;gap:0;flex:1 1;min-height:0}#sidebarDiv,#sidebarRightDiv{display:flex;flex:none;border:1px solid var(--vscode-editorWidget-border)}#sidebar{width:300px}#editorsDiv{flex:1 1;min-width:0}#editors{position:relative;min-width:0;height:100%;border:1px solid var(--vscode-editorWidget-border)}#sidebar-right{max-width:500px}#auxiliaryBar,#auxiliaryBar-left{max-width:300px}#panel{display:none;flex:1 1;border:1px solid var(--vscode-editorWidget-border);min-height:0}#titleBar{position:relative;flex:none}#banner{flex:none}