/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}:root{--bg: #0b1220;--bg-elevated: #121c31;--bg-panel: #101a2c;--bg-input: #0f1a2d;--bg-button: #152238;--bg-user: #1c3358;--bg-header: rgba(8, 14, 26, .92);--bg-glow: #1a2b4a;--border: #2b3d5c;--border-strong: #3a4d6f;--border-header: #243552;--text: #e8eef7;--text-muted: #9aadc8;--text-link: #9ec1ff;--accent: #2f6fed;--danger: #8b1e2d;--danger-border: #b83346;--success: #7dffa3;--error: #ff8e9a;font-family:Segoe UI,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.45;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{min-height:100%;height:100%;overflow:hidden;background:radial-gradient(1200px 600px at 10% -10%,var(--bg-glow),var(--bg) 55%);color:var(--text)}a{color:var(--text-link);text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;border:1px solid var(--border-strong);background:var(--bg-button);color:var(--text);border-radius:10px;padding:.55rem .9rem}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.danger{background:var(--danger);border-color:var(--danger-border)}input,textarea,select{width:100%;border-radius:10px;border:1px solid var(--border-strong);background:var(--bg-input);color:var(--text);padding:.6rem .75rem}input[type=checkbox],input[type=radio]{width:auto;min-width:1.05rem;height:1.05rem;padding:0;margin:0;flex:0 0 auto;accent-color:var(--accent)}.app-shell{height:100%;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.app-main{flex:1 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column}.app-main:has(.coding-page-fill){overflow:hidden}.app-header{display:flex;gap:.4rem;align-items:center;padding:.45rem .85rem;padding-left:max(.85rem,env(safe-area-inset-left));padding-right:max(.85rem,env(safe-area-inset-right));border-bottom:1px solid var(--border-header);background:var(--bg-header);position:relative;z-index:1000;flex:0 0 auto;flex-wrap:nowrap;overflow:visible;min-height:3rem;row-gap:.25rem}.app-header.nav-open{z-index:1300}.app-header-burger{display:none;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;min-width:2.75rem;padding:0;flex:0 0 auto}.app-header-nav{display:contents}.app-header-nav-meta{display:none}.app-header-desktop-actions{display:contents}.app-header-spacer{flex:1 1 auto;min-width:.5rem}.app-header-nav-backdrop{display:none}.app-header-coding{gap:.3rem;padding:.35rem .65rem}.app-header .brand{font-weight:700;margin-right:.5rem;letter-spacing:.04em;flex:0 0 auto;display:inline-flex;align-items:center;border-bottom:none!important;padding:.15rem .25rem!important}.app-header .brand.brand-logo.active,.app-header a.brand.active{color:inherit;border-bottom:none!important}.brand-logo-img{display:block;height:40px;width:auto;max-width:15rem;object-fit:contain}.app-header a,.app-header button.linkish{background:transparent;border:none;color:var(--text-muted);padding:.35rem .5rem;white-space:nowrap;flex:0 0 auto}.app-header a.active{color:#fff;border-bottom:2px solid var(--accent)}.app-header .muted{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:8rem}.page{padding:1.25rem;max-width:1200px;margin:0 auto}.page.settings-page{max-width:none;width:100%;margin:0;padding:.85rem 1rem 1.25rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.card{border:1px solid var(--border);border-radius:16px;padding:1.1rem;background:var(--bg-elevated)}.card h2{margin-top:0}.layout-split{display:grid;grid-template-columns:280px 1fr 360px;gap:.75rem;min-height:70vh}@media(max-width:1000px){.layout-split{grid-template-columns:1fr}}.panel{border:1px solid var(--border);border-radius:14px;background:var(--bg-panel);overflow:hidden;display:flex;flex-direction:column;min-height:320px}.panel h3{margin:0;padding:.7rem .85rem;border-bottom:1px solid var(--border-header);font-size:.95rem}.panel .body{padding:.75rem;overflow:auto;flex:1}.msg{padding:.55rem .7rem;border-radius:10px;margin-bottom:.5rem;white-space:pre-wrap}.msg.user{background:var(--bg-user)}.msg.assistant{background:var(--bg-panel);border:1px solid var(--border)}.chip{display:inline-block;font-size:.8rem;padding:.2rem .5rem;border-radius:999px;background:var(--border-header);margin-bottom:.5rem}.login-wrap{max-width:420px;margin:4rem auto}.row{display:flex;gap:.5rem;align-items:center}.row>input[type=text],.row>input[type=password],.row>input[type=url],.row>input:not([type]),.row>select,.row>textarea{flex:1 1 auto;min-width:0}label.row,.check-row{display:inline-flex;width:auto;max-width:100%;gap:.55rem;align-items:center;justify-content:flex-start;cursor:pointer;margin:.35rem 0 .75rem;color:var(--text)}.muted{color:var(--text-muted);font-size:.9rem}.error{color:var(--error)}.success{color:var(--success);background:#30a05a2e;border:1px solid rgba(90,200,120,.45);border-radius:10px;padding:.55rem .75rem;margin:.4rem 0 .75rem;font-size:.92rem}.chip-ready{background:#30a05a59;color:#b8ffd0}.chip-invalid{background:#b4324659;color:#ffb4bc}.provider-save-msg{margin:.35rem 0 .6rem;font-size:.9rem}.provider-save-msg.ok{color:var(--success)}.provider-save-msg.bad{color:var(--error)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:16px;max-width:520px;width:100%;padding:1rem}.modal option-card,.option-card{border:1px solid var(--border);border-radius:12px;padding:.75rem;margin:.5rem 0;cursor:pointer}.option-card:hover,.option-card.selected{border-color:var(--accent)}.diff{font-size:11px;background:var(--bg);padding:.5rem;border-radius:8px;overflow:auto;max-height:200px}.voice-panel{margin-bottom:1rem}.voice-orb{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;margin:0 auto .75rem;background:radial-gradient(circle at 30% 30%,var(--accent),var(--bg-button) 70%);border:2px solid var(--border-strong);transition:transform .2s ease,box-shadow .2s ease}.voice-orb[data-active=true]{transform:scale(1.06);box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 35%,transparent);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 25%,transparent)}50%{box-shadow:0 0 0 12px color-mix(in srgb,var(--accent) 8%,transparent)}}.coding-page{max-width:1600px}.coding-page-wide{max-width:min(1800px,98vw)}.coding-page-fill{flex:1 1 auto;height:100%;min-height:0;padding:0;margin:0;max-width:none;width:100%;display:flex;flex-direction:column;background:var(--bg);overflow:hidden;position:relative}.coding-inline-error{margin:.35rem .75rem;flex:0 0 auto}.coding-shell{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;background:var(--bg);color:inherit;font-size:13px}.coding-shell-body{display:flex;flex:1 1 auto;min-height:0}.coding-activity{width:48px;flex:0 0 48px;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem 0;border-right:1px solid var(--border);background:var(--bg-panel)}.coding-activity button{width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:inherit;cursor:pointer}.coding-activity button.active{background:var(--bg-user)}.coding-left{width:240px;flex:0 0 auto;min-width:160px;border-right:0;overflow:auto;background:var(--bg-panel)}.coding-resize-col{flex:0 0 4px;width:4px;cursor:col-resize;background:var(--border);position:relative;z-index:2}.coding-resize-col:hover,.coding-resize-row:hover{background:var(--accent)}.coding-resize-row{flex:0 0 4px;height:4px;cursor:row-resize;background:var(--border);position:relative;z-index:2}body.coding-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}body.coding-resizing *{cursor:inherit!important;-webkit-user-select:none!important;user-select:none!important}.coding-center-col{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;min-height:0}.coding-center{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.coding-editor-area{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.coding-editor-tabs{display:flex;align-items:stretch;gap:1px;min-height:32px;border-bottom:1px solid var(--border);background:var(--bg-panel);overflow-x:auto}.coding-editor-tab{display:inline-flex;align-items:center;background:#1a2233;border-right:1px solid var(--border);min-width:0}.coding-editor-tab.active{background:#202b40}.coding-editor-tab-main{border:0;border-radius:0;background:transparent;color:inherit;padding:.4rem .55rem;max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coding-editor-tab-close{border:0;border-radius:0;background:transparent;color:var(--text-muted);padding:.35rem .45rem;line-height:1}.coding-editor-tab-close:hover{color:var(--text);background:#ffffff0f}.coding-editor-surface{flex:1 1 auto;min-height:0}.coding-preview{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.coding-preview-toolbar{display:flex;gap:.5rem;padding:.4rem .6rem;border-bottom:1px solid var(--border);background:var(--bg-panel)}.coding-preview-toolbar label{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0}.coding-preview-toolbar input{flex:1;min-width:0}.coding-preview-frame{flex:1 1 auto;width:100%;min-height:0;border:0;background:#fff}.coding-extensions{padding:.75rem}.coding-extensions-title{margin:0 0 .35rem;font-size:.95rem}.coding-extensions-blurb{margin:0 0 .75rem;font-size:.8rem;line-height:1.35}.coding-extensions-section{margin-bottom:1rem}.coding-extensions-heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem;margin-bottom:.35rem;font-size:.85rem}.coding-extensions-list{list-style:none;margin:0;padding:0}.coding-extensions-list li{display:flex;justify-content:space-between;gap:.5rem;padding:.3rem 0;border-bottom:1px solid var(--border);font-size:.85rem}.coding-extensions-mcp-form{display:grid;gap:.35rem;margin-bottom:.5rem}.coding-search{padding:.75rem}.coding-search-label{display:block;font-size:.8rem;margin-bottom:.35rem}.coding-search-row{display:flex;gap:.35rem;margin-bottom:.5rem}.coding-search-row input{flex:1;min-width:0}.coding-search-count{margin:0 0 .35rem;font-size:.8rem}.coding-search-list{list-style:none;margin:0;padding:0}.coding-search-list li button{width:100%;text-align:left;display:flex;flex-direction:column;gap:.15rem;padding:.4rem .35rem;border:0;background:transparent;color:inherit;cursor:pointer;border-radius:4px}.coding-search-list li button:hover{background:var(--bg-button)}.coding-search-path{font-size:.8rem;font-weight:600}.coding-search-preview{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coding-explorer-actions{display:flex;gap:.35rem;margin:.45rem 0}.coding-tree-row{display:flex;align-items:center;gap:.15rem}.coding-tree-main{flex:1;min-width:0}.coding-tree-actions{display:flex;gap:.1rem;opacity:.7}.coding-tree-actions button{padding:.15rem .35rem!important;min-width:auto}.coding-chat-progress{margin-bottom:.5rem}.coding-center-empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--muted, #8b9bb4);padding:1.5rem;text-align:center}.coding-bottom{flex:0 0 auto;border-top:0;overflow:auto;background:#0d1117;color:#c9d1d9;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.coding-terminal{display:flex;flex-direction:column;height:100%;min-height:0;padding:.35rem .5rem .5rem;outline:none}.coding-terminal-live{padding-bottom:.35rem}.coding-terminal-title-row{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;margin-bottom:.25rem}.coding-terminal-title{font-size:.68rem;letter-spacing:.08em;color:#8b949e}.coding-terminal-status{font-size:.72rem;flex:1 1 auto;min-width:0}.coding-terminal-reconnect{font-size:.72rem;padding:.1rem .4rem}.coding-terminal-xterm{flex:1 1 auto;min-height:0;width:100%}.coding-terminal-xterm .xterm{height:100%}.coding-terminal-xterm .xterm-viewport{overflow-y:auto!important}.coding-right{width:340px;flex:0 0 auto;min-width:260px;border-left:0;display:flex;flex-direction:column;min-height:0;background:var(--bg-panel)}.coding-right .panel{min-height:0!important;height:100%;display:flex;flex-direction:column;border:0;border-radius:0;flex:1 1 auto}.coding-chat-rail{display:flex;flex-direction:column;min-height:0;height:100%;flex:1 1 auto}.coding-chat-tabs{display:flex;align-items:stretch;gap:1px;min-height:32px;border-bottom:1px solid var(--border);background:var(--bg);overflow-x:auto;flex:0 0 auto}.coding-chat-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-bottom:1px solid var(--border-header);padding-right:.55rem}.coding-chat-header h3{margin:0;padding:.7rem .85rem;border-bottom:0;font-size:.95rem;flex:1 1 auto;min-width:0}.coding-chat-header-coding .coding-scope-select{flex:0 0 auto;max-width:9.5rem;font-size:.8rem}.coding-mobile-panel-close{display:none}.coding-chats{padding:.55rem .6rem}.coding-chats-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.coding-chats-header h3{margin:0;font-size:.95rem}.coding-chats-search{width:100%;margin:0 0 .4rem;box-sizing:border-box}.coding-chats-list{list-style:none;margin:0;padding:0}.coding-chats-row{margin:0;border-radius:6px;border:1px solid transparent;border-bottom-color:color-mix(in srgb,var(--border) 70%,transparent)}.coding-chats-row.active,.coding-chats-row.open{border-color:var(--border);background:color-mix(in srgb,var(--bg-user) 55%,transparent)}.coding-chats-row-inner{display:flex;align-items:center;gap:.15rem;min-height:2rem}.coding-chats-item{flex:1;min-width:0;display:flex;flex-direction:row;align-items:baseline;gap:.4rem;text-align:left;border:0;border-radius:6px;background:transparent;color:inherit;padding:.28rem .35rem;cursor:pointer}.coding-chats-item:hover{background:var(--bg-button)}.coding-chats-title{font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1 1 auto}.coding-chats-meta{font-size:.7rem;white-space:nowrap;flex:0 0 auto;opacity:.85}.coding-chats-actions{display:flex;flex:0 0 auto;gap:.05rem;padding:0 .15rem 0 0}.coding-chats-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;padding:0!important;min-width:0;border:0;border-radius:4px;background:transparent;color:inherit;opacity:.75}.coding-chats-icon-btn:hover:not(:disabled){background:var(--bg-button);opacity:1}.coding-chats-rename{display:flex;flex-wrap:nowrap;align-items:center;gap:.25rem;padding:.25rem}.coding-chats-rename input{flex:1 1 auto;min-width:0}.chat-reply-meta{margin-top:.35rem;font-size:.75rem;white-space:pre-wrap}.coding-menubar{display:flex;align-items:center;gap:.2rem;padding:.2rem .4rem;border-bottom:1px solid var(--border);background:var(--bg-panel);flex:0 0 auto}.coding-menubar-spacer{flex:1 1 auto;min-width:.5rem}.coding-layout-toggles{display:inline-flex;align-items:center;gap:.15rem}.coding-layout-toggles button{width:28px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-muted, #8b9bb4);padding:0;cursor:pointer}.coding-layout-toggles button:hover{color:var(--text);background:var(--bg-button);border-color:var(--border)}.coding-layout-toggles button.active{color:var(--text);background:var(--bg-user);border-color:var(--border-strong)}.coding-menubar-menu{position:relative}.coding-menubar-menu-btn{border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text);padding:.2rem .5rem;font-size:.84rem}.coding-menubar-menu-btn:hover,.coding-menubar-menu-btn.open{border-color:var(--border-strong);background:var(--bg-button)}.coding-menubar-separator{height:1px;margin:.2rem .4rem;background:var(--border)}.coding-statusbar{display:flex;justify-content:space-between;padding:.15rem .6rem;font-size:12px;background:var(--accent);color:#fff;flex:0 0 auto}.coding-left.hidden,.coding-right.hidden,.coding-bottom.hidden{display:none}.ide-frame-fill{flex:1 1 auto;width:100%;height:100%;min-height:0;border:0;border-radius:0;background:var(--bg);display:block}.header-inline-control{display:inline-flex;align-items:center;gap:.35rem;margin-left:.35rem}.header-select{width:auto;min-width:11rem;max-width:16rem;padding:.3rem .5rem;border-radius:8px;border:1px solid var(--border-strong);background:var(--bg-input);color:var(--text);font:inherit;font-size:.9rem}.header-menu{position:relative;display:inline-flex;align-items:center;gap:.3rem;margin-left:.2rem;z-index:1001;flex:0 0 auto}.header-menu-label{font-size:.8rem;white-space:nowrap}.header-menu-btn{display:inline-flex;align-items:center;gap:.35rem;min-width:7.5rem;max-width:12rem;padding:.25rem .45rem;border-radius:8px;border:1px solid var(--border-strong);background:var(--bg-input);color:var(--text);font:inherit;font-size:.85rem;cursor:pointer}.header-menu-btn:hover{border-color:var(--accent)}.header-menu-btn-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.header-menu-caret{opacity:.7;font-size:.75rem}.header-menu-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:16rem;max-width:min(22rem,92vw);max-height:min(70vh,28rem);overflow-y:auto;border:1px solid var(--border-strong);border-radius:10px;background:var(--bg-elevated);box-shadow:0 12px 40px #00000073;z-index:2000;padding:.25rem}.header-menu-item{display:flex;flex-direction:row;align-items:center;gap:.45rem;width:100%;text-align:left;padding:.4rem .5rem;border:none;border-radius:7px;background:transparent;color:var(--text);font:inherit;font-size:.88rem;cursor:pointer}.header-menu-item-check{width:.9rem;flex:0 0 .9rem;text-align:center;font-size:.78rem;color:var(--accent, #6ea8fe)}.header-menu-item-text{display:flex;flex-direction:column;gap:.08rem;flex:1;min-width:0}.header-menu-item-shortcut{flex:0 0 auto;font-size:.72rem;white-space:nowrap;opacity:.75}.coding-menubar-panel{min-width:18.5rem;max-width:min(28rem,94vw)}.header-menu-item:hover:not(:disabled){background:var(--bg-button)}.header-menu-item.selected,.header-menu-item.active-feature{background:#2f6fed2e}.header-menu-item.disabled,.header-menu-item:disabled{opacity:.45;cursor:not-allowed}.header-menu-item-title{font-weight:600}.header-menu-item-detail{font-size:.78rem}.header-toast{position:fixed;top:3.4rem;left:50%;transform:translate(-50%);z-index:3000;max-width:min(36rem,92vw);display:flex;align-items:flex-start;gap:.75rem;white-space:pre-wrap;padding:.55rem .75rem;border-radius:10px;border:1px solid var(--border-strong);background:var(--bg-elevated);box-shadow:0 10px 30px #0006}.app-header button.linkish{background:transparent;border:none;color:var(--text-muted);padding:.4rem .55rem}.app-header button.linkish:hover{color:#fff}.coding-topbar{justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.coding-tip{margin:0 0 .65rem}.coding-hints,.coding-activity{margin-bottom:.75rem}.coding-ide-only{display:block;width:100%}.ide-wrap-tall{min-height:min(82vh,920px);height:min(82vh,920px)}.coding-layout{display:grid;grid-template-columns:1fr 380px;gap:.75rem;min-height:78vh}@media(max-width:1100px){.coding-layout{grid-template-columns:1fr}}.ide-frame{width:100%;min-height:78vh;height:78vh;border:1px solid var(--border);border-radius:14px;background:var(--bg)}.ide-wrap,.coding-agent .panel{min-height:78vh}a.button{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-button);color:inherit;text-decoration:none;font:inherit;cursor:pointer}a.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.coding-hints button{font-size:.85rem}.file-tree{list-style:none;margin:.5rem 0;padding:0;max-height:40vh;overflow:auto}.file-tree li{margin:0}.file-tree button{width:100%;text-align:left;background:transparent;border:0;border-radius:8px;padding:.35rem .45rem;color:inherit;cursor:pointer}.file-tree button:hover{background:var(--bg-button)}.file-tree button.file-active{background:var(--bg-user)}.file-tree button:disabled{opacity:.55;cursor:default}.theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.theme-card{border:1px solid var(--border);border-radius:14px;padding:.85rem;background:var(--bg-panel);cursor:pointer;text-align:left}.theme-card.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.theme-swatch{height:42px;border-radius:10px;margin-bottom:.55rem;border:1px solid var(--border-header)}kbd{font:inherit;font-size:.85em;padding:.1rem .35rem;border-radius:6px;border:1px solid var(--border-strong);background:var(--bg-input)}.page.settings-page,.settings-page{max-width:none;width:100%;margin:0;padding:.85rem 1rem 1.25rem;box-sizing:border-box}.settings-page>h1{margin:0 0 .65rem;font-size:1.25rem}.settings-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:0;width:100%;min-height:calc(100vh - 7.5rem);border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--bg-elevated)}.settings-nav{border-right:1px solid var(--border-header);background:var(--bg-panel);padding:.85rem .6rem;overflow-y:auto}.settings-nav-group{margin-bottom:.85rem}.settings-nav-group-label{padding:.15rem .65rem .35rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);opacity:.85}.settings-nav-item{display:block;width:100%;text-align:left;border:none;background:transparent;color:var(--text-muted);border-radius:10px;padding:.5rem .7rem;margin-bottom:.12rem}.settings-nav-item:hover{background:var(--bg-button);color:var(--text)}.settings-nav-item.active{background:color-mix(in srgb,var(--accent) 22%,transparent);color:var(--text);font-weight:600}.settings-panel{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-elevated)}.settings-panel-header{display:flex;align-items:center;gap:.65rem;padding:.7rem 1.1rem;border-bottom:1px solid var(--border-header);flex-shrink:0}.settings-panel-header h2{margin:0;font-size:1.05rem}.settings-panel-body{padding:1rem 1.25rem 1.5rem;overflow-y:auto;flex:1;max-width:720px}.settings-panel-body .card{max-width:none}.settings-panel-body .card h3{margin:0 0 .75rem;font-size:1.05rem}.settings-mobile-cats{display:none}.settings-submenu-list{display:flex;flex-direction:column;gap:.55rem;max-width:560px}.settings-submenu-row{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;border:1px solid var(--border);border-radius:12px;background:var(--bg-panel);padding:.9rem 1rem}.settings-submenu-row:hover{border-color:var(--border-strong);background:var(--bg-button)}.settings-submenu-row>div{flex:1;min-width:0}.settings-back{display:inline-flex;align-items:center;margin:0 0 .85rem;background:transparent;border:none;color:var(--text-link);padding:.2rem 0}.settings-provider-card{border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem;margin-bottom:.75rem;background:var(--bg-panel)}.settings-provider-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.block-label{display:block;margin-top:.65rem;margin-bottom:.3rem;color:var(--text-muted);font-size:.9rem}.mono-sm{font-family:ui-monospace,Consolas,monospace;font-size:.78rem}.models-nest .card>.check-row:first-of-type,.models-nest .card>label.row:first-of-type{margin-top:0}@media(max-width:900px){.settings-shell{grid-template-columns:1fr;min-height:calc(100vh - 8.5rem)}.settings-nav{display:none;border-right:none;border-bottom:1px solid var(--border-header);max-height:42vh}.settings-nav.open{display:block}.settings-mobile-cats{display:inline-flex}.settings-panel-body{max-width:none}}@media(max-width:768px){html,body,#root{height:auto;min-height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}body{-webkit-text-size-adjust:100%}.app-shell{height:auto;max-height:none;min-height:100dvh;overflow:visible}.app-shell:has(.coding-page-fill){height:100dvh;max-height:100dvh;overflow:hidden}.app-main{overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)}.app-main:has(.coding-page-fill){overflow:hidden;flex:1 1 auto;min-height:0}button,a.button,.app-header a:not(.brand){min-height:2.75rem}.app-header a:not(.brand){min-width:2.75rem}.app-header .brand{min-height:0;min-width:0;padding:.15rem!important}input,textarea,select{font-size:16px;min-height:2.75rem}.page{padding:1rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));max-width:100%}.page h1{font-size:1.5rem;margin:0 0 .5rem}.page .panel{min-height:0}.card-grid{grid-template-columns:1fr;gap:.75rem}.card{padding:1rem}.row{flex-direction:column;align-items:stretch}.row>*{width:100%;max-width:100%!important}.chat-composer .row{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem}.chat-composer .row>*{width:auto;max-width:none!important}.chat-composer .row>label{flex:0 0 auto}.chat-composer .row>select{flex:1 1 7.5rem;min-width:0;min-height:2.5rem}.chat-composer .row>input{flex:1 1 10rem;min-width:0;min-height:2.75rem}.chat-composer .row>button{flex:0 0 auto;min-height:2.75rem;width:auto}.chat-panel .body{-webkit-overflow-scrolling:touch}.chat-composer{flex:0 0 auto;position:sticky;bottom:0;z-index:3;background:var(--bg-panel);padding-bottom:max(.75rem,env(safe-area-inset-bottom))!important}.login-wrap{margin:1.5rem auto;padding:1.25rem;width:calc(100% - 2rem);max-width:420px}.modal-backdrop{padding:.75rem;align-items:flex-end}.modal{max-width:100%;max-height:min(88dvh,100%);overflow:auto;border-radius:16px 16px 12px 12px;padding:1rem;margin-bottom:env(safe-area-inset-bottom)}.layout-split{grid-template-columns:1fr;min-height:auto}.app-header{flex-wrap:nowrap;padding:.35rem .65rem;padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));gap:.35rem}.app-header-burger{display:inline-flex}.app-header .brand-logo-img{max-height:1.75rem}.app-header-nav{display:none;position:fixed;top:calc(3.25rem + env(safe-area-inset-top));left:0;right:auto;width:min(20rem,86vw);bottom:0;z-index:2;flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));background:var(--bg-elevated);border-right:1px solid var(--border-strong);box-shadow:8px 0 32px #00000073;overflow-y:auto;pointer-events:auto}.app-header-nav.open{display:flex}.app-header-nav a,.app-header-nav button{width:100%;justify-content:flex-start;text-align:left;border-radius:10px;padding:.7rem .85rem;min-height:2.75rem}.app-header-nav a.active{border-bottom:none;background:color-mix(in srgb,var(--accent) 22%,transparent)}.app-header-spacer{display:none}.app-header-nav-meta{display:flex;flex-direction:column;gap:.4rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border)}.app-header-desktop-actions{display:none}.app-header-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;border:0;border-radius:0;background:#00000073;min-width:0;min-height:0;padding:0}.header-toast{left:.75rem;right:.75rem;top:auto;bottom:max(.75rem,env(safe-area-inset-bottom));max-width:none}.coding-page-fill,.coding-shell{min-height:0;height:100%}.coding-shell-body{position:relative;overflow:hidden;min-height:0;flex:1 1 auto}.coding-resize-col,.coding-resize-row{display:none!important}.coding-menubar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.15rem;padding:.25rem .35rem;flex:0 0 auto}.coding-menubar-menu-btn{min-height:2.25rem;min-width:auto;padding:.35rem .5rem;font-size:.82rem;white-space:nowrap}.coding-layout-toggles button{min-width:2.5rem;min-height:2.5rem}.coding-activity{width:3rem;flex:0 0 3rem}.coding-activity button{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;font-size:1.05rem}.coding-left:not(.hidden),.coding-right:not(.hidden){position:absolute;z-index:45;top:0;right:0;bottom:0;left:0;width:100%!important;max-width:none;flex-basis:auto!important;box-shadow:none;background:var(--bg-panel)}.coding-left:not(.hidden){z-index:40}.coding-right .panel,.coding-right .chat-panel-coding{min-height:0!important;height:100%;max-height:100%}.coding-right .panel .body,.coding-right .chat-panel-coding .body{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.coding-right .chat-composer{flex:0 0 auto;position:sticky;bottom:0}.coding-center-col{min-width:0;flex:1 1 auto;min-height:0}.coding-bottom:not(.hidden){position:relative;z-index:30;height:min(34dvh,14rem)!important;flex-basis:auto!important}.coding-statusbar{font-size:.72rem;padding:.25rem .5rem;padding-bottom:max(.25rem,env(safe-area-inset-bottom));flex:0 0 auto}.coding-editor-tabs,.coding-chat-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex:0 0 auto}.coding-chat-header{flex-wrap:wrap;gap:.35rem;flex:0 0 auto}.coding-mobile-panel-close{display:flex;align-items:center;justify-content:center;width:calc(100% - 1rem);margin:.4rem auto .2rem;min-height:2.4rem;border-radius:12px;font-weight:600;flex:0 0 auto}.coding-shell input,.coding-shell select{min-height:2.4rem}.panel .body{padding:.75rem}.settings-shell{min-height:calc(100dvh - 7rem)}.theme-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.theme-grid{grid-template-columns:1fr}.coding-menubar-panel,.header-menu-panel{left:.35rem;right:.35rem;min-width:0;max-width:none;width:auto}}
