.code-editor{position:relative;border-color:var(--border-color)!important}.code-editor .monaco-editor{outline:none!important}.code-editor.code-editor--stack{flex-direction:column;display:flex}.code-editor .code-editor-body{flex:auto;min-height:0;position:relative;overflow:hidden}.code-editor .code-editor-actions{z-index:1;gap:4px;display:flex;position:absolute;top:10px;right:10px}.code-editor .code-editor-action{color:#505050a6;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fffc;border:0;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.code-editor .code-editor-action:hover,.code-editor .code-editor-action.is-active{color:var(--text-color);background:#e6e6e6e6}.code-editor-lightweight-content{resize:none;width:100%;height:100%;color:var(--text-color);background:var(--input-bg);font-family:var(--code-font-family);tab-size:4;border:0;outline:0;margin:0;padding:16px 52px 16px 16px;display:block;overflow:auto}.monaco-editor .code-search-match{background:#ffaa0059;border-radius:2px}.code-search-panel{z-index:3;border-top:1px solid var(--border-color);background:var(--card-bg);flex-direction:column;flex:none;max-height:55%;display:flex;overflow:hidden}.code-search-bar{align-items:center;gap:6px;padding:8px 10px;display:flex}.code-search-input{border:1px solid var(--border-color);min-width:0;height:32px;color:var(--text-color);background:var(--input-bg);border-radius:6px;outline:none;flex:auto;padding:0 10px;font-size:14px}.code-search-input:focus{border-color:var(--color-primary,#1677ff);box-shadow:0 0 0 2px #1677ff26}.code-search-toggles,.code-search-nav{flex:none;align-items:center;gap:2px;display:flex}.code-search-toggle,.code-search-navbtn{color:#505050b3;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:inline-flex}.code-search-toggle:hover:not(:disabled),.code-search-toggle.is-active,.code-search-navbtn:hover:not(:disabled),.code-search-navbtn.is-active{color:var(--text-color);background:#e6e6e6e6}.code-search-toggle:disabled,.code-search-navbtn:disabled{opacity:.4;cursor:default}.code-search-count{text-align:right;color:#505050b3;white-space:nowrap;flex:none;min-width:56px;font-size:12px}.code-search-results{border-top:1px solid var(--border-color);flex:auto;min-height:0;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.code-search-result{text-align:left;width:100%;color:var(--text-color);cursor:pointer;font-family:var(--code-font-family);background:0 0;border:0;align-items:baseline;gap:8px;padding:3px 10px;font-size:12.5px;display:flex}.code-search-result:hover{background:#e6e6e680}.code-search-result.is-active{background:#ffaa002e}.code-search-result-line{text-align:right;color:#50505099;-webkit-user-select:none;user-select:none;flex:none;min-width:34px}.code-search-result-text{text-overflow:ellipsis;white-space:pre;flex:auto;overflow:hidden}.code-search-result-text mark{color:inherit;background:#ffaa0073;border-radius:2px;padding:0 1px}.code-search-truncated{color:#505050b3;padding:6px 10px;font-size:12px}:root.dark .code-editor{border-color:var(--border-color)!important}:root.dark .code-editor .code-editor-action{color:#ffffff8c;background:#1e1e1ecc}:root.dark .code-editor .code-editor-action:hover,:root.dark .code-editor .code-editor-action.is-active{color:#fff;background:#464646e6}:root.dark .code-search-toggle,:root.dark .code-search-navbtn{color:#fff9}:root.dark .code-search-toggle:hover:not(:disabled),:root.dark .code-search-toggle.is-active,:root.dark .code-search-navbtn:hover:not(:disabled),:root.dark .code-search-navbtn.is-active{color:#fff;background:#464646e6}:root.dark .code-search-count,:root.dark .code-search-result-line,:root.dark .code-search-truncated{color:#ffffff80}:root.dark .code-search-result:hover{background:#46464680}:root.dark .code-search-result.is-active{background:#ffaa0038}
