:root{--vscode-foreground: #cccccc;--vscode-descriptionForeground: #9d9d9d;--vscode-disabledForeground: #5a5a5a;--vscode-focusBorder: #0078d4;--vscode-accent: #0078d4;--vscode-accent-hover: #026ec1;--vscode-errorForeground: #f14c4c;--vscode-charts-green: #4ec96a;--vscode-charts-orange: #d18616;--vscode-titleBar-activeBackground: #181818;--vscode-titleBar-activeForeground: #cccccc;--vscode-titleBar-border: #2b2b2b;--vscode-commandCenter-background: #1f1f1f;--vscode-commandCenter-border: #3c3c3c;--vscode-commandCenter-foreground: #cccccc;--vscode-activityBar-background: #181818;--vscode-activityBar-foreground: #d7d7d7;--vscode-activityBar-inactiveForeground: #868686;--vscode-activityBar-border: #2b2b2b;--vscode-activityBar-activeBorder: #0078d4;--vscode-activityBarBadge-background: #0078d4;--vscode-activityBarBadge-foreground: #ffffff;--vscode-sideBar-background: #181818;--vscode-sideBar-foreground: #cccccc;--vscode-sideBar-border: #2b2b2b;--vscode-sideBarTitle-foreground: #bbbbbb;--vscode-sideBarSectionHeader-background: #181818;--vscode-sideBarSectionHeader-border: #2b2b2b;--vscode-list-hoverBackground: #2a2d2e;--vscode-list-activeSelectionBackground: #04395e;--vscode-list-activeSelectionForeground: #ffffff;--vscode-list-inactiveSelectionBackground: #37373d;--vscode-list-focusOutline: #0078d4;--vscode-editor-background: #1f1f1f;--vscode-editor-foreground: #d4d4d4;--vscode-editorGroupHeader-tabsBackground: #181818;--vscode-editorGroupHeader-tabsBorder: #2b2b2b;--vscode-editorLineNumber-foreground: #6e7681;--vscode-tab-activeBackground: #1f1f1f;--vscode-tab-activeForeground: #ffffff;--vscode-tab-inactiveBackground: #181818;--vscode-tab-inactiveForeground: #9d9d9d;--vscode-tab-border: #2b2b2b;--vscode-tab-activeBorderTop: #0078d4;--vscode-tab-hoverBackground: #1f1f1f;--vscode-panel-background: #181818;--vscode-panel-border: #2b2b2b;--vscode-panelTitle-activeForeground: #e7e7e7;--vscode-panelTitle-inactiveForeground: #9d9d9d;--vscode-panelTitle-activeBorder: #0078d4;--vscode-statusBar-background: #181818;--vscode-statusBar-foreground: #cccccc;--vscode-statusBar-border: #2b2b2b;--vscode-statusBarItem-hoverBackground: #ffffff19;--vscode-statusBarItem-remoteBackground: #0078d4;--vscode-statusBarItem-remoteForeground: #ffffff;--vscode-input-background: #313131;--vscode-input-border: #3c3c3c;--vscode-input-foreground: #cccccc;--vscode-button-background: #0078d4;--vscode-button-foreground: #ffffff;--vscode-button-hoverBackground: #026ec1;--vscode-button-secondaryBackground: #313131;--vscode-button-secondaryForeground: #cccccc;--vscode-scrollbarSlider-background: #79797966;--vscode-scrollbarSlider-hoverBackground: #646464b3;--vscode-font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif;--vscode-font-size: 13px;--vscode-editor-font-family: "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}:root{--titlebar-height: 35px;--activitybar-width: 48px;--statusbar-height: 22px;--tab-height: 35px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);color:var(--vscode-foreground);background:var(--vscode-editor-background);-webkit-font-smoothing:antialiased;user-select:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--vscode-scrollbarSlider-background)}::-webkit-scrollbar-thumb:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}::-webkit-scrollbar-corner{background:transparent}button{font-family:inherit;cursor:pointer}.workbench{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;color:var(--vscode-foreground)}.workbench-middle{flex:1;display:flex;min-height:0}.workbench-panels{flex:1;min-width:0}.panel-pane{overflow:hidden}.resize-handle{position:relative;background:transparent;flex:0 0 1px;z-index:5}.resize-handle-vertical{width:1px;cursor:col-resize;background:var(--vscode-sideBar-border)}.resize-handle-horizontal{height:1px;cursor:row-resize;background:var(--vscode-panel-border)}.resize-handle:before{content:"";position:absolute;z-index:-1}.resize-handle-vertical:before{inset:0 -3px}.resize-handle-horizontal:before{inset:-3px 0}.resize-handle:after{content:"";position:absolute;inset:0;background:transparent;transition:background .1s ease .2s}.resize-handle:hover:after,.resize-handle[data-resize-handle-state=drag]:after{background:var(--vscode-focusBorder)}.workbench.resizing .webview-frame{pointer-events:none}.titlebar{height:var(--titlebar-height);flex:0 0 var(--titlebar-height);display:grid;grid-template-columns:1fr minmax(0,2fr) 1fr;align-items:center;background:var(--vscode-titleBar-activeBackground);border-bottom:1px solid var(--vscode-titleBar-border);color:var(--vscode-titleBar-activeForeground);-webkit-app-region:drag}.titlebar-left{display:flex;align-items:center;padding-left:12px}.traffic-lights{display:flex;gap:8px}.traffic-light{width:12px;height:12px;border-radius:50%;display:inline-block}.traffic-light.close{background:#ff5f57}.traffic-light.minimize{background:#febc2e}.traffic-light.zoom{background:#28c840}.titlebar-center{display:flex;justify-content:center}.command-center{display:flex;align-items:center;gap:6px;height:22px;min-width:280px;max-width:420px;padding:0 8px;background:var(--vscode-commandCenter-background);border:1px solid var(--vscode-commandCenter-border);border-radius:6px;color:var(--vscode-commandCenter-foreground);font-size:12px}.command-center .codicon{font-size:14px;opacity:.8}.command-center-label{flex:1;text-align:center}.titlebar-right{display:flex;justify-content:flex-end;align-items:center;gap:2px;padding-right:10px}.titlebar-action{display:flex;align-items:center;justify-content:center;width:30px;height:26px;background:transparent;border:none;color:var(--vscode-titleBar-activeForeground);border-radius:5px}.titlebar-action:hover{background:var(--vscode-statusBarItem-hoverBackground)}.titlebar-action .codicon{font-size:16px}.activitybar{width:var(--activitybar-width);flex:0 0 var(--activitybar-width);background:var(--vscode-activityBar-background);border-right:1px solid var(--vscode-activityBar-border);display:flex;flex-direction:column;justify-content:space-between}.activitybar-items,.activitybar-bottom{display:flex;flex-direction:column}.activitybar-item{position:relative;height:48px;width:var(--activitybar-width);display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-left:2px solid transparent;color:var(--vscode-activityBar-inactiveForeground)}.activitybar-item:hover{color:var(--vscode-activityBar-foreground)}.activitybar-item.active{color:var(--vscode-activityBar-foreground);border-left-color:var(--vscode-activityBar-activeBorder)}.activitybar-item .codicon{font-size:24px}.activitybar-badge{position:absolute;bottom:8px;right:6px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--vscode-activityBarBadge-background);color:var(--vscode-activityBarBadge-foreground);font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center}.sidebar{height:100%;display:flex;flex-direction:column;background:var(--vscode-sideBar-background);overflow:hidden}.sidebar-title{height:35px;flex:0 0 35px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 20px;font-size:11px;font-weight:400;letter-spacing:.04em;color:var(--vscode-sideBarTitle-foreground)}.sidebar-title-action{opacity:.7;font-size:16px}.sidebar-body{flex:1;overflow:auto}.explorer-section-header{display:flex;align-items:center;gap:4px;height:22px;padding:0 8px;font-size:11px;font-weight:700;color:var(--vscode-foreground);cursor:pointer}.explorer-section-header .codicon{font-size:16px}.tree-row{display:flex;align-items:center;gap:4px;height:22px;padding-right:8px;cursor:pointer;white-space:nowrap;font-size:13px}.tree-row:hover{background:var(--vscode-list-hoverBackground)}.tree-row.selected{background:var(--vscode-list-inactiveSelectionBackground)}.tree-chevron{font-size:16px;opacity:.8;margin-left:-4px}.tree-icon{font-size:16px}.folder-icon{color:#c09553}.file-icon{color:#9ca3ad}.tree-label{overflow:hidden;text-overflow:ellipsis}.placeholder-view{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 24px;text-align:center;color:var(--vscode-descriptionForeground)}.placeholder-icon{font-size:36px;opacity:.5}.placeholder-label{font-size:13px;margin:0}.webview-frame{display:block;border:0;width:100%;height:100%}.secondary-sidebar{border-left:1px solid var(--vscode-sideBar-border)}.secondary-body{display:flex;flex-direction:column;justify-content:space-between}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:24px;color:var(--vscode-descriptionForeground)}.chat-empty-icon{font-size:28px}.chat-empty-title{font-size:14px;font-weight:600;color:var(--vscode-foreground)}.chat-empty-text{margin:0;font-size:12px}.chat-input{margin:10px;padding:8px 10px;border:1px solid var(--vscode-input-border);border-radius:6px;background:var(--vscode-input-background)}.chat-input-placeholder{display:block;font-size:13px;color:var(--vscode-descriptionForeground);margin-bottom:10px}.chat-input-draft{display:block;font-size:13px;color:var(--vscode-input-foreground);margin-bottom:10px;white-space:pre-wrap}.chat-input-actions{display:flex;align-items:center;gap:8px;color:var(--vscode-descriptionForeground)}.chat-model{margin-left:auto;font-size:12px}.editor-group{height:100%;display:flex;flex-direction:column;background:var(--vscode-editor-background)}.editor-tabs{height:var(--tab-height);flex:0 0 var(--tab-height);display:flex;background:var(--vscode-editorGroupHeader-tabsBackground);border-bottom:1px solid var(--vscode-editorGroupHeader-tabsBorder);overflow-x:auto}.editor-tabs::-webkit-scrollbar{height:0}.editor-tab{display:flex;align-items:center;gap:6px;padding:0 10px;min-width:120px;max-width:220px;height:100%;background:var(--vscode-tab-inactiveBackground);color:var(--vscode-tab-inactiveForeground);border-right:1px solid var(--vscode-tab-border);font-size:13px;cursor:pointer;position:relative}.editor-tab.active{background:var(--vscode-tab-activeBackground);color:var(--vscode-tab-activeForeground)}.editor-tab.active:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--vscode-tab-activeBorderTop)}.editor-tab.preview .tab-label{font-style:italic}.tab-icon{font-size:16px;flex:0 0 auto}.tab-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:inherit;border-radius:4px;opacity:0}.editor-tab:hover .tab-close,.editor-tab.active .tab-close{opacity:.8}.tab-close:hover{background:var(--vscode-statusBarItem-hoverBackground);opacity:1}.tab-close .codicon{font-size:16px}.editor-body{flex:1;overflow:auto;min-height:0}.editor-empty{height:100%;display:flex;align-items:center;justify-content:center}.editor-empty-logo{font-size:120px;opacity:.06}.file-editor{display:flex;font-family:var(--vscode-editor-font-family);font-size:13px;line-height:19px;min-height:100%}.file-editor-gutter{flex:0 0 auto;padding:8px 0;text-align:right;color:var(--vscode-editorLineNumber-foreground);user-select:none}.gutter-line{padding:0 16px 0 20px}.file-editor-code{flex:1;margin:0;padding:8px 0;color:var(--vscode-editor-foreground);font-family:inherit;overflow:visible}.code-line{padding:0 16px;white-space:pre}.welcome{height:100%;overflow:auto;padding:56px 0}.welcome-inner{max-width:1000px;margin:0 auto;padding:0 48px}.welcome-title{font-size:42px;font-weight:300;margin:0;color:#fff}.welcome-subtitle{font-size:18px;color:var(--vscode-descriptionForeground);margin-top:2px}.welcome-columns{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:40px}.welcome-section-title{font-size:18px;font-weight:400;margin:0 0 12px;color:var(--vscode-foreground)}.welcome-col .welcome-section-title:not(:first-child){margin-top:28px}.welcome-list{list-style:none;margin:0;padding:0}.welcome-link{display:flex;align-items:center;gap:8px;padding:4px 0;color:var(--vscode-accent);font-size:13px;cursor:pointer}.welcome-link:hover{text-decoration:underline}.welcome-link .codicon{color:var(--vscode-accent);font-size:16px}.welcome-recent{display:flex;align-items:baseline;gap:8px;padding:4px 0;font-size:13px}.welcome-recent-name{color:var(--vscode-accent);cursor:pointer}.welcome-recent-name:hover{text-decoration:underline}.welcome-recent-path{color:var(--vscode-descriptionForeground);font-size:12px}.welcome-link.more{margin-top:4px}.welcome-walkthroughs{display:flex;flex-direction:column;gap:8px}.walkthrough-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#2a2d2e44;border:1px solid var(--vscode-sideBar-border);border-radius:6px;text-align:left;color:var(--vscode-foreground)}.walkthrough-card:hover{background:#2a2d2e88}.walkthrough-icon{font-size:22px;color:var(--vscode-accent)}.walkthrough-text{display:flex;flex-direction:column;gap:2px}.walkthrough-title{font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.walkthrough-badge{font-size:10px;padding:1px 6px;border-radius:4px;background:var(--vscode-accent);color:#fff}.walkthrough-desc{font-size:12px;color:var(--vscode-descriptionForeground)}.welcome-footer{margin-top:48px;text-align:center}.welcome-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--vscode-descriptionForeground);cursor:pointer}.bottom-panel{height:100%;display:flex;flex-direction:column;background:var(--vscode-panel-background);border-top:1px solid var(--vscode-panel-border)}.bottom-panel-header{display:flex;align-items:center;justify-content:space-between;height:35px;flex:0 0 35px;padding:0 8px 0 16px}.bottom-panel-tabs{display:flex;gap:16px;height:100%}.bottom-panel-tab{background:transparent;border:none;border-bottom:1px solid transparent;color:var(--vscode-panelTitle-inactiveForeground);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.bottom-panel-tab.active{color:var(--vscode-panelTitle-activeForeground);border-bottom-color:var(--vscode-panelTitle-activeBorder)}.bottom-panel-action{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:transparent;border:none;color:var(--vscode-foreground);border-radius:5px}.bottom-panel-action:hover{background:var(--vscode-statusBarItem-hoverBackground)}.bottom-panel-body{flex:1;overflow:auto;padding:8px 16px}.terminal{margin:0;font-family:var(--vscode-editor-font-family);font-size:12px;line-height:1.5;color:var(--vscode-editor-foreground)}.terminal-prompt{color:#4ec96a}.terminal-accent{color:#4fc1ff}.terminal-cursor{color:var(--vscode-foreground);animation:blink 1s steps(2,start) infinite}@keyframes blink{to{visibility:hidden}}.bottom-panel-empty{color:var(--vscode-descriptionForeground);font-size:13px}.statusbar{height:var(--statusbar-height);flex:0 0 var(--statusbar-height);display:flex;align-items:stretch;justify-content:space-between;background:var(--vscode-statusBar-background);border-top:1px solid var(--vscode-statusBar-border);color:var(--vscode-statusBar-foreground);font-size:12px}.statusbar-left,.statusbar-right{display:flex}.statusbar-item{display:flex;align-items:center;gap:3px;padding:0 8px;background:transparent;border:none;color:inherit;font-size:12px}.statusbar-item:hover{background:var(--vscode-statusBarItem-hoverBackground)}.statusbar-item .codicon{font-size:14px}.statusbar-item.remote{background:var(--vscode-statusBarItem-remoteBackground);color:var(--vscode-statusBarItem-remoteForeground)}.statusbar-item.remote:hover{filter:brightness(1.1)}
