farming-code 2.2.7 → 2.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +102 -204
- package/README.zh_cn.md +102 -246
- package/backend/agent-manager.js +17 -10
- package/dist/assets/{App-iA2BU9P6.js → App-8dYAM6ql.js} +16 -16
- package/dist/assets/{index-B8SHldPE.js → index-BrbljRqn.js} +2 -2
- package/dist/assets/main-D073SnW4.css +1 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/assets/main-DpYuBonn.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior:none;height:100%;overflow:hidden}body{font-family:var(--font-terminal,"Courier New", monospace);background:var(--theme-bg,#0f0f0f);color:var(--theme-fg,#0f0);overscroll-behavior:none;height:100vh;text-shadow:var(--fx-text-glow,0 0 5px currentColor);border:1px solid var(--theme-border,#0f0);flex-direction:column;display:flex;overflow:hidden}body.code-mode{color:#1f2328;text-shadow:none;background:#fff;border:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:14px}body.code-mode:before,body.code-mode:after{display:none!important}body.code-mode button,body.code-mode textarea,body.code-mode input{font:inherit}@keyframes blink{0%,to{opacity:1}50%{opacity:.8}}#root{overscroll-behavior:none;flex-direction:column;height:100%;display:flex}.app-container{flex-direction:column;height:100%;display:flex}.code-app-shell{color:#1f2328;text-shadow:none;overscroll-behavior:none;background:#fff;overflow:hidden}.code-workspace{grid-template-columns:var(--code-sidebar-width,296px) 8px minmax(0, 1fr);overscroll-behavior:none;background:#fff;width:100%;height:100%;display:grid;overflow:hidden}.code-workspace.sidebar-collapsed{grid-template-columns:var(--code-sidebar-width,52px) 8px minmax(0, 1fr)}.code-sidebar{box-sizing:border-box;background:#f7f7f6;border-right:1px solid #ececea;flex-direction:column;gap:10px;min-width:0;height:100%;padding:9px;display:flex;overflow:hidden}.code-sidebar.collapsed{align-items:stretch;padding:8px 5px;overflow:hidden}.code-sidebar-resizer{cursor:col-resize;background:linear-gradient(90deg,#ececea 0 1px,#0000 1px);width:8px;min-width:8px}.code-sidebar-resizer:hover,body.code-resizing-sidebar .code-sidebar-resizer{background:linear-gradient(90deg,#d7d7d4 0 2px,#00000006 2px)}body.code-resizing-sidebar{cursor:col-resize;-webkit-user-select:none;user-select:none}.code-sidebar-toggle,.code-sidebar-focus-toggle,.code-sidebar-search-toggle,.code-sidebar-history-toggle{color:#687066;cursor:pointer;background:#0000000a;border:0;border-radius:999px;place-items:center;width:22px;height:22px;padding:0;font-size:12px;line-height:1;display:inline-grid}.code-sidebar-toggle-icon,.code-sidebar-focus-icon,.code-sidebar-search-icon,.code-sidebar-history-icon{justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex}.code-sidebar-focus-icon svg{width:16px;height:16px;display:block}.code-sidebar-search-icon svg,.code-sidebar-history-icon svg,.code-sidebar-toggle-icon svg{fill:currentColor;width:16px;height:16px;display:block}.code-sidebar-toggle:hover,.code-sidebar-focus-toggle:hover,.code-sidebar-focus-toggle.active,.code-sidebar-search-toggle:hover,.code-sidebar-search-toggle.active,.code-sidebar-history-toggle:hover,.code-sidebar-history-toggle.active{background:#00000012}.code-mobile-topbar,.code-mobile-sidebar-backdrop{display:none}.code-nav{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.code-nav-top-row{grid-template-columns:minmax(0,1fr) 22px 22px 22px 22px 22px;align-items:center;gap:4px;display:grid}.code-nav-top-row .code-nav-item{min-width:0}.code-sidebar.collapsed .code-share-root,.code-sidebar.collapsed .code-sidebar-focus-toggle{display:none}.code-sidebar.collapsed .code-nav{align-items:stretch;gap:8px}.code-sidebar.collapsed .code-nav-top-row{grid-template-columns:minmax(0,1fr);grid-auto-rows:42px;align-items:center;gap:6px;width:100%;min-height:0;margin:0;display:grid}.code-sidebar.collapsed .code-nav-top-row .code-nav-item,.code-sidebar.collapsed .code-nav-top-row .code-sidebar-toggle,.code-sidebar.collapsed .code-nav-top-row .code-sidebar-search-toggle,.code-sidebar.collapsed .code-nav-top-row .code-sidebar-history-toggle{border-radius:10px;width:100%;height:42px;min-height:42px}.code-sidebar.collapsed .code-nav>.code-nav-item,.code-sidebar.collapsed .code-sidebar-toggle{border-radius:10px;width:42px;height:42px;min-height:42px}.code-sidebar.collapsed .code-sidebar-toggle{background:0 0;position:static}.code-sidebar.collapsed .code-nav-top-row .code-nav-icon,.code-sidebar.collapsed .code-nav-top-row .code-sidebar-toggle-icon,.code-sidebar.collapsed .code-nav-top-row .code-sidebar-search-icon,.code-sidebar.collapsed .code-nav-top-row .code-sidebar-history-icon{width:18px;height:18px}.code-sidebar.collapsed .code-sidebar-toggle:hover,.code-sidebar.collapsed .code-sidebar-toggle:focus-visible{background:#00000012}.code-nav-item,.code-project-title,.code-pinned-title,.code-agent-row,.code-project-title-action,.code-file-row,.code-context-menu button,.code-empty-workspace button,.code-composer-send{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px}.code-nav-item{color:#333833;text-align:left;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:34px;padding:6px 4px;font-size:14px;font-weight:400;line-height:1.25;display:grid}.code-sidebar.collapsed .code-nav-item{grid-template-columns:1fr;justify-items:center;padding:7px 0}.code-sidebar.collapsed .code-nav-item span:not(.code-nav-icon),.code-sidebar.collapsed .code-nav-item kbd,.code-sidebar.collapsed .code-project-list,.code-agent-rail{display:none}.code-sidebar.collapsed .code-agent-rail{scrollbar-width:none;flex-direction:column;flex:auto;align-items:center;gap:6px;min-height:0;padding:2px 0 6px;display:flex;overflow:hidden auto}.code-sidebar.collapsed .code-agent-rail::-webkit-scrollbar{display:none}.code-agent-rail-button{color:#3f463f;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:0 0 42px;place-items:center;width:42px;height:42px;padding:0;display:inline-grid;position:relative}.code-agent-rail-button:hover,.code-agent-rail-button:focus-visible{background:#0000000f;outline:none}.code-agent-rail-button.active{color:#1f2328;background:#00000014}.code-agent-rail-label{text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;max-width:34px;font-size:12px;font-weight:620;line-height:1;overflow:hidden}.code-agent-rail-status,.code-agent-rail-unread{background:#9aa198;border-radius:999px;width:7px;height:7px;position:absolute;top:5px;right:5px}.code-agent-rail-status.running{background:#2da44e}.code-agent-rail-status.turn-active{background:0 0;border:2px solid #2da44e42;border-top-color:#2da44e;width:11px;height:11px;animation:.9s linear infinite code-agent-running-spin;top:4px;right:4px}.code-agent-rail-status.pending:not(.turn-active){background:#d29922}.code-agent-rail-status.stopped{background:#8c959f}.code-agent-rail-status.dead{background:#cf222e}.code-agent-rail-unread{background:#0969da;top:5px;left:5px;right:auto}@media (prefers-reduced-motion:reduce){.code-model-picker-menu.has-matrix,.code-model-matrix-fill,.code-model-matrix-advanced-toggle svg,.code-model-matrix-rocker,.code-model-matrix-rocker-energy,.code-model-matrix-rocker-knob,.code-model-matrix-rocker-knob-position,.code-model-matrix-rocker-control,.code-model-matrix-stage,.code-model-matrix-thumb,.code-model-matrix-fast{transition:none}.code-model-matrix-rocker-knob,.code-model-matrix-rocker-control,.code-model-matrix-fast-bolt,.code-model-matrix-fill,.code-model-matrix-fill:after,.code-model-matrix,.code-model-matrix-advanced{animation:none}.code-agent-rail-status.turn-active{background:#2da44e;border:0;animation:none}}.code-nav-item:hover,.code-agent-row:hover,.code-project-row:hover .code-project-title{background:#0000000f}.code-nav-item.primary{font-weight:400}.code-nav-item.active{background:#0000000e}.code-nav-icon{color:#5c625b;place-items:center;width:18px;height:22px;display:inline-grid}.code-nav-icon svg{width:16px;height:16px;display:block}.code-share-root{width:22px;height:22px;position:relative}.code-share-button{color:#687066;cursor:pointer;background:#0000000a;border:0;border-radius:999px;place-items:center;width:22px;height:22px;padding:0;display:inline-grid}:is(.code-share-button:hover,.code-share-button:focus-visible,.code-share-root:has(.code-share-popover) .code-share-button){color:#4f5a4c;box-shadow:none;background:#00000012}.code-share-button:focus-visible{outline-offset:2px;outline:2px solid #9aa597}.code-share-icon{width:15px;height:15px;display:block}.code-share-popover{z-index:10005;color:#263327;background:#fffef8fa;border:1px solid #91958847;border-radius:8px;width:264px;padding:9px;position:fixed;box-shadow:0 18px 54px #1f23282e}.code-share-qr-frame{background:linear-gradient(#ffffffeb,#fbfaf2eb),#fbfaf2;border:1px solid #727e6929;border-radius:8px;flex-direction:column;align-items:center;width:100%;padding:7px 7px 6px;display:flex;position:relative}.code-share-qr-frame[data-expired=true] .code-share-qr-canvas{opacity:.26}.code-share-qr-canvas{aspect-ratio:1;place-items:center;width:100%;display:grid}.code-share-qr-svg{width:100%;height:100%;display:block}.code-share-qr-loading{color:#6d736b;font-size:12px}.code-share-countdown{color:#9b7a35;font-variant-numeric:tabular-nums;margin-top:5px;font-size:11px;font-weight:650;line-height:1}.code-share-refresh{color:#263327;cursor:pointer;background:#ffffffeb;border:1px solid #26332729;border-radius:999px;min-height:28px;padding:4px 12px;font-size:12px;font-weight:600;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.code-share-refresh:hover{background:#fff}.code-share-copy-token{color:#263327;cursor:pointer;text-align:left;background:#ffffffb8;border:1px solid #727e692e;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:40px;margin-top:8px;padding:7px 10px;display:grid}.code-share-copy-token:hover,.code-share-copy-token:focus-visible{background:#fff;border-color:#465b4442}.code-share-copy-token:focus-visible{outline-offset:2px;outline:2px solid #9aa597}.code-share-copy-token:disabled{cursor:progress;opacity:.72}.code-share-token{color:#263327;overflow-wrap:anywhere;flex-direction:column;gap:2px;min-width:0;font-size:12px;font-weight:650;line-height:1.25;display:flex;position:relative}.code-share-token.single-line{white-space:nowrap}.code-share-token-measure{visibility:hidden;white-space:nowrap;pointer-events:none;position:absolute}.code-share-token-line{min-width:0}.code-share-copy-action{color:#6d736b;white-space:nowrap;font-size:11px;font-weight:600}.code-share-error{color:#9d2f2f;margin-top:8px;font-size:11px;line-height:1.35}.code-mobile-share-backdrop{z-index:10040;-webkit-backdrop-filter:blur(8px);background:#1f232833;justify-content:center;align-items:flex-end;padding:8px;display:flex;position:fixed;inset:0}.code-mobile-share-sheet{width:min(100%,420px);max-height:calc(var(--app-visual-height,100dvh) - 16px);overscroll-behavior:contain;padding:14px 14px max(14px, env(safe-area-inset-bottom));color:#24292f;background:#fffffff5;border:1px solid #5f675e1f;border-radius:22px;gap:10px;display:grid;overflow-y:auto;box-shadow:0 20px 56px #1f232833}.code-mobile-share-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.code-mobile-share-header h2{color:inherit;margin:0;font-size:16px;font-weight:500;line-height:22px}.code-mobile-share-header button{color:#687067;background:0 0;border:0;border-radius:999px;width:30px;height:30px;font-size:22px;font-weight:300;line-height:1}.code-mobile-share-choice{gap:7px;min-width:0;display:grid}.code-mobile-share-choice+.code-mobile-share-choice{border-top:1px solid #5f675e1a;padding-top:11px}.code-mobile-share-choice h3{color:inherit;margin:0;font-size:14px;font-weight:500;line-height:19px}.code-mobile-share-choice-copy p{color:#777f77;margin:1px 0 0;font-size:12px;line-height:17px}.code-mobile-share-link-row{background:#1f23280b;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;padding:5px 5px 5px 10px;display:grid}.code-mobile-share-link{color:#687067;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;line-height:17px;overflow:hidden}.code-mobile-share-link-row button{color:#303631;min-height:36px;font:inherit;background:#1f232814;border:0;border-radius:10px;align-items:center;gap:6px;padding:0 11px;font-size:12px;display:inline-flex}.code-mobile-share-link-row button svg{width:16px;height:16px}.code-mobile-share-status{color:#687067;text-align:right;font-size:10px;line-height:13px}.code-mobile-install-hint,.code-mobile-install-complete{color:#687067;margin:-2px 0 2px;font-size:12px;line-height:17px}.code-mobile-install-steps{gap:6px;display:grid}.code-mobile-install-step{color:#343a35;background:#1f23280b;border-radius:13px;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:52px;padding:7px 9px;font-size:13px;line-height:18px;display:grid}.code-mobile-install-step small{color:#777f77;font-size:11px;line-height:16px;display:block}.code-mobile-install-controls{justify-content:center;align-items:center;gap:5px;display:flex}.code-mobile-install-control{color:#303631;background:#1f232812;border-radius:999px;flex:none;place-items:center;width:34px;height:34px;display:grid}.code-mobile-install-control svg{width:19px;height:19px}.code-mobile-install-or{color:#9aa09a;font-size:11px}.code-mobile-install-more{letter-spacing:1px;font-size:15px;line-height:1}.code-brand-backdrop{z-index:10035;-webkit-backdrop-filter:blur(7px);overscroll-behavior:contain;background:#1f23282e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.code-brand-dialog{color:#24292f;background:#fffffff7;border:1px solid #5f675e1f;border-radius:22px;justify-items:center;gap:16px;width:min(100%,430px);padding:30px 32px 28px;display:grid;position:relative;box-shadow:0 24px 68px #1f232833}.code-brand-close{color:#777f77;width:30px;height:30px;font:inherit;background:0 0;border:0;border-radius:999px;place-items:center;font-size:22px;font-weight:300;line-height:1;display:grid;position:absolute;top:12px;right:12px}.code-brand-close:hover,.code-brand-close:focus-visible{color:#303631;background:#1f23280e;outline:0}.code-brand-logo{object-fit:cover;border-radius:25px;width:104px;height:104px;display:block}.code-brand-heading{justify-items:center;gap:4px;display:grid}.code-brand-heading h2{letter-spacing:-.018em;margin:0;font-size:21px;font-weight:500;line-height:1.2}.code-brand-heading span{color:#858b83;font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.code-brand-story{color:#626a62;text-align:left;gap:9px;font-size:13px;line-height:1.55;display:grid}.code-brand-story p{margin:0}.code-brand-github{color:#3f4c68;font-size:13px;text-decoration:none}.code-brand-github:hover,.code-brand-github:focus-visible{text-underline-offset:3px;outline:0;text-decoration:underline}@media (width<=980px){body.code-mode.code-mobile-touch .code-brand-backdrop{align-items:end;padding:8px}body.code-mode.code-mobile-touch .code-brand-dialog{width:100%;padding:25px 22px max(24px, env(safe-area-inset-bottom));border-radius:22px;gap:14px}body.code-mode.code-mobile-touch .code-brand-logo{border-radius:22px;width:88px;height:88px}}.code-workspace kbd{color:#6d736b;background:#ffffffa6;border:1px solid #d3d6ce;border-radius:5px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 5px;font-family:inherit;font-size:12px;display:inline-flex}.code-project-list{--code-project-sticky-height:32px;overscroll-behavior:contain;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#5f675e47 transparent;border-radius:8px;flex-direction:column;flex:1 1 0;gap:8px;min-height:0;padding:0 2px 72px 0;display:flex;overflow-y:auto}.code-project-list::-webkit-scrollbar{width:8px}.code-project-list::-webkit-scrollbar-thumb{background:#5f675e3d;border-radius:999px}.code-project-list::-webkit-scrollbar-track{background:0 0}.code-project-list:focus-visible{outline-offset:3px;outline:2px solid #00000038}.code-pinned-section{flex-direction:column;gap:4px;margin:0 2px 6px 0;padding:0 0 2px;display:flex}.code-pinned-title{color:#8b8f87;text-align:left;align-items:center;gap:7px;min-height:24px;padding:0 6px;font-size:13px;font-weight:400;display:flex}.code-pinned-title:hover,.code-pinned-title:focus-visible{color:#4b514a;background:#0000000b;outline:none}.code-pinned-title span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-pinned-list{padding-left:0}.code-empty-project{color:#7e837b;padding:10px;line-height:1.35}.code-project-group{--code-agents-sticky-height:0px;--code-open-editors-header-height:25px;--code-files-header-height:25px;--code-open-editor-row-height:28px;--code-open-editors-sticky-height:0px;flex-direction:column;gap:3px;display:flex}.code-project-row{z-index:12;min-height:var(--code-project-sticky-height);background:#f6f7f3;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;display:grid;position:sticky;top:0}.code-project-title{color:#3f453e;text-align:left;align-items:center;gap:7px;min-width:0;padding:5px 6px;font-size:14px;font-weight:400;line-height:1.25;display:flex}.code-project-title:focus-visible{outline-offset:1px;outline:2px solid #0969da73}.code-project-title span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-project-title-actions{z-index:2;opacity:0;pointer-events:auto;justify-content:flex-end;align-items:center;gap:3px;width:47px;transition:opacity .12s;display:inline-flex;position:relative;overflow:hidden}.code-project-row:hover .code-project-title-actions,.code-project-row:focus-within .code-project-title-actions{opacity:1}.code-project-title-action{color:#687067;flex:0 0 22px;place-items:center;width:22px;height:22px;display:inline-grid}.code-project-title-action:hover,.code-project-title-action:focus-visible{color:#242a24;background:#00000014;outline:none}.code-project-title-action svg{width:16px;height:16px;display:block}.code-folder-icon{color:#626860;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.code-folder-icon svg{fill:currentColor;width:14px;height:14px;display:block}.code-agent-list{flex-direction:column;gap:2px;padding-bottom:2px;padding-left:7px;display:flex}.code-project-agent-strip{flex-wrap:wrap;align-items:center;gap:6px;min-height:32px;padding:3px 6px 4px 0;display:flex}.code-project-agent-compact{color:#555d53;width:28px;height:28px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:0 0 28px;place-items:center;font-size:12px;font-weight:500;display:inline-grid;position:relative}.code-project-agent-compact:hover,.code-project-agent-compact:focus-visible{color:#242a24;background:#1f23280f;outline:0}.code-project-agent-compact.active{color:#242a24;background:#0001}.code-project-agent-compact.search-selected{box-shadow:inset 0 0 0 1px #1f232829}.code-project-agent-compact-label{z-index:1;line-height:1;position:relative}.code-project-agent-compact-status{pointer-events:none;border-radius:999px;position:absolute;inset:3px}.code-project-agent-compact-status.running,.code-project-agent-compact-status.turn-active{border:2px solid #2da44e33;border-top-color:#2da44e;animation:.9s linear infinite code-agent-running-spin;inset:1px}.code-project-agent-compact-status.pending{background:#bf870047}.code-project-agent-compact-status.stopped,.code-project-agent-compact-status.dead{background:#9aa198;width:6px;height:6px;inset:auto 4px 4px auto}.code-project-agent-compact-status.dead{background:#9d6a66}.code-project-agent-compact-unread{z-index:2;background:#0969da;border:1.5px solid #f6f7f3;border-radius:999px;width:7px;height:7px;position:absolute;top:1px;right:1px}.code-project-expanded{flex-direction:column;gap:2px;display:flex}.code-agent-row{--code-agent-row-action-surface:#f6f7f3;color:#424840;text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;min-height:32px;padding:6px;font-size:14px;font-weight:400;line-height:1.25;display:grid;position:relative}.code-agent-row.dragging{opacity:.45}.code-agent-row.drop-before:before,.code-agent-row.drop-after:after{content:"";pointer-events:none;z-index:3;background:#d97757;border-radius:999px;height:2px;position:absolute;left:4px;right:4px}.code-agent-row.drop-before:before{top:-2px}.code-agent-row.drop-after:after{bottom:-2px}.code-agent-row:focus-visible{outline-offset:1px;outline:2px solid #0969da73}.code-agent-row.active{--code-agent-row-action-surface:#e8e9e6;background:#0000000e}.code-agent-row.search-selected{--code-agent-row-action-surface:#e5e6e2;background:#00000012;box-shadow:inset 0 0 0 1px #1f23281f}.code-agent-row.unread .code-agent-name{color:#242a24;font-weight:500}.code-agent-dot{box-sizing:border-box;background:#9aa198;border-radius:999px;flex:none;width:8px;height:8px}.code-agent-dot.running{background:#2da44e}.code-agent-dot.turn-active{background:0 0;border:2px solid #2da44e42;border-top-color:#2da44e;width:13px;height:13px;animation:.9s linear infinite code-agent-running-spin}@keyframes code-agent-running-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.code-agent-dot.turn-active{background:#2da44e;border:0;animation:none}}.code-agent-dot.pending:not(.turn-active){background:#d29922}.code-agent-dot.stopped{background:#8c959f}.code-agent-dot.dead{background:#cf222e}.code-agent-hover-preview{z-index:120;pointer-events:none;color:#1f2328;background:#fffffffa;border:1px solid #1f23281f;border-radius:16px;flex-direction:column;gap:7px;padding:12px 14px 13px;font-size:14px;line-height:1.25;display:flex;position:fixed;box-shadow:0 12px 28px #1f23281a,0 1px 3px #1f23280f}.code-agent-hover-preview-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;font-size:15px;display:grid}.code-agent-hover-preview-header strong,.code-agent-hover-preview-line>span:last-child,.code-agent-hover-preview-project-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code-agent-hover-preview-header strong{font-weight:500}.code-agent-hover-preview-header span{color:#7b8078;font-size:13px;font-weight:400}.code-agent-hover-preview-line{color:#3e4540;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.code-agent-hover-preview-icon{color:#7b8078;place-items:center;width:16px;display:inline-grid}.code-agent-hover-preview-icon svg{width:16px;height:16px;display:block}.code-agent-hover-preview-project{align-items:center;gap:8px;min-width:0;display:flex}.code-agent-hover-preview-project-name{flex:1;min-width:0}.code-agent-hover-preview-provider-icon{flex:0 0 17px;width:17px;height:17px}.code-session-show-more{color:#6f766e;grid-template-columns:minmax(0,1fr) auto;font-size:13px}.code-session-show-more .code-agent-name{font-weight:400}.code-session-show-more:hover{color:#343a34}.code-agent-row-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.code-agent-row-provider-icon{display:none}.code-agent-row-trailing{color:#7b8078;white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;min-width:0;font-size:12px;display:inline-flex}.code-agent-row-actions{box-sizing:border-box;background:linear-gradient(90deg, transparent 0, var(--code-agent-row-action-surface) 21px, var(--code-agent-row-action-surface) 100%);opacity:0;pointer-events:none;z-index:1;justify-content:flex-end;align-items:center;gap:3px;width:68px;height:28px;padding-left:21px;transition:opacity .12s;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.code-agent-row:hover .code-agent-row-actions,.code-agent-row:focus-within .code-agent-row-actions{opacity:1;pointer-events:auto}.code-agent-row:hover:not(.active):not(.search-selected){--code-agent-row-action-surface:#e7e8e4}.code-agent-row:hover .code-agent-age,.code-agent-row:focus-within .code-agent-age{display:none}.code-agent-row-action{color:#687067;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 22px;place-items:center;width:22px;height:22px;display:inline-grid;position:relative}.code-agent-row-action:hover,.code-agent-row-action:focus-visible{color:#242a24;background:#00000014;outline:none}.code-agent-row-action svg{width:16px;height:16px;display:block}.code-agent-row-action.pin.active{color:#5d5124}.code-agent-row-more{display:none}.code-agent-schedule-clock{box-sizing:border-box;color:#7b8078;border:1.5px solid;border-radius:999px;flex:none;width:13px;height:13px;font-size:0;display:inline-block;position:relative}.code-agent-schedule-clock:before,.code-agent-schedule-clock:after{content:"";transform-origin:50% 100%;background:currentColor;border-radius:999px;width:1.5px;position:absolute;top:2.5px;left:5px}.code-agent-schedule-clock:before{height:4px}.code-agent-schedule-clock:after{height:3.5px;transform:rotate(45deg)}.code-agent-fork-new-worktree{color:#7b8078;flex:none;place-items:center;width:16px;height:16px;display:inline-grid}.code-agent-fork-new-worktree svg{width:16px;height:16px;display:block}.code-agent-unread{background:#0969da;border-radius:999px;flex:none;width:8px;height:8px}.code-agent-age{white-space:nowrap}.code-agent-name,.code-agent-meta,.code-terminal-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code-agent-name{font-weight:400}.code-agent-meta{color:#7b8078;font-size:12px}.code-agents-section,.code-open-editors,.code-files-section{color:#343a34;margin-top:2px;margin-left:14px;padding-top:0}.code-agents-section{top:var(--code-project-sticky-height);z-index:24;isolation:isolate;box-sizing:border-box;background:#f6f7f3;border-radius:0 0 6px 6px;margin-left:0;margin-right:2px;padding-bottom:1px;padding-left:14px;position:sticky}.code-open-editors.collapsed,.code-files-section.collapsed{padding-bottom:2px}.code-open-editors-header,.code-files-header{min-height:var(--code-open-editors-header-height);color:#5f675e;letter-spacing:0;text-transform:uppercase;background:#f6f7f3;align-items:center;gap:8px;padding:2px 6px 1px 0;font-size:11px;font-weight:500;display:flex}.code-files-header{top:calc(var(--code-project-sticky-height) + var(--code-agents-sticky-height,0px) + var(--code-open-editors-sticky-height,0px));z-index:10;min-height:var(--code-files-header-height);font-size:13px;position:sticky}.code-open-editors-title,.code-files-title{min-width:0;min-height:22px;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;align-items:center;gap:5px;padding:0 4px 0 2px;display:inline-flex}.code-open-editors-title:hover,.code-open-editors-title:focus-visible,.code-files-title:hover,.code-files-title:focus-visible{color:#30372f;outline:0}.code-file-section-chevron{color:#6b7368;flex-shrink:0;justify-content:center;align-items:center;width:11px;height:16px;display:inline-flex}.code-file-section-chevron svg{fill:currentColor;width:14px;height:14px;display:block}.code-file-search-box{color:#7a8176;text-transform:none;background:0 0;border:1px solid #0000;border-radius:5px;flex:auto;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:4px;min-width:0;height:22px;padding:0 6px;display:grid}.code-file-search-box:focus-within{background:#ffffffa8;border-color:#5263872e}.code-file-search-icon{opacity:.72;border:1.5px solid;border-radius:999px;width:12px;height:12px;position:relative}.code-file-search-icon:after{content:"";background:currentColor;border-radius:999px;width:5px;height:1.5px;position:absolute;bottom:-2px;right:-4px;transform:rotate(45deg)}.code-file-search-box input{color:#343a34;width:100%;min-width:0;font:inherit;text-transform:none;background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.code-file-search-box input::placeholder{color:#8f958c;opacity:1}.code-open-editors{top:calc(var(--code-project-sticky-height) + var(--code-agents-sticky-height,0px));z-index:18;background:#f6f7f3;border-radius:0 0 6px 6px;flex-shrink:0;margin-top:3px;position:sticky;box-shadow:0 10px 14px -18px #1f232847}.code-file-changes-section{color:#343a34;margin:1px 0 2px}.code-file-changes-count{color:#7b8078;font-size:13px;font-weight:600;line-height:1}.code-file-change-group{min-width:0}.code-file-change-group-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;display:grid}.code-file-change-group-toggle{color:#6b7368;width:100%;min-width:0;min-height:22px;font:inherit;letter-spacing:0;text-align:left;text-transform:uppercase;background:0 0;border:0;grid-template-columns:11px minmax(0,1fr) auto;align-items:center;gap:5px;padding:1px 6px 1px 2px;font-size:13px;font-weight:500;line-height:16px;display:grid}.code-file-change-review{color:#6d7f9e;font:inherit;cursor:pointer;background:0 0;border:0;margin-right:7px;padding:2px 3px;font-size:11px;font-weight:500;line-height:16px}.code-file-change-review:hover,.code-file-change-review:focus-visible{color:#315f9f;text-underline-offset:2px;text-decoration:underline}body.code-mode .code-file-change-group-toggle{font-size:13px;font-weight:500;line-height:16px}.code-file-change-group-toggle{cursor:pointer;padding-left:6px}.code-file-change-group-toggle:hover,.code-file-change-group-toggle:focus-visible{color:#30372f;outline:0}.code-file-change-group-toggle>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code-file-change-group-toggle>span:last-child{color:#7b8078;font-size:inherit;font-weight:600;line-height:1}.code-file-change-row{--change-indent:18px;--change-guide-width:0px;border-radius:4px;min-width:0;position:relative}.code-file-change-row:before{content:"";width:var(--change-guide-width);pointer-events:none;opacity:.28;background-image:repeating-linear-gradient(90deg,#0000 0 5px,#61695e24 5px 6px,#0000 6px 12px);position:absolute;top:0;bottom:0;left:6px}.code-file-change-row.active{background:#52638717}.code-file-change-main{width:100%;min-width:0;padding:3px 4px 3px var(--change-indent);color:#424840;font:inherit;text-align:left;cursor:pointer;z-index:1;background:0 0;border:0;grid-template-columns:14px 16px minmax(0,auto) minmax(0,1fr) 18px;align-items:center;gap:3px;font-size:13px;line-height:1.25;display:grid;position:relative}.code-file-change-main.directory{color:#4a5149;grid-template-columns:14px minmax(0,1fr) 18px}.code-file-change-main:hover,.code-file-change-main:focus-visible{background:#1f23280d;outline:0}.code-file-change-name,.code-file-change-path{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-file-change-name{font-size:13px}.code-file-change-path{color:#7b8078;font-size:11px}.code-file-change-status{color:#918675;text-align:right;justify-self:end;min-width:16px;font-size:12px;font-weight:600;line-height:1}.code-file-change-status.directory{color:#7b8078;font-size:11px;font-weight:600}.code-file-change-status.modified,.code-file-change-status.renamed,.code-file-change-status.untracked{color:#918675}.code-file-change-status.added{color:#738a75}.code-file-change-status.deleted,.code-file-change-status.conflicted{color:#9d6a66}.code-file-changes-status{color:#7b8078;padding:4px 6px 4px 22px;font-size:12px}.code-file-changes-status.error{color:#9d2f2f}@keyframes code-file-change-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.code-open-editors-list{max-height:var(--code-open-editors-list-max-height,196px);overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#5f675e42 transparent;flex-direction:column;gap:0;display:flex;overflow-y:auto}.code-open-editors-list::-webkit-scrollbar{width:7px}.code-open-editors-list::-webkit-scrollbar-thumb{background:#5f675e3d;border-radius:999px}.code-open-editors-list::-webkit-scrollbar-track{background:0 0}.code-open-editor-row{min-width:0;min-height:var(--code-open-editor-row-height);border-radius:4px;grid-template-columns:minmax(0,1fr) 20px;align-items:center;display:grid}.code-open-editor-row.active{background:#52638717}.code-open-editor-main{min-width:0;min-height:var(--code-open-editor-row-height);color:#424840;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:16px minmax(0,auto) minmax(0,1fr) 8px;align-items:center;gap:6px;padding:4px 3px 4px 22px;display:grid}.code-open-editor-main:hover,.code-open-editor-main:focus-visible{background:#1f23280d;outline:0}.code-open-editor-name,.code-open-editor-path{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-open-editor-name{font-size:13px}.code-open-editor-path{color:#7b8078;font-size:11px}.code-open-editor-state{background:#c27d1a;border-radius:999px;width:6px;height:6px}.code-open-editor-state.external{background:#9d6b1d}.code-open-editor-close{color:#7b8078;cursor:pointer;opacity:0;background:0 0;border:0;border-radius:4px;width:18px;height:18px;position:relative}.code-open-editor-row:hover .code-open-editor-close,.code-open-editor-close:focus-visible{opacity:1}.code-open-editor-close:hover{background:#1f232814}.code-open-editor-close:before,.code-open-editor-close:after{content:"";background:currentColor;border-radius:999px;width:9px;height:1.4px;position:absolute;top:8px;left:4px}.code-open-editor-close:before{transform:rotate(45deg)}.code-open-editor-close:after{transform:rotate(-45deg)}.code-file-search-results{z-index:10005;scrollbar-width:thin;scrollbar-color:#5f675e42 transparent;background:#fdfdfafa;border:1px solid #24292f1f;border-radius:8px;margin:0;padding:5px;position:fixed;overflow:auto;box-shadow:0 14px 34px #1f23282e}.code-file-search-result{color:#3f453e;cursor:pointer;width:100%;min-height:42px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:18px minmax(0,1fr) auto;align-items:start;gap:2px 8px;padding:6px 8px;display:grid}.code-file-search-result.jump{grid-template-columns:34px minmax(0,1fr) auto}.code-file-search-result.active,.code-file-search-result:hover,.code-file-search-result:focus-visible{background:#52638713;outline:0}.code-file-search-result>.code-file-type-icon{margin-top:1px}.code-file-search-kind,.code-file-search-line{color:#7b8078;font-variant-numeric:tabular-nums;font-size:11px;line-height:16px}.code-file-search-copy,.code-file-search-name,.code-file-search-directory,.code-file-search-preview{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-file-search-copy{flex-direction:column;gap:1px;display:flex}.code-file-search-name{color:#343a34;font-size:13px;line-height:16px}.code-file-search-directory{color:#777e75;font-size:11px;line-height:14px}.code-file-search-preview{color:#737a71;grid-column:2/-1;font-size:11px;line-height:14px}.code-file-search-highlight{color:#1f2937;font-weight:650}.code-file-search-preview .code-file-search-highlight{color:#526387}.code-file-search-state{color:#6d736b;padding:7px 10px 7px 18px;font-size:12px}.code-file-search-state.error{color:#9d2f2f}.code-file-search-ignored-action{color:#0969da;font:inherit;cursor:pointer;background:#0969da14;border:0;border-radius:4px;margin:0 12px 10px;padding:4px 7px;font-size:12px}.code-file-search-ignored-action:hover,.code-file-search-ignored-action:focus-visible{background:#0969da29;outline:0}.code-file-search-state.muted{color:#858a83;font-size:11px}.code-file-tree-viewport{box-sizing:border-box;flex:none;min-height:0;position:relative;overflow:visible}.code-file-tree{box-sizing:border-box;overscroll-behavior:auto;scroll-behavior:smooth;scrollbar-width:none;flex:none;position:relative;height:100%!important;overflow:visible!important}.code-file-tree-viewport [role=tree]:focus,.code-file-tree-viewport [role=tree]:focus-visible{box-shadow:none;outline:0}.code-file-tree::-webkit-scrollbar{display:none}.code-file-sticky-shell{top:calc(var(--code-project-sticky-height) + var(--code-agents-sticky-height,0px) + var(--code-open-editors-sticky-height,0px) + var(--code-files-header-height,25px));z-index:11;pointer-events:none;height:0;position:sticky}.code-file-sticky-stack{pointer-events:auto;background:#f6f7f3;position:absolute;top:0;left:0;right:0;box-shadow:0 10px 14px -16px #1f232852}.code-file-tree-row-frame{outline:0}.code-file-row{--file-indent:16px;--file-guide-width:0px;appearance:none;width:100%;min-width:0;min-height:24px;padding:2px 6px 2px var(--file-indent);color:#4a5149;font:inherit;text-align:left;background:0 0;border-radius:0;grid-template-columns:14px 16px minmax(0,1fr) auto;align-items:center;gap:3px;font-size:13px;font-weight:400;line-height:1.25;display:grid;position:relative;box-shadow:none!important;border:0!important;outline:0!important}.code-file-row:before{content:"";width:var(--file-guide-width);pointer-events:none;opacity:.32;background-image:repeating-linear-gradient(90deg,#0000 0 5px,#61695e24 5px 6px,#0000 6px 12px);position:absolute;top:0;bottom:0;left:6px}.code-file-row>*{z-index:1;position:relative}.code-file-row:focus,.code-file-row:focus-visible{box-shadow:none!important;outline:0!important}.code-file-row:hover{background:#1f232809}.code-file-row.focused{background:#1f23280e}.code-file-row.selected:not(.active){background:#52638714}body.code-mode .code-file-tree-viewport:focus-within .code-file-row.located.selected{color:#5c2c1f;background:#d9775733;box-shadow:inset 3px 0 #be5839d1}.code-file-row.opening:not(.active){background:#5263870f}.code-file-row.active:after{content:"";pointer-events:none;background:#526387b8;border-radius:0 999px 999px 0;width:2px;position:absolute;top:3px;bottom:3px;left:0}.code-file-row.active{color:#252c25;background:#52638713}.code-file-row.ignored{color:#9aa09a}.code-file-row.ignored .code-file-chevron{color:#a7ada7}.code-file-row.code-file-sticky-row{color:#384036;background:0 0}.code-file-sticky-compact-row{display:none}.code-file-row.directory{grid-template-columns:14px minmax(0,1fr) auto}.code-file-row.code-file-sticky-row:hover,.code-file-row.code-file-sticky-row:focus-visible{background:#1f23280e}.code-file-row.editor-dirty .code-file-name,.code-file-row.editor-external-changed .code-file-name,.code-file-row.git-status .code-file-name{font-weight:500}.code-file-row.editor-dirty .code-file-name,.code-file-row.editor-external-changed .code-file-name{color:#6f5d45}.code-file-row.git-deleted .code-file-name,.code-file-row.git-conflicted .code-file-name{color:#8a4f4b}.code-file-chevron{color:#6d736b;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.code-file-chevron svg{fill:currentColor;width:14px;height:14px;display:block}.code-file-chevron.loading:before{content:"";border:1.5px solid color-mix(in srgb, currentColor 28%, transparent);border-top-color:currentColor;border-radius:999px;width:9px;height:9px;animation:.8s linear infinite code-file-chevron-spin;transform:none}.code-file-chevron.placeholder:before{content:none}@keyframes code-file-chevron-spin{to{transform:rotate(360deg)}}.code-file-type-icon{object-fit:contain;flex-shrink:0;width:14px;height:14px;display:inline-block;position:relative}.code-file-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-file-symbolic-link{color:#858585;flex:none;margin-left:2px;font-size:11px;line-height:1}.code-file-row.link-error .code-file-name,.code-file-row.link-error .code-file-symbolic-link{opacity:.55}.code-file-changed{background:#bba679;border-radius:999px;width:5px;height:5px}.code-file-changed.external{background:#b0996f}.code-file-open-spinner{border:1.5px solid #5d655b38;border-top-color:#5d655b;border-radius:999px;justify-self:end;width:10px;height:10px;animation:.8s linear infinite code-file-chevron-spin}.code-file-descendant-status{background:#c2b89f;border-radius:999px;width:5px;height:5px;margin-right:2px}.code-file-descendant-status.dirty,.code-file-descendant-status.external{background:#c2b89f}.code-file-descendant-status.added{background:#a8b8a8}.code-file-descendant-status.deleted,.code-file-descendant-status.conflicted{background:#c2a39f}.code-file-git-status{color:#918675;text-align:right;justify-self:end;min-width:14px;font-size:12px;font-weight:500;line-height:1}.code-file-git-status.added{color:#738a75}.code-file-git-status.deleted,.code-file-git-status.conflicted{color:#9d6a66}.code-file-status{--file-status-indent:22px;padding:4px 6px 4px var(--file-status-indent);color:#7b8078;font-size:12px}.code-file-status.error{color:#9d2f2f}.code-file-inline-operation{width:100%;min-width:0;margin:0}.code-file-inline-operation input{color:#24292f;width:100%;min-width:0;height:21px;font:inherit;background:#fff;border:1px solid #52638773;border-radius:2px;outline:0;padding:0 5px;box-shadow:0 0 0 1px #52638724}.code-file-operation-shell{margin:4px 8px 6px}.code-file-operation-shell.delete-confirm{z-index:2400;background:#f5f7f142;place-items:center;margin:0;padding:18px;display:grid;position:fixed;inset:0}.code-file-operation-dialog{background:#ffffffb8;border:1px solid #5263872e;border-radius:4px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:5px 6px;display:grid;box-shadow:0 6px 14px #1f232814}.code-file-operation-shell.delete-confirm .code-file-operation-dialog{background:#ffffffeb;grid-template-columns:minmax(0,1fr);gap:10px;width:min(420px,100vw - 36px);padding:12px;box-shadow:0 14px 32px #1f232829}.code-file-operation-dialog label{color:#555c53;text-transform:uppercase;font-size:11px;font-weight:650}.code-file-operation-dialog input{color:#24292f;width:100%;min-width:0;height:24px;font:inherit;background:#fff;border:1px solid #52638738;border-radius:3px;outline:0;padding:0 6px;font-size:12px}.code-file-operation-dialog input:focus{border-color:#52638773;box-shadow:0 0 0 2px #52638724}.code-file-operation-text{color:#5f675e;overflow-wrap:anywhere;min-width:0;margin:0;font-size:12px;line-height:1.35}.code-file-operation-dialog .code-rename-actions{gap:4px}.code-file-operation-dialog .code-rename-actions button{border-radius:4px;min-height:24px;padding:3px 7px;font-size:12px}.code-file-operation-dialog .code-rename-actions button.primary{background:#526387}.code-file-operation-dialog .code-rename-actions button.primary:hover:not(:disabled){background:#405170}.code-sidebar-footer{flex-direction:column;flex-shrink:0;gap:10px;margin-top:auto;display:flex}.code-product-row{grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:6px;min-width:0;display:grid}.code-product-mark{color:#6b7168;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;padding:0;font-size:12px;line-height:1.2;display:grid}.code-product-logo{object-fit:cover;border-radius:6px;flex:none;width:20px;height:20px;display:block}.code-product-mark:hover{color:#3f4c68}.code-product-mark:hover .code-product-mark-badge,.code-product-mark:focus-visible .code-product-mark-badge{color:#535b52}.code-product-mark:focus-visible{outline-offset:2px;border-radius:7px;outline:2px solid #9aa597}.code-product-mark-copy,.code-product-mark-main,.code-product-mark-meta,.code-product-mark-badge{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-product-mark-copy{justify-content:space-between;align-items:center;gap:8px;display:flex}.code-product-mark-main-slot{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden;container-type:inline-size}.code-product-mark-main{letter-spacing:-.012em;font-size:13px;font-weight:500}.code-product-mark-main-short{display:none}@container (width<=90px){.code-product-mark-main-full{display:none}.code-product-mark-main-short{display:inline}}.code-product-mark-meta{color:#81877d;letter-spacing:0;text-transform:none;font-size:10px;font-weight:600}.code-product-mark-badge{color:#858b83;font-variant-numeric:tabular-nums;letter-spacing:0;text-transform:none;background:0 0;border:0;border-radius:0;align-items:center;min-height:0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:400;line-height:1;display:inline-flex}.code-sidebar-options{color:#687066;cursor:pointer;background:#0000000a;border:0;border-radius:999px;place-items:center;width:26px;height:26px;font-size:14px;line-height:1;display:inline-grid}.code-sidebar-options svg{fill:currentColor;width:14px;height:14px;display:block}.code-sidebar-options:hover{background:#00000012}.code-sidebar-options:focus-visible{outline-offset:2px;outline:2px solid #9aa597}.code-sidebar.collapsed .code-product-row{flex-direction:column;align-items:center;gap:7px;display:flex}.code-sidebar.collapsed .code-product-mark{justify-content:center;padding:0;display:flex;position:relative}.code-sidebar.collapsed .code-product-logo{border-radius:7px;width:26px;height:26px}.code-sidebar.collapsed .code-product-mark-main,.code-sidebar.collapsed .code-product-mark-copy,.code-sidebar.collapsed .code-product-mark-meta,.code-sidebar.collapsed .code-product-mark-badge{display:none}.code-usage-panel{color:#4d554d;border-top:1px solid #00000014;padding:8px 2px 0;font-size:11px;line-height:1.35}.code-usage-panel.collapsed{padding-bottom:0}.code-usage-header,.code-usage-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.code-usage-header{color:#6d756b;width:100%;font:inherit;text-transform:uppercase;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);margin-bottom:5px;padding:0;font-weight:600}.code-usage-panel.collapsed .code-usage-header{margin-bottom:0}.code-usage-header-meta{justify-self:end;align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.code-usage-title{align-items:center;gap:6px;min-width:0;display:inline-flex}.code-usage-summary{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-usage-chevron{flex:none;place-items:center;width:14px;height:14px;display:inline-grid}.code-usage-chevron svg{fill:currentColor;width:14px;height:14px;display:block}.code-usage-header:focus-visible{outline-offset:3px;outline:2px solid #4051704d}.code-usage-provider{border-top:1px solid #0000000d;flex-direction:column;gap:2px;padding:5px 0;display:flex}.code-usage-provider:first-of-type{border-top:0}.code-usage-row span,.code-usage-row strong,.code-usage-header span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-usage-row strong{color:#252a25;font-weight:600}.code-usage-main-agent-block{padding:3px 0 5px}.code-usage-main-agent{grid-template-columns:minmax(0,1fr) auto}.code-usage-main-agent-open{color:#626b61;min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0;display:grid}.code-usage-main-agent-open:hover span,.code-usage-main-agent-open:hover strong{color:#252a25}.code-usage-main-agent-restart,.code-main-agent-restart-menu button{color:#6d756b;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;font-weight:600}.code-usage-main-agent-restart{padding:2px 5px;font-size:11px}.code-usage-main-agent-restart:hover,.code-main-agent-restart-menu button:hover{color:#252a25;background:#0000000f}.code-main-agent-restart-menu{flex-wrap:wrap;gap:4px;padding:5px 0 1px;display:flex}.code-main-agent-restart-menu button{padding:3px 6px;font-size:11px}.code-usage-subrow{color:#626b61;padding-left:12px}.code-usage-subrow.muted strong{color:#7f857c}.code-main{background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative}.code-terminal-grid{background:#fff;flex:1;grid-template-columns:repeat(auto-fit,minmax(min(520px,100%),1fr));align-content:stretch;gap:0;min-height:0;padding:8px 12px 6px;display:grid;overflow:auto}.code-terminal-grid.panes-1{grid-template-columns:minmax(0,1fr);overflow:hidden}.code-agent-work-pane,.code-terminal-pane{resize:both;min-width:min(520px,100%);min-height:320px;box-shadow:none;background:#fff;border:0;border-radius:0;flex-direction:column;display:flex;position:relative;overflow:hidden}.code-agent-work-pane{display:block}.code-agent-work-view>.code-terminal-pane,.code-agent-work-view>.code-codex-transcript,.code-agent-work-view>.code-acp-transcript{resize:none;flex:1;width:100%;min-width:0;height:100%;min-height:0}.code-acp-transcript{z-index:1;color:#24292f;-webkit-user-select:text;user-select:text;background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.code-acp-transcript-scroll{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#57606a29 transparent;flex:auto;width:100%;min-height:0;padding:36px clamp(18px,4vw,54px) 40px;overflow:hidden auto}.code-acp-transcript-state,.code-acp-transcript-blank{height:100%}.code-acp-transcript-state{color:#8c959f;place-items:center;font-size:13px;display:grid}.code-acp-entry{box-sizing:border-box;width:min(980px,100%);margin-left:auto;margin-right:auto}.code-acp-message.user{flex-direction:column;align-items:flex-end;margin-bottom:20px;display:flex}.code-acp-user-text{color:#1f2328;white-space:pre-wrap;background:#1f23280f;border-radius:17px;width:fit-content;max-width:min(720px,78%);padding:9px 14px;font-size:14px;line-height:20px}.code-acp-message.assistant{color:#24292f;margin-bottom:18px;padding:0 18px;font-size:14px;line-height:1.58}.code-acp-message.assistant.notification{color:#656d76}.code-acp-message.assistant>:first-child,.code-acp-message.assistant>div>:first-child{margin-top:0}.code-acp-message.assistant>:last-child,.code-acp-message.assistant>div>:last-child{margin-bottom:0}.code-acp-images{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.code-acp-images img{object-fit:contain;border:1px solid #d0d7deb8;border-radius:12px;max-width:min(520px,100%);max-height:360px;display:block}.code-acp-activity{color:#656d76;margin-bottom:2px;font-size:13px}.code-acp-activity-group{color:#656d76;width:min(980px,100%);margin:0 auto 14px;font-size:13px}.code-acp-activity-group>summary{box-sizing:border-box;cursor:pointer;border-radius:8px;align-items:center;gap:8px;min-height:32px;padding:4px 18px;font-weight:560;list-style:none;display:flex}.code-acp-activity-group>summary::-webkit-details-marker{display:none}.code-acp-activity-group>summary:hover,.code-acp-activity-group>summary:focus-visible{background:#1f23280a;outline:none}.code-acp-activity-group>summary>.code-acp-activity-chevron{margin-left:2px}.code-acp-activity-group[open]>summary>.code-acp-activity-chevron{transform:rotate(90deg)}.code-acp-activity-count{box-sizing:border-box;color:#8c959f;background:#1f23280f;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-grid}.code-acp-activity-list{padding:3px 0 4px 14px}.code-acp-activity>summary,.code-acp-activity:not(details){box-sizing:border-box;align-items:center;gap:9px;min-height:28px;padding:3px 18px;display:flex}.code-acp-activity>summary{cursor:pointer;border-radius:7px;list-style:none}.code-acp-activity>summary::-webkit-details-marker{display:none}.code-acp-activity>summary:hover,.code-acp-activity>summary:focus-visible{background:#1f23280a;outline:none}.code-acp-activity-dot{background:#8c959f;border-radius:999px;flex:none;width:6px;height:6px}.code-acp-activity.running .code-acp-activity-dot{background:#bf8700;box-shadow:0 0 0 3px #bf87001f}.code-acp-activity.failed .code-acp-activity-dot{background:#cf222e}.code-acp-activity-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.code-acp-activity-chevron{flex:none;width:13px;height:13px;transition:transform .14s}.code-acp-activity[open] .code-acp-activity-chevron{transform:rotate(90deg)}.code-acp-activity-detail{color:#424a53;white-space:pre-wrap;overflow-wrap:anywhere;background:#f6f8facc;border:1px solid #d0d7deb8;border-radius:8px;max-height:min(440px,48vh);margin:3px 18px 10px 33px;padding:10px 12px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.code-acp-working{box-sizing:border-box;color:#8c959f;width:min(980px,100%);margin:14px auto 0;padding:0 18px;font-size:13px}.code-acp-load-earlier{color:#656d76;font:inherit;cursor:pointer;background:0 0;border:0;margin:0 auto 24px;font-size:13px;display:block}.code-acp-jump-bottom{color:#57606a;cursor:pointer;background:#fffffff0;border:1px solid #d0d7ded1;border-radius:999px;place-items:center;width:36px;height:36px;display:grid;position:absolute;bottom:18px;right:22px;box-shadow:0 8px 24px #1f23281f}.code-terminal-pane.active,.code-agent-work-pane.active{box-shadow:none}.code-permission-switching{z-index:12;color:#4f5750;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);pointer-events:auto;background:#ffffffb3;justify-content:center;align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.code-permission-switching-spinner{border:2px solid #4f57503d;border-top-color:#4f5750;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite code-permission-switching-spin}@keyframes code-permission-switching-spin{to{transform:rotate(360deg)}}.code-agent-work-view{min-width:0;min-height:0;position:absolute;inset:0;overflow:hidden}.code-agent-work-view.terminal,.code-agent-work-view.transcript{flex-direction:column;display:flex}.code-agent-work-view.active{z-index:1;visibility:visible;opacity:1;pointer-events:auto}.code-agent-work-view.hidden{z-index:0;visibility:hidden;opacity:0;pointer-events:none}.code-agent-work-view.hidden .xterm-helper-textarea{display:none!important}.code-terminal-container{background:#fff;flex:1;min-height:0;padding:4px 8px 8px}.code-terminal-mode-toggle{z-index:8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:.54;background:#ffffff6b;border:1px solid #1f23280b;border-radius:999px;align-items:center;gap:2px;padding:2px;transition:opacity .12s,background .12s,border-color .12s,box-shadow .12s;display:inline-flex;position:absolute;top:13px;right:18px;box-shadow:0 8px 22px #1f232809}.code-terminal-mode-toggle:hover,.code-terminal-mode-toggle:focus-within{opacity:1;background:#ffffffd1;border-color:#1f23281a;box-shadow:0 10px 24px #1f232811}.code-terminal-mode-toggle button{color:#6e7781;cursor:pointer;opacity:.72;background:0 0;border:0;border-radius:999px;place-items:center;width:28px;height:28px;padding:0;transition:opacity .12s,background .12s,color .12s;display:grid}.code-terminal-mode-toggle button svg{fill:currentColor;width:16px;height:16px;display:block}.code-terminal-mode-toggle button:hover,.code-terminal-mode-toggle button:focus-visible{color:#24292f;opacity:1;background:#afb8c129;outline:none}.code-terminal-mode-toggle button.active{color:#24292f;opacity:.9;background:#1f23280e}.code-codex-transcript{z-index:1;color:#24292f;-webkit-user-select:text;user-select:text;background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.code-codex-transcript-search{z-index:8;color:#7a827b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fafbf7db;border:1px solid #0000;border-radius:10px;align-items:center;gap:5px;padding:4px;display:flex;position:absolute;top:10px;right:18px}@media (width>=700px){.code-agent-work-pane.runtime-switchable .code-codex-transcript-search{right:92px}}.code-codex-transcript-search.open{border-color:#dce1d8;box-shadow:0 5px 18px #2d352e14}.code-codex-transcript-search input{color:#3f4740;width:min(220px,34vw);font:inherit;background:0 0;border:0;outline:0;font-size:12px}.code-codex-transcript-search span{text-align:center;min-width:34px;font-size:11px}.code-codex-transcript-search button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:inline-grid}.code-codex-transcript-search button:hover,.code-codex-transcript-search button:focus-visible{background:#eef1eb;outline:0}.code-codex-transcript-search button:disabled{cursor:default;opacity:.4}.code-codex-transcript-search svg{fill:currentColor;width:14px;height:14px}.code-codex-transcript-turn.search-match{outline-offset:6px;border-radius:12px;outline:2px solid #70846a42}.code-codex-transcript-process-item.search-match{outline-offset:2px;border-radius:6px;outline:2px solid #59845d6b}.code-codex-goal-bar{box-sizing:border-box;-webkit-backdrop-filter:blur(18px)saturate(1.12);background:#ffffffc7;border:1px solid #d0d7deb8;border-radius:16px;flex:none;grid-template-columns:minmax(0,1fr);justify-self:center;gap:6px;width:min(500px,100% - 24px);margin:0 12px 8px;padding:10px 12px 8px;display:grid;box-shadow:0 14px 42px #1f232821,inset 0 0 0 1px #ffffff94}.code-codex-goal-input{color:#24292f;resize:none;min-width:0;min-height:54px;max-height:112px;font:inherit;background:0 0;border:0;padding:0;font-size:13px;font-weight:450;line-height:1.45;overflow-y:auto}.code-codex-goal-input:focus{outline:none}.code-codex-goal-input::placeholder{color:#8c959f}.code-codex-goal-icon-actions{justify-content:flex-end;align-items:center;gap:2px;display:flex}.code-codex-goal-icon-button{color:#6e7781;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:26px;height:26px;display:inline-grid}.code-codex-goal-icon-button:hover,.code-codex-goal-icon-button:focus-visible{color:#24292f;background:#d0d7de66;outline:none}.code-codex-goal-icon-button.danger{color:#cf222e}.code-codex-goal-icon-button:disabled,.code-codex-goal-input:disabled{cursor:default;opacity:.5}.code-codex-goal-error{color:#cf222e;grid-column:1/-1;padding:0 2px 2px;font-size:12px}.code-codex-transcript-scroll{box-sizing:border-box;overscroll-behavior-x:none;overflow-anchor:none;scrollbar-width:thin;scrollbar-color:#57606a29 transparent;-webkit-user-select:text;user-select:text;flex:auto;width:100%;min-height:0;padding:36px clamp(18px,4vw,54px) 40px;overflow:hidden auto}@media (width<=760px),(pointer:coarse){.code-codex-goal-bar{border-radius:16px;width:min(496px,100% - 32px);margin:0 16px 8px;padding:10px 12px 8px}.code-codex-goal-input{min-height:72px;font-size:14px}}.code-codex-transcript-scroll::-webkit-scrollbar{width:6px}.code-codex-transcript-scroll::-webkit-scrollbar-thumb{background:#57606a24;border-radius:999px}.code-codex-transcript-state{color:#8c959f;place-items:center;height:100%;font-size:13px;display:grid}.code-codex-transcript-state.error{color:#8c959f}.code-codex-transcript-blank{height:100%}.code-codex-transcript-turn{-webkit-user-select:text;user-select:text;max-width:980px;margin:0 auto 26px}.code-codex-transcript-user{color:#1f2328;white-space:pre-wrap;-webkit-user-select:text;user-select:text;background:#1f23280f;border-radius:17px;width:fit-content;max-width:min(720px,78%);margin:0 0 20px auto;padding:9px 14px;font-size:14px;line-height:20px}.code-codex-transcript-user-images{grid-template-columns:repeat(auto-fit,minmax(92px,max-content));gap:8px;margin-top:10px;display:grid}.code-codex-transcript-user-images img{object-fit:contain;background:#ffffffc2;border:1px solid #1f23281f;border-radius:9px;max-width:min(220px,58vw);max-height:180px;display:block}.code-codex-transcript-user-files{white-space:normal;gap:8px;min-width:min(320px,100%);margin-top:10px;display:grid}.code-codex-transcript-user-file{background:#ffffffb8;border:1px solid #1f23281f;border-radius:10px;min-width:0;overflow:hidden}.code-codex-transcript-resource-link{grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.code-codex-transcript-resource-link>a,.code-codex-transcript-resource-link>span:not(.code-codex-transcript-user-file-meta){color:#24292f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.code-codex-transcript-user-file summary{cursor:pointer;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:8px 10px;list-style:none;display:grid}.code-codex-transcript-user-file summary::-webkit-details-marker{display:none}.code-codex-transcript-user-file-name{color:#24292f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;line-height:18px;overflow:hidden}.code-codex-transcript-user-file-meta{color:#7b8178;white-space:nowrap;font-size:12px;line-height:16px}.code-codex-transcript-user-file pre{color:#24292f;white-space:pre-wrap;word-break:break-word;background:#ffffff94;border-top:1px solid #1f232814;max-height:260px;margin:0;padding:10px;font-size:12px;line-height:17px;overflow:auto}.code-codex-transcript-user-file-error{color:#b54708;border-top:1px solid #1f232814;padding:9px 10px;font-size:12px;line-height:17px}.code-codex-transcript-steer{justify-content:flex-end;margin:8px 0 6px;display:flex}.code-codex-transcript-steer-bubble{margin-bottom:0}.code-codex-transcript-process{color:#6e7781;border-bottom:1px solid #1f23281f;margin:0 0 18px}.code-codex-transcript-process-summary{min-height:28px;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:14px;display:inline-flex}.code-codex-transcript-process-summary:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #0969da47}.code-codex-transcript-chevron{fill:currentColor;opacity:.7;width:15px;height:15px;transition:transform .16s,opacity .16s}.code-codex-transcript-process.expanded .code-codex-transcript-chevron{opacity:.9;transform:rotate(90deg)}.code-codex-transcript-process-list{gap:4px;padding:6px 0 14px;display:grid}.code-acp-progress-update{color:#24292f;overflow-wrap:anywhere;padding:8px 0 5px;font-size:15px;line-height:1.65}.code-acp-progress-update>:first-child{margin-top:0}.code-acp-progress-update>:last-child{margin-bottom:0}.code-acp-progress-update p{margin:0 0 10px}.code-codex-transcript-process-group{color:#7d858d;padding:1px 0 1px 18px;position:relative}.code-codex-transcript-process-group-summary{max-width:100%;min-height:22px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:400;display:inline-flex}.code-codex-transcript-process-group-summary:hover,.code-codex-transcript-process-group-summary:focus-visible{color:#57606a;outline:none}.code-codex-transcript-process-group-summary[aria-expanded=true] .code-codex-transcript-process-item-chevron{opacity:.9;transform:rotate(90deg)}.code-codex-transcript-process-group-list{gap:3px;margin-top:4px;padding-left:2px;display:grid}.code-codex-transcript-process-group.running>.code-codex-transcript-process-group-summary>.code-codex-transcript-process-dot{background:0 0;border:2px solid #6e7781;border-top-color:#0000;animation:.9s linear infinite codeTranscriptSpin}.code-codex-transcript-process-item{color:#57606a;padding:1px 0 1px 18px;position:relative}.code-codex-transcript-process-title{color:#7d858d;align-items:center;gap:6px;max-width:100%;min-height:22px;font-size:13px;font-weight:400;display:inline-flex}.code-codex-transcript-process-dot{background:#6e7781b8;border-radius:999px;width:7px;height:7px;position:absolute;top:10px;left:2px}.code-codex-transcript-process-title-text{overflow-wrap:anywhere;flex:0 auto;min-width:0}.code-codex-transcript-process-title-toggle,.code-codex-transcript-process-title-static{min-width:0;max-width:100%;color:inherit;font:inherit;align-items:center;gap:6px;display:inline-flex}.code-codex-transcript-process-title-toggle{cursor:pointer;text-align:left;-webkit-user-select:text;user-select:text;background:0 0;border:0;padding:0}.code-codex-transcript-process-title-toggle:hover,.code-codex-transcript-process-title-toggle:focus-visible{color:#57606a;outline:none}.code-codex-transcript-process-item-chevron{fill:currentColor;opacity:.65;flex:none;width:14px;height:14px;transition:transform .14s,opacity .14s}.code-codex-transcript-process-title-toggle[aria-expanded=true] .code-codex-transcript-process-item-chevron{opacity:.9;transform:rotate(90deg)}.code-codex-transcript-process-status{color:#6e7781;background:#6e778114;border-radius:999px;flex:none;padding:2px 7px;font-size:11px;font-weight:400;line-height:1.35}.code-codex-transcript-copy{color:#6e7781;opacity:0;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;width:24px;height:24px;transition:background .12s,color .12s,opacity .12s;display:inline-grid;position:relative}.code-codex-transcript-process-item:hover .code-codex-transcript-copy,.code-codex-transcript-copy.copied,.code-codex-transcript-copy:focus-visible{opacity:1}.code-codex-transcript-copy:hover,.code-codex-transcript-copy.copied,.code-codex-transcript-copy:focus-visible{color:#24292f;background:#1f232814;outline:none}.code-codex-transcript-copy svg{fill:currentColor;width:14px;height:14px}.code-codex-transcript-copy:after,.code-codex-transcript-answer-action:after{content:attr(data-tooltip);z-index:20;color:#1f2328;letter-spacing:0;opacity:0;pointer-events:none;white-space:nowrap;background:#fffffffa;border:1px solid #1f23281f;border-radius:12px;min-width:max-content;padding:6px 10px;font-size:13px;font-weight:500;line-height:18px;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,2px);box-shadow:0 6px 18px #1f23281f}.code-codex-transcript-copy:hover:after,.code-codex-transcript-copy.copied:after,.code-codex-transcript-copy:focus-visible:after,.code-codex-transcript-answer-action:hover:after,.code-codex-transcript-answer-action.copied:after,.code-codex-transcript-answer-action:focus-visible:after{opacity:1;transform:translate(-50%)}.code-codex-transcript-process-item pre{box-sizing:border-box;color:#57606a;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#f6f8fadb;border-radius:7px;max-width:100%;max-height:240px;margin:6px 0 2px;padding:10px 12px;font-size:12px;line-height:1.45;overflow:hidden auto}.code-codex-transcript-process-detail{color:#57606a;overflow-wrap:anywhere;margin:3px 0 2px;font-size:12.5px;line-height:1.48}.code-codex-transcript-process-images{flex-wrap:wrap;align-items:flex-start;gap:10px;margin:6px 0 4px;display:flex}.code-codex-transcript-process-images img{object-fit:contain;background:#fff;border:1px solid #1f23281f;border-radius:8px;max-width:min(220px,40vw);max-height:180px;display:block}.code-codex-transcript-audios{gap:8px;margin:7px 0 4px;display:grid}.code-codex-transcript-audios figure{margin:0}.code-codex-transcript-audios figcaption{color:#7b8178;margin-bottom:4px;font-size:11px}.code-codex-transcript-audios audio{width:min(360px,100%);height:34px;display:block}.code-codex-transcript-terminals,.code-codex-transcript-subagent{gap:7px;margin:7px 0 3px;display:grid}.code-codex-transcript-terminal,.code-codex-transcript-subagent{background:#f6f8fadb;border:1px solid #1f23281f;border-radius:8px;min-width:0;overflow:hidden}.code-codex-transcript-terminal>header,.code-codex-transcript-subagent>header{color:#7b8178;border-bottom:1px solid #1f232814;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:7px 9px;font-size:11px;display:flex}.code-codex-transcript-terminal>header code,.code-codex-transcript-subagent>header code{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.code-codex-transcript-terminal-copy,.code-codex-transcript-terminal-stop{width:22px;height:22px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;padding:0;display:grid}.code-codex-transcript-terminal-copy:hover,.code-codex-transcript-terminal-copy:focus-visible,.code-codex-transcript-terminal-stop:hover,.code-codex-transcript-terminal-stop:focus-visible{background:#1f232814}.code-codex-transcript-terminal-copy svg,.code-codex-transcript-terminal-stop svg{width:13px;height:13px}.code-codex-transcript-terminal-stop{color:#b4232d}.code-codex-transcript-terminal-stop:disabled{cursor:wait;opacity:.55}.code-codex-transcript-terminal-error{color:#b4232d;padding:6px 9px;font-size:11px}.code-codex-transcript-terminal-meta{color:#7b8178;border-bottom:1px solid #1f232814;gap:8px;min-width:0;padding:5px 9px;font-size:10px;display:flex}.code-codex-transcript-terminal-meta span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.code-codex-transcript-terminal>pre{color:#d0d7de;white-space:pre-wrap;background:#161b22;border-radius:0;max-height:240px;margin:0;padding:9px;overflow:auto}.code-acp-embedded-terminal{background:#161b22;min-width:0;position:relative}.code-acp-embedded-terminal-host{background:#161b22;height:220px;min-height:160px;padding:8px 9px;overflow:hidden}.code-acp-embedded-terminal-host .xterm{height:100%}.code-acp-embedded-terminal.readonly .xterm-helper-textarea{pointer-events:none}.code-visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:pre!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.code-codex-transcript-terminal-input{background:#161b22;border-top:1px solid #1f232814;gap:6px;padding:7px 9px;display:flex}.code-codex-transcript-terminal-input input{color:#d0d7de;background:#ffffff0f;border:1px solid #d0d7de47;border-radius:5px;outline:none;flex:1;min-width:0;padding:5px 7px;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.code-codex-transcript-terminal-input input:focus{border-color:#58a6ffb3}.code-codex-transcript-terminal-input button{color:#d0d7de;cursor:pointer;background:#ffffff14;border:1px solid #d0d7de38;border-radius:5px;padding:0 9px;font-size:11px}.code-codex-transcript-terminal-input button:disabled{cursor:default;opacity:.45}.code-codex-transcript-terminal .empty,.code-codex-transcript-subagent .empty{color:#7b8178;padding:9px;font-size:12px}.code-codex-transcript-subagent-entries{max-height:280px;display:grid;overflow:auto}.code-codex-transcript-subagent-turn{border-bottom:1px solid #1f232814;gap:5px;padding:9px;font-size:12px;line-height:1.45;display:grid}.code-codex-transcript-subagent-turn:last-child{border-bottom:0}.code-codex-transcript-subagent-turn .user{color:#24292f;font-weight:600}.code-codex-transcript-subagent-turn .actions{color:#7b8178;gap:3px;font-size:11px;display:grid}.code-codex-transcript-subagent-meta{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.code-codex-transcript-subagent-action{border-radius:5px;min-width:0}.code-codex-transcript-subagent-action>summary,.code-codex-transcript-subagent-action.static{align-items:center;gap:5px;min-width:0;padding:3px 4px;list-style:none;display:flex}.code-codex-transcript-subagent-action>summary{cursor:pointer}.code-codex-transcript-subagent-action>summary::-webkit-details-marker{display:none}.code-codex-transcript-subagent-action>summary:hover,.code-codex-transcript-subagent-action>summary:focus-visible{background:#1f23280f}.code-codex-transcript-subagent-action>summary>span,.code-codex-transcript-subagent-action.static>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.code-codex-transcript-subagent-action>summary svg{width:12px;height:12px;transition:transform .14s}.code-codex-transcript-subagent-action[open]>summary svg{transform:rotate(90deg)}.code-codex-transcript-subagent-action .detail,.code-codex-transcript-subagent-action .changes{color:#525a52;overflow-wrap:anywhere;padding:4px 7px 6px 15px}.code-codex-transcript-subagent-action .changes{gap:2px;display:grid}.code-codex-transcript-subagent-action .changes>div{gap:8px;min-width:0;display:flex}.code-codex-transcript-subagent-action .changes span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.code-codex-transcript-subagent-status{color:#6f746d;flex:none}.code-codex-transcript-subagent-status.active{color:#0969da}.code-codex-transcript-subagent-status.error,.code-codex-transcript-subagent-error{color:#cf222e}.code-codex-transcript-subagent-control{width:22px;height:22px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;padding:0;display:grid}.code-codex-transcript-subagent-control:hover,.code-codex-transcript-subagent-control:focus-visible{background:#1f232814}.code-codex-transcript-subagent-control.stop{color:#b4232d}.code-codex-transcript-subagent-control:disabled{cursor:wait;opacity:.55}.code-codex-transcript-subagent-control svg{width:13px;height:13px}.code-codex-transcript-subagent-overlay{z-index:80;background:#11182761;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.code-codex-transcript-subagent-dialog{background:#fff;border:1px solid #1f232826;border-radius:12px;width:min(920px,100%);max-height:min(760px,100vh - 64px);display:grid;overflow:hidden;box-shadow:0 24px 80px #11182733}.code-codex-transcript-subagent-dialog>header{color:#7b8178;border-bottom:1px solid #1f232814;align-items:center;gap:10px;min-width:0;padding:10px 12px;font-size:12px;display:flex}.code-codex-transcript-subagent-dialog .code-codex-transcript-subagent-entries{max-height:none;overflow:auto}.code-codex-transcript-subagent-error{background:#ffebe9b8;border-bottom:1px solid #cf222e29;padding:7px 9px;font-size:11px}.code-codex-transcript-plan-list{gap:6px;margin:6px 0 2px;padding:8px 0 2px;list-style:none;display:grid}.code-codex-transcript-plan-list li{color:#57606a;grid-template-columns:14px minmax(0,1fr);align-items:start;gap:8px;font-size:12px;line-height:1.45;display:grid}.code-codex-transcript-plan-marker{background:0 0;border:1px solid #6e778180;border-radius:999px;width:8px;height:8px;margin-top:4px}.code-codex-transcript-plan-list li.completed .code-codex-transcript-plan-marker{background:#1f883d;border-color:#1f883d}.code-codex-transcript-plan-list li.running .code-codex-transcript-plan-marker{border-color:#0000 #6e7781 #6e7781;animation:.9s linear infinite codeTranscriptSpin}.code-codex-transcript-process-item.command .code-codex-transcript-process-dot{background:#1f883d}.code-codex-transcript-process-item.patch .code-codex-transcript-process-dot{background:#8250df}.code-codex-transcript-process-item.mcp .code-codex-transcript-process-dot,.code-codex-transcript-process-item.tool .code-codex-transcript-process-dot,.code-codex-transcript-process-item.tool-output .code-codex-transcript-process-dot{background:#0969da}.code-codex-transcript-process-item.reasoning .code-codex-transcript-process-dot,.code-codex-transcript-process-item.plan .code-codex-transcript-process-dot{background:#9a6700}.code-codex-transcript-process-item.web-search .code-codex-transcript-process-dot{background:#0a7ea4}.code-codex-transcript-process-item.status-running .code-codex-transcript-process-dot{background:0 0;border:2px solid #6e7781;border-top-color:#0000;animation:.9s linear infinite codeTranscriptSpin}.code-codex-transcript-process-item.status-failed .code-codex-transcript-process-dot,.code-codex-transcript-process-item.error .code-codex-transcript-process-dot{background:#cf222e}.code-codex-transcript-process-item.status-warning .code-codex-transcript-process-dot,.code-codex-transcript-process-item.warning .code-codex-transcript-process-dot{background:#bf8700}@keyframes codeTranscriptSpin{to{transform:rotate(360deg)}}.code-codex-transcript-assistant{-webkit-user-select:text;user-select:text;min-width:0;max-width:820px;padding:0;font-size:14px;line-height:20px}.code-codex-transcript-assistant.code-markdown-preview{box-sizing:border-box;min-width:0;max-width:100%;margin:0;padding:0;font-size:14px;line-height:20px;overflow:visible}.code-codex-transcript-assistant.code-markdown-preview strong{font-weight:520}.code-codex-transcript-assistant.code-markdown-preview p,.code-codex-transcript-assistant.code-markdown-preview blockquote,.code-codex-transcript-assistant.code-markdown-preview ul,.code-codex-transcript-assistant.code-markdown-preview ol,.code-codex-transcript-assistant.code-markdown-preview pre,.code-codex-transcript-assistant.code-markdown-preview table{margin:0 0 8px}.code-codex-transcript-assistant.code-markdown-preview ul,.code-codex-transcript-assistant.code-markdown-preview ol{padding-left:1.3125rem}.code-codex-transcript-assistant.code-markdown-preview ul.contains-task-list{padding-left:0;list-style:none}.code-codex-transcript-assistant.code-markdown-preview li.task-list-item{grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:8px;padding-left:0;list-style:none;display:grid}.code-codex-transcript-assistant.code-markdown-preview li.task-list-item>input[type=checkbox]{grid-column:1;margin:4px 0 0}.code-codex-transcript-assistant.code-markdown-preview li.task-list-item>p,.code-codex-transcript-assistant.code-markdown-preview li.task-list-item>:not(input){grid-column:2}.code-codex-transcript-assistant.code-markdown-preview li+li{margin-top:5px}.code-codex-transcript-assistant.code-markdown-preview li>p{margin:0}.code-codex-transcript-assistant.code-markdown-preview li>p+p{margin-top:8px}.code-codex-transcript-assistant.code-markdown-preview h1,.code-codex-transcript-assistant.code-markdown-preview h2,.code-codex-transcript-assistant.code-markdown-preview h3,.code-codex-transcript-assistant.code-markdown-preview h4,.code-codex-transcript-assistant.code-markdown-preview h5,.code-codex-transcript-assistant.code-markdown-preview h6{border-bottom:0;margin:16px 0 8px;padding-bottom:0;font-weight:560;line-height:1.25}.code-codex-transcript-assistant.code-markdown-preview h1{font-size:24px}.code-codex-transcript-assistant.code-markdown-preview h2{font-size:20px}.code-codex-transcript-assistant.code-markdown-preview h3,.code-codex-transcript-assistant.code-markdown-preview h4{font-size:17px;line-height:22px}.code-codex-transcript-assistant.code-markdown-preview h5,.code-codex-transcript-assistant.code-markdown-preview h6{font-size:15px;line-height:20px}.code-codex-transcript-assistant.code-markdown-preview code{overflow-wrap:anywhere;word-break:break-word;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:6px;padding:1px 6px;font-size:.92em}.code-codex-transcript-file-link{vertical-align:baseline;color:#0a7ea4;font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;background:#afb8c133;border:0;border-radius:6px;align-items:center;gap:5px;margin:0;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.92em;display:inline-flex}.code-codex-transcript-markdown-file-link{font:inherit;line-height:inherit;color:#0969da;cursor:pointer;background:0 0;border:0;padding:0;display:inline}.code-codex-transcript-markdown-file-link .code-codex-transcript-file-label{margin-left:5px}.code-codex-transcript-file-icon{width:.86em;height:.86em;color:inherit;opacity:.96;vertical-align:-.09em;background:currentColor;flex:none;margin-top:.02em;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.code-codex-transcript-file-link:hover,.code-codex-transcript-file-link:focus-visible{color:#0969da;background:#0969da24;outline:none}.code-codex-transcript-assistant.code-markdown-preview blockquote{color:#24292f;border-left:0;margin:0 0 8px;padding:7px 0 7px 22px;font-style:normal;line-height:21px;position:relative}.code-codex-transcript-assistant.code-markdown-preview blockquote:after{content:"";background:#d0d7de;border-radius:2px;width:4px;position:absolute;top:7px;bottom:7px;left:0}.code-codex-transcript-assistant.code-markdown-preview pre{box-sizing:border-box;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#f6f8fadb;border:1px solid #1f23281a;border-radius:8px;max-width:100%;margin-block:10px;padding:8px;font-size:12px;line-height:20px;overflow:hidden}.code-codex-transcript-assistant.code-markdown-preview pre code{overflow-wrap:anywhere;word-break:break-all;min-width:0;max-width:100%;display:block;white-space:pre-wrap!important}.code-codex-transcript-assistant.code-markdown-preview hr{clear:both;border:0;border-top:1px solid #d0d7de;height:0;margin:22px 0}.code-codex-transcript-assistant.code-markdown-preview hr+*{margin-top:0}.code-codex-transcript-assistant.code-markdown-preview table{border-collapse:separate;border-spacing:0;table-layout:fixed;text-align:left;overflow-wrap:break-word;width:100%;min-width:0;max-width:100%;font-size:13px}.code-codex-transcript-assistant.code-markdown-preview th,.code-codex-transcript-assistant.code-markdown-preview td{vertical-align:top;overflow-wrap:anywhere;word-break:break-word;background:0 0;border:0;border-bottom:1px solid #d8dee4;padding:8px 22px 8px 0}.code-codex-transcript-assistant.code-markdown-preview th{color:#24292f;padding-top:8px;padding-bottom:8px;font-weight:520;line-height:16px}.code-codex-transcript-assistant.code-markdown-preview th:last-child,.code-codex-transcript-assistant.code-markdown-preview td:last-child{padding-right:0}.code-codex-transcript-assistant.code-markdown-preview tr:nth-child(2n){background:0 0}.code-codex-transcript-assistant.code-markdown-preview tbody tr:last-child td{border-bottom:0;padding-bottom:18px}.code-codex-transcript-assistant.code-markdown-preview img{border-radius:8px;max-width:min(100%,640px);height:auto;margin:8px 0 12px;display:block}.code-codex-transcript-assistant.code-markdown-preview>:last-child{margin-bottom:0}.code-codex-transcript-answer{-webkit-user-select:text;user-select:text;gap:5px;width:fit-content;min-width:0;max-width:min(820px,100% - 34px);display:grid;position:relative}.code-codex-transcript-answer-actions{opacity:1;pointer-events:auto;align-items:center;gap:6px;min-height:0;transition:opacity .12s;display:inline-flex}.code-codex-transcript-answer:hover .code-codex-transcript-answer-actions,.code-codex-transcript-answer:focus-within .code-codex-transcript-answer-actions{opacity:1;pointer-events:auto}.code-codex-transcript-answer-action{color:#656d76e0;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:24px;height:24px;display:inline-grid;position:relative}.code-codex-transcript-answer-action:hover,.code-codex-transcript-answer-action.copied,.code-codex-transcript-answer-action:focus-visible{color:#24292f;background:#1f232814}.code-codex-transcript-answer-action svg{width:16px;height:16px}.code-codex-transcript-results{gap:8px;margin:8px 0 0;display:grid}.code-codex-transcript-results.code-codex-transcript-status-row{flex-wrap:nowrap;align-items:center;gap:6px;max-width:100%;display:flex;overflow:hidden}.code-codex-transcript-result-card{gap:8px;width:fit-content;max-width:min(940px,100%);display:grid}.code-codex-transcript-result-summary{color:#6e7781;max-width:100%;min-height:52px;font:inherit;white-space:nowrap;background:#ffffffe0;border:1px solid #1f23281f;border-radius:20px;justify-content:center;align-items:center;gap:7px;padding:11px 17px;font-size:16px;font-weight:500;line-height:22px;display:inline-flex;box-shadow:0 1px #1f232808}button.code-codex-transcript-result-summary{cursor:pointer}button.code-codex-transcript-result-summary:hover,button.code-codex-transcript-result-summary:focus-visible{color:#24292f;background:#eaeef2f5}.code-codex-transcript-result-summary .added{color:#1f883d}.code-codex-transcript-result-summary .removed{color:#cf222e}.code-codex-transcript-result-chevron{width:16px;height:16px;transition:transform .12s}.code-codex-transcript-result-summary[aria-expanded=true] .code-codex-transcript-result-chevron{transform:rotate(90deg)}.code-codex-transcript-status-row:has(.code-codex-transcript-result-details){align-items:flex-start;overflow:visible}.code-codex-transcript-result-details{background:#fffffff0;border:1px solid #1f23281f;border-radius:14px;width:min(820px,100vw - 84px);min-width:320px;overflow:hidden;box-shadow:0 8px 28px #1f232814}.code-codex-transcript-result-files{display:grid}.code-codex-transcript-result-file+.code-codex-transcript-result-file{border-top:1px solid #1f232814}.code-codex-transcript-result-file>summary{color:#24292f;cursor:pointer;align-items:center;gap:12px;min-height:42px;padding:8px 12px;list-style-position:inside;display:flex}.code-codex-transcript-result-file>summary:hover{background:#eaeef2a8}.code-codex-transcript-result-file-path{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;overflow:hidden}.code-codex-transcript-result-file-stats{font-variant-numeric:tabular-nums;gap:6px;font-size:12px;display:inline-flex}.code-codex-transcript-result-file-stats .added,.code-codex-transcript-result-diff .added{color:#1f883d}.code-codex-transcript-result-file-stats .removed,.code-codex-transcript-result-diff .removed{color:#cf222e}.code-codex-transcript-result-diff{color:#57606a;-webkit-user-select:text;user-select:text;white-space:pre;background:#f6f8fa;border-top:1px solid #1f232814;max-height:360px;margin:0;padding:12px 14px;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.code-codex-transcript-result-diff>span{min-width:max-content;display:block}.code-codex-transcript-result-diff .hunk{color:#8250df}.code-codex-transcript-result-diff .meta{color:#0969da}.code-codex-transcript-result-loading,.code-codex-transcript-result-error{color:#6e7781;border-top:1px solid #1f232814;padding:9px 12px;font-size:12px}.code-codex-transcript-result-error{color:#cf222e}.code-codex-transcript-result-review{color:#24292f;font:inherit;cursor:pointer;background:#fff;border:1px solid #1f232824;border-radius:8px;margin:8px 10px 10px auto;padding:6px 11px;font-size:12px}.code-codex-transcript-result-review:hover,.code-codex-transcript-result-review:focus-visible{background:#f6f8fa}.code-codex-transcript-progress{color:#6e7781;white-space:nowrap;text-overflow:ellipsis;background:#ffffffe0;border:1px solid #1f23281a;border-radius:18px;flex:0 auto;align-items:center;max-width:100%;min-height:34px;padding:6px 12px;font-size:13px;line-height:18px;display:inline-flex;overflow:hidden}.code-codex-transcript-progress:before{content:"◎";color:currentColor;margin-right:5px;font-size:14px;line-height:1}.code-codex-transcript-placeholder{color:#8c959f;font-size:14px}.code-codex-transcript-jump-bottom{z-index:5;color:#24292f;cursor:pointer;background:#fffffff5;border:1px solid #1f232824;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #1f23281f}.code-codex-transcript-jump-bottom:hover{background:#f6f7f3}.code-codex-transcript-jump-bottom svg{fill:currentColor;width:16px;height:16px}.code-terminal-search{z-index:6;color:#24292f;background:#fffffff5;border:1px solid #1f232824;border-radius:8px;grid-template-columns:minmax(120px,1fr) minmax(30px,auto) repeat(6,26px);align-items:center;gap:2px;width:min(460px,100% - 44px);min-height:30px;padding:3px;display:grid;position:absolute;top:14px;right:22px;box-shadow:0 10px 28px #1f23281f}.code-terminal-search input{width:100%;min-width:0;height:24px;color:inherit;font:inherit;background:0 0;border:0;border-radius:5px;outline:none;padding:0 6px;font-size:12px}.code-terminal-search input:focus{background:#f6f8fae6;box-shadow:inset 0 0 0 1px #0969da6b}.code-terminal-search-status{text-overflow:ellipsis;white-space:nowrap;color:#6e7781;text-align:right;min-width:30px;max-width:62px;font-size:11px;overflow:hidden}.code-terminal-search-status.empty{color:#cf222e}.code-terminal-search-button{color:#57606a;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:26px;height:24px;font-size:14px;line-height:1;display:inline-flex}.code-terminal-search-button:hover,.code-terminal-search-button:focus-visible{color:#24292f;background:#afb8c12e;outline:none}.code-terminal-search-button.option{font-size:14px}.code-terminal-search-button.option.active{color:#0969da;background:#0969da1f}.code-terminal-search-button.close{font-size:14px}.code-terminal-search-button svg{fill:currentColor;width:14px;height:14px;display:block}.code-terminal-status-card{z-index:6;color:#57606a;background:#fffffff5;border:1px solid #1f232824;border-radius:8px;align-items:center;gap:10px;max-width:min(420px,100% - 48px);min-height:36px;padding:6px 8px 6px 12px;font-size:12px;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 28px #1f23281f}.code-terminal-status-card span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-terminal-status-card button{color:#24292f;height:26px;font:inherit;cursor:pointer;background:#f6f8fa;border:1px solid #1f232824;border-radius:6px;flex:none;padding:0 9px}.code-terminal-status-card button:hover,.code-terminal-status-card button:focus-visible{background:#eef1f4;outline:none}.code-terminal-jump-bottom{z-index:5;color:#24292f;cursor:pointer;background:#fffffff5;border:1px solid #1f232824;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:22px;line-height:1;display:inline-flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #1f23281f}.code-terminal-jump-bottom:hover{background:#f6f7f3}.code-terminal-jump-bottom svg{fill:currentColor;width:16px;height:16px}.code-file-editor{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.code-file-editor-header{background:#f6f7f3;border-bottom:1px solid #24292f1a;flex-direction:column;flex-shrink:0;min-height:0;display:flex}.code-file-editor-tab-strip{background:#eceee8;border-bottom:1px solid #24292f14;align-items:stretch;min-height:32px;display:flex}.code-file-editor-tabs{overscroll-behavior-x:contain;scrollbar-width:none;flex:auto;align-items:flex-end;min-width:0;min-height:32px;display:flex;overflow:auto hidden}.code-file-editor-tabs::-webkit-scrollbar{display:none}.code-file-editor-tab{color:#24292f;cursor:pointer;background:0 0;border-top:1px solid #0000;border-right:1px solid #24292f14;flex:none;grid-template-columns:16px minmax(0,1fr) 22px;align-items:center;gap:6px;max-width:min(360px,60vw);min-height:32px;padding:0 6px 0 10px;font-size:13px;display:grid}.code-file-editor-tab.active{background:#fff;border-top-color:#0000}.code-file-editor-tab:hover:not(.active){background:#ffffff57}.code-file-editor-tab:focus-visible{outline-offset:-2px;outline:2px solid #8f9b88}.code-file-editor-tab-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code-file-editor-tab.warning.active{border-top-color:#bf7b18}.code-file-editor-tab-tail{place-items:center;width:20px;height:20px;display:inline-grid;position:relative}.code-file-editor-close{color:#6d736b;cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:4px;place-items:center;width:20px;height:20px;display:inline-grid;position:absolute;inset:0}.code-file-editor-close:before,.code-file-editor-close:after{content:"";background:currentColor;border-radius:999px;width:9px;height:1.5px;position:absolute}.code-file-editor-close:before{transform:rotate(45deg)}.code-file-editor-close:after{transform:rotate(-45deg)}.code-file-editor-tab.active:not(.dirty,.warning) .code-file-editor-close,.code-file-editor-tab:hover .code-file-editor-close,.code-file-editor-tab:focus-within .code-file-editor-close{opacity:1;pointer-events:auto}.code-file-editor-close:hover{background:#1f232814}.code-file-editor-dirty{background:#c27d1a;border-radius:999px;width:7px;height:7px;position:absolute}.code-file-editor-tab:hover .code-file-editor-dirty,.code-file-editor-tab:focus-within .code-file-editor-dirty{opacity:0}.code-file-editor-bar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:26px;padding:3px 10px;display:grid}.code-file-editor-breadcrumbs{color:#70776e;white-space:nowrap;align-items:center;gap:0;min-width:0;font-size:12px;display:flex;overflow:hidden}.code-file-editor-breadcrumb{min-width:0;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;flex:0 auto;align-items:center;padding:0;display:inline-flex}.code-file-editor-breadcrumb:first-child{flex-shrink:1.4}.code-file-editor-breadcrumb.current{color:#3f453e;flex-shrink:0;font-weight:560}.code-file-editor-breadcrumb:hover,.code-file-editor-breadcrumb:focus-visible{color:#394866;outline:0}.code-file-editor-breadcrumb-name{text-overflow:ellipsis;min-width:0;overflow:hidden}.code-file-editor-breadcrumb-separator{color:#9aa198;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.code-file-editor-breadcrumb-separator:before{content:"";border-bottom:1.4px solid;border-right:1.4px solid;width:4px;height:4px;transform:rotate(-45deg)}.code-file-editor-actions{align-items:center;gap:6px;display:inline-flex}.code-file-editor-action{color:#5d655b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;width:22px;height:22px;padding:0;display:inline-grid;position:relative}.code-file-editor-action:hover:not(:disabled){background:#1f23280e;border-color:#24292f1a}.code-file-editor-action.active{color:#394866;background:#5263871a;border-color:#52638729}.code-file-editor-action:disabled{color:#a1a69e;cursor:not-allowed}.code-file-editor-navigation{border-right:1px solid #24292f14;flex:none;align-items:center;min-height:32px;display:inline-flex}.code-file-editor-navigation .code-file-editor-action{border-radius:0;flex:0 0 32px;width:32px;height:32px}.code-file-editor-navigation .code-file-editor-action-svg{width:16px;height:16px;display:block}.code-file-editor-agent-return{color:#525a50}.code-file-editor-navigation-divider{background:#24292f14;flex:none;width:1px;height:20px;margin:0 3px}.code-file-editor-action.save:before{content:"";box-sizing:border-box;border:1.6px solid;border-radius:2px;width:12px;height:12px}.code-file-editor-action.save:after{content:"";border-top:1.4px solid;border-bottom:1.4px solid;width:6px;height:3px;position:absolute;top:6px;left:8px}.code-file-editor-action.reload:before{content:"";border:1.6px solid;border-left-color:#0000;border-radius:999px;width:12px;height:12px;transform:rotate(-38deg)}.code-file-editor-action.reload:after{content:"";border-top:1.6px solid;border-right:1.6px solid;width:5px;height:5px;position:absolute;top:6px;right:6px;transform:rotate(18deg)}.code-file-editor-action.overwrite{color:#9d6b1d}.code-file-editor-action .code-file-editor-action-svg{width:16px;height:16px;display:block}.code-file-editor-status{color:#6d736b;white-space:nowrap;font-size:12px}.code-file-editor-status.warning{color:#9d6b1d;font-weight:650}.code-file-editor-alert{color:#7a4b00;background:#fff7e8;border-bottom:1px solid #ecd8b4;padding:8px 14px;font-size:13px}.code-file-monaco{background:#fff;flex:1;width:100%;min-height:0;overflow:hidden}.code-file-monaco.hidden{display:none}.code-file-editor-split,.code-file-editor-source-region{background:#fff;flex:1;min-width:0;min-height:0}.code-file-editor-source-region{display:flex}.code-file-editor-source-region.hidden{display:none}.code-file-editor-split,.code-file-editor-source-region.markdown-split{display:grid}.code-file-editor-split.markdown,.code-file-editor-source-region.markdown-split{grid-template-columns:minmax(0,1fr) minmax(320px,1fr)}.code-file-editor-split.markdown .code-file-monaco,.code-file-editor-source-region.markdown-split .code-file-monaco{border-right:1px solid #24292f14;min-width:0;height:100%}.code-file-editor-split.markdown .code-file-preview-panel.markdown,.code-file-editor-source-region.markdown-split .code-file-preview-panel.markdown{min-width:0;height:100%}.code-file-diff-view{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex}.code-file-diff-header{background:#fbfbf8;border-bottom:1px solid #24292f14;flex:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:32px;padding:0 10px 0 12px;display:grid}.code-file-diff-title{color:#3f453e;align-items:center;gap:9px;min-width:0;font-size:12px;display:flex}.code-file-diff-title strong{flex:none;font-size:12px;font-weight:650}.code-file-diff-title span{text-overflow:ellipsis;white-space:nowrap;color:#70776e;min-width:0;overflow:hidden}.code-file-diff-close{color:#6d736b;cursor:pointer;background:0 0;border:0;border-radius:4px;width:22px;height:22px;position:relative}.code-file-diff-close:before,.code-file-diff-close:after{content:"";background:currentColor;border-radius:999px;width:10px;height:1.5px;position:absolute;top:10px;left:6px}.code-file-diff-close:before{transform:rotate(45deg)}.code-file-diff-close:after{transform:rotate(-45deg)}.code-file-diff-close:hover,.code-file-diff-close:focus-visible{background:#1f232814;outline:0}.code-file-diff-state{color:#5f675e;background:#f6f7f3;border-bottom:1px solid #24292f14;flex:none;padding:8px 12px;font-size:13px}.code-file-diff-state.error{color:#9f2323}.code-file-diff-monaco{background:#fff;flex:1;width:100%;min-height:0;overflow:hidden}.code-file-diff-monaco.hidden{display:none}.code-file-editor-fallback-textarea{color:#24292f;width:100%;min-height:0;font-family:var(--font-mono,"SF Mono", Menlo, Consolas, monospace);resize:none;white-space:pre;background:#fff;border:0;outline:0;flex:1;padding:8px 14px;font-size:13px;line-height:21px;overflow:auto}.code-file-inline-blame-layer{z-index:20;pointer-events:none;position:absolute;inset:0}.code-file-inline-blame{z-index:21;color:#5e6672;cursor:pointer;pointer-events:auto;width:166px;height:21px;font-family:var(--font-mono,"SF Mono", Menlo, Consolas, monospace);white-space:nowrap;text-overflow:ellipsis;background:#bfd5ff85;border:0;border-radius:0;justify-content:flex-start;align-items:center;padding:0 8px;font-size:12px;line-height:21px;display:inline-flex;position:absolute;overflow:hidden}.code-file-inline-blame:hover,.code-file-inline-blame:focus-visible{color:#2f3f62;background:#9abbf6ad;outline:0}.code-file-inline-blame.uncommitted{color:#765417;background:#f4d7a694}.code-file-preview-panel{background:#fff;flex:1;place-items:center;min-height:0;padding:20px;display:grid;overflow:auto}.code-file-image-preview-frame{place-items:center;max-width:100%;max-height:100%;display:grid}.code-file-image-preview{object-fit:contain;image-rendering:auto;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 160px);display:block}.code-file-preview-panel.metadata{background:linear-gradient(#f6f7f3c7,#ffffffeb)}.code-file-preview-panel.markdown{place-items:initial;padding:0;display:block}.code-markdown-preview{box-sizing:border-box;color:#24292f;overflow-wrap:anywhere;width:min(100%,860px);margin:0 auto;padding:30px 36px 52px;font-size:14px;line-height:1.54}.code-markdown-preview>:first-child{margin-top:0}.code-markdown-preview>:last-child{margin-bottom:0}.code-markdown-preview h1,.code-markdown-preview h2,.code-markdown-preview h3,.code-markdown-preview h4,.code-markdown-preview h5,.code-markdown-preview h6{color:#1f2328;margin:24px 0 12px;scroll-margin-top:16px;font-weight:650;line-height:1.28;position:relative}.code-markdown-heading-anchor{color:#8c959f;opacity:0;margin-left:8px;font-size:.82em;text-decoration:none}.code-markdown-preview h1:hover .code-markdown-heading-anchor,.code-markdown-preview h2:hover .code-markdown-heading-anchor,.code-markdown-preview h3:hover .code-markdown-heading-anchor,.code-markdown-preview h4:hover .code-markdown-heading-anchor,.code-markdown-preview h5:hover .code-markdown-heading-anchor,.code-markdown-preview h6:hover .code-markdown-heading-anchor,.code-markdown-heading-anchor:focus-visible{opacity:1}.code-markdown-preview h1{border-bottom:1px solid #24292f1f;padding-bottom:10px;font-size:26px}.code-markdown-preview h2{border-bottom:1px solid #24292f1a;padding-bottom:8px;font-size:21px}.code-markdown-preview h3{font-size:17px}.code-markdown-preview p,.code-markdown-preview blockquote,.code-markdown-preview ul,.code-markdown-preview ol,.code-markdown-preview pre,.code-markdown-preview table{margin:0 0 12px}.code-markdown-preview ul,.code-markdown-preview ol{padding-left:1.55em}.code-markdown-preview li+li{margin-top:4px}.code-markdown-preview a{color:#0969da;text-decoration:none}.code-markdown-preview a:hover,.code-markdown-preview a:focus-visible{text-decoration:underline}.code-markdown-preview blockquote{color:#57606a;border-left:3px solid #d0d7de;padding:0 0 0 14px}.code-markdown-preview code{color:#24292f;background:#afb8c138;border-radius:4px;padding:.16em .34em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.code-markdown-preview pre{background:#f6f8fa;border-radius:6px;padding:14px 16px;position:relative;overflow:auto}.code-markdown-preview pre[data-language]{padding-top:28px}.code-markdown-preview pre[data-language]:before{content:attr(data-language);color:#6e7781;text-transform:lowercase;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;line-height:1;position:absolute;top:7px;right:10px}.code-markdown-preview pre code{background:0 0;padding:0;font-size:13px}.code-markdown-preview .hljs-comment,.code-markdown-preview .hljs-quote{color:#6e7781}.code-markdown-preview .hljs-keyword,.code-markdown-preview .hljs-selector-tag,.code-markdown-preview .hljs-subst{color:#cf222e}.code-markdown-preview .hljs-literal,.code-markdown-preview .hljs-number,.code-markdown-preview .hljs-tag .hljs-attr,.code-markdown-preview .hljs-template-variable,.code-markdown-preview .hljs-variable{color:#0550ae}.code-markdown-preview .hljs-doctag,.code-markdown-preview .hljs-string{color:#0a3069}.code-markdown-preview .hljs-section,.code-markdown-preview .hljs-selector-id,.code-markdown-preview .hljs-title{color:#8250df}.code-markdown-preview .hljs-attr,.code-markdown-preview .hljs-attribute,.code-markdown-preview .hljs-name,.code-markdown-preview .hljs-selector-class,.code-markdown-preview .hljs-selector-pseudo,.code-markdown-preview .hljs-tag{color:#116329}.code-markdown-preview .hljs-built_in,.code-markdown-preview .hljs-symbol{color:#953800}.code-markdown-preview .katex-display{padding:4px 0;overflow:auto hidden}.code-markdown-preview .code-markdown-frontmatter{border-collapse:collapse;border:1px solid #d0d7de;border-radius:6px;width:auto;min-width:min(100%,360px);max-width:100%;margin:0 0 18px;font-size:13px;display:table;overflow:hidden}.code-markdown-preview .code-markdown-frontmatter th,.code-markdown-preview .code-markdown-frontmatter td{vertical-align:top;white-space:pre-wrap;border:1px solid #d0d7de;padding:7px 10px}.code-markdown-preview .code-markdown-frontmatter th{color:#57606a;white-space:nowrap;background:#f6f8fa;width:1%;font-weight:650}.code-markdown-preview .code-markdown-frontmatter.error{color:#cf222e;background:#fff8f8d1;border:1px solid #cf222e52;border-radius:6px;padding:10px 12px}.code-markdown-preview .code-markdown-frontmatter.error pre{white-space:pre-wrap;margin:8px 0 0}.code-markdown-mermaid{box-sizing:border-box;background:#fff;border:1px solid #d0d7deeb;border-radius:6px;min-height:120px;margin:0 0 16px;padding:0;position:relative;overflow:hidden}.code-markdown-mermaid.loading{place-items:center;display:grid}.code-markdown-mermaid.fullscreen{z-index:1000;border-radius:0;min-height:0;margin:0;position:fixed;inset:0}.code-markdown-mermaid-toolbar{z-index:2;opacity:1;background:#ffffffeb;border:1px solid #d0d7dec7;border-radius:6px;gap:4px;padding:3px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 8px 24px #1f232814}.code-markdown-mermaid-toolbar button{color:#57606a;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:26px;height:26px;display:grid}.code-markdown-mermaid-toolbar button:hover:not(:disabled),.code-markdown-mermaid-toolbar button:focus-visible{color:#24292f;background:#afb8c138;outline:none}.code-markdown-mermaid-toolbar button[aria-pressed=true]{color:#0969da;background:#0969da24}.code-markdown-mermaid-toolbar button:disabled{cursor:default;opacity:.38}.code-markdown-mermaid-toolbar svg{fill:currentColor;width:15px;height:15px}.code-markdown-mermaid-viewport{touch-action:none;place-items:center;width:100%;min-height:120px;max-height:min(640px,72vh);padding:24px 18px;display:grid;overflow:auto}.code-markdown-mermaid.fullscreen .code-markdown-mermaid-viewport{box-sizing:border-box;height:100vh;min-height:0;max-height:none;padding:72px 36px 36px}.code-markdown-mermaid.fullscreen .code-markdown-mermaid-canvas{max-width:none}.code-markdown-mermaid.fullscreen svg{width:100%;max-width:none;height:auto;display:block}.code-markdown-mermaid-viewport.pannable{cursor:grab}.code-markdown-mermaid-viewport.pannable:active{cursor:grabbing}.code-markdown-mermaid-canvas{transform-origin:50%;will-change:transform;max-width:100%;transition:transform .12s}.code-markdown-mermaid svg{max-width:100%;height:auto}.code-markdown-mermaid-loading{color:#6e7781;padding:44px 18px;font-size:13px}.code-markdown-mermaid.error{background:#fff8f8d1;border-color:#cf222e52;padding:14px}.code-markdown-mermaid-error-title{color:#cf222e;margin:0 0 8px;font-weight:650}.code-markdown-mermaid-error-message{color:#57606a;white-space:pre-wrap;background:#ffffffc7;border:1px solid #cf222e38;margin:0 0 12px}.code-markdown-mermaid-fallback{margin:0 0 16px}.code-markdown-mermaid .code-markdown-mermaid-fallback{margin-bottom:0}.code-markdown-preview table{border-collapse:collapse;width:100%;display:block;overflow:auto}.code-markdown-preview th,.code-markdown-preview td{border:1px solid #d0d7de;padding:7px 10px}.code-markdown-preview th{background:#f6f8fa;font-weight:650}.code-markdown-preview tr:nth-child(2n){background:#f6f8fac7}.code-markdown-preview img{border-radius:6px;max-width:100%;height:auto}.code-markdown-preview hr{background:#24292f1f;border:0;height:1px;margin:24px 0}.code-markdown-preview input[type=checkbox]{margin-right:.42em}.code-file-metadata-preview-icon{opacity:.72;object-fit:contain;width:64px;height:64px}.code-file-editor-statusbar{color:#5f675e;font-variant-numeric:tabular-nums;background:#f6f7f3;border-top:1px solid #24292f14;flex:none;justify-content:flex-end;align-items:center;gap:10px;min-width:0;min-height:22px;padding:0 10px;font-size:12px;display:flex}.code-file-editor-cursor-position{white-space:nowrap;flex:none}.code-file-blame-toast{z-index:10004;color:#5f675e;background:#fafbf8f5;border:1px solid #24292f1a;border-radius:6px;max-width:min(360px,100vw - 32px);padding:8px 11px;font-size:12px;position:fixed;bottom:38px;right:16px;box-shadow:0 8px 20px #1f23281f}.code-file-blame-toast.error{color:#9d2f2f}.code-file-blame-detail{color:#30362f;background:#f8f9f5f5;border-top:1px solid #24292f1f;border-bottom:1px solid #24292f14;flex:none;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr) 22px;align-items:start;gap:16px;min-width:0;padding:8px 10px 8px 12px;font-size:12px;display:grid;box-shadow:inset 0 1px #ffffffc7}.code-file-blame-detail-main{min-width:0}.code-file-blame-detail-title{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:10px;min-width:0;margin-bottom:4px;display:grid}.code-file-blame-detail-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-file-blame-detail-title code{color:#7b8078;font-family:var(--font-mono,"SF Mono", Menlo, Consolas, monospace);font-variant-numeric:tabular-nums}.code-file-blame-detail-subtitle{text-overflow:ellipsis;white-space:nowrap;color:#7b8078;font-variant-numeric:tabular-nums;min-width:0;overflow:hidden}.code-file-blame-detail-rows{min-width:0}.code-file-blame-detail-row{grid-template-columns:48px minmax(0,1fr);gap:8px;min-width:0;padding:2px 0;display:grid}.code-file-blame-detail-row span{color:#7b8078}.code-file-blame-detail-row strong,.code-file-blame-detail-row a{color:#2f578f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.code-file-blame-detail-close{color:#778074;cursor:pointer;background:0 0;border:0;border-radius:4px;width:22px;height:22px;position:relative}.code-file-blame-detail-close:before,.code-file-blame-detail-close:after{content:"";background:currentColor;border-radius:1px;width:10px;height:1.5px;position:absolute;top:10px;left:6px}.code-file-blame-detail-close:before{transform:rotate(45deg)}.code-file-blame-detail-close:after{transform:rotate(-45deg)}.code-file-blame-detail-close:hover,.code-file-blame-detail-close:focus-visible{color:#30362f;background:#24292f14;outline:0}.code-file-line-changes-panel{color:#30362f;background:#f8f9f5f5;border-top:1px solid #24292f1f;border-bottom:1px solid #24292f14;flex:none;grid-template-columns:minmax(0,1fr) 22px;align-items:start;gap:12px;min-width:0;max-height:min(280px,42vh);padding:8px 10px 9px 12px;font-size:12px;display:grid;box-shadow:inset 0 1px #ffffffc7}.code-file-line-changes-main{min-width:0}.code-file-line-changes-title{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:10px;min-width:0;margin-bottom:4px;display:grid}.code-file-line-changes-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-file-line-changes-title code,.code-file-line-changes-subtitle,.code-file-line-changes-state{color:#7b8078;font-family:var(--font-mono,"SF Mono", Menlo, Consolas, monospace);font-variant-numeric:tabular-nums}.code-file-line-changes-state.error{color:#9d2f2f}.code-file-line-changes-patch{min-width:0;max-height:204px;font-family:var(--font-mono,"SF Mono", Menlo, Consolas, monospace);background:#ffffffad;border:1px solid #24292f1a;border-radius:6px;margin:7px 0 0;padding:6px 0;font-size:11px;line-height:1.55;overflow:auto}.code-file-line-changes-line{white-space:pre;min-width:max-content;padding:0 8px;display:block}.code-file-line-changes-line.meta{color:#57606a;background:#54689914}.code-file-line-changes-line.added{color:#116329;background:#2ea0431f}.code-file-line-changes-line.deleted{color:#82071e;background:#f851491f}.code-file-line-changes-close{color:#778074;cursor:pointer;background:0 0;border:0;border-radius:4px;width:22px;height:22px;position:relative}.code-file-line-changes-close:before,.code-file-line-changes-close:after{content:"";background:currentColor;border-radius:1px;width:10px;height:1.5px;position:absolute;top:10px;left:6px}.code-file-line-changes-close:before{transform:rotate(45deg)}.code-file-line-changes-close:after{transform:rotate(-45deg)}.code-file-line-changes-close:hover,.code-file-line-changes-close:focus-visible{color:#30362f;background:#24292f14;outline:0}@media (width<=720px){.code-file-blame-detail{grid-template-columns:minmax(0,1fr) 22px}.code-file-blame-detail-rows{grid-column:1/-1}}.code-editor-context-menu{z-index:10006;background:#fffffffa;border:1px solid #24292f24;border-radius:7px;width:210px;padding:5px;position:fixed;box-shadow:0 16px 36px #1f232829,0 2px 8px #1f232814}.code-editor-context-menu button{color:#30362f;cursor:pointer;width:100%;min-height:26px;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;padding:4px 8px;font-size:12px}.code-editor-context-menu button:hover:not(:disabled),.code-editor-context-menu button:focus-visible{background:#52638714;outline:0}.code-editor-context-menu button:disabled{color:#a1a69e;cursor:not-allowed}.code-editor-context-separator{background:#24292f1a;height:1px;margin:4px 2px}.code-context-menu{z-index:10003;color:#24292f;background:#fff;border:1px solid #d8dbd2;border-radius:8px;width:max-content;min-width:132px;max-width:min(280px,100vw - 24px);padding:5px;position:fixed;box-shadow:0 18px 48px #1f23282e}.code-context-menu button{box-sizing:border-box;text-align:left;white-space:nowrap;justify-content:flex-start;align-items:center;gap:8px;width:auto;min-width:100%;min-height:26px;padding:4px 10px;font-size:13px;line-height:1.2;display:flex}.code-context-menu-icon{color:#5f665d;flex:0 0 18px;place-items:center;width:18px;height:18px;display:inline-grid}.code-context-menu-icon svg{width:16px;height:16px;display:block}.code-context-menu button:hover:not(:disabled){background:#00000012}.code-context-menu button:focus,.code-context-menu button:focus-visible{outline-offset:-2px;background:#00000012;outline:2px solid #9aa597}.code-context-menu button:disabled{color:#9aa097;cursor:not-allowed}.code-context-menu-separator{background:#24292f1f;height:1px;margin:5px 0}.code-context-menu button.danger{color:#9d2f2f}.code-project-context-menu,.code-project-launch-menu{-webkit-backdrop-filter:blur(18px)saturate(1.08);background:#ffffffeb;border-color:#24292f21;border-radius:15px;min-width:154px;padding:7px;box-shadow:0 18px 48px #1f232824,inset 0 1px #ffffffb8}.code-project-context-menu button,.code-project-launch-menu button{color:#242a24;border-radius:9px;min-height:34px;padding:7px 12px;font-size:15px;line-height:1.15}.code-project-launch-menu .agent-launch-icon,.code-agent-launch-submenu-panel .agent-launch-icon{color:#24292f;flex:0 0 16px;width:16px;height:16px;display:block}.code-agent-launch-submenu-panel button{align-items:center}.code-project-context-menu button:hover:not(:disabled),.code-project-context-menu button:focus-visible,.code-project-launch-menu button:hover:not(:disabled),.code-project-launch-menu button:focus-visible{background:#1f232813;outline:0}.code-agent-launch-submenu{position:relative}.code-context-menu .code-agent-launch-submenu-trigger,.code-agent-launch-submenu>button{justify-content:space-between;gap:18px}.code-agent-launch-submenu-arrow{color:#8a8f87;fill:currentColor;width:16px;height:16px;display:block}.code-agent-launch-submenu-panel{z-index:1;color:#24292f;background:#fff;border:1px solid #d8dbd2;border-radius:8px;width:max-content;min-width:112px;max-width:min(220px,100vw - 24px);padding:5px;position:absolute;top:-5px;left:calc(100% + 6px);box-shadow:0 18px 48px #1f23282e}.code-agent-launch-submenu-panel.left{left:auto;right:calc(100% + 6px)}.code-file-tab-context-menu{width:210px}.code-file-save-confirm-backdrop{z-index:10005;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1f232824;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.code-file-save-confirm-dialog{color:#2f352f;text-align:center;background:#fafaf7fa;border:1px solid #848c8057;border-radius:16px;flex-direction:column;align-items:stretch;gap:12px;width:min(330px,100vw - 36px);padding:22px 20px 18px;display:flex;box-shadow:0 20px 54px #1f232833}.code-file-save-confirm-brand{color:#2f7d4a;letter-spacing:0;background:linear-gradient(#f9fbf7,#e9efe5);border:1px solid #307d4c3d;border-radius:12px;align-self:center;place-items:center;width:42px;height:42px;font-size:22px;font-weight:800;display:inline-grid}.code-file-save-confirm-dialog h2{color:#252b25;margin:0;font-size:16px;font-weight:700;line-height:1.35}.code-file-save-confirm-dialog p{color:#666d65;margin:0;font-size:13px;line-height:1.45}.code-file-save-confirm-actions{gap:8px;margin-top:4px;display:grid}.code-file-save-confirm-actions button{color:#333933;height:38px;font:inherit;cursor:pointer;background:#eef0eb;border:1px solid #24292f1f;border-radius:9px;font-size:14px;font-weight:650}.code-file-save-confirm-actions button.primary{color:#fff;background:#2383e2;border-color:#2c7fd0}.code-file-save-confirm-actions button:disabled{opacity:.58;cursor:wait}.code-options-menu{width:max-content;min-width:150px;max-width:min(220px,100vw - 16px);padding:6px}.code-options-menu button{white-space:nowrap;border-radius:7px;grid-template-columns:16px max-content;align-items:center;gap:8px;min-height:32px;padding:6px 10px;display:grid}.code-options-menu button.selectable:not(.checked){color:#50574f}.code-options-menu button.checked{color:#24292f;font-weight:550}.code-options-menu-check{color:#657261;text-align:center;width:16px;font-size:14px;line-height:1}.code-rename-backdrop{z-index:10004;background:#1f23281f;place-items:center;display:grid;position:fixed;inset:0}.code-rename-dialog{color:#24292f;background:#fbfbf8;border:1px solid #d8dbd2;border-radius:8px;flex-direction:column;gap:10px;width:min(360px,100vw - 32px);padding:14px;display:flex;box-shadow:0 18px 44px #1f232833}.code-rename-dialog label{font-size:13px;font-weight:650}.code-kill-dialog h2{color:#24292f;margin:0;font-size:15px;font-weight:700;line-height:1.25}.code-kill-dialog p{color:#6d736b;margin:0;font-size:13px;line-height:1.35}.code-rename-dialog input{color:#24292f;background:#fff;border:1px solid #d1d6cd;border-radius:6px;outline:0;width:100%;height:34px;padding:0 9px}.code-rename-dialog input:focus{border-color:#9aa597;box-shadow:0 0 0 3px #9aa5973d}.code-rename-actions{justify-content:flex-end;gap:8px;display:flex}.code-rename-actions button{color:#24292f;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:30px;padding:5px 11px}.code-rename-actions button:hover:not(:disabled){background:#1f232812}.code-rename-actions button.primary{color:#fff;background:#24292f}.code-rename-actions button.primary:hover:not(:disabled){background:#424a53}.code-rename-actions button.danger{color:#fff;background:#9d2f2f}.code-rename-actions button.danger:hover:not(:disabled){background:#7f1f1f}.code-rename-actions button:disabled{opacity:.48;cursor:not-allowed}.code-copy-toast{z-index:10006;color:#24292f;background:#fbfbf8fa;border:1px solid #d8dbd2;border-radius:8px;justify-content:center;align-items:center;max-width:min(360px,100vw - 32px);min-height:34px;padding:7px 13px;font-size:13px;display:inline-flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #1f232829}.code-copy-toast.error{color:#9d2f2f;border-color:#e0b4b4}.app-toast{z-index:10007;color:#24292f;background:#fbfbf8fa;border:1px solid #d8dbd2;border-radius:8px;justify-content:center;align-items:center;max-width:min(460px,100vw - 32px);min-height:34px;padding:7px 13px;font-size:13px;display:inline-flex;position:fixed;bottom:68px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #1f232829}.app-toast.error{color:#9d2f2f;border-color:#e0b4b4}.code-empty-workspace{color:#5d635b;text-align:center;flex-direction:column;place-self:center;align-items:center;gap:12px;width:min(520px,90%);display:flex}.code-empty-workspace h2{color:#24292f}.code-empty-workspace button{color:#fff;background:#24292f;padding:9px 14px}.code-side-view-panel{color:#24292f;background:#f8f8f4;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.code-side-view-panel h2{font-size:20px;font-weight:700}.code-plugins-view{justify-content:flex-start;align-items:stretch;padding:22px;overflow-y:auto}.code-search-view{background:#fff;justify-content:flex-start;align-items:stretch;padding:18px 22px 28px;overflow-y:auto}.code-history-view{background:#fff;justify-content:flex-start;align-items:stretch;padding:22px;overflow-y:auto}.code-automations-view{justify-content:flex-start;align-items:stretch;padding:22px;overflow-y:auto}.code-search-panel{flex-direction:column;gap:12px;width:min(760px,100%);display:flex}.code-search-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.code-search-panel-header h2{letter-spacing:0;color:#24292f;font-size:14px;font-weight:500}.code-search-panel .code-empty-workspace h2{color:#5d635b;letter-spacing:0;margin:0;font-size:16px;font-weight:500}.code-search-panel-header span{color:#6e7681;font-size:12px}.code-search-panel-input{color:#7a8178;background:#ffffffb3;border:1px solid #e1e3dc;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:38px;padding:5px 9px;display:grid}.code-search-panel-input:focus-within{border-color:#bdc3b8;box-shadow:0 0 0 3px #7a84761a}.code-search-panel-icon{color:#7a8178;place-items:center;display:inline-grid}.code-search-panel-icon svg{width:14px;height:14px}.code-search-panel-input input{color:#24292f;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:14px}.code-search-panel-input input::placeholder{color:#8d938a}.code-search-panel-input button{color:#858a83;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:24px;height:24px;padding:0;display:inline-grid}.code-search-panel-input button:hover{color:#4f564e;background:#24292f0d}.code-search-panel-input button svg{width:14px;height:14px}.code-search-results{flex-direction:column;gap:14px;display:flex}.code-search-result-group{flex-direction:column;gap:2px;display:flex}.code-search-result-group h3{color:#6e7681;margin:4px 0 2px;font-size:12px;font-weight:650}.code-search-result{color:#24292f;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:8px;width:100%;min-height:48px;padding:7px 8px;display:grid}.code-search-result.no-status,.code-session-result{grid-template-columns:minmax(0,1fr)}.code-search-result:hover,.code-search-result.active{background:#f1f2ec;border-color:#0000}.code-search-result:focus-visible{outline-offset:2px;outline:2px solid #9aa59757}.code-search-result-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.code-search-result-copy strong{color:#24292f;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.25;overflow:hidden}.code-search-result-copy span{color:#6e7681;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.code-history-panel{flex-direction:column;gap:12px;width:min(720px,100%);display:flex}.code-history-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.code-history-panel-header h2{letter-spacing:-.01em;color:#24292f;flex:none;font-size:15px;font-weight:400}.code-history-search{flex:0 320px;min-width:0;min-height:34px;padding-block:3px}.code-history-list,.code-history-section{flex-direction:column;gap:4px;display:flex}.code-history-card{appearance:none;color:inherit;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:44px;padding:6px 8px;display:grid}button.code-history-card{cursor:pointer}.code-history-card:hover{background:#1f23280d}.code-history-card:focus-visible{outline-offset:2px;outline:2px solid #0969da61}.code-history-card.archived{background:0 0}.code-history-card.archived:hover{background:#1f23280d}.code-history-card h3{color:#24292f;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:1.25;overflow:hidden}.code-history-card p{color:#6e7681;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;line-height:1.25;overflow:hidden}.code-history-actions{align-items:center;gap:6px;display:flex}.code-history-actions span{color:#6e7681;background:0 0;border:0;border-radius:5px;padding:2px 3px;font-size:12px}.code-history-actions button{color:#6e7681;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;padding:4px;font-size:12px;line-height:1.2;display:inline-flex}.code-history-actions button svg{width:15px;height:15px}.code-history-actions button:hover{color:#24292f;background:#1f23280d}.code-plugin-panel{flex-direction:column;gap:22px;width:min(920px,100%);display:flex}.code-plugin-panel-header h2{color:#24292f;font-size:20px;font-weight:700}.code-plugin-group{flex-direction:column;gap:10px;display:flex}.code-plugin-group h2{color:#24292f;text-transform:capitalize;font-size:14px}.code-plugin-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;display:grid}.code-plugin-card{background:#fff;border:1px solid #dfe2d8;border-radius:8px;flex-direction:column;justify-content:space-between;gap:14px;min-height:118px;padding:14px;display:flex}.code-plugin-card h3{color:#24292f;font-size:16px}.code-plugin-card p{color:#737a71;margin-top:4px;font-size:13px;line-height:1.4}.code-plugin-card button{color:#fff;cursor:pointer;background:#24292f;border:0;border-radius:8px;align-self:flex-start;padding:7px 12px}.code-plugin-card button:hover{background:#424a53}.code-automation-panel{flex-direction:column;gap:16px;width:min(920px,100%);display:flex}.code-automation-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.code-automation-panel-header h2{color:#24292f;font-size:20px;font-weight:700}.code-automation-panel-header button,.code-automation-actions button{color:#fff;cursor:pointer;background:#24292f;border:0;border-radius:8px;padding:7px 12px}.code-automation-list{flex-direction:column;gap:10px;display:flex}.code-automation-card{background:#fff;border:1px solid #dfe2d8;border-radius:8px;grid-template-columns:minmax(0,1.2fr) minmax(0,1.4fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.code-automation-card-main{align-items:center;gap:10px;min-width:0;display:flex}.code-automation-card-main h3{color:#24292f;font-size:16px}.code-automation-card-main p{color:#737a71;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:13px;overflow:hidden}.code-automation-meta{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.code-automation-meta span{color:#5f6368;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f4;border:1px solid #e2e2df;border-radius:6px;max-width:100%;padding:3px 7px;font-size:12px;overflow:hidden}.code-automation-actions{align-items:center;gap:6px;display:flex}.code-automation-actions button:hover,.code-automation-panel-header button:hover{background:#424a53}.code-automation-actions button.danger{background:#cf222e}.code-automation-actions button.danger:hover{background:#a40e26}.code-composer{min-height:106px;box-shadow:none;z-index:3;background:#fff;border:1px solid #d9ddd4;border-radius:12px;flex-shrink:0;grid-template-rows:minmax(0,1fr) auto;gap:6px;margin:0 12px 12px;padding:12px 14px 10px;display:grid;position:relative;overflow:visible}.code-composer-shell{z-index:4;flex-shrink:0;position:relative}.code-composer-collapse-zone{z-index:6;place-items:center;width:64px;height:30px;display:grid;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.code-composer-collapse,.code-composer-restore{color:#70776f;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffffe0;border:1px solid #d9ddd4eb;border-radius:999px;place-items:center;width:30px;height:24px;padding:0;transition:opacity .12s,transform .12s,background .12s,color .12s,border-color .12s;display:inline-grid;box-shadow:0 8px 22px #1f232814}.code-composer-collapse{opacity:0;pointer-events:none;transform:translateY(4px)}.code-composer-collapse-zone:hover .code-composer-collapse,.code-composer-collapse:focus-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.code-composer-collapse:hover,.code-composer-collapse:focus-visible,.code-composer-restore:hover,.code-composer-restore:focus-visible{color:#2f352f;background:#f6f7f3;border-color:#ccd3c7}.code-composer-collapse svg,.code-composer-restore svg{fill:currentColor;width:16px;height:16px}.code-composer-restore-bar{z-index:20;pointer-events:auto;justify-content:center;align-items:end;height:30px;display:flex;position:absolute;bottom:0;left:0;right:0}.code-composer-restore{opacity:0;pointer-events:none;transform:translateY(-4px)}.code-composer-restore-bar:hover .code-composer-restore,.code-composer-restore:focus-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.code-composer.menu-open{z-index:10008}.code-pending-followup{color:#626963;background:#f7f8f4b8;border:1px solid #e7eadf;border-radius:16px;flex-direction:column;gap:1px;min-width:0;max-height:min(34vh,260px);padding:8px 10px;display:flex;overflow:auto}.code-pending-followup-row{grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:3px 0;display:grid}.code-pending-followup-icon{color:#8f958e;place-items:center;display:inline-grid}.code-pending-followup-icon svg{fill:currentColor;width:14px;height:14px;display:block}.code-pending-followup-row p{color:#5f6661;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;font-weight:430;line-height:1.28;overflow:hidden}.code-pending-followup-actions{align-items:center;gap:3px;display:inline-flex}.code-pending-followup-actions button{appearance:none;color:#777f7a;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:4px;padding:4px 5px;font-size:12px;font-weight:430;line-height:1;display:inline-flex}.code-pending-followup-actions button:hover,.code-pending-followup-actions button:focus-visible{color:#4f5650;background:#f1f2ed;outline:0}.code-pending-followup-actions button.icon{place-items:center;width:22px;height:22px;padding:0;display:inline-grid}.code-pending-followup-actions button svg{fill:currentColor;width:13px;height:13px;display:block}.code-app-server-request{color:#485049;background:#fafbf7e6;border:1px solid #d9ded2;border-radius:16px;gap:9px;padding:11px 12px;display:grid}.code-app-server-notice{background:#fff8dceb;border-color:#eac54f}.code-app-server-request header,.code-app-server-request-actions,.code-app-server-request-options{align-items:center;gap:7px;display:flex}.code-app-server-request header{justify-content:space-between}.code-app-server-request header strong{color:#2d352e;font-size:13px}.code-app-server-request header span{color:#838b83;max-width:60%;font-family:var(--code-mono-font,ui-monospace, SFMono-Regular, Menlo, monospace);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.code-app-server-request p,.code-app-server-request label,.code-app-server-request small{color:#687169;margin:0;font-size:12px;line-height:1.4}.code-app-server-request-command,.code-app-server-request-questions,.code-app-server-request-questions label{gap:5px;display:grid}.code-app-server-request-command code{color:#404940;white-space:pre-wrap;background:#f0f2ed;border-radius:8px;padding:7px 8px;font-size:12px;overflow:auto}.code-app-server-request-questions label>span{color:#485049;font-size:12px;font-weight:600}.code-app-server-request input,.code-app-server-request select{box-sizing:border-box;color:#303730;width:100%;font:inherit;background:#fff;border:1px solid #d8ded4;border-radius:8px;padding:7px 8px}.code-acp-elicitation fieldset{border:1px solid #e0e4dc;border-radius:8px;gap:5px;margin:0;padding:8px;display:grid}.code-acp-elicitation legend{color:#485049;font-size:12px;font-weight:600}.code-acp-elicitation-checkbox{grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid!important}.code-acp-elicitation-checkbox input{width:auto}.code-acp-elicitation-checkbox small{grid-column:2}.code-acp-elicitation-link{color:#4e6f50;overflow-wrap:anywhere;font-size:12px}.code-acp-elicitation-error{color:#b54708}.code-acp-authentication-methods,.code-acp-authentication-method,.code-acp-authentication-method>div{gap:4px;display:grid}.code-acp-authentication-method{background:#ffffffb8;border:1px solid #e0e4dc;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:8px}.code-acp-authentication-method strong{color:#3d453e;font-size:12px}.code-acp-authentication-method a{color:#4e6f50;width:fit-content;font-size:11px}.code-acp-authentication-method button{appearance:none;color:#fff;cursor:pointer;font:inherit;background:#6f816b;border:1px solid #6f816b;border-radius:8px;padding:6px 9px;font-size:12px}.code-acp-authentication-method button:disabled{cursor:default;opacity:.55}.code-acp-auth-terminal{color:#e7ece6;background:#171b18;border:1px solid #d6dcd2;border-radius:9px;gap:7px;padding:8px;display:grid}.code-acp-auth-terminal-heading,.code-acp-auth-terminal form{align-items:center;gap:8px;display:flex}.code-acp-auth-terminal-heading{justify-content:space-between;font-size:11px}.code-acp-auth-terminal-heading span{color:#aeb8ae}.code-acp-auth-terminal pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:180px;color:inherit;margin:0;font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.code-acp-auth-terminal form input{color:#f5f7f5;background:#0f1210;border:1px solid #59645b;border-radius:7px;flex:1;min-width:0;padding:6px 8px;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.code-acp-auth-terminal form button{color:#fff;cursor:pointer;font:inherit;background:#718070;border:1px solid #768775;border-radius:7px;padding:6px 9px;font-size:11px}.code-acp-auth-terminal form button:disabled{cursor:default;opacity:.5}.code-acp-auth-terminal-error{color:#ffb4ab}.code-codex-transcript-result-decision{border-top:1px solid #e4e7e1;justify-content:flex-end;align-items:center;gap:7px;padding:7px 10px 9px;display:flex}.code-codex-transcript-result-decision button{appearance:none;color:#586058;cursor:pointer;font:inherit;background:#fff;border:1px solid #cfd5cc;border-radius:7px;padding:4px 8px;font-size:11px}.code-codex-transcript-result-decision button.revert{color:#8b3d35}.code-codex-transcript-result-decision button:disabled{cursor:default;opacity:.5}.code-codex-transcript-result-decision span{color:#637161;font-size:11px}.code-codex-transcript-result-decision small{color:#b54708;font-size:11px}.code-app-server-request input.code-app-server-secret-input{-webkit-text-security:disc}.code-app-server-request-options{flex-wrap:wrap}.code-app-server-request-options button,.code-app-server-request-actions button{appearance:none;color:#596159;cursor:pointer;font:inherit;background:#fff;border:1px solid #d6dcd2;border-radius:8px;padding:6px 8px;font-size:12px}.code-app-server-request-options button{text-align:left;gap:2px;display:grid}.code-app-server-request-options button small{color:#868e86;font-size:10px}.code-app-server-request-options button.active,.code-app-server-request-actions button.approve{color:#fff;background:#6f816b;border-color:#6f816b}.code-app-server-request-actions button:disabled{cursor:default;opacity:.45}.code-app-server-request-actions select{width:auto;max-width:min(220px,45vw)}.code-app-server-request-actions button:not(:disabled):hover,.code-app-server-request-actions button:not(:disabled):focus-visible,.code-app-server-request-options button:hover,.code-app-server-request-options button:focus-visible{border-color:#8a9886;outline:0}.code-composer-toolbar,.code-composer-left-tools,.code-composer-right-tools{align-items:center;display:flex}.code-composer-toolbar{gap:6px;min-width:0;min-height:34px}.code-composer-toolbar.recording{width:100%}.code-composer-left-tools,.code-composer-right-tools{flex-wrap:nowrap;gap:6px;min-width:0}.code-composer-left-tools{flex:auto;overflow:visible}.code-acp-session-controls{scrollbar-width:none;align-items:center;gap:6px;min-width:0;display:flex;overflow-x:auto}.code-acp-session-controls::-webkit-scrollbar{display:none}.code-acp-config-select{color:#687068;border-radius:8px;flex:none;align-items:center;gap:4px;height:28px;padding:0 7px;font-size:11px;display:inline-flex}.code-acp-config-select select{color:#303630;min-width:0;max-width:150px;font:inherit;background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.code-acp-config-toggle{color:#687068;height:28px;font:inherit;background:0 0;border:0;border-radius:8px;flex:none;padding:0 8px;font-size:12px}.code-acp-config-toggle.active{color:#355438;background:#edf3eb}.code-acp-usage{color:#858b84;white-space:nowrap;flex:none;font-size:11px}.code-acp-permission-details{color:#555d56;font-size:12px}.code-acp-permission-details summary{cursor:pointer;width:max-content}.code-acp-permission-details div{margin-top:7px}.code-acp-permission-details pre{white-space:pre-wrap;word-break:break-word;background:#1f23280b;border-radius:8px;max-height:160px;margin:3px 0 0;padding:8px;font:11px/1.45 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.code-acp-sandbox-details{background:#1f232806;border:1px solid #1f232817;border-radius:9px;gap:6px;padding:8px;font-size:12px;display:grid}.code-acp-sandbox-details.warning{background:#fff2e5b3;border-color:#b5470840}.code-acp-sandbox-details p{grid-template-columns:minmax(86px,auto) minmax(0,1fr);gap:8px;display:grid}.code-acp-sandbox-details p.warning span{color:#b54708}.code-acp-sandbox-details details>summary{cursor:pointer}.code-acp-sandbox-details ul{gap:3px;margin:6px 0 0;padding-left:18px;display:grid}.code-acp-sandbox-details pre{white-space:pre-wrap;background:#1f23280d;border-radius:7px;max-height:140px;margin:5px 0 0;padding:7px;overflow:auto}.code-acp-permission-risk{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:7px;color:#b54708!important;display:grid!important}.code-acp-permission-risk input{width:auto;margin-top:2px}.code-acp-permission-risk>strong,.code-acp-permission-risk-finding{grid-column:1/-1}.code-acp-permission-risk-finding{background:#b547080f;border-radius:7px;gap:2px;padding:6px 8px;display:grid}.code-acp-permission-risk-finding code,.code-acp-permission-risk-finding small{overflow-wrap:anywhere}.code-composer-right-tools{flex:0 auto;margin-left:auto}.code-composer-recording-bar{grid-template-columns:34px minmax(0,1fr) auto 34px;align-items:center;gap:9px;width:100%;min-width:0;height:38px;display:grid}.code-composer-recording-stop{color:#111;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:34px;height:34px;padding:0;display:inline-grid}.code-composer-recording-stop span{background:currentColor;border-radius:2px;width:10px;height:10px}.code-composer-recording-wave{align-items:center;gap:2px;min-width:0;height:18px;display:flex;overflow:hidden}.code-composer-recording-wave span{width:2px;height:calc(16px * var(--voice-bar-scale,.5));min-height:3px;animation:.86s ease-in-out infinite alternate code-voice-wave;animation-delay:var(--voice-bar-delay,0s);background:#8d9492;border-radius:999px;flex:0 0 2px}.code-composer-recording-time{color:#111820;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:14px;line-height:1}.code-composer-dictation-hint{color:#5e6661;text-align:right;background:#ffffffdb;border:1px solid #24292f14;border-radius:999px;align-self:flex-end;max-width:min(100%,320px);margin:2px 2px 0;padding:6px 10px;font-size:13px;line-height:1.25;box-shadow:0 8px 22px #1f232814}@keyframes code-voice-wave{0%{opacity:.42;transform:scaleY(.45)}to{opacity:1;transform:scaleY(1.18)}}.code-composer-context-window{border-radius:999px;outline:0;flex:0 0 24px;place-items:center;width:24px;height:28px;display:inline-grid;position:relative}.code-context-window-ring{--context-ring-size:14px;--context-percent:0;width:var(--context-ring-size);height:var(--context-ring-size);background:conic-gradient(#8f9290 calc(var(--context-percent) * 1%), #d9dbd8 0);border-radius:999px;display:block;position:relative}.code-context-window-ring:after{content:"";border-radius:inherit;background:#fff;position:absolute;inset:2.5px}.code-composer-context-window[data-level=warning] .code-context-window-ring{background:conic-gradient(#bf8700 calc(var(--context-percent) * 1%), #efe5c5 0)}.code-composer-context-window[data-level=critical] .code-context-window-ring{background:conic-gradient(#cf222e calc(var(--context-percent) * 1%), #f4c7ca 0)}.code-context-window-popover .warning{color:#9a6700}.code-composer-context-window[data-level=critical] .code-context-window-popover .warning{color:#cf222e}.code-context-window-popover{color:#111820;opacity:0;pointer-events:none;text-align:center;z-index:10006;background:#fff;border:1px solid #dfe2d8;border-radius:12px;justify-items:center;gap:3px;width:max-content;min-width:148px;max-width:min(210px,100vw - 32px);padding:7px 10px 8px;font-size:13px;line-height:1.2;transition:opacity .12s,transform .12s;display:grid;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 10px 22px #1f23281a}.code-context-window-popover span{color:#85888c;font-size:12px;font-weight:400}.code-context-window-popover strong{white-space:nowrap;font-weight:400}.code-composer-context-window:hover .code-context-window-popover,.code-composer-context-window:focus-visible .code-context-window-popover{opacity:1;transform:translate(-50%)translateY(0)}.code-composer-add,.code-composer-mic,.code-composer-send,.code-composer-approval,.code-composer-model-picker,.code-composer-menu button{appearance:none;font:inherit;border:0}.code-composer-add{color:#747b76;cursor:pointer;background:0 0;border-radius:999px;place-items:center;width:30px;height:30px;padding:0;line-height:1;display:inline-grid}.code-composer-add svg{fill:currentColor;width:16px;height:16px;display:block}.code-composer-approval{cursor:pointer;background:0 0;border-radius:8px;flex:0 auto;align-items:center;gap:5px;min-width:0;max-width:min(210px,32vw);height:28px;padding:0 5px;font-size:13px;font-weight:400;line-height:1;display:inline-flex}.code-composer-approval.blue{color:#0969da}.code-composer-approval.orange{color:#e54b00}.code-composer-approval.muted{color:#7d8288}.code-tool-icon{flex:none;place-items:center;width:19px;height:19px;display:inline-grid}.code-tool-icon svg,.code-approval-option-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.code-tool-icon svg.filled,.code-approval-option-icon svg.filled{fill:currentColor;stroke:none}.code-approval-hand-glyph{color:currentColor;fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;display:block;transform:translateY(-.5px)}.code-composer-model-picker{color:#60666d;cursor:pointer;background:0 0;border-radius:8px;flex:0 auto;align-items:center;gap:4px;min-width:0;max-width:min(220px,30vw);height:28px;padding:0 4px;font-size:12.5px;font-weight:400;line-height:1;display:inline-flex}.code-composer-approval span,.code-composer-model-picker span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code-composer-model-picker-muted{color:#8a8f87;font-size:12.5px;font-weight:400}.code-composer-model-picker .code-composer-speed-active{color:#6f756e;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;overflow:visible}.code-composer-speed-active svg{fill:currentColor;width:16px;height:16px;display:block}.code-composer-model-label,.code-composer-approval-label{font-size:12.5px;font-weight:430}.code-composer-model-label.mobile,.code-composer-model-picker-muted.mobile{display:none}.code-chevron{color:currentColor;opacity:.8;flex:none;place-items:center;width:16px;height:16px;display:inline-grid}.code-chevron svg{fill:currentColor;stroke:none;width:16px;height:16px;display:block}.code-composer-menu-anchor{align-items:center;min-width:0;display:inline-flex;position:relative}.code-composer-menu-anchor.model-picker{width:auto;min-width:0;max-width:none}.code-composer-menu-anchor.model-picker .code-composer-model-picker{width:100%}.code-composer-menu{z-index:10005;color:#24292f;text-shadow:none;background:#fff;border:1px solid #d8dbd2;border-radius:14px;position:absolute;bottom:calc(100% + 10px);box-shadow:0 18px 48px #1f23282e}.code-slash-menu{border-radius:12px;width:max-content;min-width:min(360px,100vw - 32px);max-width:min(720px,100vw - 32px);max-height:min(320px,100vh - 220px);padding:6px;left:12px;right:auto;overflow-y:auto}.code-slash-menu-header{color:#8a8f87;padding:4px 8px 6px;font-size:12px;line-height:1.25}.code-slash-command{color:#1f2328;text-align:left;cursor:pointer;background:0 0;border-radius:8px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:42px;padding:6px 8px;display:grid}.code-slash-command:hover,.code-slash-command:focus-visible,.code-slash-command.active{background:#0000000d;outline:0}.code-slash-command-icon{color:#656a70;border:1px solid #dfe2d8;border-radius:6px;place-items:center;width:22px;height:22px;font-size:14px;line-height:1;display:inline-grid}.code-slash-command-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.code-slash-command-title{align-items:baseline;gap:8px;min-width:0;display:flex}.code-slash-command-copy code{color:#1f2328;flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.25}.code-slash-command-copy strong{color:#4f5650;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;line-height:1.25;overflow:hidden}.code-slash-command-copy small{color:#85888c;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;display:block;overflow:hidden}.code-slash-command-source{color:#8a8f87;white-space:nowrap;justify-self:end;font-size:12px;line-height:1.25}.code-plus-menu{border-radius:12px;width:max-content;min-width:220px;max-width:min(300px,100vw - 32px);padding:6px;left:0}.code-plus-menu button{color:#1f2328;text-align:left;cursor:pointer;background:0 0;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:12px;width:100%;padding:8px 9px;display:grid}.code-plus-menu button:hover,.code-plus-menu button:focus-visible{background:#0000000d;outline:0}.code-plus-menu span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;overflow:hidden}.code-plus-menu small{color:#85888c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;overflow:hidden}.code-composer-mode-chip{color:#4f5650;cursor:pointer;max-width:88px;height:26px;font:inherit;background:#f1f2ed;border:0;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:12px;line-height:1;display:inline-flex}.code-composer-mode-chip span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.code-composer-mode-chip svg{fill:currentColor;width:12px;height:12px;display:block}.code-approval-menu{width:max-content;max-width:calc(100vw - 40px);padding:12px 12px 13px;left:-44px}.code-approval-menu-header{color:#7d8288;white-space:normal;gap:3px;margin-bottom:8px;font-size:13px;line-height:1.25;display:grid}.code-approval-menu-header small{font-size:11px;line-height:1.3}.code-approval-option,.code-model-option{color:#1f2328;text-align:left;cursor:pointer;background:0 0;border-radius:8px;align-items:center;width:100%;display:grid}.code-approval-option{grid-template-columns:26px minmax(0,1fr) 20px;gap:8px;padding:6px 7px}.code-approval-option:hover,.code-approval-option:focus-visible,.code-model-option:hover,.code-model-option:focus-visible{background:#0000000d;outline:0}.code-approval-option-icon{color:#6d7175;place-items:center;width:22px;height:22px;display:inline-grid}.code-approval-option-icon.blue{color:#0969da}.code-approval-option-icon.orange{color:#e54b00}.code-approval-option-copy,.code-model-option-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.code-approval-option-copy span{color:#111820;white-space:nowrap;font-size:13px;line-height:1.25}.code-approval-option-copy small{color:#85888c;white-space:nowrap;font-size:12px;line-height:1.25}.code-menu-check{color:#4c4f52;justify-self:end;place-items:center;width:16px;height:16px;display:inline-grid}.code-menu-check svg{fill:currentColor;width:14px;height:14px;display:block}.code-model-picker-menu{border-radius:16px;width:max-content;min-width:220px;max-width:min(300px,100vw - 48px);padding:8px;right:0;overflow:visible}.code-model-picker-menu.has-matrix{width:350px;max-width:calc(100vw - 32px);padding:6px;transition:width .24s cubic-bezier(.22,.72,.18,1)}.code-model-picker-menu.has-matrix:has(.code-model-matrix-shell[data-advanced=open]){width:280px}.code-model-matrix-shell{--matrix-accent:#f2a24b;--matrix-ultra:#a775f2;--matrix-motion:cubic-bezier(.22, .72, .18, 1);min-width:0;position:relative}.code-model-matrix-shell.is-terra{--matrix-accent:#48cc7b}.code-model-matrix-shell.is-luna,.code-model-matrix-shell.is-ultra{--matrix-accent:#9568ef}.code-model-matrix-shell[data-advanced=open] .code-model-matrix-stage{background:0 0;border:0;overflow:visible}.code-model-matrix-shell[data-advanced=open] .code-model-matrix-advanced{padding:0}.code-model-matrix-stage{box-shadow:none;transition:height .24s var(--matrix-motion);background:0 0;border:0;border-radius:0;grid-template-rows:1fr;display:grid;position:relative;overflow:hidden}.code-model-matrix,.code-model-matrix-advanced{transition:opacity .16s ease, transform .22s var(--matrix-motion), visibility 0s linear .22s;will-change:opacity, transform;position:absolute;inset:0 0 auto}.code-model-matrix-shell[data-advanced=open] .code-model-matrix,.code-model-matrix-shell[data-advanced=closed] .code-model-matrix-advanced{visibility:hidden;opacity:0;pointer-events:none}.code-model-matrix-shell[data-advanced=open] .code-model-matrix{transform:translateY(-3px)scale(.988)}.code-model-matrix-shell[data-advanced=closed] .code-model-matrix-advanced{transform:translateY(3px)scale(.988)}.code-model-matrix-shell[data-advanced=closed] .code-model-matrix,.code-model-matrix-shell[data-advanced=open] .code-model-matrix-advanced{visibility:visible;opacity:1;transition-delay:0s,0s,0s;transform:translateY(0)scale(1)}.code-model-matrix{grid-template-rows:14px 76px 18px;grid-template-columns:34px minmax(180px,1fr) 58px;column-gap:4px;padding:5px 6px 4px;display:grid}.code-model-matrix-head{grid-column:2;grid-template-columns:repeat(var(--matrix-columns), minmax(0, 1fr));color:#777c82;text-align:center;align-items:center;font-size:9px;line-height:1;display:grid}.code-model-matrix-labels{grid-area:2/1;grid-template-rows:repeat(var(--matrix-rows,3), minmax(0, 1fr));align-items:center;display:grid}.code-model-matrix-labels span{color:#6f7478;font-size:11px;transition:color .18s}.code-model-matrix-labels span.selected[data-variant=sol]{color:#e79234}.code-model-matrix-labels span.selected[data-variant=terra]{color:#24ad61}.code-model-matrix-labels span.selected[data-variant=luna]{color:#8453df}.code-model-matrix-surface{cursor:crosshair;touch-action:none;background:radial-gradient(circle at 2px 2px,#1f23280e 0 .7px,#0000 .9px) 0 0/7px 7px,linear-gradient(145deg,#ffffff3d,#0000 42%),#dededb;border:1px solid #1f232812;border-radius:16px;grid-area:2/2;height:76px;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #1f232817,inset 0 -1px #ffffff85,0 1px #ffffff75}.code-model-matrix-surface:has(button:disabled){cursor:default}.code-model-matrix-fill{z-index:0;left:6px;right:calc(100% - var(--matrix-selection-x) - 13px);top:calc(var(--matrix-selection-row-top) + 2px);height:calc(var(--matrix-selection-row-height) - 4px);color:#f0a14a;background-color:currentColor;background-image:linear-gradient(90deg, color-mix(in srgb, currentColor 80%, #fff 20%), currentColor 48%, color-mix(in srgb, currentColor 86%, #fff 14%) 72%, currentColor);box-shadow:0 0 15px color-mix(in srgb, currentColor 28%, transparent), inset 0 1px 0 #ffffff4d, inset 0 -1px 0 #1f23281a;transition:top .21s var(--matrix-motion), right .21s var(--matrix-motion), color .18s ease;background-size:100% 100%;border-radius:999px;position:absolute;overflow:hidden}.code-model-matrix-fill:after{content:"";border-radius:inherit;will-change:transform, opacity;background:repeating-linear-gradient(112deg,#0000 0 13px,#ffffff21 13px 14px,#0000 14px 25px);width:calc(100% + 52px);animation:1.8s linear infinite code-model-charge-front;position:absolute;top:1px;bottom:1px;left:-52px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 28%,#000);mask-image:linear-gradient(90deg,#0000,#000 28%,#000)}.code-model-matrix-fill[data-variant=terra]{color:#46cf7f}.code-model-matrix-fill[data-variant=luna]{color:#a775f2}.code-model-matrix-shell[data-ultra=on] .code-model-matrix-fill{color:var(--matrix-ultra);box-shadow:0 0 18px color-mix(in srgb, var(--matrix-ultra) 38%, transparent), inset 0 1px 0 #ffffff57, inset 0 -1px 0 #401f6824}.code-model-matrix-shell[data-ultra=on] .code-model-matrix-labels span.selected{color:#8958df}.code-model-matrix-surface.is-dragging .code-model-matrix-fill{transition:color .12s}.code-model-matrix-cells{z-index:1;position:absolute;inset:0}.code-model-matrix-cells button{left:var(--matrix-cell-left);top:var(--matrix-cell-top);width:var(--matrix-cell-width);height:var(--matrix-cell-height);cursor:inherit;border:0;border-radius:0;padding:0;position:absolute;background:0 0!important}.code-model-matrix-cells button:before{content:"";background:#62666a;border-radius:50%;width:4px;height:4px;transition:transform .18s,background .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.code-model-matrix-cells button:hover:before,.code-model-matrix-cells button:focus-visible:before{transform:translate(-50%,-50%)scale(1.8)}.code-model-matrix-cells button:focus-visible{outline-offset:-3px;outline:2px solid}.code-model-matrix-thumb{z-index:2;left:var(--matrix-selection-x);top:var(--matrix-selection-y);pointer-events:none;width:25px;height:25px;transition:left .21s var(--matrix-motion), top .21s var(--matrix-motion), box-shadow .18s ease;background:radial-gradient(circle at 34% 28%,#fff 0 22%,#fafaf8 46%,#ededeb 100%);border:1px solid #1f23281f;border-radius:50%;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px 7px #1f23283d,inset 0 1px 1px #ffffffe6,0 0 0 3px #f0a14a24}.code-model-matrix-thumb[data-variant=terra]{box-shadow:0 2px 6px #1f232833,0 0 0 3px #46cf7f26}.code-model-matrix-thumb[data-variant=luna]{box-shadow:0 2px 6px #1f232833,0 0 0 3px #a775f229}.code-model-matrix-shell[data-ultra=on] .code-model-matrix-thumb{box-shadow:0 2px 6px #1f232833,0 0 0 3px #a775f238,0 0 13px #a775f23d}.code-model-matrix-surface.is-dragging .code-model-matrix-thumb{transition:box-shadow .12s}.code-model-matrix-rockers{grid-area:1/3/3;justify-content:center;align-items:stretch;gap:4px;min-width:0;display:flex}.code-model-matrix-rocker{--rocker-accent:#ef4056;--rocker-travel:47px;--rocker-y:0px;color:#767b80;grid-template-rows:15px 1fr;justify-items:center;gap:3px;min-width:0;transition:color .2s,opacity .2s;display:grid;position:relative}.code-model-matrix-rocker.is-active{--rocker-y:var(--rocker-travel);--rocker-accent:var(--matrix-ultra);color:var(--rocker-accent)}.code-model-matrix-rocker.is-disabled{opacity:.52}.code-model-matrix-rocker>span:first-child{letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:2px;font-size:8px;font-weight:700;display:inline-flex}.code-model-matrix-rocker svg{fill:currentColor;width:10px;height:10px}.code-model-matrix-rocker-button{z-index:2;cursor:pointer;background:0 0;border:0;outline:0;grid-area:2/1;width:27px;height:72px;margin:0;padding:0;position:relative}.code-model-matrix-rocker-button:disabled{cursor:not-allowed}.code-model-matrix-rocker-control{pointer-events:none;background:radial-gradient(circle at 2px 2px,#1f232817 0 1px,#0000 1.2px) 0 0/6px 6px,#dededb;border:1px solid #1f232817;border-radius:13px;grid-area:2/1;width:27px;height:72px;transition:background .22s,box-shadow .22s,transform .14s;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff73}.code-model-matrix-rocker-control:before{content:"";background:linear-gradient(135deg, transparent 42%, var(--rocker-accent) 44% 56%, transparent 58%) left top / 5px 8px repeat-y, linear-gradient(45deg, transparent 42%, var(--rocker-accent) 44% 56%, transparent 58%) right top / 5px 8px repeat-y;opacity:0;border-radius:8px;transition:opacity .18s;position:absolute;inset:13px 4px 11px}.code-model-matrix-rocker.is-active .code-model-matrix-rocker-control:before{opacity:.45}.code-model-matrix-rocker.is-active .code-model-matrix-rocker-control{border-color:color-mix(in srgb, var(--rocker-accent) 48%, transparent);box-shadow:inset 0 0 0 1px #ffffff6b, 0 0 11px color-mix(in srgb, var(--rocker-accent) 28%, transparent)}.code-model-matrix-rocker-slot{background:#b8b8b5;border-radius:999px;width:7px;position:absolute;top:7px;bottom:7px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:inset 0 1px 3px #1f232847,0 0 0 2px #ffffff4d}.code-model-matrix-rocker-energy{height:0;box-shadow:0 0 14px color-mix(in srgb, var(--rocker-accent) 42%, transparent);transition:height .34s var(--matrix-motion);background:linear-gradient(#d0b0ff,#7040d5);border-radius:999px;position:absolute;inset:auto 1px 1px}.code-model-matrix-rocker.is-active .code-model-matrix-rocker-energy{height:54px}.code-model-matrix-rocker-knob{background:linear-gradient(145deg,#ff9b95 0%,#ff5264 45%,#d92b43 100%);border:1px solid #1f232821;border-radius:50%;width:100%;height:100%;transition:background .18s,box-shadow .18s;display:block;position:relative;box-shadow:0 2px 6px #a5182e57,inset 4px 4px 5px #ffffff40}.code-model-matrix-rocker.is-disabled .code-model-matrix-rocker-knob{background:linear-gradient(145deg,#d7d8d6,#aeb1af);box-shadow:0 2px 5px #1f23282e,inset 3px 3px 4px #ffffff40}.code-model-matrix-rocker.is-active .code-model-matrix-rocker-knob{background:radial-gradient(circle at 34% 27%,#ffffffb8 0 8%,#0000 9%),linear-gradient(145deg,#d7bdff 0%,#9c6bf0 48%,#7040d2 100%);border-color:#6032a040;box-shadow:0 2px 7px #5b2b9d6b,inset 4px 4px 5px #ffffff47,0 0 12px #a775f26b}.code-model-matrix-rocker-knob-position{z-index:1;width:21px;height:21px;transform:translateY(var(--rocker-y));transition:transform .34s var(--matrix-motion);position:absolute;top:2px;left:2px}.code-model-matrix-rocker-knob:after{content:"";background:#ffffff80;border-radius:50%;width:5px;height:5px;position:absolute;top:4px;left:5px}.code-model-matrix-rocker-button:active .code-model-matrix-rocker-control{transform:scale(.97)}.code-model-matrix-rocker-control.is-kicked{animation:.21s cubic-bezier(.2,.8,.2,1) .3s code-model-rocker-impact}.code-model-matrix-rocker-knob.is-kicked{animation:.21s cubic-bezier(.2,.8,.2,1) .3s code-model-rocker-kick}.code-model-matrix-shell[data-ultra=on]:has(.code-model-matrix-rocker-control.is-kicked) .code-model-matrix-fill{animation:code-model-ultra-charge .62s var(--matrix-motion)}.code-model-matrix-rocker-button:focus-visible .code-model-matrix-rocker-control{box-shadow:inset 0 0 0 5px #efefed, 0 0 0 2px #fff, 0 0 0 4px var(--rocker-accent)}.code-model-matrix-fast{color:#6f7478;cursor:pointer;background:#1f23280e;border:1px solid #1f23281a;border-radius:999px;grid-area:3/3;justify-content:center;place-self:end center;align-items:center;gap:3px;width:61px;height:17px;padding:0 5px;transition:color .18s,background .18s,border-color .18s,box-shadow .18s,opacity .2s,transform .12s;display:inline-flex;box-shadow:inset 0 1px #ffffff8c}.code-model-matrix-fast>span:nth-child(2){letter-spacing:.03em;text-transform:uppercase;font-size:7.5px;font-weight:700}.code-model-matrix-fast-bolt{place-items:center;display:inline-grid}.code-model-matrix-fast-bolt svg{fill:currentColor;width:8px;height:8px}.code-model-matrix-fast-bolt.is-kicked{animation:.28s cubic-bezier(.2,.8,.2,1) code-model-fast-kick}.code-model-matrix-fast small{color:#8b8f92;letter-spacing:.04em;min-width:14px;font-size:6.5px;font-weight:800}.code-model-matrix-fast.is-active{color:#674400;background:linear-gradient(145deg,#ffe783,#ffc126);border-color:#d18d005c;box-shadow:inset 0 1px #ffffff8a,0 0 10px #ffbe1940}.code-model-matrix-fast.is-active small{color:#744d00}.code-model-matrix-fast:active{transform:translateY(1px)scale(.97)}.code-model-matrix-fast:focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #efb321}.code-model-matrix-fast.is-disabled{color:#888b8e;opacity:.5;cursor:not-allowed;background:#1f23280b;border-color:#1f232814}.code-model-matrix-current{color:#777c82;text-align:center;text-overflow:ellipsis;white-space:nowrap;grid-column:1/3;align-self:end;font-size:9px;line-height:1.2;overflow:hidden}.code-model-matrix-advanced{min-width:0;padding:6px}.code-composer-menu .code-model-matrix-advanced-toggle{color:#777c82;cursor:pointer;background:#1f23280d;border:0;border-radius:9px;align-items:center;gap:4px;min-height:24px;margin:2px 0 0;padding:2px 6px;font-size:11px;font-weight:400;display:inline-flex}.code-model-matrix-advanced-toggle:hover,.code-model-matrix-advanced-toggle:focus-visible{color:#2f3337;background:#1f232817;outline:0}.code-model-matrix-advanced-toggle svg{fill:currentColor;width:14px;height:14px;transition:transform .18s;transform:rotate(-90deg)}.code-model-matrix-advanced-toggle svg.expanded{transform:rotate(0)}@keyframes code-model-rocker-kick{0%,to{transform:translate(0,0)scale(1)}24%{transform:translate(-1px,1px)scale(1.04,.95)}48%{transform:translate(1.2px,-.5px)scale(.98,1.025)}72%{transform:translate(-.6px,.25px)scale(1.012,.99)}}@keyframes code-model-rocker-impact{0%,to{transform:translate(0,0)}24%{transform:translate(-1px,.6px)}48%{transform:translate(1px,-.35px)}72%{transform:translate(-.5px,.15px)}}@keyframes code-model-ultra-charge{0%{filter:brightness(.97)}45%{filter:brightness(1.08)saturate(1.06)}to{filter:brightness()}}@keyframes code-model-fast-kick{0%{transform:scale(1)rotate(0)}36%{transform:scale(1.35)rotate(-9deg)}72%{transform:scale(.94)rotate(2deg)}to{transform:scale(1)rotate(0)}}@keyframes code-model-charge-front{0%{opacity:.34;transform:translate(0,0)}50%{opacity:.58}to{opacity:.34;transform:translate(52px)}}@keyframes code-model-matrix-reveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (width<=460px){.code-model-picker-menu.has-matrix{width:calc(100vw - 20px);max-width:calc(100vw - 20px)}.code-model-picker-menu.has-matrix:has(.code-model-matrix-shell[data-advanced=open]){width:calc(100vw - 20px)}.code-model-matrix{grid-template-columns:34px minmax(140px,1fr) minmax(66px,auto);column-gap:4px;padding-inline:7px}.code-model-matrix-head,.code-model-matrix-rocker>span:first-child,.code-model-matrix-fast>span:nth-child(2){font-size:8px}.code-model-matrix-labels span{font-size:10px}.code-model-matrix-rockers{gap:3px}.code-model-matrix-rocker-button,.code-model-matrix-rocker-control{width:25px}.code-model-matrix-rocker{--rocker-travel:49px}.code-model-matrix-rocker-knob-position{width:19px;height:19px}}.code-model-menu-header{color:#8a8f87;padding:6px 10px 7px;font-size:13px;line-height:1.25}.code-model-option{grid-template-columns:minmax(0,1fr) 22px;gap:8px;min-height:32px;padding:7px 9px}.code-model-nested-trigger{color:#1f2328;text-align:left;cursor:pointer;background:0 0;border-radius:8px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:8px;width:100%;min-height:32px;padding:7px 9px;display:grid}.code-menu-chevron-right{fill:currentColor;justify-self:center;width:16px;height:16px;display:block}.code-model-nested-anchor{position:relative}.code-model-nested-trigger:hover,.code-model-nested-trigger:focus-visible,.code-model-nested-trigger.selected{background:#0000000d;outline:0}.code-model-nested-trigger span:first-child{text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;overflow:hidden}.code-model-nested-trigger span:last-child{color:#8a8f87;justify-self:end;font-size:20px;line-height:1}.code-model-submenu,.code-speed-submenu{border-radius:14px;width:max-content;min-width:180px;max-width:min(260px,100vw - 48px);max-height:300px;padding:6px;top:auto;bottom:0;right:calc(100% + 8px);overflow-y:auto}.code-model-option-copy span{text-overflow:ellipsis;white-space:nowrap;color:#1f2328;font-size:13px;line-height:1.25;overflow:hidden}.code-speed-option-label{align-items:center;gap:7px;display:inline-flex}.code-speed-option-icon{color:#1f2328;flex:0 0 14px;place-items:center;width:14px;display:inline-grid}.code-speed-option-icon svg{fill:currentColor;width:14px;height:14px;display:block}.code-model-option-copy small{-webkit-line-clamp:2;color:#85888c;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.code-composer-approval:focus-visible,.code-composer-context-window:focus-visible,.code-composer-model-picker:focus-visible,.code-composer-add:focus-visible,.code-composer-mode-chip:focus-visible,.code-composer-mic:focus-visible,.code-composer-send:focus-visible{outline-offset:2px;outline:2px solid #9aa59757}.code-composer-send{border-radius:999px;width:32px;height:32px}.code-composer textarea{resize:none;color:#24292f;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:0 0;border:0;outline:0;width:100%;min-height:42px;max-height:132px;font-size:14px;font-weight:400;line-height:1.42}.code-composer textarea::placeholder{color:#9aa09a;font-weight:400}.code-composer-attachments{flex-wrap:wrap;align-items:flex-start;gap:10px;min-width:0;margin-top:-2px;display:flex}.code-composer-attachment{color:#4f5650;background:#f6f7f2;border:1px solid #dfe2d8;border-radius:8px;align-items:center;min-width:0;max-width:min(260px,100%);font-size:12px;line-height:1;display:inline-flex;position:relative}.code-composer-attachment.chip{gap:7px;height:32px;padding:3px 5px 3px 3px}.code-composer-attachment.image{background:#fbfcf8;border-radius:12px;grid-template-rows:78px 1fr;align-items:stretch;gap:0;width:118px;height:112px;padding:0;display:grid;overflow:visible}.code-composer-attachment.error{background:#fff7f6;border-color:#ffd8d3}.code-composer-attachment-preview{background:#fff;border-bottom:1px solid #e6e8df;border-radius:11px 11px 0 0;min-width:0;overflow:hidden}.code-composer-attachment.image img{object-fit:cover;border-radius:11px 11px 0 0;width:100%;height:100%;display:block}.code-composer-attachment-fallback{object-fit:cover;color:#8a8f87;background:#fff;border-radius:6px;flex:none;place-items:center;width:26px;height:26px;display:inline-grid}.code-composer-attachment-fallback svg,.code-composer-attachment-remove svg{fill:currentColor;width:13px;height:13px;display:block}.code-composer-attachment-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.code-composer-attachment.image .code-composer-attachment-name{color:#4f5650;align-self:center;padding:0 9px;line-height:32px;display:block}.code-composer-attachment-status{color:#8a8f87;flex:none}.code-composer-attachment.image .code-composer-attachment-status{background:#fbfcf8e0;border-radius:5px;padding:2px 4px;font-size:10px;position:absolute;bottom:5px;left:9px}.code-composer-attachment.error .code-composer-attachment-status{color:#cf222e}.code-composer-attachment-remove{color:#7d8288;cursor:pointer;width:20px;height:20px;font:inherit;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;padding:0;font-size:15px;line-height:1;display:inline-grid}.code-composer-attachment-remove:hover,.code-composer-attachment-remove:focus-visible{color:#24292f;background:#f1f1ef;outline:0}.code-composer-attachment.image .code-composer-attachment-remove{color:#fff;background:#111;border:2px solid #fff;width:26px;height:26px;font-size:20px;position:absolute;top:6px;right:6px;box-shadow:0 4px 12px #24292f2e}.code-composer-attachment.image .code-composer-attachment-remove:hover,.code-composer-attachment.image .code-composer-attachment-remove:focus-visible{color:#fff;background:#24292f}.code-composer-send{color:#fff;box-shadow:none;background:#8d9492;place-items:center;padding:0;line-height:1;display:inline-grid}.code-composer-send svg{fill:currentColor;width:15px;height:15px;display:block}.code-composer-send:not(:disabled):hover{background:#737b79}.code-composer-send.interrupt{color:#fff;box-shadow:none;background:#111;font-size:0}.code-composer-send.interrupt:not(:disabled):hover{background:#000}.code-composer-stop-icon{background:currentColor;border-radius:3px;width:12px;height:12px;display:block}.code-composer-mic{color:#777f7b;background:0 0;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;display:inline-grid}.code-composer-mic.listening{color:#111;background:#f1f2ed}.code-composer-mic svg{fill:currentColor;stroke:none;width:16px;height:16px}.code-composer-add:disabled,.code-composer-send:disabled,.code-composer-mic:disabled,.code-composer textarea:disabled{opacity:.45;cursor:not-allowed}.code-composer-send:disabled{color:#fff;box-shadow:none;opacity:1;background:#8e9294}.code-composer-file-input{display:none}body.code-mode .dialog-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f23288f}body.code-mode .input-dialog,body.code-mode .settings-dialog{color:#24292f;text-shadow:none;background:#fff;border:1px solid #dfe2d8;border-radius:16px;font-size:14px;box-shadow:0 24px 70px #1f23283d}body.code-mode .input-dialog{width:min(92vw,560px);min-height:min(368px,86dvh);max-height:min(86dvh,760px);padding:14px 16px 16px}body.code-mode .settings-dialog{width:min(92vw,640px)}body.code-mode .dialog-header{color:#24292f;background:#f7f7f6;border-bottom:1px solid #ececea;border-radius:16px 16px 0 0}body.code-mode .input-dialog .dialog-header{margin:-14px -16px 12px;padding:11px 14px}body.code-mode .fx-crt-panel,body.code-mode .fx-crt-panel-compact{box-shadow:none}body.code-mode .dialog-header-title,body.code-mode .group-label,body.code-mode .workspace-field-copy,body.code-mode .section-title,body.code-mode .settings-field label,body.code-mode .settings-checkbox span{color:#24292f}body.code-mode .dialog-header-title{font-size:16px;line-height:1.25}body.code-mode .agent-list{gap:4px}body.code-mode .workspace-input{gap:8px}body.code-mode .agent-group{margin-bottom:8px}body.code-mode .group-label{color:#8a8f87;margin:4px 2px 5px;font-size:12px;font-weight:500}body.code-mode .workspace-field-copy{font-size:13px;font-weight:600}body.code-mode .workspace-selected-agent{color:#6d736b;align-items:center;gap:8px;min-height:30px;margin-bottom:10px;font-size:13px;display:inline-flex}body.code-mode .workspace-selected-agent strong{color:#24292f;font-weight:650}body.code-mode .agent-item,body.code-mode .agent-list-status,body.code-mode .main-agent-resume-option,body.code-mode .theme-option,body.code-mode .workspace-history,body.code-mode .workspace-path-suggestions,body.code-mode .settings-field,body.code-mode .settings-checkbox{color:#24292f;text-shadow:none;background:#fbfbf8;border:1px solid #dfe2d8;border-radius:8px;font-size:13px}body.code-mode .agent-item{background:0 0;border-color:#0000;grid-template-columns:24px minmax(0,1fr);align-items:center;column-gap:10px;min-height:46px;margin:2px 0;padding:8px 42px 8px 10px;display:grid}body.code-mode .agent-item-copy{gap:2px;min-width:0;display:grid;overflow:hidden}body.code-mode .agent-list-status{min-height:44px;padding:10px}body.code-mode .main-agent-resume-option{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;min-height:44px;margin:2px 0 8px;padding:8px 10px;display:grid}body.code-mode .main-agent-resume-option input{width:14px;height:14px;margin:2px 0 0}body.code-mode .main-agent-resume-copy{gap:2px;min-width:0;display:grid}body.code-mode .main-agent-resume-title{color:#24292f;font-size:13px;font-weight:650}body.code-mode .main-agent-resume-detail{color:#737a71;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}body.code-mode .agent-item:hover,body.code-mode .agent-item:focus-visible,body.code-mode .theme-option:hover,body.code-mode .theme-option.active{background:#f1f2ed;border-color:#0000}body.code-mode .agent-item:focus-visible{outline:none;box-shadow:inset 0 0 0 1px #1f232829}body.code-mode .agent-item-name,body.code-mode .theme-name{color:#24292f}body.code-mode .agent-item-name{text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:13px;font-weight:650;overflow:hidden}body.code-mode .agent-launch-icon{color:#24292f;justify-self:center;width:21px;height:21px;display:block}body.code-mode .agent-launch-icon-bash,body.code-mode .agent-launch-icon-opencode,body.code-mode .agent-launch-icon-zsh{width:22px;height:22px}body.code-mode .agent-item-desc,body.code-mode .theme-desc,body.code-mode .settings-hint,body.code-mode .settings-field .settings-hint,body.code-mode .settings-checkbox .settings-checkbox-hint{color:#737a71}body.code-mode .agent-item-desc{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body.code-mode .key-hint-badge,body.code-mode .workspace-history-badge{text-transform:none;border-radius:5px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}body.code-mode .key-hint-badge{color:#9aa198;background:0 0;border:0;min-width:20px;min-height:20px;padding:0 5px}body.code-mode .workspace-history-badge{color:#fff;background:#24292f;min-height:20px;padding:2px 7px}body.code-mode .workspace-input input,body.code-mode .workspace-input select.workflow-select,body.code-mode .workspace-input textarea.task-input,body.code-mode .settings-input,body.code-mode .settings-select{color:#24292f;text-shadow:none;background:#fff;border:1px solid #d8dbd2;border-radius:8px;font-family:inherit;font-size:15px;line-height:1.35}body.code-mode .workspace-input select.workflow-select,body.code-mode .workspace-input textarea.task-input{color:#24292f;background:#fff;border-color:#d8dbd2;font-family:inherit}body.code-mode .workspace-home-field,body.code-mode .workspace-runtime-field{gap:5px;display:grid;position:relative}body.code-mode .workspace-home-trigger{color:#24292f;cursor:pointer;width:100%;min-height:40px;font:inherit;text-align:left;background:#fff;border:1px solid #d8dbd2;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}body.code-mode .workspace-home-trigger:focus-visible{border-color:#7d8779;outline:none;box-shadow:0 0 0 3px #7d877929}body.code-mode .workspace-home-trigger-copy,body.code-mode .workspace-home-option-copy{gap:1px;min-width:0;display:grid}body.code-mode .workspace-home-trigger-copy strong,body.code-mode .workspace-home-option-copy strong{color:#24292f;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}body.code-mode .workspace-home-trigger-copy span,body.code-mode .workspace-home-option-copy span{color:#737a71;text-overflow:ellipsis;white-space:nowrap;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;overflow:hidden}body.code-mode .workspace-home-trigger svg{fill:currentColor;color:#737a71;flex:none;width:16px;height:16px}body.code-mode .workspace-home-menu{z-index:12;background:#fff;border:1px solid #dfe2d8;border-radius:10px;max-height:min(220px,34dvh);padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #1f232829}body.code-mode .workspace-home-option{color:#24292f;cursor:pointer;width:100%;min-width:0;min-height:42px;font:inherit;text-align:left;background:0 0;border:0;border-radius:7px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;display:grid}body.code-mode .workspace-home-option:hover,body.code-mode .workspace-home-option:focus-visible,body.code-mode .workspace-home-option.selected{background:#f1f2ed;outline:none}body.code-mode .workspace-home-option-check{fill:currentColor;color:#0000;width:16px;height:16px}body.code-mode .workspace-home-option.selected .workspace-home-option-check{color:#24292f}body.code-mode .workspace-runtime-options{background:#fff;border:1px solid #d8dbd2;border-radius:8px;width:max-content;max-width:100%;display:flex;overflow:hidden}body.code-mode .workspace-runtime-options button{color:#737a71;cursor:pointer;min-height:34px;font:inherit;background:0 0;border:0;border-left:1px solid #d8dbd2;padding:6px 10px;font-size:12px}body.code-mode .workspace-runtime-options button:first-child{border-left:0}body.code-mode .workspace-runtime-options button:hover,body.code-mode .workspace-runtime-options button:focus-visible,body.code-mode .workspace-runtime-options button.active{color:#24292f;background:#f1f2ed;outline:none}body.code-mode .workspace-runtime-options button.active{font-weight:600}body.code-mode .workspace-runtime-options button span{color:#a76b00;margin-left:3px;font-size:10px;font-weight:500}body.code-mode .workspace-input input:focus,body.code-mode .settings-input:focus,body.code-mode .settings-select:focus{border-color:#7d8779;box-shadow:0 0 0 3px #7d877929}body.code-mode .workspace-actions button,body.code-mode .close-btn,body.code-mode .kill-btn{color:#fff;background:#24292f;border:0;border-radius:8px;min-height:36px;padding:8px 13px;font-family:inherit;font-size:14px;font-weight:600}body.code-mode .workspace-actions button:hover,body.code-mode .close-btn:hover{background:#424a53}body.code-mode .close-btn{place-items:center;width:34px;height:34px;min-height:34px;padding:0;line-height:1;display:inline-grid}body.code-mode .close-btn svg{fill:currentColor;width:15px;height:15px;display:block}body.code-mode .kill-btn{background:#cf222e}body.code-mode .input-dialog .workspace-actions{background:#fff;border-top:1px solid #ececea;margin-top:4px;padding-top:8px}body.code-mode .workspace-history-header{color:#5d635b;text-transform:none;border-bottom:1px solid #e6e8df;font-size:12px}body.code-mode .workspace-history-header .hint,body.code-mode .workspace-history-index{color:#737a71}body.code-mode .workspace-history-item{color:#24292f;box-shadow:none;background:0 0;border:1px solid #0000;border-top-color:#eceee7;font-family:inherit;font-size:13px}body.code-mode .workspace-history-item:hover,body.code-mode .workspace-history-item.active{color:#24292f;box-shadow:none;background:#f1f2ec;border-color:#d4d8ce}body.code-mode .workspace-path-suggestions{overscroll-behavior:contain;max-height:min(168px,28vh);margin-top:-4px;padding:4px;overflow-y:auto}body.code-mode .workspace-path-suggestion{color:#24292f;background:0 0;border-color:#0000;border-radius:6px;gap:12px;min-height:32px;padding:5px 8px;font-family:inherit;font-size:13px}body.code-mode .workspace-path-suggestion:hover,body.code-mode .workspace-path-suggestion.active{color:#24292f;box-shadow:none;background:#f1f2ec;border-color:#d4d8ce}body.code-mode .workspace-path-suggestion-name{color:#24292f;font-weight:450}body.code-mode .workspace-path-suggestion-path{color:#6d736b;font-weight:450}body.code-mode .workspace-path-suggestions::-webkit-scrollbar{width:8px}body.code-mode .workspace-path-suggestions::-webkit-scrollbar-thumb{background:#57606a38;border-radius:999px}body.code-mode .workspace-path-suggestions::-webkit-scrollbar-track{background:0 0}.main-content{flex:1;display:flex;overflow:hidden}.top-bar{background:var(--theme-panel-strong-bg,#2a2a2a);border-bottom:1px solid var(--theme-border,#0f0);flex-shrink:0;align-items:center;padding:4px 15px;font-size:12px;display:flex}.top-bar-items{width:100%;display:flex}.top-bar-item{white-space:nowrap;padding:2px 8px;font-size:12px}.top-bar-item:last-child{margin-left:auto}.top-bar-item strong{color:var(--theme-fg,#0f0)}.focus-indicator{display:inline-block}.focus-indicator.visible{display:block}.focus-indicator strong{color:#fc0}.map-area{z-index:1;background:#111;flex:1;gap:1px;padding:0;display:grid;position:relative;overflow:hidden}.map-area.empty{background:var(--theme-bg,#0f0f0f);justify-content:center;align-items:center;display:flex}.map-area.layout-1{grid-template:"a0"1fr/1fr}.map-area.layout-2{grid-template:"a0 a1"1fr/7fr 3fr}.map-area.layout-3{grid-template:"a0 a1"1fr"a0 a2"1fr/6fr 4fr}.map-area.layout-4{grid-template:"a0 a1"6fr"a2 a3"4fr/6fr 4fr}.map-area.layout-5{grid-template:"a0 a1 a2"6fr"a0 a3 a4"4fr/5fr 2.5fr 2.5fr}.empty-state{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-title{margin-bottom:20px;font-size:18px}.empty-hint{margin-bottom:16px}.start-button{background:var(--theme-panel-bg,#1a1a1a);border:1px solid var(--theme-border,#0f0);color:var(--theme-fg,#0f0);cursor:pointer;padding:8px 20px;font-family:inherit;font-size:14px}.start-button:hover{background:var(--theme-panel-strong-bg,#2a2a2a)}.agent-block{background:var(--theme-panel-screen-bg,#0a0a0a);cursor:pointer;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.agent-block:hover{text-shadow:0 0 10px #00ffff80}.agent-block.hot{--agent-color:red}.agent-block.warm{--agent-color:#f80}.agent-block.cool{--agent-color:#08f}.agent-block.cold{--agent-color:#048}.agent-block.stopped{--agent-color:#444;opacity:.5}.agent-block.dead{--agent-color:#333;opacity:.3}.agent-block.hot .agent-title-bar{animation:2s ease-in-out infinite hot-pulse}@keyframes hot-pulse{0%,to{text-shadow:0 0 5px var(--agent-color)}50%{text-shadow:0 0 15px var(--agent-color), 0 0 30px var(--agent-color)}}.agent-title-bar{background:var(--theme-panel-strong-bg,#2a2a2a);border-bottom:1px solid var(--agent-color,var(--theme-border,#0f0));color:var(--agent-color,var(--theme-fg,#0f0));flex-shrink:0;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:700;display:flex}.agent-title-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.agent-title-meta{opacity:.6;white-space:nowrap;font-size:10px;font-weight:400}.key-badge{background:var(--agent-color,var(--theme-fg,#0f0));color:var(--theme-panel-screen-bg,#0a0a0a);flex-shrink:0;padding:1px 5px;font-size:10px;font-weight:700}.agent-body{flex-direction:column;flex:1;padding:8px;display:flex;overflow:hidden}.agent-cwd{opacity:.5;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:10px;overflow:hidden}.agent-output{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;flex:1;min-height:0;overflow:hidden}.agent-output-terminal{color:var(--theme-fg,#0f0);text-shadow:none;padding:2px 0}.terminal-snapshot-preview{justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex;overflow:hidden}.terminal-snapshot-screen{width:100%;height:100%;font-family:var(--theme-mono-font,inherit);color:inherit;text-shadow:none;letter-spacing:0;flex-direction:column;justify-content:flex-start;display:flex}.terminal-snapshot-row{white-space:pre;min-height:1em}.terminal-snapshot-fallback{white-space:pre;min-width:100%;margin:0}.terminal-char{color:var(--theme-fg,#0f0)}.terminal-char.bold{font-weight:700}.terminal-char.italic{font-style:italic}.terminal-char.underline{text-decoration:underline}.terminal-char.dim{opacity:.7}.terminal-char.strikethrough{text-decoration:line-through}.terminal-char.cursor{background:var(--theme-fg,#0f0);color:var(--theme-panel-screen-bg,#0a0a0a)!important}.agent-output{color:var(--theme-fg,#0f0);font-size:11px}.zombie-badge{color:#f40;margin-right:4px;font-weight:700}.child-badge{color:var(--theme-info,#0ff);margin-right:4px;font-weight:700}.agent-task{color:var(--theme-info,#0ff);opacity:.85;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:10px;overflow:hidden}.attention-indicator{color:#fc0;font-weight:700}.attention-indicator.hot{color:#f40;animation:.5s infinite blink}.sidebar{background:var(--theme-panel-strong-bg,#2a2a2a);border-left:1px solid var(--theme-border,#0f0);flex-direction:column;flex-shrink:0;width:200px;padding:15px;display:flex}.sidebar-menu{flex-direction:column;flex:1;display:flex}.sidebar-item{border:1px solid var(--theme-border,#0f0);cursor:pointer;background:var(--theme-panel-bg,#1a1a1a);min-height:32px;color:var(--theme-fg,#0f0);text-align:left;align-items:center;margin:2px 0;padding:5px 8px;font-family:inherit;font-size:11px;font-weight:400;line-height:1.15;display:flex}.sidebar-item:hover:not(.disabled){background:#3a3a3a}.sidebar-item.disabled{opacity:.5;cursor:not-allowed}.sidebar-item .key-hint{color:var(--theme-info,#0ff);width:24px;font-size:10px;font-weight:700;display:inline-block}.sidebar-toggle .key-hint svg{fill:currentColor;width:14px;height:14px;display:block}.main-agent-panel{border:1px solid var(--theme-border-error,red);background:var(--theme-panel-bg,#1a1a1a);flex-shrink:0;margin-bottom:15px}.main-agent-header{background:var(--theme-panel-strong-bg,#2a2a2a);border-bottom:1px solid var(--theme-border-error,red);color:var(--theme-error,red);padding:8px;font-size:12px;font-weight:700}.main-agent-header .key-badge{background:var(--theme-error,red);color:var(--theme-selection-fg,#1a1a1a);margin-left:4px;padding:2px 5px;font-size:10px;font-weight:700}.main-agent-content{cursor:pointer;max-height:120px;padding:10px;overflow:hidden}.main-agent-content:hover{background:var(--theme-panel-strong-bg,#2a2a2a)}.sidebar-toggle,.mobile-main-bar{display:none}.mobile-main-icon,.mobile-main-submit{border:1px solid var(--theme-border-error,red);background:var(--theme-panel-bg,#1a1a1a);width:30px;height:30px;color:var(--theme-error,red);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;font-size:18px;font-weight:700;display:flex}.mobile-main-input{border:1px solid var(--theme-border-error,red);background:var(--theme-panel-bg,#1a1a1a);height:30px;color:var(--theme-fg,#0f0);outline:none;flex:1;padding:0 8px;font-family:inherit;font-size:14px}.mobile-main-input::placeholder{color:var(--theme-border-error,red);opacity:.5}.dialog-overlay{z-index:10002;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.input-dialog,.settings-dialog{background:var(--theme-panel-bg,#1a1a1a);border:1px solid var(--theme-border-soft,#184d18);width:min(92vw,600px);max-height:80vh;padding:14px;overflow-y:auto}.input-dialog{flex-direction:column;display:flex;overflow:hidden}.history-dialog{background:var(--theme-panel-bg,#1a1a1a);border:1px solid var(--theme-border-soft,#184d18);width:min(92vw,900px);max-height:80vh;padding:14px;overflow-y:auto}.history-empty{color:var(--theme-fg-soft,#87ff87);padding:16px 8px;font-size:12px}.history-list{flex-direction:column;gap:8px;display:flex}.history-item{border:1px solid var(--theme-border-soft,#184d18);background:var(--theme-panel-screen-bg,#0a0a0a);padding:8px}.history-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.history-command{color:var(--theme-fg-soft,#87ff87);font-size:12px;font-weight:700}.history-reason{color:var(--theme-info,#0ff);font-size:11px}.history-task{color:var(--theme-fg,#0f0);margin-top:6px;font-size:11px}.history-task.muted{color:var(--theme-fg-muted,#888)}.history-relaunch{font-size:11px;font-family:var(--font-terminal,"Courier New", monospace);background:var(--theme-selection-bg,#0f0);color:var(--theme-selection-fg,#1a1a1a);cursor:pointer;border:none;margin-top:8px;padding:4px 10px}.history-relaunch:hover{background:var(--theme-accent,#0c0)}.task-list-row{text-align:left;cursor:pointer;width:100%;font:inherit}.skills-dialog .skills-list{flex-direction:column;gap:10px;display:flex}.skill-card .skill-title{color:var(--theme-fg-soft,#87ff87);font-size:12px;font-weight:700}.skill-card .skill-id{color:var(--theme-info,#0ff);margin-bottom:6px;font-size:10px}.skill-block{color:var(--theme-fg,#0f0);white-space:pre-wrap;margin-bottom:6px;font-size:11px}.skill-commands{color:var(--theme-fg-soft,#87ff87);margin:0;padding-left:18px;font-size:10px}.billing-placeholder{text-align:center}.history-meta{color:var(--theme-fg-muted,#888);overflow-wrap:anywhere;margin-top:6px;font-size:10px}.input-dialog.fx-crt-panel,.settings-dialog.fx-crt-panel{box-shadow:none}.dialog-title{background:var(--theme-panel-strong-bg,#2a2a2a);border-bottom:1px solid var(--theme-border-soft,#184d18);margin:-14px -14px 12px;padding:8px 10px;font-size:11px;font-weight:600}.dialog-header{background:var(--theme-panel-strong-bg,#2a2a2a);border-bottom:1px solid var(--theme-border-soft,#184d18);justify-content:space-between;align-items:center;gap:8px;margin:-14px -14px 12px;padding:4px 8px;display:flex}.input-dialog>.dialog-header{flex:none}.dialog-overlay .dialog-header.fx-crt-panel-compact{box-shadow:none}.dialog-header-copy{min-width:0}.dialog-header-title{color:var(--theme-fg-soft,#87ff87);font-size:11px;font-weight:600;line-height:1.2}.dialog-header .close-btn{min-height:0;padding:3px 8px;font-size:10px;font-weight:700;line-height:1.15}.agent-list{flex-direction:column;gap:8px;display:flex}.input-dialog>.agent-list,.input-dialog>.workspace-input{flex:auto;min-height:0;overflow-y:auto}.agent-list-status{border:1px solid var(--theme-border-soft,#184d18);background:var(--theme-panel-screen-bg,#0a0a0a);min-height:56px;color:var(--theme-fg-muted,#888);align-items:center;gap:10px;padding:12px;font-size:13px;display:flex}.main-agent-resume-option{border:1px solid var(--theme-border-soft,#184d18);background:var(--theme-panel-screen-bg,#0a0a0a);color:var(--theme-fg,#0f0);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;padding:10px;font-size:13px;display:grid}.main-agent-resume-option input{margin:2px 0 0}.main-agent-resume-copy{gap:3px;min-width:0;display:grid}.main-agent-resume-title{font-weight:700}.main-agent-resume-detail{color:var(--theme-fg-muted,#888);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.agent-list-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite agent-list-spin}@keyframes agent-list-spin{to{transform:rotate(360deg)}}.agent-group{margin-bottom:8px}.group-label{color:var(--theme-fg-soft,#87ff87);text-transform:lowercase;margin:8px 0 6px;font-size:11px}.agent-item{border:1px solid var(--theme-border-soft,#184d18);background:var(--theme-panel-screen-bg,#0a0a0a);cursor:pointer;width:100%;color:var(--theme-fg,#0f0);text-align:left;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;margin:4px 0;padding:6px 8px;font-family:inherit;font-size:11px;transition:background .15s,border-color .15s;display:grid;position:relative}.agent-item-copy{gap:2px;min-width:0;display:grid;overflow:hidden}.agent-launch-icon{color:currentColor;width:18px;height:18px;display:block}.agent-launch-icon-theme-dark{display:none}.agent-item:hover{border-color:var(--theme-border-info,#0ff);background:#1a2a1a}.agent-item-name{color:var(--theme-fg-soft,#87ff87);text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-weight:700;display:block;overflow:hidden}.agent-item-desc{color:var(--theme-fg-muted,#888);text-overflow:ellipsis;white-space:nowrap;font-size:10px;display:block;overflow:hidden}.key-hint-badge{background:var(--theme-selection-bg,#0f0);color:var(--theme-selection-fg,#1a1a1a);padding:1px 4px;font-size:9px;font-weight:700;position:absolute;top:4px;right:4px}.workspace-input{flex-direction:column;gap:8px;display:flex}.workspace-field-copy{color:var(--theme-fg-soft,#87ff87);margin-bottom:0;font-size:11px}.workspace-input label{color:var(--theme-fg-soft,#87ff87)}.workspace-input input{background:var(--theme-panel-screen-bg,#0a0a0a);border:1px solid var(--theme-border-soft,#184d18);width:100%;color:var(--theme-fg,#0f0);font-family:var(--font-terminal,"Courier New", monospace);outline:none;padding:6px 8px;font-size:11px}.workspace-input input:focus{border-color:var(--theme-border-info,#0ff)}.workspace-input select.workflow-select,.workspace-input textarea.task-input{background:var(--theme-panel-screen-bg,#0a0a0a);border:1px solid var(--theme-border-soft,#184d18);width:100%;color:var(--theme-fg,#0f0);font-family:var(--font-terminal,"Courier New", monospace);outline:none;padding:6px 8px;font-size:11px}.workspace-input textarea.task-input{resize:vertical;min-height:72px}.workspace-input select.workflow-select:focus,.workspace-input textarea.task-input:focus{border-color:var(--theme-border-info,#0ff)}.workspace-actions{gap:6px;display:flex}.input-dialog .workspace-actions{z-index:2;background:var(--theme-panel-bg,#1a1a1a);flex:none;margin-top:2px;padding-top:8px;position:sticky;bottom:0}.workspace-actions button,.close-btn,.kill-btn{background:var(--theme-selection-bg,#0f0);color:var(--theme-selection-fg,#1a1a1a);font-family:var(--font-terminal,"Courier New", monospace);cursor:pointer;border:none;padding:10px 20px;font-size:12px;font-weight:700;line-height:1}.input-dialog .workspace-actions button{padding:5px 12px;font-size:11px;line-height:1.15}.workspace-actions button:hover,.close-btn:hover{background:var(--theme-accent,#0c0)}.workspace-actions button:disabled{background:var(--theme-disabled,#555);color:var(--theme-disabled-fg,#888);cursor:not-allowed}.workspace-history{border:1px solid var(--theme-border-soft,#184d18);background:#081008f0;margin-top:6px}.workspace-path-suggestions{border:1px solid var(--theme-border-soft,#184d18);overscroll-behavior:contain;background:#081008f0;max-height:min(152px,28vh);margin-top:-2px;overflow-y:auto}.workspace-path-suggestion{width:100%;min-width:0;min-height:30px;color:var(--theme-fg,#0f0);font-family:var(--font-terminal,"Courier New", monospace);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-top-color:#102910;grid-template-columns:minmax(90px,max-content) minmax(0,1fr);align-items:center;gap:8px;padding:4px 8px;font-size:11px;display:grid}.workspace-path-suggestion:first-child{border-top:none}.workspace-path-suggestion:hover,.workspace-path-suggestion.active{color:#9dff97;border-color:#2fdc2f}.workspace-path-suggestion-name,.workspace-path-suggestion-path{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-path-suggestion-name{font-weight:700}.workspace-path-suggestion-path{color:var(--theme-fg-soft,#87ff87)}.workspace-history-header{border-bottom:1px solid var(--theme-border-screen,#143514);color:var(--theme-fg-soft,#87ff87);text-transform:lowercase;justify-content:space-between;gap:8px;padding:6px 8px;font-size:11px;display:flex}.workspace-history-header .hint{color:var(--theme-info,#0ff);align-items:center;gap:2px;display:inline-flex}.workspace-history-header .hint svg{fill:currentColor;width:12px;height:12px;display:block}.workspace-history-list{max-height:min(170px,28vh);overflow-y:auto}.workspace-history-item{width:100%;min-height:34px;color:var(--theme-fg,#0f0);font-family:var(--font-terminal,"Courier New", monospace);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-top-color:#102910;align-items:center;gap:8px;padding:5px 8px;font-size:11px;display:flex}.workspace-history-item:first-child{border-top:none}.workspace-history-item:hover,.workspace-history-item.active{color:#9dff97}.workspace-history-item.active{border-color:#2fdc2f;box-shadow:inset 0 0 0 1px #2fdc2f}.workspace-history-index{color:var(--theme-info,#0ff);flex:none}.workspace-history-path{word-break:break-all;flex:1;min-width:0}.workspace-history-badge{color:var(--theme-bg,#0f0f0f);background:var(--theme-selection-bg,#0f0);text-transform:uppercase;flex:none;padding:2px 6px;font-size:10px}.dialog-cancel{border:1px solid var(--theme-border-soft,#184d18);color:var(--theme-fg-soft,#87ff87);font-family:var(--font-terminal,"Courier New", monospace);cursor:pointer;background:0 0;width:100%;margin-top:12px;padding:6px 10px;font-size:11px;display:block}.dialog-cancel:hover{background:#1a2a1a}.theme-option{background:var(--theme-panel-screen-bg,#0a0a0a);border:1px solid var(--theme-border-soft,#184d18);width:100%;color:var(--theme-fg,#0f0);text-align:left;cursor:pointer;gap:8px;margin:4px 0;padding:6px 8px;font-family:inherit;font-size:11px;transition:background .15s,border-color .15s;display:flex;position:relative}.theme-option:hover,.theme-option.active{border-color:var(--theme-border-info,#0ff);background:#1a2a1a}.theme-name{flex-shrink:0;font-weight:700}.theme-desc{color:var(--theme-fg-muted,#888);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.settings-section{margin-bottom:12px}.section-title{color:var(--theme-fg-soft,#87ff87);text-transform:lowercase;margin:18px 0 10px;font-size:11px;font-weight:600}.settings-section:first-of-type .section-title{margin-top:0}.settings-field{border:1px solid var(--theme-border-soft,#184d18);background:var(--theme-panel-bg,#1a1a1a);margin-bottom:12px;padding:8px}.settings-field label{color:var(--theme-fg-soft,#87ff87);margin-bottom:8px;font-size:11px;display:block}.settings-field .settings-hint{color:var(--theme-fg-muted,#888);margin-top:6px;font-size:10px}.settings-select,.settings-input{background:var(--theme-panel-screen-bg,#0a0a0a);border:1px solid var(--theme-border-soft,#184d18);width:100%;color:var(--theme-fg,#0f0);font-family:var(--font-terminal,"Courier New", monospace);outline:none;padding:6px 8px;font-size:11px}.settings-input:focus,.settings-select:focus{border-color:var(--theme-border-info,#0ff)}.settings-checkbox{border:1px solid var(--theme-border-soft,#184d18);background:var(--theme-panel-bg,#1a1a1a);cursor:pointer;align-items:center;margin-bottom:12px;padding:8px;display:flex}.settings-checkbox input[type=checkbox]{margin-right:8px}.settings-checkbox span{color:var(--theme-fg-soft,#87ff87);font-size:11px}.settings-checkbox .settings-checkbox-hint{color:var(--theme-fg-muted,#888);font-size:10px}.settings-danger span{color:#ff4d4d}.settings-danger .settings-checkbox-hint{color:#a66}.settings-danger-hint{color:#a66;margin-top:-8px;margin-bottom:12px;padding:0 8px;font-size:10px}.settings-hint{color:var(--theme-fg-muted,#888);margin-top:6px;font-size:10px}.session-modal{z-index:10001;background:#000c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.session-modal .modal-content{background:var(--theme-panel-bg,#1a1a1a);border:1px solid var(--theme-border-soft,#184d18);flex-direction:column;width:min(92vw,1600px);max-width:1600px;height:min(88vh,960px);max-height:calc(100vh - 32px);display:flex;overflow:hidden}.session-modal .modal-content.fx-crt-panel{box-shadow:none}.session-header{background:var(--theme-panel-strong-bg,#2a2a2a);border-bottom:1px solid var(--theme-border-soft,#184d18);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;padding:4px 8px;display:flex}.session-modal .session-header.fx-crt-panel-compact{box-shadow:none}.session-title{overflow-wrap:anywhere;min-width:0;color:var(--theme-fg-soft,#87ff87);flex:1;font-size:11px;font-weight:600;line-height:1.15}.session-controls{flex-shrink:0;align-items:center;gap:4px;display:flex}.session-header .kill-btn,.session-header .close-btn{padding:3px 8px;font-size:10px;font-weight:700;line-height:1.15}.session-mobile-menu-btn{background:var(--theme-panel-bg,#1a1a1a);border:1px solid var(--theme-border-soft,#184d18);color:var(--theme-fg-soft,#87ff87);cursor:pointer;padding:3px 8px;font-family:inherit;font-size:11px;line-height:1.15;display:none}.kill-btn{background:var(--theme-error,red)}.kill-btn:hover{background:var(--theme-error-dark,#c00)}.terminal-container{overscroll-behavior:contain;touch-action:none;flex:1;min-height:0;padding:6px;overflow:hidden;text-shadow:none!important}.terminal-container canvas{z-index:1;touch-action:none;-webkit-user-select:none;user-select:none;position:relative}.terminal-session-host{contain:layout paint size;overscroll-behavior:contain;touch-action:none;box-sizing:border-box;background:#fff;padding-right:4px}.terminal-session-host .xterm{box-sizing:border-box;color:#24292f;width:100%;height:100%;text-shadow:none;background:#fff;padding:0}.terminal-session-host .xterm-screen,.terminal-session-host .xterm-viewport{background:#fff!important}.terminal-session-host .xterm-screen{touch-action:none}.terminal-session-host .xterm .xterm-rows,.terminal-session-host .xterm .xterm-rows>div{pointer-events:auto!important}.terminal-session-host.terminal-open-target-hover .xterm,.terminal-session-host.terminal-open-target-hover .xterm-screen,.terminal-session-host.terminal-open-target-hover .xterm .xterm-rows{cursor:pointer}.terminal-session-host .xterm-viewport{overscroll-behavior:contain;scrollbar-color:#57606a29 transparent;scrollbar-width:thin;overflow-y:auto}.terminal-session-host .xterm-viewport::-webkit-scrollbar{background:0 0;width:6px}.terminal-session-host .xterm-viewport::-webkit-scrollbar-track{background:0 0}.terminal-session-host .xterm-viewport::-webkit-scrollbar-thumb{background:#57606a1f padding-box content-box;border:2px solid #0000;border-radius:999px}.terminal-session-host .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#57606a42 padding-box content-box}.terminal-session-host .xterm .xterm-selection div{background-color:#1f23282e!important}:is(.code-main:has(.code-composer textarea:focus) .terminal-session-host .xterm:not(:focus-within) .xterm-cursor,.code-main:has(.code-composer-mobile-input:focus) .terminal-session-host .xterm:not(:focus-within) .xterm-cursor){color:#0000!important;opacity:0!important;background-color:#0000!important;border-color:#0000!important;outline:0 #0000!important;animation:none!important}:is(.code-main:has(.code-composer textarea:focus) .terminal-session-host .xterm:not(:focus-within) .xterm-cursor-bar,.code-main:has(.code-composer textarea:focus) .terminal-session-host .xterm:not(:focus-within) .xterm-cursor-underline,.code-main:has(.code-composer-mobile-input:focus) .terminal-session-host .xterm:not(:focus-within) .xterm-cursor-bar,.code-main:has(.code-composer-mobile-input:focus) .terminal-session-host .xterm:not(:focus-within) .xterm-cursor-underline){opacity:0!important;border-color:#0000!important}.terminal-session-host.terminal-renderer-cursor-suppressed .xterm .xterm-cursor{color:#0000!important;opacity:0!important;background-color:#0000!important;border-color:#0000!important;outline:0 #0000!important;animation:none!important}.terminal-session-host.terminal-renderer-cursor-suppressed .xterm .xterm-cursor-bar,.terminal-session-host.terminal-renderer-cursor-suppressed .xterm .xterm-cursor-underline{opacity:0!important;border-color:#0000!important}.terminal-session-host .xterm .composition-view{color:#1f2328;background:#fffffff5;border:1px solid #1f23281f;border-radius:3px;box-shadow:0 2px 8px #1f232814}.terminal-session-host .xterm .xterm-helper-textarea:focus{opacity:0!important;outline:0!important}.terminal-session-host textarea:not(.xterm-helper-textarea),.terminal-session-host [contenteditable=true]{caret-color:#0000!important;color:#0000!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important;border:0!important;outline:none!important}.terminal-session-host textarea.terminal-ime-input{z-index:2!important;pointer-events:none!important;opacity:.01!important;font-family:JetBrains Mono,SF Mono,Menlo,Monaco,Sarasa Mono SC,PingFang SC,monospace!important}.terminal-session-host textarea.terminal-ime-input.terminal-ime-composing{color:#1f2328!important;-webkit-text-fill-color:#1f2328!important;caret-color:#0000!important;opacity:1!important}.terminal-fallback{white-space:pre-wrap;word-break:break-all;color:var(--theme-fg,#0f0);text-shadow:none;font-size:11px;line-height:1.4}.mobile-terminal-controls{display:none}.mobile-terminal-controls button{background:var(--theme-panel-bg,#1a1a1a);border:1px solid var(--theme-border,#0f0);color:var(--theme-fg,#0f0);cursor:pointer;min-height:40px;padding:8px 10px;font-family:inherit;font-size:13px}.mobile-terminal-controls button:active{background:var(--theme-panel-strong-bg,#2a2a2a)}.mobile-terminal-controls button svg{fill:currentColor;width:16px;height:16px;margin:0 auto;display:block}.mobile-terminal-input-row,.mobile-terminal-nav-row{gap:8px;display:grid}.mobile-terminal-input-row{grid-template-columns:minmax(0,1fr) auto}.mobile-terminal-nav-row{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-terminal-input{background:var(--theme-panel-screen-bg,#0a0a0a);border:1px solid var(--theme-border,#0f0);width:100%;min-width:0;min-height:42px;color:var(--theme-fg,#0f0);resize:none;outline:none;padding:10px 12px;font-family:inherit;font-size:16px}.mobile-terminal-input:focus{border-color:var(--theme-border-info,#0ff)}.terminal-context-menu{z-index:10020;border:1px solid var(--theme-border,#0f0);background:#0a120af5;min-width:180px;padding:6px;position:fixed;box-shadow:0 12px 30px #00000073}.terminal-context-menu-item{text-align:left;width:100%;color:var(--theme-fg,#0f0);cursor:pointer;background:0 0;border:1px solid #0000;padding:10px 12px;font-family:inherit;font-size:13px}.terminal-context-menu-item:hover:not(:disabled){background:var(--theme-panel-strong-bg,#2a2a2a);border-color:var(--theme-border-info,#0ff)}.terminal-context-menu-item:disabled{opacity:.45;cursor:not-allowed}body.code-mode .terminal-context-menu-pooled{background:#fff;border:1px solid #d8dbd2;border-radius:8px;min-width:128px;padding:5px;box-shadow:0 18px 48px #1f23282e}body.code-mode .terminal-context-menu-pooled .terminal-context-menu-item{color:#24292f;min-height:26px;padding:4px 10px;font-family:inherit;font-size:13px;line-height:1.2}body.code-mode .terminal-context-menu-pooled .terminal-context-menu-item:hover:not(:disabled),body.code-mode .terminal-context-menu-pooled .terminal-context-menu-item:focus-visible{outline-offset:-2px;background:#00000012;border-color:#0000;outline:2px solid #9aa597}.connection-status{left:50%;top:calc(env(safe-area-inset-top,0px) + 14px);z-index:10008;color:#795900;max-width:min(520px,100vw - 32px);min-height:32px;text-shadow:none;background:#fffdf7f7;border:1px solid #e5d3a3;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;line-height:1.25;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 30px #1f232829}.connection-status.lost,.connection-status.stale{color:#9b3528;background:#fffaf8fa;border-color:#e4b7ad}.connection-status-dot{width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 16%, transparent);background:currentColor;border-radius:50%;flex:none}@media (width<=980px){html,body,#root{overscroll-behavior:none;width:100vw;max-width:100vw;height:100dvh;min-height:100dvh;overflow:hidden}.app-container{top:var(--app-visual-offset-top,0);left:var(--app-visual-offset-left,0);width:var(--app-visual-width,100vw);max-width:var(--app-visual-width,100vw);height:var(--app-visual-height,100dvh);min-height:var(--app-visual-height,100dvh);overscroll-behavior:none;position:fixed;overflow:hidden}.connection-status{top:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 86px)}body{border-width:0}.top-bar{scrollbar-width:none;max-width:100vw;padding:2px 8px;font-size:10px;overflow:auto hidden}.top-bar::-webkit-scrollbar{display:none}.top-bar-items{width:max-content;min-width:0}.attention-indicator{display:none}.main-content{flex-direction:row;width:100%;min-height:0}.map-area{flex-direction:column;flex:auto;gap:1px;width:auto;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden auto}.map-area .agent-block{flex-shrink:0;grid-area:unset!important}.map-area .agent-block.hot{min-height:168px}.map-area .agent-block.warm{min-height:136px}.map-area .agent-block.cool{min-height:108px}.map-area .agent-block.cold{min-height:80px}.sidebar{border-left:1px solid var(--theme-border,#0f0);border-top:none;flex-direction:column;flex-shrink:0;gap:3px;width:38px;padding:4px 3px;transition:width .15s}.sidebar-expanded{width:160px}.sidebar-toggle{cursor:pointer;border:1px solid var(--theme-border,#0f0);background:var(--theme-panel-bg,#1a1a1a);width:28px;height:28px;color:var(--theme-fg,#0f0);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:6px;padding:0;font-family:inherit;font-size:11px;display:flex}.sidebar-toggle .key-hint{color:var(--theme-info,#0ff);width:auto;font-weight:700}.sidebar-menu{scrollbar-width:none;flex-direction:column;gap:3px;padding-bottom:0;overflow:visible auto}.sidebar-menu::-webkit-scrollbar{display:none}.sidebar-item{min-width:unset;flex:none;justify-content:center;align-items:center;width:28px;height:28px;min-height:28px;margin:0;padding:0;font-size:11px;line-height:1}.sidebar-expanded .sidebar-toggle{width:auto;padding:0 10px}.sidebar-expanded .sidebar-item{justify-content:flex-start;width:auto;padding:0 10px}.sidebar-expanded .sidebar-item-label{display:inline}.sidebar-expanded .sidebar-item .key-hint{width:24px}.sidebar-item-label{display:none}.sidebar-item .key-hint{width:auto}.main-agent-panel{display:none}.mobile-main-bar{padding:3px 4px calc(3px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px)saturate(1.15);background:linear-gradient(#0000,#2a2a2a80,#2a2a2ae0);border-top:0;flex-shrink:0;align-items:center;gap:4px;min-width:0;display:flex}.mobile-main-icon,.mobile-main-submit{width:32px;height:32px}.mobile-main-input{min-width:0;height:32px;font-size:16px}.dialog-overlay{inset:auto 0;top:var(--app-visual-offset-top,0);height:var(--app-visual-height,100dvh);align-items:flex-end;padding:0}.input-dialog,.settings-dialog{width:100%;max-width:none;max-height:min(var(--app-visual-height,100dvh), 760px);padding:16px 14px calc(14px + env(safe-area-inset-bottom));border-bottom:none;border-left:none;border-right:none}body.code-mode .input-dialog,body.code-mode .settings-dialog{width:100%;max-width:none;max-height:min(var(--app-visual-height,100dvh), 760px);padding:16px 14px calc(14px + env(safe-area-inset-bottom));border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0}.input-dialog,body.code-mode .input-dialog{min-height:min(82dvh, var(--app-visual-height,100dvh), 760px)}.dialog-header{z-index:2;margin:-16px -14px 12px;padding:4px 8px;position:sticky;top:-16px}body.code-mode .input-dialog .dialog-header{z-index:2;margin:-16px -14px 12px;position:sticky;top:-16px}.agent-item,.theme-option{margin:6px 0;padding:8px}.agent-list{gap:8px}.agent-group{margin-bottom:6px}.agent-item-name,.theme-name{font-size:13px}.agent-item-desc,.theme-desc{white-space:normal;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:11px;display:-webkit-box;overflow:hidden}.workspace-input{gap:6px}.workspace-input input,.settings-input,.settings-select{min-height:44px;font-size:15px}.workspace-history{margin-top:2px}.workspace-history-header{padding:7px 10px}.workspace-history-item{flex-wrap:nowrap;align-items:center;min-height:44px;padding:7px 10px}.workspace-path-suggestion{min-height:44px}.workspace-history-path{text-overflow:ellipsis;white-space:nowrap;width:auto;overflow:hidden}.workspace-actions{bottom:calc(-14px - env(safe-area-inset-bottom));margin:4px -14px calc(-14px - env(safe-area-inset-bottom));padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--theme-border-soft,#184d18);background:linear-gradient(#0a120adb,#0a120afa);position:sticky}.input-dialog .workspace-actions{bottom:calc(-14px - env(safe-area-inset-bottom));margin:4px -14px calc(-14px - env(safe-area-inset-bottom));padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--theme-border-soft,#184d18);background:linear-gradient(#0a120adb,#0a120afa)}body.code-mode .input-dialog .workspace-actions{background:linear-gradient(#ffffffe6,#fffffffa);border-top:1px solid #ececea}.workspace-actions button,.close-btn,.kill-btn{min-height:44px;padding:10px 14px;font-size:13px}.dialog-overlay .dialog-header .close-btn{min-height:28px;padding:4px 8px;font-size:10px}.session-modal{inset:auto 0;top:var(--app-visual-offset-top,0);height:var(--app-visual-height,100dvh);align-items:stretch;padding:0}.session-modal .modal-content{width:100%;height:var(--app-visual-height,100dvh);border-width:0;max-width:none;min-height:0;max-height:none}.session-header{flex-wrap:nowrap;align-items:center;gap:6px;padding:4px 8px;position:relative}.session-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;overflow:hidden}.session-controls{z-index:4;border:1px solid var(--theme-border-soft,#184d18);background:#0a120afa;justify-content:stretch;gap:6px;width:min(220px,100vw - 16px);padding:6px;display:none;position:absolute;top:calc(100% + 4px);right:8px}.session-controls.session-controls-open{display:grid}.session-controls button{width:100%;min-height:34px;padding:8px 10px;font-size:12px}.session-mobile-menu-btn{flex:none;min-height:28px;padding:4px 8px;font-size:11px;line-height:1.15;display:block}.terminal-container{flex:auto;min-height:0;padding:6px 6px 8px}.terminal-container textarea,.terminal-container [contenteditable=true]{pointer-events:none!important}.mobile-terminal-controls{padding:6px 10px calc(4px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px)saturate(1.14);background:linear-gradient(#0000,#0a120a94,#0a120af0);border-top:0;flex-shrink:0;gap:6px;display:grid;position:relative;bottom:auto;transform:none;box-shadow:0 -12px 34px #00000038}.mobile-terminal-input-row{order:2;grid-template-columns:minmax(0,1fr) 72px}.mobile-terminal-nav-row{order:1;grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-terminal-input,.mobile-terminal-controls button{min-height:40px;padding:8px 10px}.group-label{color:var(--theme-fg-soft,#87ff87);margin:6px 0 4px;font-size:12px}}@media (width<=980px) and (any-pointer:coarse){body.code-mode{background:#fff;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;position:fixed;inset:0;overflow:hidden}body.code-mode #root,body.code-mode .app-container,body.code-mode .code-app-shell,body.code-mode .code-workspace{width:var(--app-visual-width,100vw);max-width:var(--app-visual-width,100vw);height:var(--app-visual-height,100dvh);min-height:0;max-height:var(--app-visual-height,100dvh);overscroll-behavior:none;overflow:hidden}body.code-mode .app-container{inset:var(--app-visual-offset-top,0px) auto auto var(--app-visual-offset-left,0px);position:fixed}.code-workspace{overscroll-behavior:none;grid-template-columns:minmax(0,1fr);width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;position:relative;overflow:hidden}.code-workspace.sidebar-collapsed{grid-template-columns:minmax(0,1fr)}.code-sidebar-resizer{display:none}.code-sidebar{top:var(--app-visual-offset-top,0px);bottom:auto;left:var(--app-visual-offset-left,0px);z-index:70;width:min(86vw,360px);max-width:calc(var(--app-visual-width,100vw) - 20px);height:var(--app-visual-height,100dvh);max-height:var(--app-visual-height,100dvh);padding:max(16px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));overscroll-behavior:none;gap:10px;transition:transform .18s;position:fixed;overflow:hidden;transform:translate(0);box-shadow:14px 0 38px #1f232829}.code-sidebar.collapsed{width:min(86vw,360px);padding:max(16px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));pointer-events:none;align-items:stretch;transform:translate(calc(-100% - 18px))}.code-sidebar.collapsed .code-nav-item{grid-template-columns:18px minmax(0,1fr);justify-items:stretch;padding:6px 7px}.code-sidebar.collapsed .code-nav-item span:not(.code-nav-icon),.code-sidebar.collapsed .code-nav-item kbd{display:initial}.code-sidebar.collapsed .code-project-list,.code-sidebar.collapsed .code-agent-rail{display:none}.code-mobile-sidebar-backdrop{inset:auto;top:var(--app-visual-offset-top,0px);left:var(--app-visual-offset-left,0px);width:var(--app-visual-width,100vw);height:var(--app-visual-height,100dvh);z-index:60;-webkit-backdrop-filter:blur(2px);cursor:default;background:#f7f7f35c;border:0;display:block;position:fixed}.code-mobile-topbar{height:58px;top:calc(var(--app-visual-offset-top,0px) + max(8px, env(safe-area-inset-top)));left:var(--app-visual-offset-left,0px);width:var(--app-visual-width,100vw);max-width:var(--app-visual-width,100vw);z-index:50;pointer-events:none;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;padding:0 12px;display:grid;position:fixed;right:auto}.code-mobile-topbar-button{color:#1f2328;-webkit-backdrop-filter:blur(18px)saturate(1.18);cursor:pointer;pointer-events:auto;background:#ffffffc7;border:0;border-radius:999px;justify-self:start;place-items:center;width:44px;height:44px;display:inline-grid;position:relative;box-shadow:0 10px 28px #1f232817}.code-mobile-topbar-button.more{justify-self:end}.code-mobile-topbar-button.menu span,.code-mobile-topbar-button.menu:before,.code-mobile-topbar-button.menu:after{content:"";background:currentColor;border-radius:999px;width:18px;height:2px;position:absolute}.code-mobile-topbar-button.menu:before{transform:translateY(-6px)}.code-mobile-topbar-button.menu:after{transform:translateY(6px)}.code-mobile-topbar-button.back span{border-bottom:3px solid;border-left:3px solid;width:13px;height:13px;transform:translate(2px)rotate(45deg)}.code-mobile-topbar-button.more span,.code-mobile-topbar-button.more:before,.code-mobile-topbar-button.more:after{content:"";background:currentColor;border-radius:999px;width:4px;height:4px;position:absolute}.code-mobile-topbar-button.more:before{transform:translate(-8px)}.code-mobile-topbar-button.more:after{transform:translate(8px)}.code-mobile-topbar-title{color:#17191d;text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:2px;min-width:0;display:flex}.code-mobile-topbar-title strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:16px;font-weight:650;line-height:20px;overflow:hidden}.code-mobile-topbar-title span{color:#8c9189;white-space:nowrap;text-overflow:ellipsis;justify-content:center;align-items:center;gap:6px;min-width:0;max-width:100%;font-size:11px;line-height:14px;display:inline-flex;overflow:hidden}.code-mobile-topbar-title i{background:#28c781;border-radius:999px;flex:none;width:6px;height:6px}.code-main{overscroll-behavior:none;width:100%;min-width:0;height:100%;min-height:0;max-height:100%;padding-top:calc(72px + env(safe-area-inset-top));overflow:hidden}.code-nav-item{grid-template-columns:18px minmax(0,1fr);min-height:32px;padding:6px 7px;font-size:13px}.code-nav-item kbd{display:none}.code-project-title{gap:5px;padding:5px 4px;font-size:13px}.code-project-list{--code-project-sticky-height:32px}.code-agents-section,.code-open-editors,.code-files-section{margin-left:14px}.code-agents-section{margin-left:0;padding-left:14px}.code-open-editors-header,.code-files-header{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:4px;padding-right:4px;display:grid}.code-open-editors-title,.code-files-title{line-height:16px}.code-file-search-box{grid-template-columns:minmax(0,1fr);width:100%}.code-file-search-box .code-file-search-icon{display:none}.code-agent-list{padding-left:6px}.code-agent-row{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:7px 5px}.code-session-show-more{grid-template-columns:minmax(0,1fr) auto}.code-agent-row kbd,.code-agent-meta{display:none}.code-sidebar-footer{gap:6px}.code-terminal-grid{overscroll-behavior:none;-webkit-overflow-scrolling:touch;grid-template-columns:minmax(0,1fr);gap:8px;max-width:100%;max-height:100%;padding:8px 8px 6px;overflow-x:hidden}.code-agent-work-pane,.code-terminal-pane{resize:none;width:100%;min-width:0;max-width:100%;min-height:260px;max-height:100%}.code-terminal-container{max-width:100%;padding:4px 6px 6px;overflow:hidden}.code-terminal-search{grid-template-columns:minmax(0,1fr) minmax(34px,auto) repeat(6,30px);width:auto;max-width:none;top:10px;left:10px;right:10px}.code-file-editor{min-width:0;overflow:hidden}.code-file-editor-header,.code-file-editor-bar,.code-file-editor-statusbar{min-width:0}.code-file-editor-tab{max-width:min(280px,76vw)}.code-file-editor-bar{gap:6px;padding:3px 6px}.code-file-editor-actions{flex:none;gap:4px}.code-file-editor-status{text-overflow:ellipsis;min-width:0;max-width:min(132px,34vw);overflow:hidden}.code-file-monaco{overflow:hidden}.code-file-editor-split.markdown,.code-file-editor-source-region.markdown-split{grid-template-columns:minmax(0,1fr) minmax(280px,1fr)}.code-markdown-preview{padding:22px 18px 42px;font-size:13.5px}.code-markdown-preview h1{font-size:22px}.code-markdown-preview h2{font-size:18px}.code-file-editor-fallback-textarea{white-space:pre-wrap;overflow-wrap:anywhere}.code-composer{border-radius:12px;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:none;gap:6px;min-height:102px;margin:0 8px 8px;padding:8px}.code-composer-toolbar{align-items:flex-end;gap:6px}.code-composer-left-tools,.code-composer-right-tools{gap:4px}.code-composer-left-tools{flex:1 1 0}.code-composer-right-tools{flex:none}.code-composer-approval,.code-composer-model-picker{min-width:0;font-size:12.5px}.code-composer-approval{border-radius:999px;flex:0 0 34px;justify-content:center;width:34px;max-width:34px;height:34px;padding:0}.code-composer-approval-label,.code-composer-approval>.code-chevron{display:none}.code-composer-approval .code-tool-icon,.code-composer-approval .code-tool-icon svg{width:21px;height:21px}.code-composer-model-picker{border-radius:999px;flex-shrink:0;gap:4px;max-width:min(128px,34vw);height:34px;padding:0 6px;font-size:12.5px}.code-composer-model-label.desktop,.code-composer-model-picker-muted.desktop{display:none}.code-composer-model-label.mobile,.code-composer-model-picker-muted.mobile{display:inline-flex}.code-composer-model-picker span:not(.code-chevron){flex:none}.code-composer-model-picker-muted.mobile{color:#7d8288}.code-context-window-popover{min-width:148px;max-width:calc(100vw - 24px);font-size:13px;left:auto;right:-82px;transform:translateY(4px)}.code-context-window-popover span{font-size:12px}.code-composer-context-window:hover .code-context-window-popover,.code-composer-context-window:focus-visible .code-context-window-popover{transform:translateY(0)}.code-approval-menu{border-radius:24px;width:min(354px,100vw - 32px);max-width:calc(100vw - 32px);padding:14px 10px;left:-56px}.code-approval-menu-header{white-space:normal;padding:0 10px 8px;font-size:16px;line-height:1.3}.code-approval-option{grid-template-columns:42px minmax(0,1fr) 24px;gap:12px;min-height:72px;padding:9px 8px}.code-approval-option-icon,.code-approval-option-icon svg{width:28px;height:28px}.code-approval-option-copy span{font-size:17px;line-height:1.25}.code-approval-option-copy small{white-space:normal;font-size:14px;line-height:1.35}.code-composer textarea{min-height:42px;font-size:14px}.code-composer-send{width:32px;height:32px;font-size:18px}.code-automations-view,.code-plugins-view,.code-history-view,.code-search-view{padding:12px}.code-history-card,.code-automation-card{grid-template-columns:minmax(0,1fr);align-items:stretch}.code-automation-actions{justify-content:flex-start}}@media (width<=980px){body.code-mode.code-mobile-touch{background:#fff;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;position:fixed;inset:0;overflow:hidden}body.code-mode.code-mobile-touch #root,body.code-mode.code-mobile-touch .app-container,body.code-mode.code-mobile-touch .code-app-shell,body.code-mode.code-mobile-touch .code-workspace{width:var(--app-visual-width,100vw);max-width:var(--app-visual-width,100vw);height:var(--app-visual-height,100dvh);min-height:0;max-height:var(--app-visual-height,100dvh);overscroll-behavior:none;overflow:hidden}body.code-mode.code-mobile-touch .app-container{inset:var(--app-visual-offset-top,0px) auto auto var(--app-visual-offset-left,0px);position:fixed}body.code-mode.code-mobile-touch .code-workspace,body.code-mode.code-mobile-touch .code-workspace.sidebar-collapsed{grid-template-columns:minmax(0,1fr);position:relative}body.code-mode.code-mobile-touch .code-sidebar-resizer{display:none}body.code-mode.code-mobile-touch .code-sidebar{top:var(--app-visual-offset-top,0px);bottom:auto;left:var(--app-visual-offset-left,0px);z-index:70;width:min(86vw,360px);max-width:calc(var(--app-visual-width,100vw) - 20px);height:var(--app-visual-height,100dvh);max-height:var(--app-visual-height,100dvh);padding:max(16px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));overscroll-behavior:none;gap:10px;position:fixed;overflow:hidden;transform:translate(0);box-shadow:14px 0 38px #1f232829}body.code-mode.code-mobile-touch .code-sidebar.collapsed{width:min(86vw,360px);padding:max(16px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));pointer-events:none;align-items:stretch;transform:translate(calc(-100% - 18px))}body.code-mode.code-mobile-touch .code-sidebar.collapsed .code-nav-item{grid-template-columns:18px minmax(0,1fr);justify-items:stretch;padding:6px 7px}body.code-mode.code-mobile-touch .code-sidebar.collapsed .code-nav-item span:not(.code-nav-icon),body.code-mode.code-mobile-touch .code-sidebar.collapsed .code-nav-item kbd{display:initial}body.code-mode.code-mobile-touch .code-sidebar.collapsed .code-project-list,body.code-mode.code-mobile-touch .code-sidebar.collapsed .code-agent-rail{display:none}body.code-mode.code-mobile-touch .code-mobile-sidebar-backdrop{inset:auto;top:var(--app-visual-offset-top,0px);left:var(--app-visual-offset-left,0px);width:var(--app-visual-width,100vw);height:var(--app-visual-height,100dvh);z-index:60;-webkit-backdrop-filter:blur(2px);cursor:default;background:#f7f7f35c;border:0;display:block;position:fixed}body.code-mode.code-mobile-touch .code-mobile-topbar{height:32px;top:calc(var(--app-visual-offset-top,0px) + max(2px, env(safe-area-inset-top)));left:var(--app-visual-offset-left,0px);width:var(--app-visual-width,100vw);max-width:var(--app-visual-width,100vw);z-index:50;pointer-events:none;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;padding:0 6px;display:grid;position:fixed;right:auto}body.code-mode.code-mobile-touch.code-mobile-keyboard-active .code-mobile-topbar{grid-template-columns:30px minmax(0,1fr) 30px;height:30px;padding:0 5px}body.code-mode.code-mobile-touch .code-mobile-topbar-button{color:#1f2328b8;width:28px;height:28px;box-shadow:none;-webkit-backdrop-filter:none;cursor:pointer;pointer-events:auto;background:0 0;border:0;border-radius:7px;justify-self:start;place-items:center;display:inline-grid;position:relative}body.code-mode.code-mobile-touch.code-mobile-keyboard-active .code-mobile-topbar-button{width:26px;height:26px}body.code-mode.code-mobile-touch .code-mobile-topbar-button.more{justify-self:end}body.code-mode.code-mobile-touch .code-mobile-topbar-button.menu span,body.code-mode.code-mobile-touch .code-mobile-topbar-button.menu:before,body.code-mode.code-mobile-touch .code-mobile-topbar-button.menu:after{content:"";background:currentColor;border-radius:999px;width:18px;height:2px;position:absolute}body.code-mode.code-mobile-touch .code-mobile-topbar-button.menu:before{transform:translateY(-6px)}body.code-mode.code-mobile-touch .code-mobile-topbar-button.menu:after{transform:translateY(6px)}body.code-mode.code-mobile-touch .code-mobile-topbar-button.back span{border-bottom:3px solid;border-left:3px solid;width:13px;height:13px;transform:translate(2px)rotate(45deg)}body.code-mode.code-mobile-touch .code-mobile-topbar-button.more span,body.code-mode.code-mobile-touch .code-mobile-topbar-button.more:before,body.code-mode.code-mobile-touch .code-mobile-topbar-button.more:after{content:"";background:currentColor;border-radius:999px;width:4px;height:4px;position:absolute}body.code-mode.code-mobile-touch .code-mobile-topbar-button.more:before{transform:translate(-8px)}body.code-mode.code-mobile-touch .code-mobile-topbar-button.more:after{transform:translate(8px)}body.code-mode.code-mobile-touch .code-mobile-topbar-title{color:#17191d;text-align:left;pointer-events:none;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}body.code-mode.code-mobile-touch .code-mobile-topbar-title strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:500;line-height:16px;overflow:hidden}body.code-mode.code-mobile-touch.code-mobile-keyboard-active .code-mobile-topbar-title strong{font-size:12px;line-height:15px}body.code-mode.code-mobile-touch .code-mobile-topbar-title span{display:none}body.code-mode.code-mobile-touch .code-mobile-topbar-title i{background:#28c781;border-radius:999px;flex:none;width:6px;height:6px}body.code-mode.code-mobile-touch.code-mobile-markdown-reading .code-mobile-topbar{height:48px;top:calc(var(--app-visual-offset-top,0px) + max(6px, env(safe-area-inset-top)));grid-template-columns:52px minmax(0,1fr) 52px;padding:0 8px}body.code-mode.code-mobile-touch.code-mobile-markdown-reading .code-mobile-topbar-title{display:none}body.code-mode.code-mobile-touch.code-mobile-markdown-reading .code-mobile-topbar-button{color:#1f2328c7;-webkit-backdrop-filter:blur(14px);background:#ffffffc7;width:40px;height:40px;box-shadow:0 10px 24px #1f232814}body.code-mode.code-mobile-touch.code-mobile-markdown-reading .code-mobile-topbar-button.more{display:none}body.code-mode.code-mobile-touch .code-main{--mobile-composer-resting-height:52px;--mobile-composer-active-height:56px;--mobile-composer-expanded-height:98px;--mobile-composer-viewport-gap:max(6px, env(safe-area-inset-bottom));--mobile-composer-reserved-height:calc(var(--mobile-composer-resting-height) + var(--mobile-composer-viewport-gap) + 2px);overscroll-behavior:none;width:100%;min-width:0;height:100%;min-height:0;max-height:100%;padding-top:calc(36px + env(safe-area-inset-top));padding-bottom:0;position:relative;overflow:hidden}body.code-mode.code-mobile-touch.code-mobile-standalone:not(.code-mobile-keyboard-active) .code-main{--mobile-composer-viewport-gap:max(4px, calc(env(safe-area-inset-bottom) - 12px))}body.code-mode.code-mobile-touch.code-mobile-keyboard-active .code-main{--mobile-composer-viewport-gap:4px;--mobile-composer-reserved-height:calc(var(--mobile-composer-resting-height) + var(--mobile-composer-viewport-gap) + 2px);padding-top:calc(32px + env(safe-area-inset-top))}:is(body.code-mode.code-mobile-touch .code-main:has(.code-composer:focus-within),body.code-mode.code-mobile-touch .code-main:has(.code-composer.menu-open),body.code-mode.code-mobile-touch .code-main:has(.code-composer.recording),body.code-mode.code-mobile-touch .code-main:has(.code-composer.has-attachments),body.code-mode.code-mobile-touch .code-main:has(.code-composer.has-pending-followup),body.code-mode.code-mobile-touch .code-main:has(.code-composer.has-app-server-request)){--mobile-composer-reserved-height:calc(var(--mobile-composer-current-height,var(--mobile-composer-active-height)) + var(--mobile-composer-viewport-gap) + 2px)}body.code-mode.code-mobile-touch.code-mobile-markdown-reading .code-main{padding-top:0;padding-bottom:0}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-header{top:calc(max(6px, env(safe-area-inset-top)) + 4px);right:max(8px, env(safe-area-inset-right));z-index:52;pointer-events:none;background:0 0;border:0;min-height:0;position:absolute}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-tab-strip,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-breadcrumbs,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-status,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.save,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.diff,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.markdown-split,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.reload,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.overwrite,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-statusbar{display:none}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-bar{pointer-events:none;background:0 0;gap:0;min-height:0;padding:0;display:flex}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-actions{pointer-events:auto}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.source-preview{color:#1f2328b8;width:40px;height:40px;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:999px}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.source-preview.active{color:#1f2328b8;background:0 0;border-color:#0000}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.source-preview:after{display:none}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.source-preview:hover:not(:disabled),body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-action.source-preview:focus-visible{background:#1f23280e;outline:0}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-preview-panel.markdown{height:100%;min-height:0}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-split.markdown,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-source-region.markdown-split{height:100%;min-height:0;display:block}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-split.markdown .code-file-monaco,body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-file-editor-source-region.markdown-split .code-file-monaco{display:none}body.code-mode.code-mobile-touch .code-file-diff-monaco{touch-action:pan-y;min-width:0;max-width:100%;overflow:hidden}body.code-mode.code-mobile-touch .code-file-diff-monaco .monaco-diff-editor .editor.original{display:none}body.code-mode.code-mobile-touch .code-file-diff-monaco .monaco-diff-editor .editor.modified{width:100%!important;left:0!important}body.code-mode.code-mobile-touch .code-file-editor.markdown-reading .code-markdown-preview{padding:calc(58px + max(8px, env(safe-area-inset-top))) 18px calc(22px + env(safe-area-inset-bottom))}body.code-mode.code-mobile-touch .code-nav-item{grid-template-columns:18px minmax(0,1fr);min-height:32px;padding:6px 7px;font-size:13px}body.code-mode.code-mobile-touch .code-nav-item kbd{display:none}body.code-mode.code-mobile-touch .code-project-list{--code-project-sticky-height:32px}body.code-mode.code-mobile-touch .code-project-title-actions{opacity:1;pointer-events:auto}body.code-mode.code-mobile-touch .code-project-context-menu,body.code-mode.code-mobile-touch .code-project-launch-menu{z-index:10030;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 16px);overflow-y:auto}body.code-mode.code-mobile-touch .code-project-context-menu{width:214px}body.code-mode.code-mobile-touch .code-project-launch-menu{width:160px}body.code-mode.code-mobile-touch .code-terminal-grid{padding:2px 2px var(--mobile-composer-reserved-height,80px);overscroll-behavior:none;-webkit-overflow-scrolling:touch;grid-template-columns:minmax(0,1fr);gap:8px;max-width:100%;max-height:100%;overflow-x:hidden}body.code-mode.code-mobile-touch.code-mobile-keyboard-active .code-terminal-grid{gap:4px}body.code-mode.code-mobile-touch .code-codex-transcript-scroll{overscroll-behavior:contain;touch-action:pan-y pinch-zoom;-webkit-overflow-scrolling:touch;padding:5px 3px 3px;scroll-padding-top:6px;scroll-padding-bottom:3px;overflow-x:hidden}body.code-mode.code-mobile-touch .code-codex-transcript-turn:last-child{margin-bottom:0}body.code-mode.code-mobile-touch .code-codex-transcript-turn{width:100%;max-width:none;margin-bottom:18px}body.code-mode.code-mobile-touch.code-mobile-keyboard-active .code-codex-transcript-turn{margin-bottom:12px}body.code-mode.code-mobile-touch .code-codex-transcript-answer,body.code-mode.code-mobile-touch .code-codex-transcript-assistant{width:100%;max-width:100%}body.code-mode.code-mobile-touch .code-codex-transcript-user{max-width:calc(100% - 20px)}body.code-mode.code-mobile-touch .code-terminal-mode-toggle{top:calc(var(--app-visual-offset-top,0px) + max(2px, env(safe-area-inset-top)) + 7px);right:calc(max(6px, env(safe-area-inset-right)) + 32px);z-index:51;box-shadow:none;opacity:.76;background:0 0;border-color:#0000;gap:2px;padding:0;position:fixed}body.code-mode.code-mobile-touch .code-terminal-mode-toggle button{opacity:.86;border-radius:7px;width:26px;height:26px}body.code-mode.code-mobile-touch .code-terminal-mode-toggle button.active{opacity:1;background:#1f232814}body.code-mode.code-mobile-touch .code-codex-transcript-result-card{margin:0 auto}body.code-mode.code-mobile-touch .code-codex-transcript-results.code-codex-transcript-status-row{justify-content:center;gap:5px;margin-top:3px}body.code-mode.code-mobile-touch .code-codex-transcript-turn.running:last-child .code-codex-transcript-placeholder{display:none}body.code-mode.code-mobile-touch .code-codex-transcript-turn.running:last-child .code-codex-transcript-results.code-codex-transcript-status-row{left:calc(var(--app-visual-offset-left,0px) + 4px);right:auto;bottom:calc(100vh - var(--app-visual-offset-top,0px) - var(--app-visual-height,100dvh) + var(--mobile-composer-current-height,var(--mobile-composer-resting-height,52px)) + var(--mobile-composer-viewport-gap,max(6px, env(safe-area-inset-bottom))) + 2px);z-index:57;width:calc(var(--app-visual-width,100vw) - 8px);pointer-events:auto;margin:0;padding-bottom:0;position:fixed}body.code-mode.code-mobile-touch .code-codex-transcript-result-summary{border-radius:17px;gap:6px;min-height:34px;padding:6px 13px;font-size:13px;font-weight:400;line-height:18px}body.code-mode.code-mobile-touch .code-codex-transcript-progress{border-radius:17px;min-height:34px;padding:6px 11px;font-size:13px;line-height:18px}body.code-mode.code-mobile-touch .code-codex-transcript-copy,body.code-mode.code-mobile-touch .code-codex-transcript-answer-actions,body.code-mode.code-mobile-touch .code-codex-transcript-answer-action,body.code-mode.code-mobile-touch .code-codex-transcript-file-icon{display:none}body.code-mode.code-mobile-touch .code-codex-transcript-markdown-file-link .code-codex-transcript-file-label{margin-left:0}body.code-mode.code-mobile-touch .code-codex-transcript-process-group.running>.code-codex-transcript-process-group-summary>.code-codex-transcript-process-dot,body.code-mode.code-mobile-touch .code-codex-transcript-process-item.status-running .code-codex-transcript-process-dot,body.code-mode.code-mobile-touch .code-codex-transcript-plan-list li.running .code-codex-transcript-plan-marker{animation:none}body.code-mode.code-mobile-touch .code-codex-transcript-jump-bottom{bottom:var(--mobile-composer-reserved-height,84px)}body.code-mode.code-mobile-touch .code-agent-work-pane,body.code-mode.code-mobile-touch .code-terminal-pane{resize:none;width:100%;min-width:0;max-width:100%;min-height:0;max-height:100%}body.code-mode.code-mobile-touch .code-terminal-container{max-width:100%;padding:4px 6px 6px;overflow:hidden}body.code-mode.code-mobile-touch .terminal-session-host,body.code-mode.code-mobile-touch .terminal-session-host .xterm,body.code-mode.code-mobile-touch .terminal-session-host .xterm-screen,body.code-mode.code-mobile-touch .terminal-session-host .xterm-viewport,body.code-mode.code-mobile-touch .terminal-container canvas{touch-action:pan-y}body.code-mode.code-mobile-touch .code-terminal-grid,body.code-mode.code-mobile-touch .code-agent-work-pane,body.code-mode.code-mobile-touch .code-terminal-pane,body.code-mode.code-mobile-touch .code-terminal-container,body.code-mode.code-mobile-touch .terminal-session-host,body.code-mode.code-mobile-touch .terminal-session-host .xterm,body.code-mode.code-mobile-touch .terminal-session-host .xterm-screen,body.code-mode.code-mobile-touch .terminal-session-host .xterm-viewport{background:#fff!important}body.code-mode.code-mobile-touch .code-composer{--mobile-composer-height:var(--mobile-composer-resting-height,52px);top:auto;left:4px;bottom:var(--mobile-composer-viewport-gap,max(8px, env(safe-area-inset-bottom)));z-index:56;width:calc(var(--app-visual-width,100vw) - 8px);max-width:calc(var(--app-visual-width,100vw) - 8px);height:var(--mobile-composer-height);min-height:var(--mobile-composer-height);-webkit-backdrop-filter:blur(22px)saturate(1.18);background:#ffffffbd;border-color:#ffffff9e;border-radius:20px;grid-template-rows:minmax(18px,1fr) 28px;gap:1px;margin:0;padding:2px 5px 3px;transition:bottom .16s,height .16s,min-height .16s,border-radius .16s,box-shadow .16s;position:absolute;box-shadow:0 16px 44px #1f23281a,inset 0 0 0 1px #cdd3c95c}body.code-mode.code-mobile-touch .code-composer-shell{pointer-events:none;height:0;min-height:0;padding-bottom:0}body.code-mode.code-mobile-touch .code-composer-shell:has(.code-composer.has-app-server-request){padding-bottom:0}body.code-mode.code-mobile-touch .code-codex-goal-bar,body.code-mode.code-mobile-touch .code-composer{pointer-events:auto}body.code-mode.code-mobile-touch .code-codex-goal-bar{left:calc(var(--app-visual-offset-left,0px) + 12px);bottom:calc(100vh - var(--app-visual-offset-top,0px) - var(--app-visual-height,100dvh) + var(--mobile-composer-current-height,var(--mobile-composer-resting-height,52px)) + var(--mobile-composer-viewport-gap,max(6px, env(safe-area-inset-bottom))) + 144px);z-index:58;width:calc(var(--app-visual-width,100vw) - 24px);max-height:min(42vh,300px);margin:0;position:fixed;overflow:auto}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request){grid-template-rows:1fr;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px}body.code-mode.code-mobile-touch .code-composer:focus-within,body.code-mode.code-mobile-touch .code-composer.menu-open{--mobile-composer-height:auto;height:auto;min-height:var(--mobile-composer-active-height,56px);background:#ffffffd6;border-radius:18px;grid-template-rows:minmax(22px,auto) 26px;gap:1px;max-height:98px;padding:2px 5px 3px;box-shadow:0 16px 44px #1f23281c,inset 0 0 0 1px #cdd3c952}body.code-mode.code-mobile-touch .code-composer.recording,body.code-mode.code-mobile-touch .code-composer.has-attachments,body.code-mode.code-mobile-touch .code-composer.has-pending-followup{--mobile-composer-height:var(--mobile-composer-expanded-height,98px);height:var(--mobile-composer-height);min-height:var(--mobile-composer-height);grid-template-rows:minmax(0,1fr) 28px;gap:4px;padding:5px 5px 4px}body.code-mode.code-mobile-touch .code-composer.has-app-server-request{--mobile-composer-height:min(236px, calc(var(--app-visual-height,100dvh) * .34));height:var(--mobile-composer-height);min-height:var(--mobile-composer-height);grid-template-rows:minmax(0,1fr) 28px;gap:4px;padding:7px 6px 5px;transition:bottom .16s}body.code-mode.code-mobile-touch .code-composer textarea,body.code-mode.code-mobile-touch .code-composer-mobile-input,body.code-mode.code-mobile-touch .code-composer-mobile-input-mirror{min-height:26px;max-height:66px;font-size:16px;line-height:1.34}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) textarea,body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-mobile-input{white-space:nowrap;grid-area:1/2;height:24px;min-height:24px;max-height:24px;padding:1px 0 0;font-size:16px;line-height:1.35;overflow:hidden}body.code-mode.code-mobile-touch .code-composer-toolbar{align-items:center;min-height:28px}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-toolbar{display:contents}body.code-mode.code-mobile-touch .code-composer-left-tools,body.code-mode.code-mobile-touch .code-composer-right-tools{align-items:center}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-left-tools{flex:0 0 30px;grid-area:1/1;justify-content:center;gap:0;overflow:visible}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-right-tools{flex:none;grid-area:1/3;gap:4px;margin-left:0}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-mode-chip,body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-approval,body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-context-window,body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request) .code-composer-menu-anchor.model-picker{display:none}body.code-mode.code-mobile-touch .code-composer-recording-bar{height:28px}body.code-mode.code-mobile-touch .code-composer .code-composer-menu:not(.code-model-submenu):not(.code-speed-submenu){left:calc(var(--app-visual-offset-left,0px) + (var(--app-visual-width,100vw) / 2));right:auto;bottom:calc(100vh - var(--app-visual-offset-top,0px) - var(--app-visual-height,100dvh) + var(--mobile-composer-current-height,var(--mobile-composer-active-height,92px)) + max(18px, env(safe-area-inset-bottom)));position:fixed;transform:translate(-50%)}body.code-mode.code-mobile-touch .code-composer-send:not(:disabled){background:#111}body.code-mode.code-mobile-touch .code-composer-send:not(:disabled):hover{background:#000}body.code-mode.code-mobile-touch .code-model-picker-menu{width:min(300px, calc(var(--app-visual-width,100vw) - 28px));max-width:calc(var(--app-visual-width,100vw) - 28px);max-height:min(520px, calc(var(--app-visual-height,100dvh) - 160px));border-radius:22px;overflow-y:auto}body.code-mode.code-mobile-touch .code-model-submenu,body.code-mode.code-mobile-touch .code-speed-submenu{width:100%;min-width:0;max-width:none;max-height:220px;box-shadow:none;background:0 0;border:0;border-top:1px solid #24292f1a;border-radius:0;margin:4px 0 5px;padding:5px 0 0;position:static;overflow-y:auto}body.code-mode.code-mobile-touch .code-terminal-mode-toggle{display:none}body.code-mode.code-mobile-touch .code-model-submenu .code-model-option,body.code-mode.code-mobile-touch .code-speed-submenu .code-model-option{min-height:42px}body.code-mode.code-mobile-touch .code-model-submenu .code-model-option-copy span,body.code-mode.code-mobile-touch .code-speed-submenu .code-model-option-copy span{font-size:15px}body.code-mode.code-mobile-touch .code-model-submenu .code-model-option-copy small,body.code-mode.code-mobile-touch .code-speed-submenu .code-model-option-copy small{font-size:12px}body.code-mode.code-mobile-touch .code-model-nested-trigger.selected{background:#1f23280f}}@media (width>=700px) and (width<=980px) and (any-pointer:coarse){.code-workspace{grid-template-columns:minmax(0,1fr)}}@media (width<=980px) and (orientation:portrait){.input-dialog,body.code-mode .input-dialog{max-height:var(--app-visual-height,100dvh);min-height:var(--app-visual-height,100dvh);padding-top:max(16px, env(safe-area-inset-top));border-width:0;border-radius:0}.dialog-header,body.code-mode .input-dialog .dialog-header{top:calc(env(safe-area-inset-top) * -1);margin-top:calc(max(16px, env(safe-area-inset-top)) * -1)}.agent-list{padding-bottom:12px}}@media (width<=980px) and (any-pointer:fine){.dialog-overlay{justify-content:center;align-items:center;height:auto;padding:0;inset:0}.input-dialog,.settings-dialog{border-left:1px solid var(--theme-border-soft,#184d18);border-right:1px solid var(--theme-border-soft,#184d18);border-bottom:1px solid var(--theme-border-soft,#184d18);border-radius:0;width:min(92vw,600px);max-width:none;min-height:auto;max-height:80vh;padding:14px}body.code-mode .input-dialog{border-radius:16px;width:min(92vw,560px);min-height:min(368px,86dvh);max-height:min(86dvh,760px);padding:14px 16px 16px}body.code-mode .settings-dialog{border-radius:16px;width:min(92vw,640px)}.dialog-header{margin:-14px -14px 12px;padding:4px 8px;position:static;top:auto}body.code-mode .input-dialog .dialog-header{margin:-14px -16px 12px;padding:11px 14px;position:static;top:auto}}@media (width<=640px){.agent-block{min-height:88px}.top-bar{font-size:11px}.top-bar-item{padding:2px 6px}.workspace-actions{flex-direction:column}.workspace-actions button{width:100%}.mobile-terminal-input-row{grid-template-columns:minmax(0,1fr) 72px}}.code-settings-panel-overlay{z-index:10008;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-shadow:none;background:#0f172a2e;justify-content:flex-end;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;display:flex;position:fixed;inset:0}.code-settings-panel{color:#1f2328;width:min(560px,96vw);height:100dvh;text-shadow:none;background:#fbfbfa;border-left:1px solid #deded9;flex-direction:column;display:flex;box-shadow:-18px 0 50px #1f232829}.code-settings-panel-header{background:#fff;border-bottom:1px solid #ececea;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex}.code-settings-panel-header h2{color:#1f2328;letter-spacing:-.01em;margin:0;font-size:17px;font-weight:650;line-height:1.25}.code-settings-panel-header p{color:#6e756b;margin:5px 0 0;font-size:12px;line-height:1.45}.code-settings-panel-close{color:#6e756b;width:32px;height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;font-size:20px;line-height:1;display:inline-flex}.code-settings-panel-back{display:none}.code-settings-panel-close:hover,.code-settings-panel-close:focus-visible{color:#1f2328;background:#f1f2ed;outline:none}.code-settings-panel-body{flex:auto;min-height:0;padding:18px 22px 28px;overflow-y:auto}.code-settings-section{gap:12px;margin-bottom:26px;display:grid}.code-settings-section h3{color:#1f2328;margin:0;font-size:13px;font-weight:650;line-height:1.35}.code-settings-section-heading p{color:#747980;max-width:360px;margin-top:4px;font-size:13px;line-height:18px}.code-settings-section-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.code-settings-section-heading p{color:#6e756b;max-width:430px;margin:4px 0 0;font-size:12px;line-height:1.45}.code-settings-status{color:#6e756b;flex:none;font-size:12px;line-height:1.45}.code-settings-choice-row,.code-agent-home-provider,.code-agent-home-form,.code-settings-update-card,.code-settings-error{color:#1f2328;background:#fff;border:1px solid #e0e1dc;border-radius:12px}.code-settings-choice-row{justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:8px 10px 8px 12px;font-size:13px;font-weight:600;display:flex}.code-settings-segmented{background:#f6f6f3;border:1px solid #e0e1dc;border-radius:10px;gap:2px;padding:2px;display:inline-flex}.code-settings-segmented button,.code-agent-home-provider-header button,.code-agent-home-actions button,.code-agent-home-form-actions button,.code-settings-update-actions button{color:#596158;min-height:30px;font:inherit;cursor:pointer;text-shadow:none;background:0 0;border:0;border-radius:8px;font-size:12px;font-weight:600}.code-settings-segmented button{padding:5px 10px}.code-settings-segmented button.active{color:#1f2328;background:#fff;box-shadow:0 1px 2px #1f232814}.code-settings-segmented button:hover,.code-settings-segmented button:focus-visible,.code-agent-home-provider-header button:hover,.code-agent-home-provider-header button:focus-visible,.code-agent-home-actions button:hover,.code-agent-home-actions button:focus-visible,.code-agent-home-form-actions button:hover,.code-agent-home-form-actions button:focus-visible{color:#1f2328;background:#f1f2ed;outline:none}.code-settings-error{color:#b42318;background:#fff7f7;border-color:#f1c2c0;padding:9px 10px;font-size:12px}.code-agent-homes-list{gap:14px;display:grid}.code-agent-home-provider{overflow:hidden}.code-agent-home-provider-header{border-bottom:1px solid #ececea;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.code-agent-home-provider-header strong{color:#1f2328;font-size:13px;font-weight:650}.code-agent-home-provider-header button,.code-agent-home-actions button,.code-agent-home-form-actions button{background:#fff;border:1px solid #e0e1dc;padding:5px 9px}.code-agent-home-row{border-top:1px solid #f0f0ec;grid-template-columns:minmax(74px,.42fr) minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:grid}.code-agent-home-row:first-of-type{border-top:0}.code-agent-home-path{color:#6e756b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.4;overflow:hidden}.code-agent-home-actions{gap:6px;display:inline-flex}.code-agent-home-actions button:disabled{opacity:.42;cursor:not-allowed}.code-agent-home-form{background:#fbfbfa;gap:10px;margin:10px 12px 12px;padding:12px;display:grid}.code-agent-home-form label{color:#1f2328;gap:5px;font-size:12px;font-weight:600;display:grid}.code-agent-home-form input{color:#1f2328;min-height:34px;font:inherit;background:#fff;border:1px solid #d8dbd2;border-radius:8px;outline:none;padding:7px 9px;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.code-agent-home-form input:focus{border-color:#8b9487;box-shadow:0 0 0 3px #7d877924}.code-agent-home-form input:disabled{color:#6e756b;background:#f1f2ed}.code-agent-home-form p,.code-agent-home-empty{color:#6e756b;margin:0;font-size:12px;line-height:1.4}.code-agent-home-form-actions{justify-content:flex-end;gap:8px;display:flex}.code-agent-home-form-actions .primary{color:#fff;background:#1f2328;border-color:#1f2328}.code-settings-update-card{gap:12px;padding:12px;display:grid}.code-settings-update-url,.code-settings-update-version{color:#1f2328;gap:6px;min-width:0;font-size:12px;font-weight:650;display:grid}.code-settings-update-url input,.code-settings-update-version select{color:#1f2328;width:100%;min-height:34px;font:inherit;background:#fff;border:1px solid #d8dbd2;border-radius:8px;outline:none;padding:7px 9px;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.code-settings-update-url input:focus,.code-settings-update-version select:focus{border-color:#8b9487;box-shadow:0 0 0 3px #7d877924}.code-settings-update-actions{flex-wrap:wrap;gap:8px;display:flex}.code-settings-update-actions button{background:#fff;border:1px solid #e0e1dc;padding:5px 10px}.code-settings-update-actions button:hover:not(:disabled),.code-settings-update-actions button:focus-visible{color:#1f2328;background:#f1f2ed;outline:none}.code-settings-update-actions button.primary{color:#fff;background:#1f2328;border-color:#1f2328}.code-settings-update-actions button:disabled{opacity:.48;cursor:not-allowed}.code-settings-update-status{gap:6px;margin:0;display:grid}.code-settings-update-status div{grid-template-columns:94px minmax(0,1fr);align-items:baseline;gap:10px;display:grid}.code-settings-update-status dt{color:#6e756b;font-size:12px}.code-settings-update-status dd{color:#1f2328;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;overflow:hidden}.code-settings-update-summary{color:#6e756b;font-size:12px;line-height:1.4}.code-settings-update-summary.available{color:#176d3b;font-weight:650}.code-agent-home-form-actions .primary:hover,.code-agent-home-form-actions .primary:focus-visible{color:#fff;background:#3b424a}@media (width<=720px){.code-settings-panel{width:100vw}.code-agent-home-row{grid-template-columns:minmax(0,1fr);align-items:start}.code-agent-home-actions{justify-content:flex-start}}body.code-mode[data-appearance=dark] .code-settings-panel-overlay{background:#0104098a}body.code-mode[data-appearance=dark] .code-settings-panel{color:#e6edf3;background:#16181d;border-left-color:#30363d;box-shadow:-18px 0 54px #01040985}body.code-mode[data-appearance=dark] .code-settings-panel-header{background:#16181d;border-bottom-color:#30363d}body.code-mode[data-appearance=dark] .code-settings-panel-header h2,body.code-mode[data-appearance=dark] .code-settings-section h3,body.code-mode[data-appearance=dark] .code-settings-choice-row,body.code-mode[data-appearance=dark] .code-agent-home-provider-header strong,body.code-mode[data-appearance=dark] .code-agent-home-id,body.code-mode[data-appearance=dark] .code-agent-home-form label,body.code-mode[data-appearance=dark] .code-settings-update-url,body.code-mode[data-appearance=dark] .code-settings-update-version,body.code-mode[data-appearance=dark] .code-settings-update-status dd{color:#e6edf3}body.code-mode[data-appearance=dark] .code-settings-panel-header p,body.code-mode[data-appearance=dark] .code-settings-section-heading p,body.code-mode[data-appearance=dark] .code-settings-status,body.code-mode[data-appearance=dark] .code-agent-home-path,body.code-mode[data-appearance=dark] .code-agent-home-form p,body.code-mode[data-appearance=dark] .code-agent-home-empty,body.code-mode[data-appearance=dark] .code-settings-update-status dt,body.code-mode[data-appearance=dark] .code-settings-update-summary{color:#8b949e}body.code-mode[data-appearance=dark] .code-settings-choice-row,body.code-mode[data-appearance=dark] .code-agent-home-provider,body.code-mode[data-appearance=dark] .code-agent-home-form,body.code-mode[data-appearance=dark] .code-settings-update-card{background:#1c2128;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-provider-header{border-bottom-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-row{border-top-color:#30363db8}body.code-mode[data-appearance=dark] .code-settings-segmented{background:#0d1117;border-color:#30363d}body.code-mode[data-appearance=dark] .code-settings-segmented button,body.code-mode[data-appearance=dark] .code-agent-home-provider-header button,body.code-mode[data-appearance=dark] .code-agent-home-actions button,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button,body.code-mode[data-appearance=dark] .code-settings-update-actions button{color:#c9d1d9;background:0 0;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-provider-header button,body.code-mode[data-appearance=dark] .code-agent-home-actions button,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button,body.code-mode[data-appearance=dark] .code-settings-update-actions button{background:#21262d}body.code-mode[data-appearance=dark] .code-settings-segmented button.active{color:#f0f6fc;box-shadow:none;background:#30363d}body.code-mode[data-appearance=dark] .code-settings-segmented button:hover,body.code-mode[data-appearance=dark] .code-settings-segmented button:focus-visible,body.code-mode[data-appearance=dark] .code-agent-home-provider-header button:hover,body.code-mode[data-appearance=dark] .code-agent-home-provider-header button:focus-visible,body.code-mode[data-appearance=dark] .code-agent-home-actions button:hover,body.code-mode[data-appearance=dark] .code-agent-home-actions button:focus-visible,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button:hover,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button:focus-visible,body.code-mode[data-appearance=dark] .code-settings-update-actions button:hover,body.code-mode[data-appearance=dark] .code-settings-update-actions button:focus-visible,body.code-mode[data-appearance=dark] .code-settings-panel-close:hover,body.code-mode[data-appearance=dark] .code-settings-panel-close:focus-visible{color:#f0f6fc;background:#30363d}body.code-mode[data-appearance=dark] .code-settings-panel-close{color:#8b949e}body.code-mode[data-appearance=dark] .code-agent-home-form input,body.code-mode[data-appearance=dark] .code-settings-update-url input,body.code-mode[data-appearance=dark] .code-settings-update-version select{color:#e6edf3;background:#0d1117;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-form input::placeholder,body.code-mode[data-appearance=dark] .code-settings-update-url input::placeholder{color:#6e7681}body.code-mode[data-appearance=dark] .code-agent-home-form input:focus,body.code-mode[data-appearance=dark] .code-settings-update-url input:focus,body.code-mode[data-appearance=dark] .code-settings-update-version select:focus{border-color:#6e7681;box-shadow:0 0 0 3px #6e768138}body.code-mode[data-appearance=dark] .code-agent-home-form input:disabled,body.code-mode[data-appearance=dark] .code-settings-update-url input:disabled,body.code-mode[data-appearance=dark] .code-settings-update-version select:disabled{color:#8b949e;background:#161b22}body.code-mode[data-appearance=dark] .code-agent-home-form-actions .primary,body.code-mode[data-appearance=dark] .code-settings-update-actions .primary{color:#0d1117;background:#f0f6fc;border-color:#f0f6fc}body.code-mode[data-appearance=dark] .code-agent-home-form-actions .primary:hover,body.code-mode[data-appearance=dark] .code-agent-home-form-actions .primary:focus-visible,body.code-mode[data-appearance=dark] .code-settings-update-actions .primary:hover,body.code-mode[data-appearance=dark] .code-settings-update-actions .primary:focus-visible{color:#0d1117;background:#d8dee4;border-color:#d8dee4}body.code-mode[data-appearance=dark] .code-settings-error{color:#ff7b72;background:#f851491a;border-color:#f851495c}.code-agent-home-actions button:disabled,.code-agent-home-form-actions button:disabled{color:#a4aaa0;cursor:not-allowed;opacity:1;background:#f3f4f1;border-color:#e2e4df}.code-agent-home-actions button:disabled:hover,.code-agent-home-actions button:disabled:focus-visible,.code-agent-home-form-actions button:disabled:hover,.code-agent-home-form-actions button:disabled:focus-visible{color:#a4aaa0;background:#f3f4f1}body.code-mode[data-appearance=dark] .code-agent-home-actions button:disabled,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button:disabled{color:#6e7681;cursor:not-allowed;opacity:1;background:#161b22;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-actions button:disabled:hover,body.code-mode[data-appearance=dark] .code-agent-home-actions button:disabled:focus-visible,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button:disabled:hover,body.code-mode[data-appearance=dark] .code-agent-home-form-actions button:disabled:focus-visible{color:#6e7681;background:#161b22}.code-settings-panel{width:min(500px,94vw)}.code-settings-panel-header{padding:16px 18px 12px}.code-settings-panel-header h2{font-size:16px}.code-settings-panel-header p{margin-top:3px;font-size:12px}.code-settings-section{gap:9px;margin-bottom:18px}.code-settings-section-heading{align-items:center}.code-settings-section-heading p{max-width:360px;font-size:11px}.code-settings-choice-row{border-radius:10px;min-height:38px;padding:6px 8px 6px 10px;font-size:12px}.code-settings-segmented button{min-height:26px;padding:4px 8px;font-size:11px}.code-agent-home-provider{border-radius:10px}.code-agent-home-provider-header button,.code-agent-home-actions button,.code-agent-home-form-actions button{border-radius:7px;min-height:24px;padding:3px 7px;font-size:11px}.code-agent-home-row{grid-template-columns:minmax(0,1fr) minmax(64px,.32fr) auto;gap:8px;min-height:36px;padding:7px 10px}.code-agent-home-path{font-size:11px}.code-agent-home-actions{gap:4px}.code-agent-home-form{border-radius:10px;gap:8px;margin:8px 10px 10px;padding:10px}.code-agent-home-form label{gap:4px;font-size:11px}.code-agent-home-form input{min-height:30px;padding:5px 8px;font-size:12px}.code-agent-home-form p,.code-agent-home-empty,.code-settings-status,.code-settings-error{font-size:11px}.code-agent-home-empty{padding:9px 10px}.code-settings-error{border-radius:10px;padding:7px 9px}.code-agent-home-provider{background:0 0;border-color:#ececea}.code-agent-home-provider-header{min-height:34px;padding:7px 9px}.code-agent-home-provider-title{align-items:baseline;gap:8px;min-width:0;display:flex}.code-agent-home-provider-title strong{flex:none}.code-agent-home-provider-title span{color:#8a9187;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;font-weight:400;overflow:hidden}.code-agent-home-provider-header .code-agent-home-add{color:#6e756b;background:0 0;border:0;min-height:22px;padding:2px 5px;font-size:11px;font-weight:500}.code-agent-home-provider-header .code-agent-home-add:hover,.code-agent-home-provider-header .code-agent-home-add:focus-visible{color:#1f2328;text-underline-offset:3px;background:0 0;text-decoration:underline}.code-agent-home-row{background:#fff;border:1px solid #ececea;border-radius:8px;margin:0 8px 6px}.code-agent-home-row+.code-agent-home-row{border-top:1px solid #ececea}.code-agent-home-actions button{color:#6e756b;background:0 0;border:0}.code-agent-home-actions button:hover,.code-agent-home-actions button:focus-visible{color:#b42318;text-underline-offset:3px;background:0 0;text-decoration:underline}body.code-mode[data-appearance=dark] .code-agent-home-provider{background:0 0;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-provider-title span{color:#6e7681}body.code-mode[data-appearance=dark] .code-agent-home-provider-header .code-agent-home-add{color:#8b949e;background:0 0;border:0}body.code-mode[data-appearance=dark] .code-agent-home-provider-header .code-agent-home-add:hover,body.code-mode[data-appearance=dark] .code-agent-home-provider-header .code-agent-home-add:focus-visible{color:#f0f6fc;background:0 0;text-decoration:underline}body.code-mode[data-appearance=dark] .code-agent-home-row{background:#161b22;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-actions button{color:#8b949e;background:0 0;border:0}body.code-mode[data-appearance=dark] .code-agent-home-actions button:hover,body.code-mode[data-appearance=dark] .code-agent-home-actions button:focus-visible{color:#ff7b72;background:0 0;text-decoration:underline}.code-settings-section.compact{margin-bottom:14px}.code-settings-inline-preferences{background:#fff;border:1px solid #ececea;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:7px 9px;display:flex}.code-settings-inline-choice{align-items:center;gap:7px;display:inline-flex}.code-settings-inline-choice>span{color:#6e756b;font-size:14px;font-weight:400;line-height:20px}body.code-mode[data-appearance=dark] .code-settings-inline-preferences{background:#1c2128;border-color:#30363d}body.code-mode[data-appearance=dark] .code-settings-inline-choice>span{color:#8b949e}.code-settings-panel-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a1a}.code-settings-panel{color:#3f453e;background:#fff;border-left:0;width:min(460px,94vw);font-family:-apple-system,system-ui,SF Pro Text,Segoe UI,sans-serif;box-shadow:-8px 0 28px #1f232814}.code-settings-panel-header{background:0 0;border-bottom:0;align-items:center;padding:16px 18px 6px}.code-settings-panel-header h2,.code-settings-section h3,.code-agent-home-provider-header strong,.code-agent-home-id{font-weight:500}.code-settings-panel-header h2{color:#252c25;letter-spacing:0;font-size:18px;font-weight:600;line-height:24px}.code-settings-panel-body{padding:8px 18px 22px}.code-settings-section{border-top:0;gap:10px;margin:0;padding:16px 0}.code-settings-section h3{color:#252c25;font-size:14px;font-weight:600;line-height:20px}.code-settings-panel .code-settings-section-heading p{color:#747980;max-width:360px;margin:4px 0 0;font-size:13px;line-height:18px}.code-settings-section.compact{border-top:0;margin:0;padding:0 0 20px}.code-settings-section.compact+.code-settings-group{border-top:0;padding-top:14px}.code-settings-section+.code-settings-section{border-top:1px solid #eceee9}.code-settings-card,.code-settings-update-card,.code-settings-choice-row.dangerous,.code-agent-home-provider{background:#fff;border:1px solid #dfe3dd;border-radius:10px;overflow:hidden}.code-settings-choice-row,.code-settings-search-timeout-card,.code-agent-home-form,.code-settings-inline-preferences{background:0 0;border:0;border-radius:0}.code-settings-choice-row{color:#3f453e;min-height:52px;padding:9px 12px;font-size:14px;font-weight:400}.code-settings-card>.code-settings-choice-row+.code-settings-choice-row{border-top:1px solid #eceee9}.code-settings-runtime-row,.code-settings-search-timeout-row{align-items:center;gap:14px;display:grid}.code-settings-runtime-row{grid-template-columns:minmax(0,1fr) auto}.code-settings-search-timeout-row{grid-template-columns:minmax(150px,.9fr) minmax(96px,1fr) auto}.code-settings-row-copy{gap:2px;min-width:0;display:grid}.code-settings-row-copy strong{color:#303730;font-size:14px;font-weight:500;line-height:20px}.code-settings-row-copy small{color:#747b72;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;line-height:18px;overflow:hidden}.code-settings-search-timeout-row input[type=range]{accent-color:#69716c;cursor:pointer;flex:auto;min-width:84px;height:16px;margin:0}.code-settings-search-timeout-row output{color:#747b72;flex:none;font-size:14px}.code-settings-permission-toggle{color:#0000;cursor:pointer;background:0 0;border:1px solid #9ba1a7;border-radius:3px;place-items:center;width:16px;height:16px;padding:0;display:inline-grid}.code-settings-permission-toggle svg{fill:currentColor;opacity:0;width:12px;height:12px}.code-settings-permission-toggle.active{color:#fff;background:#575d66;border-color:#575d66}.code-settings-permission-toggle.active svg{opacity:1}.code-settings-permission-toggle:hover:not(:disabled),.code-settings-permission-toggle:focus-visible{border-color:#575d66;outline:none}.code-settings-permission-toggle:disabled{opacity:.4;cursor:not-allowed}.code-settings-inline-preferences{gap:14px;padding:0;font-size:14px;line-height:20px}.code-settings-inline-choice{gap:5px;min-height:28px}.code-settings-language-choice{border-left:1px solid #e3e4e1;padding-left:14px}.code-settings-inline-choice>svg{color:#747980;width:15px;height:15px}.code-settings-segmented{background:0 0;border:0;border-radius:0;gap:0;padding:0}.code-settings-segmented button,.code-agent-home-provider-header button,.code-agent-home-actions button,.code-agent-home-form-actions button,.code-settings-update-actions button{color:#666e64;border:0;border-radius:6px;place-items:center;min-width:28px;min-height:28px;padding:4px 6px;font-size:14px;font-weight:400;line-height:20px;display:inline-grid}.code-settings-segmented button.active{box-shadow:none;background:#eef0eb}.code-settings-update-card{grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;padding:10px 12px}.code-settings-update-url{grid-column:1;gap:5px;display:grid}.code-settings-update-url>span{color:#303730;font-size:14px;font-weight:500;line-height:20px}.code-settings-update-actions{grid-column:2;align-self:end;gap:2px}.code-settings-update-version,.code-settings-update-status,.code-settings-update-summary{grid-column:1/-1}.code-settings-update-status{padding-bottom:2px}.code-settings-update-status div{grid-template-columns:88px minmax(0,1fr)}.code-settings-update-status dt,.code-settings-update-summary{font-size:13px;line-height:18px}.code-settings-update-status dd{font-size:14px;line-height:20px}.code-settings-update-url input,.code-settings-update-version select,.code-agent-home-form input{min-height:30px;box-shadow:none;color:#3f453e;background:0 0;border:0;border-bottom:1px solid #e6e7e8;border-radius:0;padding:4px 0;font-size:14px;font-weight:400}.code-settings-update-url input:focus,.code-settings-update-version select:focus,.code-agent-home-form input:focus{box-shadow:none;border-color:#8c9198}.code-settings-update-actions button.primary,.code-agent-home-form-actions .primary{color:#4b4f55;background:0 0}.code-agent-homes-list{gap:8px}.code-agent-home-provider-header{background:#f7f8f5;border-bottom:0;min-height:46px;padding:8px 10px 8px 12px}.code-agent-home-provider-title span,.code-agent-home-path,.code-settings-status{color:#7b8087}.code-agent-home-row{background:0 0;border:0;border-top:1px solid #e8ebe6;border-radius:0;min-height:42px;margin:0;padding:7px 10px 7px 24px}.code-agent-home-provider-header strong,.code-agent-home-id{font-size:14px}.code-agent-home-provider-title span,.code-agent-home-path{font-size:13px}.code-agent-home-provider-title strong{color:#303730;font-weight:600}.code-agent-home-provider-title span{color:#747b72}.code-agent-home-path{color:#3f453e;font-size:14px}.code-agent-home-id{color:#747b72;font-size:13px;font-weight:400}.code-agent-home-row+.code-agent-home-row{border-top-color:#f0f1f2}.code-agent-home-form{gap:6px;margin:4px 0 8px;padding:4px 0 0}.code-agent-home-form-actions{justify-content:flex-start}.code-settings-panel-close{border-radius:6px;width:28px;height:28px}.code-settings-panel-close svg,.code-agent-home-provider-header button svg,.code-agent-home-actions button svg,.code-agent-home-form-actions button svg,.code-settings-update-actions button svg{fill:currentColor;width:14px;height:14px}.code-settings-panel-close svg{width:18px;height:18px}.code-settings-update-actions button,.code-agent-home-provider-header .code-agent-home-add{font-size:18px}.code-agent-home-provider-header button svg,.code-agent-home-actions button svg{width:16px;height:16px}body.code-mode[data-appearance=dark] .code-settings-panel{background:#171a1f;border-left:0}body.code-mode[data-appearance=dark] .code-settings-choice-row,body.code-mode[data-appearance=dark] .code-settings-update-card,body.code-mode[data-appearance=dark] .code-settings-search-timeout-card,body.code-mode[data-appearance=dark] .code-agent-home-provider,body.code-mode[data-appearance=dark] .code-agent-home-form,body.code-mode[data-appearance=dark] .code-settings-inline-preferences,body.code-mode[data-appearance=dark] .code-agent-home-row,body.code-mode[data-appearance=dark] .code-settings-card,body.code-mode[data-appearance=dark] .code-settings-choice-row.dangerous,body.code-mode[data-appearance=dark] .code-agent-home-provider{background:#1c2128;border-color:#30363d}body.code-mode[data-appearance=dark] .code-agent-home-provider-header{background:#21262d}body.code-mode[data-appearance=dark] .code-settings-update-url input,body.code-mode[data-appearance=dark] .code-settings-update-version select,body.code-mode[data-appearance=dark] .code-agent-home-form input,body.code-mode[data-appearance=dark] .code-settings-search-timeout-row input[type=range]{background:0 0;border-color:#30363d}body.code-mode[data-appearance=dark] .code-settings-permission-toggle{border-color:#6e7681}body.code-mode[data-appearance=dark] .code-settings-permission-toggle.active{color:#171a1f;background:#c9d1d9;border-color:#c9d1d9}body.code-mode[data-appearance=dark] .code-settings-permission-toggle:hover:not(:disabled),body.code-mode[data-appearance=dark] .code-settings-permission-toggle:focus-visible{border-color:#c9d1d9}body.code-mode[data-appearance=dark] .code-settings-language-choice{border-left-color:#30363d}@media (width<=520px){.code-settings-search-timeout-row{grid-template-columns:minmax(130px,.85fr) minmax(72px,1fr) auto;gap:10px}}@media (width<=980px){body.code-mode.code-mobile-touch .code-sidebar{width:min(82vw,342px);max-width:calc(var(--app-visual-width,100vw) - 28px);padding:max(10px, env(safe-area-inset-top)) 10px max(8px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(24px)saturate(1.16);background:#f7f7f4e6;border-right:0;gap:8px;box-shadow:16px 0 44px #1f23282e}body.code-mode.code-mobile-touch .code-sidebar.collapsed{width:min(82vw,342px);max-width:calc(var(--app-visual-width,100vw) - 28px);padding:max(10px, env(safe-area-inset-top)) 10px max(8px, env(safe-area-inset-bottom))}body.code-mode.code-mobile-touch .code-mobile-sidebar-backdrop{-webkit-backdrop-filter:blur(10px)saturate(1.08);background:#f7f7f33d}body.code-mode.code-mobile-touch .code-nav{gap:5px}body.code-mode.code-mobile-touch .code-nav-top-row{grid-template-columns:minmax(0,1fr) 40px 40px 40px;gap:6px}body.code-mode.code-mobile-touch .code-nav-top-row .code-share-root,body.code-mode.code-mobile-touch .code-nav-top-row .code-sidebar-focus-toggle{display:none}body.code-mode.code-mobile-touch .code-nav-item{border-radius:10px;min-height:42px;padding:7px 8px;font-size:14px}body.code-mode.code-mobile-touch .code-nav-top-row .code-nav-item{min-height:42px}body.code-mode.code-mobile-touch .code-sidebar-toggle{background:#1f23280b;border-radius:999px;width:40px;height:40px}body.code-mode.code-mobile-touch .code-project-list{scrollbar-width:none;gap:6px;padding:0 1px 4px 0}body.code-mode.code-mobile-touch .code-project-list::-webkit-scrollbar{display:none}body.code-mode.code-mobile-touch .code-project-title{min-height:40px;padding:6px 4px;font-size:14.5px}body.code-mode.code-mobile-touch .code-agent-row{border-radius:10px;grid-template-columns:minmax(0,1fr) auto;min-height:42px;padding:7px;font-size:14px}body.code-mode.code-mobile-touch .code-agent-row-provider-icon{color:#596159;pointer-events:none;place-items:center;width:17px;height:17px;display:inline-grid;position:absolute;top:50%;left:-17px;transform:translateY(-50%)}body.code-mode.code-mobile-touch .code-agent-row-provider-icon .agent-launch-icon{width:17px;height:17px;display:block}body.code-mode.code-mobile-touch .code-agent-row-actions{display:none}body.code-mode.code-mobile-touch .code-agent-row-more{color:#687067;background:0 0;border:0;border-radius:9px;place-items:center;width:40px;min-width:40px;height:40px;margin:-6px -5px -6px 0;display:inline-grid}body.code-mode.code-mobile-touch .code-agent-row-more:active{background:#1f232814}body.code-mode.code-mobile-touch .code-agent-row-more svg{width:18px;height:18px}body.code-mode.code-mobile-touch .code-agents-section{background:#f7f7f4db;margin-right:0;padding-left:12px}body.code-mode.code-mobile-touch .code-open-editors,body.code-mode.code-mobile-touch .code-files-section{margin-left:6px;margin-right:4px}body.code-mode.code-mobile-touch .code-file-tree-viewport,body.code-mode.code-mobile-touch .code-file-tree{min-width:0;width:100%!important}body.code-mode.code-mobile-touch .code-file-tree-row{min-width:0}body.code-mode.code-mobile-touch .code-file-row{min-width:0;min-height:24px;padding:2px 4px 2px min(var(--file-indent,16px), 22px);border-radius:5px;grid-template-columns:14px 16px minmax(32px,1fr) minmax(0,auto);gap:4px;font-size:14px}body.code-mode.code-mobile-touch .code-file-row:hover:not(.focused):not(.selected):not(.active){background:0 0}body.code-mode.code-mobile-touch .code-file-row.directory{grid-template-columns:14px minmax(32px,1fr) minmax(0,auto)}body.code-mode.code-mobile-touch .code-file-sticky-expanded-rows{display:none}body.code-mode.code-mobile-touch .code-file-row.code-file-sticky-compact-row{padding-left:4px;display:grid}body.code-mode.code-mobile-touch .code-file-name{min-width:0}body.code-mode.code-mobile-touch .code-file-git-status,body.code-mode.code-mobile-touch .code-file-changed,body.code-mode.code-mobile-touch .code-file-descendant-status,body.code-mode.code-mobile-touch .code-file-open-spinner{justify-self:end;max-width:18px;overflow:hidden}body.code-mode.code-mobile-touch .code-file-row.active:after{display:none}body.code-mode.code-mobile-touch .code-file-row.active{background:#52638717}body.code-mode.code-mobile-touch .code-sidebar-footer{border-top:1px solid #5f675e1a;gap:6px;margin:auto -2px 0;padding-top:7px}body.code-mode.code-mobile-touch .code-sidebar-footer .code-usage-panel{display:none}body.code-mode.code-mobile-touch .code-product-row{grid-template-columns:minmax(0,1fr) 40px;gap:4px}body.code-mode.code-mobile-touch .code-product-mark-copy{gap:6px}body.code-mode.code-mobile-touch .code-product-mark-badge{max-width:52%;min-height:20px;padding-inline:7px}body.code-mode.code-mobile-touch .code-sidebar-options{background:#1f23280b;width:40px;height:40px}body.code-mode.code-mobile-touch .code-mobile-topbar{height:32px;top:calc(var(--app-visual-offset-top,0px) + max(2px, env(safe-area-inset-top)));padding-inline:6px}body.code-mode.code-mobile-touch .code-main{padding-top:calc(36px + env(safe-area-inset-top))}body.code-mode.code-mobile-touch .code-mobile-topbar-button{box-shadow:none;background:0 0}body.code-mode.code-mobile-touch .code-composer{border:0;margin:0;box-shadow:inset 0 0 0 1px #1f232814,0 12px 34px #1f232814}body.code-mode.code-mobile-touch .code-composer-mic,body.code-mode.code-mobile-touch .code-composer-send{width:34px;min-width:34px;height:34px;min-height:34px}body.code-mode.code-mobile-touch .code-composer-dictation-hint{z-index:2;text-align:left;max-width:calc(100% - 20px);margin:0;position:absolute;bottom:calc(100% + 8px);right:10px}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request):has(.code-composer-left-tools:empty){grid-template-columns:minmax(0,1fr) auto}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request):has(.code-composer-left-tools:empty) textarea{grid-column:1}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request):has(.code-composer-left-tools:empty) .code-composer-mobile-input{grid-column:1}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request):has(.code-composer-left-tools:empty) .code-composer-left-tools{display:none}body.code-mode.code-mobile-touch .code-composer:not(:focus-within):not(.menu-open):not(.recording):not(.has-attachments):not(.has-pending-followup):not(.has-app-server-request):has(.code-composer-left-tools:empty) .code-composer-right-tools{grid-column:2}body.code-mode.code-mobile-touch .code-options-menu{-webkit-backdrop-filter:blur(18px)saturate(1.1);background:#ffffffe0;border:0;border-radius:14px;min-width:132px;max-width:164px;padding:4px;box-shadow:0 14px 34px #1f232824}body.code-mode.code-mobile-touch .code-options-menu button{color:#4f5750;border-radius:9px;width:100%;min-height:30px;padding:5px 10px;font-size:13px;font-weight:400;line-height:20px;display:block}body.code-mode.code-mobile-touch .code-options-menu button:hover:not(:disabled),body.code-mode.code-mobile-touch .code-options-menu button:active{color:#24292f;background:#1f232811}body.code-mode.code-mobile-touch .code-options-menu button:focus,body.code-mode.code-mobile-touch .code-options-menu button:focus-visible{color:#4f5750;background:0 0;outline:0}body.code-mode.code-mobile-touch .code-options-menu .code-context-menu-separator{background:#1f23281a;margin:4px 5px}body.code-mode.code-mobile-touch .code-settings-panel-overlay{-webkit-backdrop-filter:blur(10px)saturate(1.08);background:#f7f7f33d;justify-content:flex-start;align-items:flex-start}body.code-mode.code-mobile-touch .code-settings-panel{width:min(82vw,342px);max-width:calc(var(--app-visual-width,100vw) - 28px);height:var(--app-visual-height,100dvh);margin-top:var(--app-visual-offset-top,0px);background:#f7f7f4f5;border:0;border-radius:0 18px 18px 0;animation:.18s cubic-bezier(.2,.72,.25,1) code-settings-mobile-enter;box-shadow:16px 0 44px #1f23282e}body.code-mode.code-mobile-touch .code-settings-panel-header{z-index:2;padding:max(8px, env(safe-area-inset-top)) 10px 7px;background:inherit;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:4px;display:grid;position:sticky;top:0}body.code-mode.code-mobile-touch .code-settings-panel-back{color:#596159;background:0 0;border:0;border-radius:9px;place-items:center;width:32px;height:32px;display:inline-grid}body.code-mode.code-mobile-touch .code-settings-panel-back svg{fill:currentColor;width:18px;height:18px}body.code-mode.code-mobile-touch .code-settings-panel-close{display:none}body.code-mode.code-mobile-touch .code-settings-panel-body{padding:8px 14px calc(18px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch}body.code-mode[data-appearance=dark].code-mobile-touch .code-settings-panel-overlay{background:#01040947}body.code-mode[data-appearance=dark].code-mobile-touch .code-settings-panel{background:#0d1117f7;box-shadow:16px 0 44px #0000005c}body.code-mode[data-appearance=dark].code-mobile-touch .code-settings-panel-back{color:var(--code-dark-text-muted)}body.code-mode.code-mobile-touch .code-side-view-panel.code-search-view{padding:8px}body.code-mode.code-mobile-touch .code-search-panel{gap:8px;width:100%}body.code-mode.code-mobile-touch .code-search-panel-header{display:none}body.code-mode.code-mobile-touch .code-search-panel-input{min-height:42px;box-shadow:none;background:#1f23280b;border:0;border-radius:14px;padding:5px 10px}body.code-mode.code-mobile-touch .code-search-panel-input:focus-within{box-shadow:none;background:#1f232811;border:0}body.code-mode.code-mobile-touch .code-search-panel-input input{font-size:15px}body.code-mode[data-appearance=dark].code-mobile-touch .code-sidebar{background:#0d1117e6;box-shadow:16px 0 44px #0000005c}body.code-mode[data-appearance=dark].code-mobile-touch .code-mobile-sidebar-backdrop{background:#01040947}body.code-mode[data-appearance=dark].code-mobile-touch .code-agents-section{background:#0d1117db}body.code-mode[data-appearance=dark].code-mobile-touch .code-sidebar-footer{border-top-color:#8b949e24}}@keyframes code-settings-mobile-enter{0%{transform:translate(-100%)}to{transform:translate(0)}}
|