.app-container{display:flex;height:calc(100vh - var(--navbar-height));width:100vw;overflow:hidden;margin-top:var(--navbar-height)}.sidebar-container{width:50px;height:100%;flex-shrink:0;z-index:10}.main-container{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-top:var(--navbar-height)}.content-container{display:flex;flex:1;overflow:hidden}.history-panel-container{width:250px;height:100%;overflow-y:auto;transition:width .3s ease;border-right:1px solid var(--sidebar-border)}.history-panel-collapsed{width:0;overflow:hidden}.editor-container{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.editor-area{flex:1;display:flex;overflow:hidden}.sql-editor{flex:1;border-right:1px solid var(--sidebar-border)}.result-area{flex:1;height:100%;overflow:auto;padding:10px;background-color:var(--background)}@media (max-width:768px){.editor-area{flex-direction:column}.result-area,.sql-editor{flex:none;height:50%;width:100%}.sql-editor{border-right:none;border-bottom:1px solid var(--sidebar-border)}}.full-height-llm-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:var(--background)}.lower-content,.upper-content{height:100%;width:100%;overflow:hidden}.database-flow-container{width:100%!important;height:100%!important;position:relative}.lower-left-content,.lower-left-panel{height:100%;width:100%;overflow:hidden}.sql-editor-container{position:relative;width:100%;height:100%}.sql-editor{width:100%;height:100%;overflow:hidden;border-radius:4px}.shortcut-tooltip{display:flex;align-items:center;padding:4px 0}.shortcut-icon{font-size:1.5em!important;margin-left:4px;margin-right:2px}.shortcut-plus{margin:0 2px}.monaco-editor .monaco-hover,.monaco-editor .parameter-hints-widget,.monaco-editor .suggest-widget{z-index:9999!important}.monaco-editor .monaco-editor-background,.monaco-editor .monaco-editor-background .margin,.monaco-editor .monaco-editor-background .monaco-editor-hover{z-index:1!important}.monaco-editor .view-lines{z-index:2!important}.monaco-editor .cursor{z-index:3!important}.monaco-editor .monaco-hover .hover-contents,.monaco-editor .monaco-hover .hover-contents .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .parameter-hints-widget-wrapper,.monaco-editor .suggest-widget .details,.monaco-editor .suggest-widget .details .body,.monaco-editor .suggest-widget .details .header,.monaco-editor .suggest-widget .monaco-list .monaco-list-row,.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label,.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{color:#ffffff!important}