@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";.xterm{cursor:text;-webkit-user-select:none;user-select:none;position:relative}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{z-index:5;position:absolute;top:0}.xterm .xterm-helper-textarea{opacity:0;z-index:-5;white-space:nowrap;resize:none;border:0;width:0;height:0;margin:0;padding:0;position:absolute;top:0;left:-9999em;overflow:hidden}.xterm .composition-view{color:#fff;white-space:nowrap;z-index:1;background:#000;display:none;position:absolute}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{cursor:default;background-color:#000;position:absolute;inset:0;overflow-y:scroll}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;top:0;left:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{visibility:hidden;line-height:normal;display:inline-block;position:absolute;top:0;left:-9999em}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{z-index:10;color:#0000;pointer-events:none;position:absolute;inset:0}.xterm .xterm-accessibility-tree:not(.debug) ::selection{color:#0000}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:underline double;text-decoration:underline double}.xterm-underline-3{-webkit-text-decoration:underline wavy;text-decoration:underline wavy}.xterm-underline-4{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.xterm-underline-5{-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:underline overline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;pointer-events:none;position:absolute;top:0;right:0}.xterm-decoration-top{z-index:2;position:relative}:root{--bg-titlebar:#1f1f1f;--bg-activity:#181818;--bg-sidebar:#1e1e1e;--bg-editor:#1e1e1e;--bg-panel:#1e1e1e;--bg-statusbar:#007acc;--bg-input:#313131;--bg-tab:#2d2d2d;--bg-tab-active:#1e1e1e;--bg-hover:#2a2d2e;--bg-selection:#04395e;--bg-context-menu:#252526;--bg-badge:#4d78cc;--bg-button:#0e639c;--bg-button-hover:#17b;--bg-welcome:#1e1e1e;--fg-primary:#ccc;--fg-secondary:#969696;--fg-muted:#6a6a6a;--fg-bright:#e7e7e7;--fg-accent:#75beff;--fg-icon:#c5c5c5;--fg-icon-active:#fff;--fg-statusbar:#fff;--fg-button:#fff;--fg-error:#f48771;--fg-warning:#cca700;--fg-success:#89d185;--fg-link:#3794ff;--border-primary:#2b2b2b;--border-active:#007acc;--border-focus:#007fd4;--border-tab:#252526;--titlebar-height:32px;--activity-width:48px;--sidebar-width:260px;--statusbar-height:24px;--panel-height:300px;--tab-height:36px;--font-ui:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Cascadia Code", "Fira Code", Consolas, monospace;--font-size:13px;--font-size-sm:11px;--font-size-xs:10px;--transition-fast:.12s ease;--transition-normal:.2s ease;--shadow-popup:0 4px 16px #0006;--shadow-widget:0 2px 8px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-ui);font-size:var(--font-size);color:var(--fg-primary);background:var(--bg-editor);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{flex-direction:column;height:100%;display:flex;overflow:hidden}button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;outline:none}input,select{font:inherit;color:var(--fg-primary);background:var(--bg-input);border:1px solid var(--border-primary);transition:border var(--transition-fast);border-radius:4px;outline:none;padding:4px 8px}input:focus,select:focus{border-color:var(--border-focus)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7979794d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#79797980}::-webkit-scrollbar-corner{background:0 0}#titlebar{height:var(--titlebar-height);background:var(--bg-titlebar);-webkit-app-region:drag;-webkit-user-select:none;user-select:none;z-index:200;border-bottom:1px solid #0003;justify-content:space-between;align-items:center;padding:0 12px;display:flex;position:relative;overflow:visible}.titlebar-left{align-items:center;gap:8px;display:flex}.app-icon{color:var(--fg-accent);font-size:16px}.app-title{font-size:var(--font-size);color:var(--fg-secondary);letter-spacing:.3px;font-weight:600}.titlebar-center{font-size:var(--font-size-sm);color:var(--fg-secondary);-webkit-app-region:no-drag;align-items:center;gap:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.titlebar-sep{opacity:.3}.workspace-picker{-webkit-app-region:no-drag;position:relative}.workspace-btn{color:var(--fg-secondary);font-family:var(--font-ui);font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;transition:all .15s;display:flex}.workspace-btn:hover{border-color:var(--border-primary);color:var(--fg-bright);background:#ffffff0f}.workspace-dropdown{background:var(--bg-sidebar);border:1px solid var(--border-primary);min-width:200px;box-shadow:var(--shadow-popup);z-index:1000;border-radius:6px;padding:4px 0;animation:.15s fadeIn;position:absolute;top:100%;left:0}.workspace-dropdown.hidden{display:none}.workspace-dropdown-item{width:100%;color:var(--fg-primary);font-family:var(--font-ui);cursor:pointer;text-align:left;-webkit-app-region:no-drag;background:0 0;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.workspace-dropdown-item:hover{background:#ffffff0f}.workspace-dropdown-item.active{color:var(--fg-accent)}.workspace-dropdown-item .ws-delete{opacity:0;color:var(--fg-secondary);cursor:pointer;margin-left:auto}.workspace-dropdown-item:hover .ws-delete{opacity:1}.workspace-dropdown-item .ws-delete:hover{color:#f44}.workspace-dropdown-divider{background:var(--border-primary);height:1px;margin:4px 0}.titlebar-right{align-items:center;display:flex}.titlebar-btn{width:32px;height:32px;color:var(--fg-secondary);transition:background var(--transition-fast), color var(--transition-fast);-webkit-app-region:no-drag;border-radius:4px;justify-content:center;align-items:center;display:flex}.titlebar-btn:hover{background:var(--bg-hover);color:var(--fg-bright)}#app-shell{flex:1;min-height:0;display:flex;overflow:hidden}#activity-bar{width:var(--activity-width);background:var(--bg-activity);border-right:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;align-items:center;padding:4px 0;display:flex}.activity-btn{width:48px;height:48px;color:var(--fg-muted);transition:color var(--transition-fast);border-left:2px solid #0000;justify-content:center;align-items:center;display:flex;position:relative}.activity-btn:hover{color:var(--fg-icon)}.activity-btn.active{color:var(--fg-icon-active);border-left-color:var(--fg-icon-active)}.activity-btn .codicon{font-size:24px}.activity-spacer{flex:1}#sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;min-width:170px;max-width:600px;display:flex;overflow:hidden}#sidebar.collapsed{border-right:none;width:0;min-width:0;overflow:hidden}.sidebar-panel{flex-direction:column;height:100%;display:none}.sidebar-panel.active{display:flex}.sidebar-header{flex-shrink:0;justify-content:space-between;align-items:center;height:36px;padding:0 12px 0 20px;display:flex}.sidebar-title{font-size:var(--font-size-sm);letter-spacing:.8px;color:var(--fg-secondary);font-weight:600}.sidebar-actions{gap:2px;display:flex}.icon-btn{width:26px;height:26px;color:var(--fg-secondary);transition:background var(--transition-fast), color var(--transition-fast);border-radius:4px;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--bg-hover);color:var(--fg-bright)}.icon-btn:disabled{opacity:.3;pointer-events:none}.sidebar-body{flex:1;overflow:hidden auto}#file-tree{min-height:100%;padding:4px 0}.tree-item{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;height:22px;font-size:var(--font-size);color:var(--fg-primary);transition:background var(--transition-fast);align-items:center;padding:0 8px;display:flex;position:relative}.tree-item:hover{background:var(--bg-hover)}.tree-item.selected{background:var(--bg-selection)}.tree-item.active{background:#37373d}.tree-indent{flex-shrink:0;width:16px}.tree-arrow{width:16px;color:var(--fg-secondary);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.tree-arrow.expanded{transform:rotate(90deg)}.tree-arrow.hidden{visibility:hidden}.tree-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;margin-right:4px;font-size:14px;display:flex}.tree-icon.file-python{color:#519aba}.tree-icon.file-text{color:#6a9955}.tree-icon.file-json{color:#cbcb41}.tree-icon.file-md{color:#519aba}.tree-icon.file-default{color:var(--fg-secondary)}.tree-icon.folder{color:#dcb67a}.tree-icon.folder-open{color:#e8a838}.tree-label{text-overflow:ellipsis;overflow:hidden}.tree-rename-input{height:20px;font-size:var(--font-size);background:var(--bg-input);border:1px solid var(--border-focus);width:calc(100% - 50px);color:var(--fg-primary);border-radius:2px;padding:0 4px}.resize-handle{z-index:10;transition:background var(--transition-fast);background:0 0;flex-shrink:0}.resize-handle:hover,.resize-handle.dragging{background:var(--border-active)}.resize-handle.vertical{cursor:col-resize;width:4px}.resize-handle.horizontal{cursor:row-resize;height:4px}#main-content{flex-direction:column;flex:1;min-width:200px;display:flex;overflow:hidden}#editor-area{flex-direction:column;flex:1;min-height:100px;display:flex;position:relative;overflow:hidden}#tab-bar{height:var(--tab-height);background:var(--bg-tab);border-bottom:1px solid var(--border-primary);flex-shrink:0;align-items:flex-end;display:flex;overflow:auto hidden}#tab-bar::-webkit-scrollbar{height:3px}#tabs-container{flex:1;align-items:flex-end;min-width:0;height:100%;display:flex}.tab-bar-actions{flex-shrink:0;align-items:center;height:100%;padding:0 6px;display:flex}.share-btn:hover{color:var(--fg-accent)!important}.tab{height:calc(var(--tab-height) - 1px);cursor:pointer;border-right:1px solid var(--border-tab);background:var(--bg-tab);color:var(--fg-secondary);font-size:var(--font-size);white-space:nowrap;-webkit-user-select:none;user-select:none;min-width:100px;max-width:200px;transition:background var(--transition-fast), color var(--transition-fast);align-items:center;gap:6px;padding:0 12px;display:flex;position:relative}.tab:hover{background:var(--bg-hover)}.tab.active{background:var(--bg-tab-active);color:var(--fg-bright);border-top:none}.tab.active:after{content:"";background:var(--border-active);height:1px;position:absolute;top:0;left:0;right:0}.tab-icon{flex-shrink:0;font-size:14px}.tab-icon-python{color:#4584b6}.tab-icon-js{color:#f0db4f}.tab-icon-ts{color:#3178c6}.tab-icon-json{color:#f5c542}.tab-icon-md{color:#519aba}.tab-icon-html{color:#e34c26}.tab-icon-css{color:#563d7c}.tab-icon-toml{color:#9b9b9b}.tab-icon-notebook{color:#e97627}.tab[draggable]{cursor:grab}.tab[draggable]:active{cursor:grabbing}.breadcrumb-bar{background:var(--bg-secondary);border-bottom:1px solid var(--border);color:var(--fg-secondary);flex-shrink:0;align-items:center;gap:0;min-height:22px;padding:2px 12px;font-size:12px;display:flex}.breadcrumb-item{align-items:center;gap:3px;display:inline-flex}.breadcrumb-sep{opacity:.5;margin:0 2px;font-size:10px}.breadcrumb-icon{opacity:.7;font-size:12px}.breadcrumb-folder{color:#dcb67a}.breadcrumb-current{color:var(--fg-primary)}.tab-label{text-overflow:ellipsis;flex:1;overflow:hidden}.tab-close{width:20px;height:20px;color:var(--fg-secondary);transition:background var(--transition-fast), color var(--transition-fast);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.tab-close:hover{color:var(--fg-bright);background:#ffffff1a}#welcome-view{inset:var(--tab-height) 0 0 0;background:var(--bg-welcome);z-index:5;justify-content:center;align-items:center;display:flex;position:absolute}#welcome-view.hidden{display:none}.welcome-content{text-align:center;max-width:500px;animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.welcome-logo .codicon{color:var(--fg-accent);opacity:.6;font-size:64px}.welcome-content h1{color:var(--fg-bright);letter-spacing:-.5px;margin:16px 0 4px;font-size:28px;font-weight:300}.welcome-subtitle{color:var(--fg-secondary);font-size:var(--font-size);margin-bottom:32px}.welcome-actions{flex-direction:column;align-items:center;gap:8px;margin-bottom:32px;display:flex}.welcome-btn{border:1px solid var(--border-primary);color:var(--fg-primary);font-size:var(--font-size);width:260px;transition:background var(--transition-fast), border-color var(--transition-fast), transform .15s ease;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:10px;padding:10px 20px;display:flex}.welcome-btn:hover{background:var(--bg-hover);border-color:var(--border-focus);transform:translateY(-1px)}.welcome-btn-primary{border-color:var(--fg-accent);color:var(--fg-accent);background:#007acc1f;font-weight:500}.welcome-btn-primary:hover{background:#007acc38}.welcome-btn-secondary{color:var(--fg-secondary)}.welcome-btn .codicon{font-size:16px}.titlebar-local-dir{color:var(--fg-accent);font-size:var(--font-size);align-items:center;gap:4px;font-weight:500;display:flex}.status-local-folder{color:var(--fg-accent)!important}.welcome-shortcuts{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.shortcut{font-size:var(--font-size-sm);color:var(--fg-muted);align-items:center;gap:6px;display:flex}kbd{background:var(--bg-input);border:1px solid var(--border-primary);font-family:var(--font-mono);font-size:var(--font-size-xs);color:var(--fg-secondary);text-align:center;border-radius:3px;min-width:52px;padding:1px 6px;line-height:1.6;display:inline-block}#editor-container{flex:1;display:none;overflow:hidden}#editor-container.visible{display:block}#panel{height:var(--panel-height);background:var(--bg-panel);border-top:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;min-height:80px;display:flex}#panel.collapsed{min-height:36px;height:36px!important}#panel.collapsed #terminal-container,#panel.collapsed #panel-resize{display:none}#panel-header{background:var(--bg-panel);flex-shrink:0;justify-content:space-between;align-items:center;height:36px;padding:0 8px 0 12px;display:flex}.panel-tabs{gap:4px;display:flex}.panel-tab{font-size:var(--font-size);color:var(--fg-secondary);transition:color var(--transition-fast);cursor:pointer;border-bottom:1px solid #0000;align-items:center;gap:6px;padding:4px 8px;display:flex}.panel-tab:hover{color:var(--fg-bright)}.panel-tab.active{color:var(--fg-bright);border-bottom-color:var(--border-active)}.preview-panel{flex-direction:column;flex:1;display:flex;overflow:hidden}.preview-url-bar{background:var(--bg-primary);border-bottom:1px solid var(--border-primary);flex-shrink:0;align-items:center;gap:6px;padding:4px 8px;display:flex}.preview-url-bar .codicon{color:var(--fg-secondary);font-size:14px}.preview-url-input{background:var(--bg-input);color:var(--fg-bright);border:1px solid var(--border-primary);font-family:var(--font-mono);font-size:var(--font-size-sm);border-radius:4px;outline:none;flex:1;padding:3px 8px}.preview-url-input:focus{border-color:var(--fg-accent)}.preview-iframe{background:#fff;border:none;flex:1;width:100%}.panel-actions{align-items:center;gap:2px;display:flex}.panel-action-btn{width:28px;height:28px;color:var(--fg-secondary);transition:background var(--transition-fast), color var(--transition-fast);border-radius:4px;justify-content:center;align-items:center;display:flex}.panel-action-btn:hover{background:var(--bg-hover);color:var(--fg-bright)}.run-btn{width:auto;font-size:var(--font-size-sm);color:var(--fg-success);gap:4px;padding:0 10px;font-weight:500}.run-btn:hover{background:#89d1851a}#terminal-container{flex:1;padding:0 4px 4px;overflow:hidden}.terminal-plots{border-bottom:1px solid var(--border-primary);background:#1a1a2e;flex-direction:column;flex-shrink:0;max-height:260px;display:flex}.terminal-plots-header{font-size:var(--font-size-sm);color:var(--fg-secondary);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:4px 10px;display:flex}.terminal-plots-title{color:var(--fg-accent);align-items:center;gap:6px;font-weight:500;display:flex}.terminal-plots-scroll{gap:8px;padding:8px 10px;display:flex;overflow:auto hidden}.terminal-plots-scroll::-webkit-scrollbar{height:4px}.terminal-plot-item{border:1px solid #ffffff14;border-radius:6px;flex-shrink:0;transition:border-color .2s;position:relative;overflow:hidden}.terminal-plot-item:hover{border-color:var(--fg-accent)}.terminal-plot-img{border-radius:5px;width:auto;max-height:200px;display:block}.terminal-plot-close{width:22px;height:22px;color:var(--fg-secondary);opacity:0;cursor:pointer;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.terminal-plot-item:hover .terminal-plot-close{opacity:1}.terminal-plot-close:hover{color:var(--fg-bright);background:#000000e6}#statusbar{height:var(--statusbar-height);background:var(--bg-statusbar);font-size:var(--font-size-xs);color:var(--fg-statusbar);z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 12px;display:flex}.status-left,.status-right{align-items:center;gap:2px;display:flex}.status-item{height:var(--statusbar-height);transition:background var(--transition-fast);cursor:default;align-items:center;gap:4px;padding:0 8px;display:flex}.status-item:hover{background:#ffffff1a}.pyodide-status.loading,.pyodide-status.ready{opacity:1}.pyodide-status.ready .codicon{color:var(--fg-success)}.context-menu{-webkit-backdrop-filter:blur(16px);min-width:180px;box-shadow:var(--shadow-popup);z-index:1000;background:#252526d9;border:1px solid #ffffff14;border-radius:8px;padding:4px 0;animation:.12s contextFadeIn;position:fixed}@keyframes contextFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.context-menu.hidden{display:none}.ctx-item{width:100%;font-size:var(--font-size);color:var(--fg-primary);text-align:left;transition:background var(--transition-fast);align-items:center;gap:10px;padding:6px 16px;display:flex}.ctx-item:hover{background:var(--bg-selection)}.ctx-separator{background:var(--border-primary);height:1px;margin:4px 8px}.search-container{padding:8px 12px}.search-box{width:100%;height:28px;font-size:var(--font-size)}.search-results{margin-top:8px}.search-result-item{cursor:pointer;font-size:var(--font-size-sm);transition:background var(--transition-fast);border-radius:3px;align-items:center;gap:6px;padding:3px 8px 3px 20px;display:flex}.search-result-item:hover{background:var(--bg-hover)}.search-replace-row{gap:4px;margin-top:4px;display:flex}.search-replace-row .search-box{flex:1}.search-replace-row .icon-btn{flex-shrink:0}.search-input-row{gap:4px;display:flex}.search-input-row .search-box{flex:1}.search-toggle{opacity:.5;flex-shrink:0;min-width:24px;font-weight:600;font-size:11px!important}.search-toggle.active{opacity:1;color:var(--fg-accent);background:var(--bg-hover);border-radius:3px}.search-summary{color:var(--fg-muted);margin-top:6px;padding:0 2px;font-size:11px}.search-file-group{margin-bottom:4px}.search-file-header{color:var(--fg-accent);cursor:pointer;align-items:center;padding:4px 8px;font-size:12px;font-weight:500;display:flex}.search-file-header:hover{background:var(--bg-hover);border-radius:3px}.search-file-count{background:var(--bg-hover);color:var(--fg-muted);border-radius:8px;margin-left:auto;padding:0 6px;font-size:10px;line-height:16px}.search-result-line-num{color:var(--fg-muted);font-family:var(--font-mono);text-align:right;flex-shrink:0;min-width:24px;font-size:10px}.search-result-file{color:var(--fg-accent);margin-bottom:2px;font-weight:500}.search-result-line{color:var(--fg-secondary);font-family:var(--font-mono);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.search-replace-btn{color:var(--fg-muted);cursor:pointer;opacity:0;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:12px;transition:opacity .15s}.search-result-item:hover .search-replace-btn{opacity:1}.search-replace-btn:hover{color:var(--fg-accent)}.search-result-match{color:var(--fg-warning);background:#cca70026;border-radius:2px;padding:0 2px}.package-installer{padding:12px}.package-info{font-size:var(--font-size-sm);color:var(--fg-secondary);margin-bottom:12px}.package-input-row{gap:6px;display:flex}.package-input-row .search-box{flex:1}.small-btn{background:var(--bg-button);color:var(--fg-button);font-size:var(--font-size-sm);white-space:nowrap;transition:background var(--transition-fast);border-radius:4px;padding:4px 12px}.small-btn:hover{background:var(--bg-button-hover)}.installed-list{margin-top:12px}.installed-pkg{font-size:var(--font-size-sm);color:var(--fg-secondary);align-items:center;gap:6px;padding:4px 0;display:flex}.installed-pkg .codicon{color:var(--fg-success)}.settings-container{padding:0}.setting-item{transition:background var(--transition-fast);border-bottom:1px solid #ffffff0a;flex-direction:column;gap:6px;padding:10px 16px;display:flex}.setting-item:hover{background:#ffffff05}.setting-label{font-size:var(--font-size);color:var(--fg-primary);font-weight:500}.setting-desc{font-size:var(--font-size-xs);color:var(--fg-muted);margin-top:-2px;line-height:1.4}.setting-input{width:100%;max-width:180px;height:28px;font-size:var(--font-size-sm);background:var(--bg-input);border:1px solid var(--border-primary);color:var(--fg-primary);transition:border-color var(--transition-fast);border-radius:4px;padding:4px 8px}.setting-input:focus{border-color:var(--border-focus)}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-modifier-spin{animation:1.5s linear infinite codicon-spin}#notification-container{bottom:calc(var(--statusbar-height) + 12px);z-index:2000;pointer-events:none;flex-direction:column-reverse;gap:8px;display:flex;position:fixed;right:16px}.notification{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-popup);font-size:var(--font-size);color:var(--fg-primary);pointer-events:auto;background:#252526d9;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;max-width:400px;padding:10px 16px;animation:.3s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.notification.fadeout{animation:.3s forwards fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.notification .codicon{font-size:16px}.notification.info .codicon{color:var(--fg-accent)}.notification.success .codicon{color:var(--fg-success)}.notification.error .codicon{color:var(--fg-error)}.dialog-overlay{z-index:3000;background:#00000080;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.dialog-box{-webkit-backdrop-filter:blur(16px);background:#252526d9;border:1px solid #ffffff14;border-radius:10px;min-width:320px;max-width:420px;padding:16px 20px;box-shadow:0 8px 32px #00000080}.dialog-title{color:var(--fg-primary);margin-bottom:12px;font-size:13px;font-weight:600}.dialog-input{background:var(--bg-input);border:1px solid var(--border-primary);width:100%;color:var(--fg-primary);box-sizing:border-box;border-radius:4px;outline:none;padding:6px 10px;font-size:13px}.dialog-input:focus{border-color:var(--border-focus)}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.dialog-btn{border:1px solid var(--border-primary);cursor:pointer;background:var(--bg-tertiary);color:var(--fg-primary);border-radius:4px;padding:5px 14px;font-size:12px}.dialog-btn:hover{background:var(--bg-hover)}.dialog-btn.ok{background:var(--bg-badge);border-color:var(--bg-badge);color:#fff}.dialog-btn.ok:hover{opacity:.9}.dialog-btn.danger{color:#fff;background:#c53030;border-color:#c53030}.dialog-btn.danger:hover{background:#e53e3e}.dialog-message{color:var(--fg-secondary);margin-bottom:4px;font-size:13px;line-height:1.5}.activity-badge{background:var(--bg-badge);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:600;line-height:1;display:flex;position:absolute;top:6px;right:6px}.activity-badge.hidden{display:none}.git-panel{padding:0}.git-commit-area{border-bottom:1px solid var(--border-primary);padding:8px 12px}.git-input-row{gap:4px;display:flex}.git-commit-input{height:28px;font-size:var(--font-size);flex:1;padding:4px 8px}.git-commit-btn{background:var(--bg-button);width:28px;height:28px;color:var(--fg-button);transition:background var(--transition-fast);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.git-commit-btn:hover{background:var(--bg-button-hover)}.git-remote-info{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;background:#ffffff08;border-radius:3px;align-items:center;margin-top:6px;padding:4px 8px;font-size:11px;display:flex;overflow:hidden}.git-action-row{gap:4px;margin-top:6px;display:flex}.git-action-btn{height:24px;font-size:var(--font-size-xs);color:var(--fg-secondary);background:var(--bg-input);border:1px solid var(--border-primary);transition:background var(--transition-fast), color var(--transition-fast);cursor:pointer;border-radius:3px;flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.diff-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);color:var(--fg-primary);align-items:center;min-height:28px;padding:4px 12px;font-size:12px;display:flex}.git-action-btn:hover{background:var(--bg-hover);color:var(--fg-bright)}.git-section{border-bottom:1px solid var(--border-primary)}.git-section-header{font-size:var(--font-size-sm);color:var(--fg-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast);align-items:center;gap:4px;padding:6px 12px;font-weight:600;display:flex}.git-section-header:hover{background:var(--bg-hover)}.git-section-header .codicon{transition:transform var(--transition-fast);font-size:12px}.git-count{font-size:var(--font-size-xs);background:var(--bg-input);border-radius:8px;margin-left:4px;padding:0 6px;font-weight:400}.git-file-list{padding:0}.git-file-item{cursor:pointer;height:22px;font-size:var(--font-size);transition:background var(--transition-fast);align-items:center;gap:6px;padding:2px 12px 2px 24px;display:flex}.git-file-item:hover{background:var(--bg-hover)}.git-file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.git-file-status{font-size:var(--font-size-xs);text-align:center;border-radius:2px;flex-shrink:0;width:16px;font-weight:600}.git-file-status.status-M{color:#e2c08d}.git-file-status.status-A{color:#89d185}.git-file-status.status-D{color:#f48771}.git-file-status.status-U{color:#969696}.git-file-actions{flex-shrink:0;gap:2px;display:none}.git-file-item:hover .git-file-actions{display:flex}.git-file-action{width:18px;height:18px;color:var(--fg-secondary);transition:background var(--transition-fast), color var(--transition-fast);border-radius:3px;justify-content:center;align-items:center;font-size:12px;display:flex}.git-file-action:hover{color:var(--fg-bright);background:#ffffff1a}.git-log-list{max-height:300px;padding:0;overflow-y:auto}.git-log-item{cursor:default;transition:background var(--transition-fast);border-bottom:1px solid #ffffff08;padding:6px 12px 6px 24px}.git-log-item:hover{background:var(--bg-hover)}.git-log-message{font-size:var(--font-size);color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.git-log-meta{font-size:var(--font-size-xs);color:var(--fg-muted);gap:8px;margin-top:2px;display:flex}.git-log-sha{font-family:var(--font-mono);color:var(--fg-accent)}.tree-git-status{font-size:var(--font-size-xs);flex-shrink:0;margin-left:auto;padding-right:8px;font-weight:600}.tree-git-status.git-modified{color:#e2c08d}.tree-git-status.git-added{color:#89d185}.tree-git-status.git-deleted{color:#f48771}.tree-git-status.git-untracked{color:#969696}.tree-item.git-modified .tree-label{color:#e2c08d}.tree-item.git-added .tree-label{color:#89d185}.tree-item.git-deleted .tree-label{color:#f48771}.tree-item.git-untracked .tree-label{color:#969696}#diff-container{inset:var(--tab-height) 0 0 0;z-index:6;display:none;position:absolute}#diff-container.visible{display:block}#status-branch{cursor:pointer}#status-branch:hover{background:#ffffff26}.clone-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.clone-overlay.hidden{display:none}.clone-overlay-content{text-align:center;background:var(--bg-context-menu);border:1px solid var(--border-primary);box-shadow:var(--shadow-popup);border-radius:12px;padding:40px 56px;animation:.4s fadeIn}.clone-spinner{color:var(--fg-accent);margin:0 auto 16px;font-size:36px;display:block}.clone-overlay-title{color:var(--fg-bright);margin-bottom:8px;font-size:18px;font-weight:500}.clone-overlay-status{font-size:var(--font-size);color:var(--fg-secondary);word-break:break-all;max-width:400px}#copilot-panel{background:var(--bg-sidebar);border-left:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;width:360px;min-width:260px;max-width:600px;display:flex;overflow:hidden}#copilot-panel.hidden,#copilot-resize.hidden{display:none}.copilot-header{border-bottom:1px solid var(--border-primary);background:var(--bg-sidebar);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.copilot-title{font-size:var(--font-size);color:var(--fg-bright);align-items:center;gap:6px;font-weight:600;display:flex}.copilot-mode-toggle{background:var(--bg-editor);border-radius:6px;margin-left:auto;padding:2px;display:flex}.copilot-mode-btn{color:var(--fg-secondary);font-size:11px;font-family:var(--font-ui);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 10px;transition:all .15s}.copilot-mode-btn.active{background:var(--fg-accent);color:#fff}.copilot-mode-btn:hover:not(.active){color:var(--fg-bright)}.copilot-messages{flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.copilot-welcome{text-align:center;color:var(--fg-secondary);margin:auto;padding:40px 20px}.copilot-welcome-icon{opacity:.4;font-size:32px}.copilot-welcome p{margin:4px 0}.copilot-welcome-hint{opacity:.7;font-size:12px}.copilot-msg{max-width:100%;animation:.2s fadeIn}.copilot-msg-user{background:var(--fg-accent);color:#fff;word-break:break-word;border-radius:12px 12px 2px;align-self:flex-end;max-width:85%;padding:8px 12px;font-size:13px;line-height:1.5}.copilot-msg-assistant{background:var(--bg-editor);color:var(--fg-primary);border:1px solid var(--border-primary);border-radius:12px 12px 12px 2px;align-self:flex-start;max-width:95%;padding:10px 14px;font-size:13px;line-height:1.6}.copilot-msg-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.copilot-msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex}.copilot-msg-avatar.user{background:var(--fg-accent);color:#fff}.copilot-msg-avatar.assistant{color:#c4b5fd;background:#8b5cf64d}.copilot-msg-author{color:var(--fg-bright);font-size:12px;font-weight:600}.copilot-msg-body{word-break:break-word;font-size:13px;line-height:1.6}.copilot-msg-body p{margin:0 0 8px}.copilot-msg-body p:last-child{margin-bottom:0}.copilot-msg-assistant p{margin:0 0 8px}.copilot-msg-assistant p:last-child{margin-bottom:0}.copilot-msg-assistant code{font-family:var(--font-mono);background:#ffffff14;border-radius:3px;padding:1px 5px;font-size:12px}.copilot-msg-assistant pre{border:1px solid var(--border-primary);background:#0d1117;border-radius:6px;margin:8px 0;padding:10px 12px;overflow-x:auto}.copilot-msg-assistant pre code{background:0 0;padding:0;font-size:12px;line-height:1.5}.copilot-msg-assistant ul,.copilot-msg-assistant ol{margin:4px 0;padding-left:20px}.copilot-msg-assistant strong{color:var(--fg-bright)}.copilot-typing{align-self:flex-start;gap:4px;padding:8px 14px;display:flex}.copilot-typing-dot{background:var(--fg-secondary);border-radius:50%;width:6px;height:6px;animation:1.2s infinite copilotBounce}.copilot-typing-dot:nth-child(2){animation-delay:.2s}.copilot-typing-dot:nth-child(3){animation-delay:.4s}@keyframes copilotBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.copilot-input-area{border-top:1px solid var(--border-primary);background:var(--bg-sidebar);flex-shrink:0;padding:8px 12px}.copilot-context-bar{color:var(--fg-secondary);align-items:center;gap:4px;margin-bottom:6px;padding:2px 0;font-size:11px;display:flex}.copilot-input-row{align-items:flex-end;gap:6px;display:flex}.copilot-input{background:var(--bg-editor);color:var(--fg-primary);border:1px solid var(--border-primary);font-family:var(--font-ui);resize:none;border-radius:8px;outline:none;flex:1;max-height:120px;padding:8px 12px;font-size:13px;line-height:1.4;transition:border-color .15s}.copilot-input:focus{border-color:var(--fg-accent)}.copilot-send-btn{background:var(--fg-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .15s;display:flex}.copilot-send-btn:hover{opacity:.85}.copilot-send-btn:disabled{opacity:.4;cursor:default}.settings-divider{background:var(--border-primary);height:1px;margin:0}.settings-section-title{color:var(--fg-accent);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:6px;margin:0;padding:10px 16px 6px;font-size:11px;font-weight:600;display:flex}.settings-section-title:before{content:"";background:var(--fg-accent);border-radius:2px;flex-shrink:0;width:3px;height:12px}.copilot-file-edit{border:1px solid var(--border-primary);background:#0d1117;border-radius:6px;margin:8px 0;overflow:hidden}.copilot-file-edit-header{border-bottom:1px solid var(--border-primary);color:var(--fg-secondary);background:#ffffff0a;justify-content:space-between;align-items:center;padding:6px 10px;font-size:12px;display:flex}.copilot-file-edit-actions{gap:4px;display:flex}.copilot-file-edit-actions button{border:1px solid var(--border-primary);color:var(--fg-secondary);cursor:pointer;font-size:11px;font-family:var(--font-ui);background:0 0;border-radius:4px;padding:2px 8px}.copilot-file-edit-actions button:hover{color:var(--fg-bright);border-color:var(--fg-accent)}.copilot-file-edit-actions .accept-btn:hover{color:#00c853;background:#00c85326;border-color:#00c853}.copilot-accept-all{text-align:center;background:var(--bg-sidebar);border-top:1px solid var(--border-primary);padding:8px;position:sticky;bottom:0}.copilot-accept-all-btn{color:#fff;font-size:13px;font-family:var(--font-ui);cursor:pointer;background:#00c853;border:none;border-radius:6px;padding:6px 20px;font-weight:500;transition:opacity .15s}.copilot-accept-all-btn:hover{opacity:.85}.notebook-editor{background:var(--bg-primary);flex-direction:column;height:100%;display:flex;overflow:hidden}.notebook-toolbar{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;display:flex}.nb-toolbar-btn{color:var(--text-secondary);border:1px solid var(--border);font-family:var(--font-ui);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;transition:all .15s;display:flex}.nb-toolbar-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.nb-toolbar-btn:disabled{opacity:.4;cursor:default}.nb-toolbar-info{color:var(--text-inactive);font-size:11px;font-family:var(--font-ui);margin-left:auto}.notebook-cells{flex:1;padding:12px 16px 60px;overflow-y:auto}.nb-cell{border-left:3px solid #0000;border-radius:0;margin-bottom:2px;transition:border-color .2s,background .2s;display:flex;position:relative}.nb-cell:hover{background:#ffffff04}.nb-cell.code{border-left-color:#ffffff0f}.nb-cell.code.focused{background:#ffffff04;border-left-color:#ffffff0f}.nb-cell.markdown.focused{background:#c586c005;border-left-color:#c586c0}.nb-cell.running{border-left-color:#e8a841}.nb-cell-sidebar{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;width:42px;padding:8px 4px 8px 6px;display:flex}.nb-run-btn{color:#4ec968;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:all .15s;display:flex}.nb-run-btn:hover{background:#4ec96826}.nb-run-btn:disabled{opacity:.3;cursor:default}.nb-spin{animation:1s linear infinite nb-spin}@keyframes nb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nb-exec-count{color:#ffffff40;font-size:9px;font-family:var(--font-mono);letter-spacing:-.5px}.nb-cell-type-badge{color:#ffffff40;letter-spacing:-.5px;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:flex}.nb-cell-content{flex:1;min-width:0;position:relative}.nb-cell-toolbar{z-index:10;background:#2c2f38;border:1px solid #ffffff14;border-radius:6px;gap:1px;padding:2px;display:flex;position:absolute;top:2px;right:4px;box-shadow:0 2px 8px #0000004d}.nb-cell-toolbar button{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:22px;font-size:12px;transition:all .15s;display:flex}.nb-cell-toolbar button:hover:not(:disabled){color:var(--text-primary);background:#ffffff14}.nb-cell-toolbar button:disabled{opacity:.25}.nb-code-editor{background:#1e1e1e;border:none;border-radius:6px;padding:4px 8px;overflow:hidden}.nb-cell.focused .nb-code-editor{background:#2d333b}.nb-code-editor .monaco-editor,.nb-code-editor .monaco-editor .overflow-guard,.nb-code-editor .monaco-editor-background,.nb-code-editor .monaco-editor .margin,.nb-code-editor .monaco-editor .inputarea.ime-input,.nb-code-editor .monaco-editor .lines-content,.nb-code-editor .monaco-editor .view-lines,.nb-code-editor .monaco-editor .monaco-scrollable-element,.nb-code-editor .monaco-editor .sticky-widget,.nb-code-editor .monaco-editor .sticky-line-content,.nb-code-editor .monaco-editor .sticky-line-number,.nb-code-editor .monaco-editor .minimap,.nb-code-editor .monaco-editor .decorationsOverviewRuler,.nb-code-editor .monaco-editor .current-line,.nb-code-editor .monaco-editor .view-overlays .current-line,.nb-code-editor .monaco-editor .editor-widget,.nb-code-editor .monaco-editor .suggest-widget,.nb-code-editor .monaco-editor .monaco-hover{background:0 0!important}.nb-code-editor .monaco-editor,.nb-code-editor .monaco-editor.focused,.nb-code-editor .monaco-editor .overflow-guard{box-shadow:none!important;border:none!important;outline:none!important}.nb-code-editor .monaco-editor *,.nb-code-editor .monaco-editor :focus,.nb-code-editor .monaco-editor :focus-within,.nb-code-editor .monaco-editor :focus-visible{box-shadow:none!important;border-color:#0000!important;outline:none!important}.nb-output{background:#1e2028;border-top:1px solid #ffffff0a;border-radius:0 0 6px 6px;max-height:600px;margin-top:-6px;padding:10px 14px;overflow-y:auto}.nb-output-line{font-family:var(--font-mono);white-space:pre-wrap;word-break:break-all;margin:0;padding:0;font-size:13px;line-height:1.5}.nb-output-line.stdout{color:#d4d4d4}.nb-output-line.stderr{color:#f48771}.nb-output-image{padding:8px 0}.nb-output-image img{border:1px solid #ffffff0f;border-radius:6px;max-width:100%}.nb-input-widget{background:#ffffff08;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:8px;margin-top:4px;padding:6px 12px;display:flex}.nb-input-prompt{color:var(--fg-accent);font-family:var(--font-mono);white-space:nowrap;font-size:12px}.nb-input-field{background:var(--bg-primary);border:1px solid var(--border);color:var(--fg-primary);font-family:var(--font-mono);border-radius:3px;outline:none;flex:1;padding:4px 8px;font-size:12px}.nb-input-field:focus{border-color:var(--fg-accent)}.nb-markdown-rendered{cursor:pointer;color:var(--text-primary);font-family:var(--font-ui);border:1px solid #0000;border-radius:4px;min-height:32px;padding:12px 16px;font-size:14px;line-height:1.6;transition:border-color .15s}.nb-markdown-rendered:hover{border-color:var(--border)}.nb-markdown-rendered h1{margin:0 0 8px;font-size:22px;font-weight:600}.nb-markdown-rendered h2{margin:0 0 6px;font-size:18px;font-weight:600}.nb-markdown-rendered h3{margin:0 0 4px;font-size:15px;font-weight:600}.nb-markdown-rendered p{margin:0 0 8px}.nb-markdown-rendered code{background:var(--bg-tertiary);font-family:var(--font-mono);border-radius:3px;padding:2px 5px;font-size:12px}.nb-markdown-rendered pre{background:var(--bg-tertiary);border-radius:4px;padding:10px;overflow-x:auto}.nb-markdown-rendered pre code{background:0 0;padding:0}.nb-markdown-rendered ul{margin:0 0 8px;padding-left:20px}.nb-markdown-rendered li{margin-bottom:4px}.nb-md-placeholder{color:var(--text-inactive);font-style:italic}.nb-md-done{color:var(--text-secondary);border:1px solid var(--border);font-family:var(--font-ui);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:4px;margin:4px;padding:4px 10px;font-size:11px;display:flex}.nb-md-done:hover{background:var(--bg-hover)}.nb-add-cell-divider{opacity:0;justify-content:center;align-items:center;gap:4px;padding:4px 40px;transition:opacity .15s;display:flex}.nb-cell-wrapper:hover .nb-add-cell-divider{opacity:1}.nb-divider-line{background:var(--border);opacity:.4;flex:1;height:1px}.nb-add-cell-btn{color:var(--text-inactive);border:1px dashed var(--border);font-family:var(--font-ui);cursor:pointer;white-space:nowrap;background:0 0;border-radius:3px;align-items:center;gap:2px;padding:1px 6px;font-size:10px;line-height:1.4;transition:all .15s;display:inline-flex}.nb-add-cell-btn:hover{color:var(--text-primary);border-color:var(--text-secondary);background:var(--bg-hover)}.cmd-palette-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;padding-top:60px;animation:.12s ease-out cmd-overlay-in;display:flex;position:fixed;inset:0}@keyframes cmd-overlay-in{0%{opacity:0}to{opacity:1}}.cmd-palette{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;flex-direction:column;width:560px;max-height:400px;animation:.15s ease-out cmd-slide-in;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000008c,0 0 0 1px #ffffff0a}@keyframes cmd-slide-in{0%{opacity:0;transform:translateY(-12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cmd-palette-input-row{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px 14px;display:flex}.cmd-palette-search-icon{color:var(--text-secondary);flex-shrink:0;font-size:15px}.cmd-palette-input{color:var(--text-primary);font-family:var(--font-ui);background:0 0;border:none;outline:none;flex:1;font-size:14px;line-height:1.6}.cmd-palette-input::placeholder{color:var(--text-secondary);opacity:.6}.cmd-palette-list{flex:1;padding:4px 0;overflow-y:auto}.cmd-palette-list::-webkit-scrollbar{width:6px}.cmd-palette-list::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}.cmd-palette-empty{text-align:center;color:var(--text-secondary);font-size:13px;font-family:var(--font-ui);padding:24px 16px}.cmd-palette-item{cursor:pointer;font-family:var(--font-ui);color:var(--text-primary);align-items:center;gap:10px;padding:6px 14px;font-size:13px;transition:background 80ms;display:flex}.cmd-palette-item:hover,.cmd-palette-item.selected{background:var(--bg-hover)}.cmd-palette-item.selected{background:#0078d426}.cmd-palette-item-icon{color:var(--text-secondary);text-align:center;flex-shrink:0;width:20px;font-size:15px}.cmd-palette-item-label{white-space:nowrap;flex-shrink:0}.cmd-palette-item-detail{text-align:right;color:var(--text-secondary);opacity:.7;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.cmd-palette-item-shortcut{color:var(--text-secondary);font-size:11px;font-family:var(--font-mono);background:#ffffff0f;border:1px solid #ffffff14;border-radius:3px;flex-shrink:0;padding:2px 6px}.drop-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;pointer-events:none;background:#007acc26;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.drop-overlay-content{color:var(--fg-accent);border:2px dashed var(--fg-accent);background:#0006;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:40px 60px;font-size:16px;font-weight:500;display:flex}@font-face{font-family:codicon;font-display:block;src:url(/assets/codicon-B16ygVZF.ttf?38dcd33a732ebca5a557e04831e9e235)format("truetype")}.codicon[class*=codicon-]{text-rendering:auto;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;font:16px/1 codicon;text-decoration:none;display:inline-block}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin{animation:1.5s steps(30,end) infinite codicon-spin}.codicon-modifier-hidden{opacity:0}.codicon-loading{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.codicon-add:before,.codicon-plus:before,.codicon-gist-new:before,.codicon-repo-create:before{content:""}.codicon-lightbulb:before,.codicon-light-bulb:before{content:""}.codicon-repo:before,.codicon-repo-delete:before{content:""}.codicon-gist-fork:before,.codicon-repo-forked:before{content:""}.codicon-git-pull-request:before,.codicon-git-pull-request-abandoned:before{content:""}.codicon-record-keys:before,.codicon-keyboard:before{content:""}.codicon-tag:before,.codicon-git-pull-request-label:before,.codicon-tag-add:before,.codicon-tag-remove:before{content:""}.codicon-person:before,.codicon-person-follow:before,.codicon-person-outline:before,.codicon-person-filled:before{content:""}.codicon-git-branch:before,.codicon-git-branch-create:before,.codicon-git-branch-delete:before,.codicon-source-control:before{content:""}.codicon-mirror:before,.codicon-mirror-public:before{content:""}.codicon-star:before,.codicon-star-add:before,.codicon-star-delete:before,.codicon-star-empty:before{content:""}.codicon-comment:before,.codicon-comment-add:before{content:""}.codicon-alert:before,.codicon-warning:before{content:""}.codicon-search:before,.codicon-search-save:before{content:""}.codicon-log-out:before,.codicon-sign-out:before{content:""}.codicon-log-in:before,.codicon-sign-in:before{content:""}.codicon-eye:before,.codicon-eye-unwatch:before,.codicon-eye-watch:before{content:""}.codicon-circle-filled:before,.codicon-primitive-dot:before,.codicon-close-dirty:before,.codicon-debug-breakpoint:before,.codicon-debug-breakpoint-disabled:before,.codicon-debug-hint:before,.codicon-terminal-decoration-success:before{content:""}.codicon-primitive-square:before{content:""}.codicon-edit:before,.codicon-pencil:before{content:""}.codicon-info:before,.codicon-issue-opened:before{content:""}.codicon-gist-private:before,.codicon-git-fork-private:before,.codicon-lock:before,.codicon-mirror-private:before{content:""}.codicon-close:before,.codicon-remove-close:before,.codicon-x:before{content:""}.codicon-repo-sync:before,.codicon-sync:before{content:""}.codicon-clone:before,.codicon-desktop-download:before{content:""}.codicon-beaker:before,.codicon-microscope:before{content:""}.codicon-vm:before,.codicon-device-desktop:before{content:""}.codicon-file:before,.codicon-file-text:before{content:""}.codicon-more:before,.codicon-ellipsis:before,.codicon-kebab-horizontal:before{content:""}.codicon-mail-reply:before,.codicon-reply:before{content:""}.codicon-organization:before,.codicon-organization-filled:before,.codicon-organization-outline:before{content:""}.codicon-new-file:before,.codicon-file-add:before{content:""}.codicon-new-folder:before,.codicon-file-directory-create:before{content:""}.codicon-trash:before,.codicon-trashcan:before{content:""}.codicon-history:before,.codicon-clock:before{content:""}.codicon-folder:before,.codicon-file-directory:before,.codicon-symbol-folder:before{content:""}.codicon-logo-github:before,.codicon-mark-github:before,.codicon-github:before{content:""}.codicon-terminal:before,.codicon-console:before,.codicon-repl:before{content:""}.codicon-zap:before,.codicon-symbol-event:before{content:""}.codicon-error:before,.codicon-stop:before{content:""}.codicon-variable:before,.codicon-symbol-variable:before{content:""}.codicon-array:before,.codicon-symbol-array:before{content:""}.codicon-symbol-module:before,.codicon-symbol-package:before,.codicon-symbol-namespace:before,.codicon-symbol-object:before{content:""}.codicon-symbol-method:before,.codicon-symbol-function:before,.codicon-symbol-constructor:before{content:""}.codicon-symbol-boolean:before,.codicon-symbol-null:before{content:""}.codicon-symbol-numeric:before,.codicon-symbol-number:before{content:""}.codicon-symbol-structure:before,.codicon-symbol-struct:before{content:""}.codicon-symbol-parameter:before,.codicon-symbol-type-parameter:before{content:""}.codicon-symbol-key:before,.codicon-symbol-text:before{content:""}.codicon-symbol-reference:before,.codicon-go-to-file:before{content:""}.codicon-symbol-enum:before,.codicon-symbol-value:before{content:""}.codicon-symbol-ruler:before,.codicon-symbol-unit:before{content:""}.codicon-activate-breakpoints:before{content:""}.codicon-archive:before{content:""}.codicon-arrow-both:before{content:""}.codicon-arrow-down:before{content:""}.codicon-arrow-left:before{content:""}.codicon-arrow-right:before{content:""}.codicon-arrow-small-down:before{content:""}.codicon-arrow-small-left:before{content:""}.codicon-arrow-small-right:before{content:""}.codicon-arrow-small-up:before{content:""}.codicon-arrow-up:before{content:""}.codicon-bell:before{content:""}.codicon-bold:before{content:""}.codicon-book:before{content:""}.codicon-bookmark:before{content:""}.codicon-debug-breakpoint-conditional-unverified:before{content:""}.codicon-debug-breakpoint-conditional:before,.codicon-debug-breakpoint-conditional-disabled:before{content:""}.codicon-debug-breakpoint-data-unverified:before{content:""}.codicon-debug-breakpoint-data:before,.codicon-debug-breakpoint-data-disabled:before{content:""}.codicon-debug-breakpoint-log-unverified:before{content:""}.codicon-debug-breakpoint-log:before,.codicon-debug-breakpoint-log-disabled:before{content:""}.codicon-briefcase:before{content:""}.codicon-broadcast:before{content:""}.codicon-browser:before{content:""}.codicon-bug:before{content:""}.codicon-calendar:before{content:""}.codicon-case-sensitive:before{content:""}.codicon-check:before{content:""}.codicon-checklist:before{content:""}.codicon-chevron-down:before{content:""}.codicon-chevron-left:before{content:""}.codicon-chevron-right:before{content:""}.codicon-chevron-up:before{content:""}.codicon-chrome-close:before{content:""}.codicon-chrome-maximize:before{content:""}.codicon-chrome-minimize:before{content:""}.codicon-chrome-restore:before{content:""}.codicon-circle-outline:before,.codicon-circle:before,.codicon-debug-breakpoint-unverified:before,.codicon-terminal-decoration-incomplete:before{content:""}.codicon-circle-slash:before{content:""}.codicon-circuit-board:before{content:""}.codicon-clear-all:before{content:""}.codicon-clippy:before{content:""}.codicon-close-all:before{content:""}.codicon-cloud-download:before{content:""}.codicon-cloud-upload:before{content:""}.codicon-code:before{content:""}.codicon-collapse-all:before{content:""}.codicon-color-mode:before{content:""}.codicon-comment-discussion:before{content:""}.codicon-credit-card:before{content:""}.codicon-dash:before{content:""}.codicon-dashboard:before{content:""}.codicon-database:before{content:""}.codicon-debug-continue:before{content:""}.codicon-debug-disconnect:before{content:""}.codicon-debug-pause:before{content:""}.codicon-debug-restart:before{content:""}.codicon-debug-start:before{content:""}.codicon-debug-step-into:before{content:""}.codicon-debug-step-out:before{content:""}.codicon-debug-step-over:before{content:""}.codicon-debug-stop:before{content:""}.codicon-debug:before{content:""}.codicon-device-camera-video:before{content:""}.codicon-device-camera:before{content:""}.codicon-device-mobile:before{content:""}.codicon-diff-added:before{content:""}.codicon-diff-ignored:before{content:""}.codicon-diff-modified:before{content:""}.codicon-diff-removed:before{content:""}.codicon-diff-renamed:before{content:""}.codicon-diff:before,.codicon-diff-sidebyside:before{content:""}.codicon-discard:before{content:""}.codicon-editor-layout:before{content:""}.codicon-empty-window:before{content:""}.codicon-exclude:before{content:""}.codicon-extensions:before{content:""}.codicon-eye-closed:before{content:""}.codicon-file-binary:before{content:""}.codicon-file-code:before{content:""}.codicon-file-media:before{content:""}.codicon-file-pdf:before{content:""}.codicon-file-submodule:before{content:""}.codicon-file-symlink-directory:before{content:""}.codicon-file-symlink-file:before{content:""}.codicon-file-zip:before{content:""}.codicon-files:before{content:""}.codicon-filter:before{content:""}.codicon-flame:before{content:""}.codicon-fold-down:before{content:""}.codicon-fold-up:before{content:""}.codicon-fold:before{content:""}.codicon-folder-active:before{content:""}.codicon-folder-opened:before{content:""}.codicon-gear:before{content:""}.codicon-gift:before{content:""}.codicon-gist-secret:before{content:""}.codicon-gist:before{content:""}.codicon-git-commit:before{content:""}.codicon-git-compare:before,.codicon-compare-changes:before{content:""}.codicon-git-merge:before{content:""}.codicon-github-action:before{content:""}.codicon-github-alt:before{content:""}.codicon-globe:before{content:""}.codicon-grabber:before{content:""}.codicon-graph:before{content:""}.codicon-gripper:before{content:""}.codicon-heart:before{content:""}.codicon-home:before{content:""}.codicon-horizontal-rule:before{content:""}.codicon-hubot:before{content:""}.codicon-inbox:before{content:""}.codicon-issue-reopened:before{content:""}.codicon-issues:before{content:""}.codicon-italic:before{content:""}.codicon-jersey:before{content:""}.codicon-json:before{content:""}.codicon-kebab-vertical:before{content:""}.codicon-key:before{content:""}.codicon-law:before{content:""}.codicon-lightbulb-autofix:before{content:""}.codicon-link-external:before{content:""}.codicon-link:before{content:""}.codicon-list-ordered:before{content:""}.codicon-list-unordered:before{content:""}.codicon-live-share:before{content:""}.codicon-loading:before{content:""}.codicon-location:before{content:""}.codicon-mail-read:before{content:""}.codicon-mail:before{content:""}.codicon-markdown:before{content:""}.codicon-megaphone:before{content:""}.codicon-mention:before{content:""}.codicon-milestone:before,.codicon-git-pull-request-milestone:before{content:""}.codicon-mortar-board:before{content:""}.codicon-move:before{content:""}.codicon-multiple-windows:before{content:""}.codicon-mute:before{content:""}.codicon-no-newline:before{content:""}.codicon-note:before{content:""}.codicon-octoface:before{content:""}.codicon-open-preview:before{content:""}.codicon-package:before{content:""}.codicon-paintcan:before{content:""}.codicon-pin:before{content:""}.codicon-play:before,.codicon-run:before{content:""}.codicon-plug:before{content:""}.codicon-preserve-case:before{content:""}.codicon-preview:before{content:""}.codicon-project:before{content:""}.codicon-pulse:before{content:""}.codicon-question:before{content:""}.codicon-quote:before{content:""}.codicon-radio-tower:before{content:""}.codicon-reactions:before{content:""}.codicon-references:before{content:""}.codicon-refresh:before{content:""}.codicon-regex:before{content:""}.codicon-remote-explorer:before{content:""}.codicon-remote:before{content:""}.codicon-remove:before{content:""}.codicon-replace-all:before{content:""}.codicon-replace:before{content:""}.codicon-repo-clone:before{content:""}.codicon-repo-force-push:before{content:""}.codicon-repo-pull:before{content:""}.codicon-repo-push:before{content:""}.codicon-report:before{content:""}.codicon-request-changes:before{content:""}.codicon-rocket:before{content:""}.codicon-root-folder-opened:before{content:""}.codicon-root-folder:before{content:""}.codicon-rss:before{content:""}.codicon-ruby:before{content:""}.codicon-save-all:before{content:""}.codicon-save-as:before{content:""}.codicon-save:before{content:""}.codicon-screen-full:before{content:""}.codicon-screen-normal:before{content:""}.codicon-search-stop:before{content:""}.codicon-server:before{content:""}.codicon-settings-gear:before{content:""}.codicon-settings:before{content:""}.codicon-shield:before{content:""}.codicon-smiley:before{content:""}.codicon-sort-precedence:before{content:""}.codicon-split-horizontal:before{content:""}.codicon-split-vertical:before{content:""}.codicon-squirrel:before{content:""}.codicon-star-full:before{content:""}.codicon-star-half:before{content:""}.codicon-symbol-class:before{content:""}.codicon-symbol-color:before{content:""}.codicon-symbol-constant:before{content:""}.codicon-symbol-enum-member:before{content:""}.codicon-symbol-field:before{content:""}.codicon-symbol-file:before{content:""}.codicon-symbol-interface:before{content:""}.codicon-symbol-keyword:before{content:""}.codicon-symbol-misc:before{content:""}.codicon-symbol-operator:before{content:""}.codicon-symbol-property:before,.codicon-wrench:before,.codicon-wrench-subaction:before{content:""}.codicon-symbol-snippet:before{content:""}.codicon-tasklist:before{content:""}.codicon-telescope:before{content:""}.codicon-text-size:before{content:""}.codicon-three-bars:before{content:""}.codicon-thumbsdown:before{content:""}.codicon-thumbsup:before{content:""}.codicon-tools:before{content:""}.codicon-triangle-down:before{content:""}.codicon-triangle-left:before{content:""}.codicon-triangle-right:before{content:""}.codicon-triangle-up:before{content:""}.codicon-twitter:before{content:""}.codicon-unfold:before{content:""}.codicon-unlock:before{content:""}.codicon-unmute:before{content:""}.codicon-unverified:before{content:""}.codicon-verified:before{content:""}.codicon-versions:before{content:""}.codicon-vm-active:before{content:""}.codicon-vm-outline:before{content:""}.codicon-vm-running:before{content:""}.codicon-watch:before{content:""}.codicon-whitespace:before{content:""}.codicon-whole-word:before{content:""}.codicon-window:before{content:""}.codicon-word-wrap:before{content:""}.codicon-zoom-in:before{content:""}.codicon-zoom-out:before{content:""}.codicon-list-filter:before{content:""}.codicon-list-flat:before{content:""}.codicon-list-selection:before,.codicon-selection:before{content:""}.codicon-list-tree:before{content:""}.codicon-debug-breakpoint-function-unverified:before{content:""}.codicon-debug-breakpoint-function:before,.codicon-debug-breakpoint-function-disabled:before{content:""}.codicon-debug-stackframe-active:before{content:""}.codicon-circle-small-filled:before,.codicon-debug-stackframe-dot:before,.codicon-terminal-decoration-mark:before{content:""}.codicon-debug-stackframe:before,.codicon-debug-stackframe-focused:before{content:""}.codicon-debug-breakpoint-unsupported:before{content:""}.codicon-symbol-string:before{content:""}.codicon-debug-reverse-continue:before{content:""}.codicon-debug-step-back:before{content:""}.codicon-debug-restart-frame:before{content:""}.codicon-debug-alt:before{content:""}.codicon-call-incoming:before{content:""}.codicon-call-outgoing:before{content:""}.codicon-menu:before{content:""}.codicon-expand-all:before{content:""}.codicon-feedback:before,.codicon-git-pull-request-reviewer:before{content:""}.codicon-group-by-ref-type:before{content:""}.codicon-ungroup-by-ref-type:before{content:""}.codicon-account:before,.codicon-git-pull-request-assignee:before{content:""}.codicon-bell-dot:before{content:""}.codicon-debug-console:before{content:""}.codicon-library:before{content:""}.codicon-output:before{content:""}.codicon-run-all:before{content:""}.codicon-sync-ignored:before{content:""}.codicon-pinned:before{content:""}.codicon-github-inverted:before{content:""}.codicon-server-process:before{content:""}.codicon-server-environment:before{content:""}.codicon-pass:before,.codicon-issue-closed:before{content:""}.codicon-stop-circle:before{content:""}.codicon-play-circle:before{content:""}.codicon-record:before{content:""}.codicon-debug-alt-small:before{content:""}.codicon-vm-connect:before{content:""}.codicon-cloud:before{content:""}.codicon-merge:before{content:""}.codicon-export:before{content:""}.codicon-graph-left:before{content:""}.codicon-magnet:before{content:""}.codicon-notebook:before{content:""}.codicon-redo:before{content:""}.codicon-check-all:before{content:""}.codicon-pinned-dirty:before{content:""}.codicon-pass-filled:before{content:""}.codicon-circle-large-filled:before{content:""}.codicon-circle-large:before,.codicon-circle-large-outline:before{content:""}.codicon-combine:before,.codicon-gather:before{content:""}.codicon-table:before{content:""}.codicon-variable-group:before{content:""}.codicon-type-hierarchy:before{content:""}.codicon-type-hierarchy-sub:before{content:""}.codicon-type-hierarchy-super:before{content:""}.codicon-git-pull-request-create:before{content:""}.codicon-run-above:before{content:""}.codicon-run-below:before{content:""}.codicon-notebook-template:before{content:""}.codicon-debug-rerun:before{content:""}.codicon-workspace-trusted:before{content:""}.codicon-workspace-untrusted:before{content:""}.codicon-workspace-unknown:before{content:""}.codicon-terminal-cmd:before{content:""}.codicon-terminal-debian:before{content:""}.codicon-terminal-linux:before{content:""}.codicon-terminal-powershell:before{content:""}.codicon-terminal-tmux:before{content:""}.codicon-terminal-ubuntu:before{content:""}.codicon-terminal-bash:before{content:""}.codicon-arrow-swap:before{content:""}.codicon-copy:before{content:""}.codicon-person-add:before{content:""}.codicon-filter-filled:before{content:""}.codicon-wand:before{content:""}.codicon-debug-line-by-line:before{content:""}.codicon-inspect:before{content:""}.codicon-layers:before{content:""}.codicon-layers-dot:before{content:""}.codicon-layers-active:before{content:""}.codicon-compass:before{content:""}.codicon-compass-dot:before{content:""}.codicon-compass-active:before{content:""}.codicon-azure:before{content:""}.codicon-issue-draft:before{content:""}.codicon-git-pull-request-closed:before{content:""}.codicon-git-pull-request-draft:before{content:""}.codicon-debug-all:before{content:""}.codicon-debug-coverage:before{content:""}.codicon-run-errors:before{content:""}.codicon-folder-library:before{content:""}.codicon-debug-continue-small:before{content:""}.codicon-beaker-stop:before{content:""}.codicon-graph-line:before{content:""}.codicon-graph-scatter:before{content:""}.codicon-pie-chart:before{content:""}.codicon-bracket:before{content:""}.codicon-bracket-dot:before{content:""}.codicon-bracket-error:before{content:""}.codicon-lock-small:before{content:""}.codicon-azure-devops:before{content:""}.codicon-verified-filled:before{content:""}.codicon-newline:before{content:""}.codicon-layout:before{content:""}.codicon-layout-activitybar-left:before{content:""}.codicon-layout-activitybar-right:before{content:""}.codicon-layout-panel-left:before{content:""}.codicon-layout-panel-center:before{content:""}.codicon-layout-panel-justify:before{content:""}.codicon-layout-panel-right:before{content:""}.codicon-layout-panel:before{content:""}.codicon-layout-sidebar-left:before{content:""}.codicon-layout-sidebar-right:before{content:""}.codicon-layout-statusbar:before{content:""}.codicon-layout-menubar:before{content:""}.codicon-layout-centered:before{content:""}.codicon-target:before{content:""}.codicon-indent:before{content:""}.codicon-record-small:before{content:""}.codicon-error-small:before,.codicon-terminal-decoration-error:before{content:""}.codicon-arrow-circle-down:before{content:""}.codicon-arrow-circle-left:before{content:""}.codicon-arrow-circle-right:before{content:""}.codicon-arrow-circle-up:before{content:""}.codicon-layout-sidebar-right-off:before{content:""}.codicon-layout-panel-off:before{content:""}.codicon-layout-sidebar-left-off:before{content:""}.codicon-blank:before{content:""}.codicon-heart-filled:before{content:""}.codicon-map:before,.codicon-map-horizontal:before,.codicon-fold-horizontal:before{content:""}.codicon-map-filled:before,.codicon-map-horizontal-filled:before,.codicon-fold-horizontal-filled:before{content:""}.codicon-circle-small:before{content:""}.codicon-bell-slash:before{content:""}.codicon-bell-slash-dot:before{content:""}.codicon-comment-unresolved:before{content:""}.codicon-git-pull-request-go-to-changes:before{content:""}.codicon-git-pull-request-new-changes:before{content:""}.codicon-search-fuzzy:before{content:""}.codicon-comment-draft:before{content:""}.codicon-send:before{content:""}.codicon-sparkle:before{content:""}.codicon-insert:before{content:""}.codicon-mic:before{content:""}.codicon-thumbsdown-filled:before{content:""}.codicon-thumbsup-filled:before{content:""}.codicon-coffee:before{content:""}.codicon-snake:before{content:""}.codicon-game:before{content:""}.codicon-vr:before{content:""}.codicon-chip:before{content:""}.codicon-piano:before{content:""}.codicon-music:before{content:""}.codicon-mic-filled:before{content:""}.codicon-repo-fetch:before{content:""}.codicon-copilot:before{content:""}.codicon-lightbulb-sparkle:before{content:""}.codicon-robot:before{content:""}.codicon-sparkle-filled:before{content:""}.codicon-diff-single:before{content:""}.codicon-diff-multiple:before{content:""}.codicon-surround-with:before{content:""}.codicon-share:before{content:""}.codicon-git-stash:before{content:""}.codicon-git-stash-apply:before{content:""}.codicon-git-stash-pop:before{content:""}.codicon-vscode:before{content:""}.codicon-vscode-insiders:before{content:""}.codicon-code-oss:before{content:""}.codicon-run-coverage:before{content:""}.codicon-run-all-coverage:before{content:""}.codicon-coverage:before{content:""}.codicon-github-project:before{content:""}.codicon-map-vertical:before,.codicon-fold-vertical:before{content:""}.codicon-map-vertical-filled:before,.codicon-fold-vertical-filled:before{content:""}.codicon-go-to-search:before{content:""}.codicon-percentage:before,.codicon-sort-percentage:before{content:""}.codicon-git-fetch:before{content:""}.monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}.inline-editor-progress-decoration{width:1em;height:1em;display:inline-block}.inline-progress-widget{justify-content:center;align-items:center;display:flex!important}.inline-progress-widget .icon{font-size:80%!important}.inline-progress-widget:hover .icon{animation:none;font-size:90%!important}.inline-progress-widget:hover .icon:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.monaco-editor .monaco-editor-overlaymessage{z-index:10000;padding-bottom:8px}.monaco-editor .monaco-editor-overlaymessage.below{z-index:10000;padding-top:8px;padding-bottom:0}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:.15s ease-out fadeIn}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:.1s ease-out fadeOut}.monaco-editor .monaco-editor-overlaymessage .message{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-inputValidation-infoBorder);border-radius:3px;padding:2px 4px}.monaco-editor .monaco-editor-overlaymessage .message p{margin-block:0}.monaco-editor .monaco-editor-overlaymessage .message a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-editor-overlaymessage .message a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor.hc-black .monaco-editor-overlaymessage .message,.monaco-editor.hc-light .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{z-index:1000;border:8px solid #0000;position:absolute;left:2px;width:0!important;height:0!important}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,.monaco-editor .monaco-editor-overlaymessage.below .anchor.below{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}.post-edit-widget{box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:1px solid var(--vscode-widget-border,transparent);background-color:var(--vscode-editorWidget-background);border-radius:4px;overflow:hidden}.post-edit-widget .monaco-button{border:none;border-radius:0;padding:2px}.post-edit-widget .monaco-button:hover{background-color:var(--vscode-button-secondaryHoverBackground)!important}.post-edit-widget .monaco-button .codicon{margin:0}@font-face{font-family:codicon;font-display:block;src:url(/assets/codicon-DCmgc-ay.ttf)format("truetype")}.codicon[class*=codicon-]{text-rendering:auto;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;font:16px/1 codicon;text-decoration:none;display:inline-block}.codicon-wrench-subaction{opacity:.5}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin{animation:1.5s steps(30,end) infinite codicon-spin}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.monaco-editor .codicon.codicon-symbol-array,.monaco-workbench .codicon.codicon-symbol-array{color:var(--vscode-symbolIcon-arrayForeground)}.monaco-editor .codicon.codicon-symbol-boolean,.monaco-workbench .codicon.codicon-symbol-boolean{color:var(--vscode-symbolIcon-booleanForeground)}.monaco-editor .codicon.codicon-symbol-class,.monaco-workbench .codicon.codicon-symbol-class{color:var(--vscode-symbolIcon-classForeground)}.monaco-editor .codicon.codicon-symbol-method,.monaco-workbench .codicon.codicon-symbol-method{color:var(--vscode-symbolIcon-methodForeground)}.monaco-editor .codicon.codicon-symbol-color,.monaco-workbench .codicon.codicon-symbol-color{color:var(--vscode-symbolIcon-colorForeground)}.monaco-editor .codicon.codicon-symbol-constant,.monaco-workbench .codicon.codicon-symbol-constant{color:var(--vscode-symbolIcon-constantForeground)}.monaco-editor .codicon.codicon-symbol-constructor,.monaco-workbench .codicon.codicon-symbol-constructor{color:var(--vscode-symbolIcon-constructorForeground)}.monaco-editor .codicon.codicon-symbol-value,.monaco-workbench .codicon.codicon-symbol-value,.monaco-editor .codicon.codicon-symbol-enum,.monaco-workbench .codicon.codicon-symbol-enum{color:var(--vscode-symbolIcon-enumeratorForeground)}.monaco-editor .codicon.codicon-symbol-enum-member,.monaco-workbench .codicon.codicon-symbol-enum-member{color:var(--vscode-symbolIcon-enumeratorMemberForeground)}.monaco-editor .codicon.codicon-symbol-event,.monaco-workbench .codicon.codicon-symbol-event{color:var(--vscode-symbolIcon-eventForeground)}.monaco-editor .codicon.codicon-symbol-field,.monaco-workbench .codicon.codicon-symbol-field{color:var(--vscode-symbolIcon-fieldForeground)}.monaco-editor .codicon.codicon-symbol-file,.monaco-workbench .codicon.codicon-symbol-file{color:var(--vscode-symbolIcon-fileForeground)}.monaco-editor .codicon.codicon-symbol-folder,.monaco-workbench .codicon.codicon-symbol-folder{color:var(--vscode-symbolIcon-folderForeground)}.monaco-editor .codicon.codicon-symbol-function,.monaco-workbench .codicon.codicon-symbol-function{color:var(--vscode-symbolIcon-functionForeground)}.monaco-editor .codicon.codicon-symbol-interface,.monaco-workbench .codicon.codicon-symbol-interface{color:var(--vscode-symbolIcon-interfaceForeground)}.monaco-editor .codicon.codicon-symbol-key,.monaco-workbench .codicon.codicon-symbol-key{color:var(--vscode-symbolIcon-keyForeground)}.monaco-editor .codicon.codicon-symbol-keyword,.monaco-workbench .codicon.codicon-symbol-keyword{color:var(--vscode-symbolIcon-keywordForeground)}.monaco-editor .codicon.codicon-symbol-module,.monaco-workbench .codicon.codicon-symbol-module{color:var(--vscode-symbolIcon-moduleForeground)}.monaco-editor .codicon.codicon-symbol-namespace,.monaco-workbench .codicon.codicon-symbol-namespace{color:var(--vscode-symbolIcon-namespaceForeground)}.monaco-editor .codicon.codicon-symbol-null,.monaco-workbench .codicon.codicon-symbol-null{color:var(--vscode-symbolIcon-nullForeground)}.monaco-editor .codicon.codicon-symbol-number,.monaco-workbench .codicon.codicon-symbol-number{color:var(--vscode-symbolIcon-numberForeground)}.monaco-editor .codicon.codicon-symbol-object,.monaco-workbench .codicon.codicon-symbol-object{color:var(--vscode-symbolIcon-objectForeground)}.monaco-editor .codicon.codicon-symbol-operator,.monaco-workbench .codicon.codicon-symbol-operator{color:var(--vscode-symbolIcon-operatorForeground)}.monaco-editor .codicon.codicon-symbol-package,.monaco-workbench .codicon.codicon-symbol-package{color:var(--vscode-symbolIcon-packageForeground)}.monaco-editor .codicon.codicon-symbol-property,.monaco-workbench .codicon.codicon-symbol-property{color:var(--vscode-symbolIcon-propertyForeground)}.monaco-editor .codicon.codicon-symbol-reference,.monaco-workbench .codicon.codicon-symbol-reference{color:var(--vscode-symbolIcon-referenceForeground)}.monaco-editor .codicon.codicon-symbol-snippet,.monaco-workbench .codicon.codicon-symbol-snippet{color:var(--vscode-symbolIcon-snippetForeground)}.monaco-editor .codicon.codicon-symbol-string,.monaco-workbench .codicon.codicon-symbol-string{color:var(--vscode-symbolIcon-stringForeground)}.monaco-editor .codicon.codicon-symbol-struct,.monaco-workbench .codicon.codicon-symbol-struct{color:var(--vscode-symbolIcon-structForeground)}.monaco-editor .codicon.codicon-symbol-text,.monaco-workbench .codicon.codicon-symbol-text{color:var(--vscode-symbolIcon-textForeground)}.monaco-editor .codicon.codicon-symbol-type-parameter,.monaco-workbench .codicon.codicon-symbol-type-parameter{color:var(--vscode-symbolIcon-typeParameterForeground)}.monaco-editor .codicon.codicon-symbol-unit,.monaco-workbench .codicon.codicon-symbol-unit{color:var(--vscode-symbolIcon-unitForeground)}.monaco-editor .codicon.codicon-symbol-variable,.monaco-workbench .codicon.codicon-symbol-variable{color:var(--vscode-symbolIcon-variableForeground)}.monaco-editor .lightBulbWidget{justify-content:center;align-items:center;display:flex}.monaco-editor .lightBulbWidget:hover{cursor:pointer}.monaco-editor .lightBulbWidget.codicon-light-bulb,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix{color:var(--vscode-editorLightBulbAutoFix-foreground,var(--vscode-editorLightBulb-foreground))}.monaco-editor .lightBulbWidget.codicon-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground,var(--vscode-icon-foreground))}.monaco-editor .lightBulbWidget:before{z-index:2;position:relative}.monaco-editor .lightBulbWidget:after{content:"";opacity:.3;z-index:1;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.monaco-editor .glyph-margin-widgets .cgmr[class*=codicon-gutter-lightbulb]{cursor:pointer;display:block}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix{color:var(--vscode-editorLightBulbAutoFix-foreground,var(--vscode-editorLightBulb-foreground))}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground,var(--vscode-icon-foreground))}.action-widget{z-index:40;background-color:var(--vscode-editorActionList-background);width:100%;min-width:160px;max-width:80vw;color:var(--vscode-editorActionList-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow);border-radius:5px;padding:4px;font-size:13px;display:block;border:1px solid var(--vscode-editorWidget-border)!important}.context-view-block{cursor:initial;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.context-view-pointerBlock{cursor:initial;z-index:2;width:100%;height:100%;position:fixed;top:0;left:0}.action-widget .monaco-list{-webkit-user-select:none;user-select:none;border:0!important}.action-widget .monaco-list:focus:before{outline:0!important}.action-widget .monaco-list .monaco-scrollable-element{overflow:visible}.action-widget .monaco-list .monaco-list-row{white-space:nowrap;cursor:pointer;touch-action:none;border-radius:4px;width:100%;padding:0 10px}.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled){color:var(--vscode-editorActionList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder,transparent);outline-offset:-1px;background-color:var(--vscode-editorActionList-focusBackground)!important}.action-widget .monaco-list-row.group-header{font-size:12px;font-weight:600;color:var(--vscode-descriptionForeground)!important}.action-widget .monaco-list-row.group-header:not(:first-of-type){margin-top:2px}.action-widget .monaco-list .group-header,.action-widget .monaco-list .option-disabled,.action-widget .monaco-list .option-disabled:before,.action-widget .monaco-list .option-disabled .focused,.action-widget .monaco-list .option-disabled .focused:before{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:default!important;background-color:#0000!important;outline:0 solid!important}.action-widget .monaco-list-row.action{align-items:center;gap:8px;display:flex}.action-widget .monaco-list-row.action.option-disabled,.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,.action-widget .monaco-list-row.action.option-disabled .codicon,.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled{color:var(--vscode-disabledForeground)}.action-widget .monaco-list-row.action:not(.option-disabled) .codicon{color:inherit}.action-widget .monaco-list-row.action .title{text-overflow:ellipsis;flex:1;overflow:hidden}.action-widget .monaco-list-row.action .monaco-keybinding>.monaco-keybinding-key{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow);border-radius:3px}.action-widget .action-widget-action-bar{background-color:var(--vscode-editorActionList-background);border-top:1px solid var(--vscode-editorHoverWidget-border);margin-top:2px}.action-widget .action-widget-action-bar:before{content:"";width:100%;display:block}.action-widget .action-widget-action-bar .actions-container{padding:3px 8px 0}.action-widget-action-bar .action-label{color:var(--vscode-textLink-activeForeground);pointer-events:all;padding:0;font-size:12px;line-height:22px}.action-widget-action-bar .action-item{pointer-events:none;margin-right:16px}.action-widget-action-bar .action-label:hover{background-color:#0000!important}.monaco-action-bar .actions-container.highlight-toggled .action-label.checked{background:var(--vscode-actionBar-toggledBackground)!important}.monaco-editor .codelens-decoration{text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);padding-right:calc(var(--vscode-editorCodeLens-fontSize)*.5);font-feature-settings:var(--vscode-editorCodeLens-fontFeatureSettings);font-family:var(--vscode-editorCodeLens-fontFamily), var(--vscode-editorCodeLens-fontFamilyDefault);display:inline-block;overflow:hidden}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{-webkit-user-select:none;user-select:none;white-space:nowrap;vertical-align:sub}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{vertical-align:middle;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);color:currentColor!important}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:.1s linear fadein}.colorpicker-widget{-webkit-user-select:none;user-select:none;height:190px}.colorpicker-color-decoration,.hc-light .colorpicker-color-decoration{box-sizing:border-box;cursor:pointer;border:.1em solid #000;width:.8em;height:.8em;margin:.1em .2em 0;line-height:.8em;display:inline-block}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:.1em solid #eee}.colorpicker-header{height:24px;image-rendering:pixelated;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=) 0 0/9px 9px;display:flex;position:relative}.colorpicker-header .picked-color{cursor:pointer;color:#fff;white-space:nowrap;flex:1;justify-content:center;align-items:center;width:240px;line-height:24px;display:flex;overflow:hidden}.colorpicker-header .picked-color .picked-color-presentation{white-space:nowrap;margin-left:5px;margin-right:5px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.standalone-colorpicker{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header.standalone-colorpicker{border-bottom:none}.colorpicker-header .close-button{cursor:pointer;background-color:var(--vscode-editorHoverWidget-background);border-left:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header .close-button-inner-div{text-align:center;width:100%;height:100%}.colorpicker-header .close-button-inner-div:hover{background-color:var(--vscode-toolbar-hoverBackground)}.colorpicker-header .close-icon{padding:3px}.colorpicker-body{padding:8px;display:flex;position:relative}.colorpicker-body .saturation-wrap{flex:1;min-width:220px;height:150px;position:relative;overflow:hidden}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{border:1px solid #fff;border-radius:100%;width:9px;height:9px;margin:-5px 0 0 -5px;position:absolute;box-shadow:0 0 2px #000c}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .standalone-strip{width:25px;height:122px}.colorpicker-body .hue-strip{cursor:grab;background:linear-gradient(red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);margin-left:8px;position:relative}.colorpicker-body .opacity-strip{cursor:grab;image-rendering:pixelated;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=) 0 0/9px 9px;margin-left:8px;position:relative}.colorpicker-body .strip.grabbing{cursor:grabbing}.colorpicker-body .slider{box-sizing:border-box;border:1px solid #ffffffb5;width:calc(100% + 4px);height:4px;position:absolute;top:0;left:-2px;box-shadow:0 0 1px #000000d9}.colorpicker-body .strip .overlay{pointer-events:none;height:150px}.colorpicker-body .standalone-strip .standalone-overlay{pointer-events:none;height:122px}.standalone-colorpicker-body{border:1px solid #0000;border-bottom:1px solid var(--vscode-editorHoverWidget-border);display:block;overflow:hidden}.colorpicker-body .insert-button{background:var(--vscode-button-background);width:58px;height:20px;color:var(--vscode-button-foreground);cursor:pointer;border:none;border-radius:2px;padding:0;position:absolute;bottom:8px;right:8px}.colorpicker-body .insert-button:hover{background:var(--vscode-button-hoverBackground)}.monaco-editor .inlineSuggestionsHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineSuggestionsHints a,.monaco-editor .inlineSuggestionsHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineSuggestionsHints .keybinding{opacity:.6;margin-left:4px;display:flex}.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key{padding:2px 3px;font-size:8px}.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a{justify-content:center;min-width:19px;display:flex}.monaco-editor .inlineSuggestionStatusBarItemLabel{margin-right:2px}.monaco-editor .peekview-widget .head{box-sizing:border-box;flex-wrap:nowrap;justify-content:space-between;display:flex}.monaco-editor .peekview-widget .head .peekview-title{text-overflow:ellipsis;align-items:baseline;min-width:0;margin-left:20px;font-size:13px;display:flex;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){margin-left:.5em;font-size:.9em}.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .filename{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{text-align:right;flex:1;padding-right:2px}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{align-self:center;margin-right:4px}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}.monaco-editor .zone-widget{z-index:10;position:absolute}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-top-width:0;border-bottom-style:solid;border-bottom-width:0;position:relative}.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{vertical-align:top;display:inline-block}.monaco-editor .reference-zone-widget .messages{text-align:center;width:100%;height:100%;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground);line-height:23px}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{width:100%;height:100%;color:var(--vscode-peekViewResult-fileForeground);display:inline-flex}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-left:auto;margin-right:12px}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder,transparent);box-sizing:border-box}.monaco-editor .hoverHighlight{background-color:var(--vscode-editor-hoverHighlightBackground)}.monaco-editor .monaco-hover-content{box-sizing:border-box;padding-bottom:2px;padding-right:2px}.monaco-editor .monaco-hover{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px}.monaco-editor .monaco-hover a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .monaco-hover .hover-row{display:flex}.monaco-editor .monaco-hover .hover-row .hover-row-contents{flex-direction:column;min-width:0;display:flex}.monaco-editor .monaco-hover .hover-row .verbosity-actions{border-right:1px solid var(--vscode-editorHoverWidget-border);flex-direction:column;justify-content:end;padding-left:5px;padding-right:5px;display:flex}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon{cursor:pointer;font-size:11px}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.enabled{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.disabled{opacity:.6}.monaco-editor .monaco-hover .hover-row .actions{background-color:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-editor .monaco-hover code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor.vs .dnd-target,.monaco-editor.hc-light .dnd-target{color:#fff;border-right:2px dotted #000}.monaco-editor.vs-dark .dnd-target{color:#51504f;border-right:2px dotted #aeafad}.monaco-editor.hc-black .dnd-target{color:#000;border-right:2px dotted #fff}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.hc-light.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.hc-light.mac.mouse-copy .view-lines{cursor:copy}.monaco-editor .findOptionsWidget{background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground);box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:2px solid var(--vscode-contrastBorder)}.monaco-editor .find-widget{z-index:35;box-sizing:border-box;height:33px;box-shadow:0 0 8px 2px var(--vscode-widget-shadow);color:var(--vscode-editorWidget-foreground);border-left:1px solid var(--vscode-widget-border);border-right:1px solid var(--vscode-widget-border);border-bottom:1px solid var(--vscode-widget-border);background-color:var(--vscode-editorWidget-background);border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:0 4px;line-height:19px;transition:transform .2s linear;position:absolute;overflow:hidden;transform:translateY(calc(-100% - 10px))}.monaco-workbench.reduce-motion .monaco-editor .find-widget{transition:transform linear}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.monaco-editor .find-widget .monaco-inputbox .input{background-color:#0000;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{margin:3px 25px 0 17px;font-size:12px;display:flex}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-top:2px;padding-bottom:2px}.monaco-editor .find-widget>.find-part .find-actions,.monaco-editor .find-widget>.replace-part .replace-actions{align-items:center;height:25px;display:flex}.monaco-editor .find-widget .monaco-findInput{vertical-align:middle;flex:1;display:flex}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{flex:initial;vertical-align:middle;box-sizing:border-box;text-align:center;height:25px;margin:0 0 0 3px;padding:2px 0 0 2px;line-height:23px;display:flex}.monaco-editor .find-widget .button{flex:initial;cursor:pointer;background-position:50%;background-repeat:no-repeat;border-radius:5px;justify-content:center;align-items:center;width:16px;height:16px;margin-left:3px;padding:3px;display:flex}.monaco-editor .find-widget .codicon-find-selection{border-radius:5px;width:22px;height:22px;padding:3px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{width:auto;padding:1px 6px;top:-1px}.monaco-editor .find-widget .button.toggle{box-sizing:border-box;border-radius:0;width:18px;height:100%;position:absolute;top:0;left:3px}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{color:var(--vscode-disabledForeground);cursor:default}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{vertical-align:middle;flex:none;display:flex;position:relative}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .find-widget.no-results .matchesCount{color:var(--vscode-errorForeground)}.monaco-editor .findMatch{animation-duration:0;background-color:var(--vscode-editor-findMatchHighlightBackground);animation-name:inherit!important}.monaco-editor .currentFindMatch{background-color:var(--vscode-editor-findMatchBackground);border:2px solid var(--vscode-editor-findMatchBorder);box-sizing:border-box;padding:1px}.monaco-editor .findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor .find-widget .monaco-sash{background-color:var(--vscode-editorWidget-resizeBorder,var(--vscode-editorWidget-border));left:0!important}.monaco-editor.hc-black .find-widget .button:before{position:relative;top:1px;left:2px}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:var(--vscode-toolbar-hoverBackground)!important}.monaco-editor.currentFindMatch{background-color:var(--vscode-editor-findMatchBackground)}.monaco-editor.findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor.findMatch{background-color:var(--vscode-editorWidget-background)}.monaco-editor .find-widget>.button.codicon-widget-close{position:absolute;top:5px;right:4px}.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-editor .margin-view-overlays .codicon-folding-collapsed{cursor:pointer;opacity:0;justify-content:center;align-items:center;margin-left:2px;font-size:140%;transition:opacity .5s;display:flex}.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed{transition:initial}.monaco-editor .margin-view-overlays:hover .codicon,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons{opacity:1}.monaco-editor .inline-folded:after{color:var(--vscode-editor-foldPlaceholderForeground);content:"⋯";cursor:pointer;margin:.1em .2em 0;line-height:1em;display:inline}.monaco-editor .folded-background{background-color:var(--vscode-editor-foldBackground)}.monaco-editor .cldr.codicon.codicon-folding-expanded,.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed{color:var(--vscode-editorGutter-foldingControlForeground)!important}.monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:#0000;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{cursor:pointer;text-underline-position:under;text-decoration:underline;display:inline-block}.monaco-editor .ghost-text-hidden{opacity:0;font-size:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text .ghost-text{font-style:italic}.monaco-editor .ghost-text-decoration,.monaco-editor .ghost-text-decoration-preview,.monaco-editor .suggest-preview-text .ghost-text{background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border);color:var(--vscode-editorGhostText-foreground)!important}.monaco-editor .snippet-placeholder{background-color:var(--vscode-editor-snippetTabstopHighlightBackground,transparent);outline-width:1px;outline-style:solid;outline-color:var(--vscode-editor-snippetTabstopHighlightBorder,transparent);min-width:2px}.monaco-editor .finish-snippet-placeholder{background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground,transparent);outline-width:1px;outline-style:solid;outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder,transparent)}.monaco-editor .suggest-widget{z-index:40;border-radius:3px;flex-direction:column;width:430px;display:flex}.monaco-editor .suggest-widget.message{flex-direction:row;align-items:center}.monaco-editor .suggest-widget,.monaco-editor .suggest-details{border-style:solid;border-width:1px;border-color:var(--vscode-editorSuggestWidget-border);background-color:var(--vscode-editorSuggestWidget-background);flex:0 auto;width:100%}.monaco-editor.hc-black .suggest-widget,.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-light .suggest-widget,.monaco-editor.hc-light .suggest-details{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{box-sizing:border-box;border-top:1px solid var(--vscode-editorSuggestWidget-border);flex-flow:row;justify-content:space-between;width:100%;padding:0 4px;font-size:80%;display:none;overflow:hidden}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{width:100%;height:100%}.monaco-editor .suggest-widget .monaco-list{-webkit-user-select:none;user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{-mox-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;cursor:pointer;touch-action:none;background-position:2px 2px;background-repeat:no-repeat;padding-right:10px;display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;padding-left:2px;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{text-overflow:ellipsis;white-space:pre;justify-content:space-between;display:flex;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label{color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;opacity:1;cursor:pointer;font-size:14px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;top:6px;right:2px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{text-overflow:ellipsis;opacity:.6;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{opacity:.4;font-size:85%;line-height:initial;text-overflow:ellipsis;align-self:center;margin-left:12px;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{text-overflow:ellipsis;white-space:nowrap;margin-left:1.1em;font-size:85%;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-grow:1;flex-shrink:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{flex-shrink:4;max-width:70%;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{visibility:hidden;width:18px;height:18px;display:inline-block;position:absolute;right:10px}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;-webkit-text-decoration:unset;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{background-position:50%;background-repeat:no-repeat;background-size:80%;width:16px;height:16px;margin-left:2px;display:block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{align-items:center;margin-right:4px;display:flex}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{border:.1em solid #000;width:.7em;height:.7em;margin:0 0 0 .3em;display:inline-block}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{cursor:default;color:var(--vscode-editorSuggestWidget-foreground);flex-direction:column;display:flex}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;width:100%;height:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{text-overflow:ellipsis;opacity:.7;white-space:pre;flex:2;margin:0 24px 0 0;padding:4px 0 12px 5px;overflow:hidden}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{white-space:pre-wrap;margin:0;padding:4px 5px}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px;overflow:hidden}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{white-space:initial;min-height:calc(1rem + 8px);padding:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{white-space:pre-wrap;word-wrap:break-word}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ul,.monaco-editor .suggest-details ol{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}.monaco-editor .goto-definition-link{cursor:pointer;text-decoration:underline;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .peekview-widget .head .peekview-title .severity-icon{vertical-align:text-top;margin-right:4px;display:inline-block}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{padding-right:5px;display:inline-block}.monaco-editor .marker-widget .descriptioncontainer{white-space:pre;-webkit-user-select:text;user-select:text;padding:8px 12px 0 20px;position:absolute}.monaco-editor .marker-widget .descriptioncontainer .message{flex-direction:column;display:flex}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{opacity:.6;color:inherit}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{text-underline-position:under;color:var(--vscode-textLink-activeForeground);border-bottom:1px solid #0000;text-decoration:underline}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer;color:var(--vscode-textLink-activeForeground)}.monaco-editor .zone-widget .codicon.codicon-error,.markers-panel .marker-icon.error,.markers-panel .marker-icon .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error,.extensions-viewlet>.extensions .codicon.codicon-error,.extension-editor .codicon.codicon-error,.preferences-editor .codicon.codicon-error{color:var(--vscode-problemsErrorIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-warning,.markers-panel .marker-icon.warning,.markers-panel .marker-icon .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.extension-editor .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning{color:var(--vscode-problemsWarningIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-info,.markers-panel .marker-icon.info,.markers-panel .marker-icon .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.extension-editor .codicon.codicon-info,.preferences-editor .codicon.codicon-info{color:var(--vscode-problemsInfoIcon-foreground)}.monaco-editor.vs .valueSetReplacement{outline:solid 2px var(--vscode-editorBracketMatch-border)}.monaco-editor .linked-editing-decoration{background-color:var(--vscode-editor-linkedEditingBackground);min-width:1px}.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-underline-position:under;text-decoration:underline}.monaco-editor .detected-link-active{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .focused .selectionHighlight{background-color:var(--vscode-editor-selectionHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-selectionHighlightBorder)}.monaco-editor.hc-black .focused .selectionHighlight,.monaco-editor.hc-light .focused .selectionHighlight{border-style:dotted}.monaco-editor .wordHighlight{background-color:var(--vscode-editor-wordHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightBorder)}.monaco-editor.hc-black .wordHighlight,.monaco-editor.hc-light .wordHighlight{border-style:dotted}.monaco-editor .wordHighlightStrong{background-color:var(--vscode-editor-wordHighlightStrongBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightStrongBorder)}.monaco-editor.hc-black .wordHighlightStrong,.monaco-editor.hc-light .wordHighlightStrong{border-style:dotted}.monaco-editor .wordHighlightText{background-color:var(--vscode-editor-wordHighlightTextBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightTextBorder)}.monaco-editor.hc-black .wordHighlightText,.monaco-editor.hc-light .wordHighlightText{border-style:dotted}.monaco-editor .inline-edit-remove{background-color:var(--vscode-editorGhostText-background);font-style:italic}.monaco-editor .inline-edit-hidden{opacity:0;font-size:0}.monaco-editor .inline-edit-decoration,.monaco-editor .suggest-preview-text .inline-edit{font-style:italic}.monaco-editor .inline-completion-text-to-replace{text-underline-position:under;text-decoration:underline}.monaco-editor .inline-edit-decoration,.monaco-editor .inline-edit-decoration-preview,.monaco-editor .suggest-preview-text .inline-edit{background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border);color:var(--vscode-editorGhostText-foreground)!important}.monaco-editor .inlineEditHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineEditHints a,.monaco-editor .inlineEditHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineEditHints .keybinding{opacity:.6;margin-left:4px;display:flex}.monaco-editor .inlineEditHints .keybinding .monaco-keybinding-key{padding:2px 3px;font-size:8px}.monaco-editor .inlineEditStatusBarItemLabel{margin-right:2px}.monaco-editor .inlineEditSideBySide{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);white-space:pre}.monaco-editor div.inline-edits-widget{--widget-color:var(--vscode-notifications-background)}.monaco-editor div.inline-edits-widget .promptEditor .monaco-editor{--vscode-editor-placeholder-foreground:var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .toolbar,.monaco-editor div.inline-edits-widget .promptEditor{opacity:0;transition:opacity .2s ease-in-out}:is(.monaco-editor div.inline-edits-widget:hover,.monaco-editor div.inline-edits-widget.focused) .toolbar,:is(.monaco-editor div.inline-edits-widget:hover,.monaco-editor div.inline-edits-widget.focused) .promptEditor{opacity:1}.monaco-editor div.inline-edits-widget .preview .monaco-editor .mtk1{color:var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .view-overlays .current-line-exact,.monaco-editor div.inline-edits-widget .preview .monaco-editor .current-line-margin{border:none}.monaco-editor div.inline-edits-widget .preview .monaco-editor{--vscode-editor-background:var(--widget-color)}.monaco-editor div.inline-edits-widget svg .gradient-start{stop-color:var(--vscode-editor-background)}.monaco-editor div.inline-edits-widget svg .gradient-stop{stop-color:var(--widget-color)}.monaco-editor .parameter-hints-widget{z-index:39;cursor:default;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);flex-direction:column;line-height:1.5em;display:flex}.hc-black .monaco-editor .parameter-hints-widget,.hc-light .monaco-editor .parameter-hints-widget{border-width:2px}.monaco-editor .parameter-hints-widget>.phwrapper{flex-direction:row;max-width:440px;display:flex}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.multiple .body:before{content:"";opacity:.5;border-left:1px solid var(--vscode-editorHoverWidget-border);height:100%;display:block;position:absolute}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{flex-direction:column;flex:1;min-height:100%;display:flex}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px;position:relative}.monaco-editor .parameter-hints-widget .signature.has-docs:after{content:"";opacity:.5;border-bottom:1px solid var(--vscode-editorHoverWidget-border);width:100%;padding-top:4px;display:block;position:absolute;left:0}.monaco-editor .parameter-hints-widget .code{font-family:var(--vscode-parameterHintsWidget-editorFontFamily), var(--vscode-parameterHintsWidget-editorFontFamilyDefault)}.monaco-editor .parameter-hints-widget .docs{white-space:pre-wrap;padding:0 10px 0 5px}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs a{color:var(--vscode-textLink-foreground)}.monaco-editor .parameter-hints-widget .docs a:hover{color:var(--vscode-textLink-activeForeground);cursor:pointer}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs code{font-family:var(--monaco-monospace-font);background-color:var(--vscode-textCodeBlock-background);border-radius:3px;padding:0 .4em}.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .controls{flex-direction:column;justify-content:flex-end;align-items:center;min-width:22px;display:none}.monaco-editor .parameter-hints-widget.multiple .controls{padding:0 2px;display:flex}.monaco-editor .parameter-hints-widget.multiple .button{cursor:pointer;background-repeat:no-repeat;width:16px;height:16px}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{text-align:center;height:12px;line-height:12px;font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .signature .parameter.active{color:var(--vscode-editorHoverWidget-highlightForeground);font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{margin-right:.5em;font-weight:700}.monaco-editor{--vscode-editor-placeholder-foreground:var(--vscode-editorGhostText-foreground)}.monaco-editor .editorPlaceholder{text-overflow:ellipsis;text-wrap:nowrap;pointer-events:none;color:var(--vscode-editor-placeholder-foreground);position:absolute;top:0;overflow:hidden}.monaco-editor .rename-box{z-index:100;color:inherit;border-radius:4px}.monaco-editor .rename-box.preview{padding:4px 4px 0}.monaco-editor .rename-box .rename-input-with-button{border-radius:2px;width:calc(100% - 8px);padding:3px}.monaco-editor .rename-box .rename-input{width:calc(100% - 8px);padding:0}.monaco-editor .rename-box .rename-input:focus{outline:none}.monaco-editor .rename-box .rename-suggestions-button{cursor:pointer;background-color:#0000;border:none;border-radius:5px;align-items:center;padding:3px;display:flex}.monaco-editor .rename-box .rename-suggestions-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row{border-radius:2px}.monaco-editor .rename-box .rename-label{opacity:.8;display:none}.monaco-editor .rename-box.preview .rename-label{display:inherit}.monaco-editor .sticky-widget{overflow:hidden}.monaco-editor .sticky-widget-line-numbers{float:left;background-color:inherit}.monaco-editor .sticky-widget-lines-scrollable{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;display:inline-block;position:absolute;overflow:hidden}.monaco-editor .sticky-widget-lines{background-color:inherit;position:absolute}.monaco-editor .sticky-line-number,.monaco-editor .sticky-line-content{color:var(--vscode-editorLineNumber-foreground);white-space:nowrap;background-color:inherit;display:inline-block;position:absolute}.monaco-editor .sticky-line-number .codicon-folding-expanded,.monaco-editor .sticky-line-number .codicon-folding-collapsed{float:right;transition:var(--vscode-editorStickyScroll-foldingOpacityTransition)}.monaco-editor .sticky-line-content{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;white-space:nowrap}.monaco-editor .sticky-line-number-inner{text-align:right;display:inline-block}.monaco-editor .sticky-widget{border-bottom:1px solid var(--vscode-editorStickyScroll-border)}.monaco-editor .sticky-line-content:hover{background-color:var(--vscode-editorStickyScrollHover-background);cursor:pointer}.monaco-editor .sticky-widget{width:100%;box-shadow:var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;z-index:4;background-color:var(--vscode-editorStickyScroll-background);right:initial!important}.monaco-editor .sticky-widget.peek{background-color:var(--vscode-peekViewEditorStickyScroll-background)}.monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);background-color:var(--vscode-editorUnicodeHighlight-background);box-sizing:border-box}.editor-banner{box-sizing:border-box;cursor:default;background:var(--vscode-banner-background);width:100%;height:26px;font-size:12px;display:flex;overflow:visible}.editor-banner .icon-container{flex-shrink:0;align-items:center;padding:0 6px 0 10px;display:flex}.editor-banner .icon-container.custom-icon{background-position:50%;background-repeat:no-repeat;background-size:16px;width:16px;margin:0 6px 0 10px;padding:0}.editor-banner .message-container{text-overflow:ellipsis;white-space:nowrap;align-items:center;line-height:26px;display:flex;overflow:hidden}.editor-banner .message-container p{margin-block:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;margin:0 4px;line-height:26px}.editor-banner .message-actions-container a.monaco-button{width:inherit;margin:2px 8px;padding:0 12px}.editor-banner .message-actions-container a{margin-left:12px;padding:3px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}.monaco-link{color:var(--vscode-textLink-foreground)}.monaco-link:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .iPadShowKeyboard{resize:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) 50% no-repeat;border:4px solid #f6f6f6;border-radius:4px;width:58px;min-width:0;height:36px;min-height:0;margin:0;padding:0;position:absolute;overflow:hidden}.monaco-editor.vs-dark .iPadShowKeyboard{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) 50% no-repeat;border:4px solid #252526}.monaco-editor .tokens-inspect-widget{z-index:50;-webkit-user-select:text;user-select:text;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);padding:10px}.monaco-editor.hc-black .tokens-inspect-widget,.monaco-editor.hc-light .tokens-inspect-widget{border-width:2px}.monaco-editor .tokens-inspect-widget .tokens-inspect-separator{background-color:var(--vscode-editorHoverWidget-border);border:0;height:1px}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{float:right;font-size:60%;font-weight:400}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font);text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}
