:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--surface-hover: #e9ecf1;--border: #e1e5eb;--text: #16191f;--text-muted: #5f6b7a;--accent: #4f46e5;--accent-hover: #4338ca;--accent-soft: #eef0ff;--accent-text: #ffffff;--user-bubble: #4f46e5;--user-text: #ffffff;--danger: #c62828;--radius: 10px;--radius-lg: 14px;--shadow: 0 1px 2px rgb(16 24 40 / 6%), 0 1px 3px rgb(16 24 40 / 8%);--font: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0f1115;--surface: #171a21;--surface-2: #1d212a;--surface-hover: #252a35;--border: #2a2f3a;--text: #e8eaef;--text-muted: #9aa3b2;--accent: #7c74ff;--accent-hover: #918aff;--accent-soft: #23234a;--user-bubble: #4f46e5;--danger: #ff6b6b;--shadow: none;color-scheme:dark}}:root[data-theme=dark]{--bg: #0f1115;--surface: #171a21;--surface-2: #1d212a;--surface-hover: #252a35;--border: #2a2f3a;--text: #e8eaef;--text-muted: #9aa3b2;--accent: #7c74ff;--accent-hover: #918aff;--accent-soft: #23234a;--user-bubble: #4f46e5;--danger: #ff6b6b;--shadow: none;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font:14px/1.5 var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}h1,h2,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}.muted{color:var(--text-muted);font-size:13px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-status{display:grid;place-items:center;height:100%;color:var(--text-muted)}.app-status.error{color:var(--danger)}.app{display:grid;grid-template-columns:72px 1fr;height:100%}.nav-rail{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:var(--surface);border-right:1px solid var(--border)}.brand{width:36px;height:36px;margin-bottom:12px;border-radius:10px;display:grid;place-items:center;font-weight:700;color:var(--accent-text);background:linear-gradient(135deg,var(--accent),#06b6d4)}.nav-item{width:56px;padding:8px 0 6px;display:flex;flex-direction:column;align-items:center;gap:2px;border:0;border-radius:var(--radius);background:transparent;color:var(--text-muted);font-size:11px;cursor:pointer}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:var(--accent)}.workspace{min-width:0;min-height:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;font-weight:600;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-secondary{background:var(--surface);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-hover)}.icon-btn{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;font-size:18px}.icon-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.icon-btn:disabled{opacity:.4;cursor:not-allowed}.badge{font-size:12px;padding:2px 8px;border-radius:999px;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);white-space:nowrap}.chat-workspace{display:grid;grid-template-columns:264px 1fr;height:100%}.sidebar{display:flex;flex-direction:column;min-height:0;padding:12px;gap:12px;background:var(--surface);border-right:1px solid var(--border)}.new-chat{width:100%}.conversation-list{flex:1;overflow-y:auto;margin:0 -4px;padding:0 4px}.sidebar-empty{padding:8px 4px}.group-label{margin:12px 8px 4px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.conversation-item{position:relative;display:flex;align-items:center;border-radius:8px}.conversation-item:hover,.conversation-item.menu-open{background:var(--surface-hover)}.conversation-item.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.conversation-select{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:7px 4px 7px 10px;border:0;border-radius:8px;background:transparent;color:inherit;font-weight:inherit;text-align:left;cursor:pointer}.conversation-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-menu-btn{flex-shrink:0;width:28px;height:28px;margin-right:4px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;opacity:0}.conversation-item:hover .conversation-menu-btn,.conversation-item.active .conversation-menu-btn,.conversation-item.menu-open .conversation-menu-btn,.conversation-menu-btn:focus-visible{opacity:1}.conversation-menu-btn:hover,.conversation-item.menu-open .conversation-menu-btn{background:var(--border);color:var(--text)}.rename-input{width:100%;height:34px;padding:0 10px;border:1px solid var(--accent);border-radius:8px;background:var(--surface);outline:none}.sidebar-view-header{display:flex;align-items:center;gap:4px;height:36px}.sidebar-view-header h2{font-size:14px;font-weight:600}.sidebar-footer-btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-top:1px solid var(--border);border-radius:0;background:transparent;color:var(--text-muted);cursor:pointer}.sidebar-footer-btn:hover{color:var(--text);background:var(--surface-hover)}.recording{display:flex;align-items:center;gap:6px;padding:0 4px 0 10px;border-radius:var(--radius);background:#dc26261a}.recording-dot{width:10px;height:10px;border-radius:50%;background:var(--danger);animation:pulse 1.2s infinite}.recording-time{min-width:36px;font-variant-numeric:tabular-nums;color:var(--danger);font-weight:600}.recording-stop{height:32px}.message-actions{display:flex;align-items:center;gap:2px;margin-top:4px}.message-assistant .message-actions:not(.playing){opacity:0;transition:opacity .12s}.message-assistant:hover .message-actions,.message-actions:focus-within{opacity:1}.message-action{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.message-action:hover{background:var(--surface-hover);color:var(--text)}.message-action-status{padding:0 6px;font-size:12px;color:var(--text-muted)}.menu{position:fixed;z-index:50;min-width:168px;padding:4px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 30px #0000002e}.menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;border:0;border-radius:6px;background:transparent;text-align:left;font-weight:400;color:var(--text);cursor:pointer}.menu-item:hover,.menu-item:focus-visible{background:var(--surface-hover);outline:none}.menu-item.danger{color:var(--danger)}.dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:#0a0c1073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog{width:min(440px,100%);padding:22px 22px 18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 24px 60px #0000004d}.dialog h2{font-size:17px;margin-bottom:10px}.dialog-body{display:flex;flex-direction:column;gap:8px;color:var(--text);overflow-wrap:anywhere}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){filter:brightness(1.08)}.archived-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:calc(100% - 48px);max-width:820px;margin:0 auto 20px;padding:10px 10px 10px 16px;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface-2);color:var(--text-muted)}.streaming-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse 1s ease-in-out infinite}.conversation{display:flex;flex-direction:column;min-width:0;min-height:0}.conversation-header{display:flex;align-items:center;gap:12px;height:56px;padding:0 24px;border-bottom:1px solid var(--border);background:var(--surface)}.conversation-header h1{font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-scroller{flex:1;overflow-y:auto}.message-list{max-width:820px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:18px}.message{display:flex;flex-direction:column}.message-user{align-items:flex-end}.message-user .message-body{max-width:75%;padding:10px 14px;border-radius:var(--radius-lg) var(--radius-lg) 4px var(--radius-lg);background:var(--user-bubble);color:var(--user-text)}.message-assistant .message-body{max-width:100%}.message-text{white-space:pre-wrap;overflow-wrap:anywhere}.message-meta{margin-top:4px;font-size:12px;color:var(--text-muted)}.message-meta.error{color:var(--danger)}.cursor{display:inline-block;width:8px;height:16px;margin-left:2px;vertical-align:text-bottom;background:var(--accent);animation:blink 1s steps(2) infinite}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center}.empty-state h2{font-size:20px}.empty-state p{max-width:420px}.empty-mark{width:56px;height:56px;margin-bottom:8px;border-radius:16px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft)}.composer{display:flex;align-items:flex-end;gap:6px;width:calc(100% - 48px);max-width:820px;margin:0 auto 20px;padding:8px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.composer:focus-within{border-color:var(--accent)}.composer-input{flex:1;min-height:36px;max-height:200px;padding:7px 6px;border:0;outline:none;resize:none;background:transparent;field-sizing:content}.send-btn{flex-shrink:0}.workspace-slot{height:100%}.workspace-slot[hidden]{display:none}.code-workspace{display:grid;grid-template-columns:260px 1fr 300px;height:100%}.code-pane{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--border);background:var(--surface)}.code-editor{background:var(--bg)}.code-ai{border-right:0;border-left:1px solid var(--border)}.pane-header{flex-shrink:0;height:40px;display:flex;align-items:center;padding:0 14px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border)}.pane-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;text-align:center;color:var(--text-muted)}.pane-note{padding:6px 12px}.icon-btn.small{width:28px;height:28px;font-size:16px}.explorer-header{justify-content:space-between;gap:8px;padding-right:6px}.explorer-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.pane-actions{display:flex;gap:2px}.explorer-tabs{display:flex;gap:4px;padding:6px 8px;border-bottom:1px solid var(--border)}.explorer-tabs button{flex:1;height:28px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:600}.explorer-tabs button.on{background:var(--accent-soft);color:var(--accent)}.explorer-body{flex:1;min-height:0;overflow:auto;padding:4px 0 12px}.tree ul{margin:0;padding:0}.tree-row{display:flex;align-items:center;gap:5px;width:100%;height:26px;padding-right:8px;border:0;background:transparent;color:var(--text);font-size:13px;text-align:left;cursor:pointer;white-space:nowrap}.tree-row:hover{background:var(--surface-hover)}.tree-row.selected{background:var(--accent-soft)}.tree-row.open .tree-name{color:var(--accent);font-weight:600}.tree-row svg{flex-shrink:0;color:var(--text-muted)}.tree-name{flex:1;overflow:hidden;text-overflow:ellipsis}.tree-chevron{display:inline-grid;place-items:center;width:14px;transition:transform .1s}.tree-chevron.hidden{visibility:hidden}.tree-chevron.expanded{transform:rotate(90deg)}.tree-create{display:flex;align-items:center;gap:5px;height:28px;padding-right:8px}.tree-create svg{flex-shrink:0;margin-left:19px;color:var(--text-muted)}.tree-create input{flex:1;min-width:0;height:24px;padding:0 6px;border:1px solid var(--accent);border-radius:4px;background:var(--surface);outline:none;font-size:13px}.dirty-dot{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:var(--text-muted)}.no-folder{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 16px;color:var(--text-muted);text-align:center}.recent{align-self:stretch;margin-top:16px;text-align:left}.recent-item{display:flex;flex-direction:column;width:100%;padding:6px 8px;border:0;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.recent-item:hover{background:var(--surface-hover)}.recent-name{color:var(--text);font-weight:600}.recent-path{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--text-muted)}.search-panel{display:flex;flex-direction:column;min-height:0}.search-form{display:flex;gap:4px;padding:6px 8px}.search-form input{flex:1;min-width:0;height:30px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);outline:none}.search-form input:focus{border-color:var(--accent)}.search-toggle{width:32px;height:30px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:700}.search-toggle.on{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.search-file h3{padding:8px 12px 2px;font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-hit{display:flex;gap:8px;width:100%;padding:3px 12px 3px 20px;border:0;background:transparent;text-align:left;font-size:12px;cursor:pointer}.search-hit:hover{background:var(--surface-hover)}.search-line{flex-shrink:0;min-width:22px;color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums}.search-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Cascadia Mono,Consolas,monospace}.search-preview mark{background:#facc1573;color:inherit;border-radius:2px}.editor-tabs{flex-shrink:0;display:flex;overflow-x:auto;background:var(--surface);border-bottom:1px solid var(--border)}.editor-tab{display:flex;align-items:center;flex-shrink:0;height:38px;border-right:1px solid var(--border);color:var(--text-muted)}.editor-tab.active{background:var(--bg);color:var(--text);box-shadow:inset 0 2px 0 var(--accent)}.editor-tab-label{height:100%;padding:0 4px 0 14px;border:0;background:transparent;color:inherit;font-size:13px;cursor:pointer}.editor-tab-close{width:22px;height:22px;margin-right:6px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:inherit;cursor:pointer}.editor-tab-close:hover{background:var(--surface-hover)}.editor-tab-close .dot{display:none;width:8px;height:8px;border-radius:50%;background:currentColor}.editor-tab-close.dirty .dot{display:block}.editor-tab-close.dirty .x,.editor-tab-close .x{font-size:16px;line-height:1}.editor-tab-close.dirty .x,.editor-tab-close.dirty:hover .dot{display:none}.editor-tab-close.dirty:hover .x{display:block}.editor-surface{position:relative;flex:1;min-height:0}.monaco-host{position:absolute;inset:0}.editor-overlay{position:absolute;inset:0;background:var(--bg)}.editor-status{flex-shrink:0;display:flex;justify-content:space-between;gap:12px;height:26px;padding:0 12px;align-items:center;font-size:12px;color:var(--text-muted);background:var(--surface);border-top:1px solid var(--border)}.settings-workspace{height:100%;overflow-y:auto;padding:32px}.settings-workspace>*{max-width:720px;margin-left:auto;margin-right:auto}.settings-workspace h1{font-size:22px;margin-bottom:20px}.settings-card{margin-bottom:16px;padding:4px 20px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.settings-card h2{padding:14px 0 6px;font-size:13px;font-weight:600;color:var(--text-muted)}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0;border-top:1px solid var(--border)}.settings-card h2+.setting-row{border-top:0}.setting-label{font-weight:600}select{height:36px;min-width:200px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}select option{background:var(--surface);color:var(--text)}.segmented{display:inline-flex;padding:3px;gap:2px;border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--border)}.segmented button{height:30px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:var(--text-muted);cursor:pointer}.segmented button.selected{background:var(--surface);color:var(--text);font-weight:600;box-shadow:var(--shadow)}.switch{appearance:none;position:relative;flex-shrink:0;width:40px;height:22px;margin:0;border-radius:999px;background:var(--border);cursor:pointer;transition:background .15s}.switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s}.switch:checked{background:var(--accent)}.switch:checked:after{transform:translate(18px)}.capability-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.capability-list li{font-size:12px;padding:2px 8px;border-radius:999px;border:1px solid var(--border)}.capability-list li.on{color:var(--accent);border-color:var(--accent)}.capability-list li.off{color:var(--text-muted)}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}.card-title-row h2{padding:6px 0}.card-intro{margin:0 0 10px}.empty-row{padding:8px 0 14px}.btn-small{height:30px;padding:0 10px;font-size:13px}.spacer{flex:1}.link-btn{border:0;background:none;padding:0 4px;color:var(--accent);font-weight:600;cursor:pointer}.link-btn.danger{color:var(--danger)}.field-label{display:block;margin:10px 0 4px;font-size:12px;font-weight:600;color:var(--text-muted)}.code-input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);font:12px/1.5 Cascadia Mono,Consolas,monospace;resize:vertical;outline:none}.code-input:focus{border-color:var(--accent)}.form-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.form-error{margin-top:8px;color:var(--danger);font-size:13px}.import-form{margin-bottom:14px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2)}.integration-list{margin-bottom:12px}.integration{border-top:1px solid var(--border)}.integration-head{display:flex;align-items:center;gap:10px;padding:10px 0}.integration-toggle{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px;border:0;background:none;padding:0;text-align:left;cursor:pointer}.integration-toggle .tree-chevron{align-self:center;color:var(--text-muted)}.integration-name{font-weight:600;white-space:nowrap}.integration-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--text-muted)}.status-pill{flex-shrink:0;font-size:12px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);white-space:nowrap}.status-pill.ok{color:#15803d;border-color:#86efac;background:#22c55e1a}.status-pill.warn{color:#b45309;border-color:#fcd34d;background:#f59e0b1f}.integration-detail{padding:0 0 16px 22px}.facts{display:grid;grid-template-columns:max-content 1fr;gap:4px 16px;margin:8px 0;font-size:13px}.facts dt{color:var(--text-muted)}.facts dd{margin:0}.detail-block{margin-top:14px}.detail-block h3{margin:0 0 6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.session-row{display:flex;align-items:center;gap:10px}.session-row h3{margin:0}.credential-row{display:flex;align-items:center;gap:8px;margin:6px 0}.credential-name{min-width:110px;font-weight:600;font-size:13px}.credential-row input{flex:1;min-width:0;height:32px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);outline:none}.credential-row input:focus{border-color:var(--accent)}.runner-row{display:flex;align-items:center;gap:10px}.runner-row select{min-width:180px}.op-signature{font-size:12px;color:var(--text-muted)}.run-result{margin-top:12px;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2)}.run-result.ok{border-color:#86efac}.run-result.failed{border-color:var(--danger)}.run-result.failed strong{color:var(--danger)}.run-summary{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.detail-footer{margin-top:16px}.run-data{max-height:280px;overflow:auto;margin:8px 0 0;font:12px/1.5 Cascadia Mono,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.provider-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.provider-card{padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.provider-card.in-use{border-color:var(--accent)}.provider-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.provider-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.check-ok{font-size:13px;color:#15803d}.advanced{margin-top:4px}.advanced summary{cursor:pointer;font-size:13px;color:var(--text-muted);padding:4px 0}.advanced .muted{margin:2px 0 0 118px;font-size:12px}.thinking{color:var(--text-muted);font-style:italic;margin-right:6px}.signin-page{min-height:100%;display:grid;place-items:center;padding:24px;background:var(--bg)}.signin-card{width:min(380px,100%);padding:28px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.signin-card h1{font-size:20px;margin-bottom:12px}.signin-brand{margin:0 0 16px}.signin-input{width:100%;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);outline:none}.signin-input:focus{border-color:var(--accent)}.signin-submit{width:100%;margin-top:18px}.voice-controls{display:flex;align-items:center;gap:8px}.voice-controls select{max-width:260px}.sync-form{padding-bottom:14px}.sync-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}.conflict-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.conflict{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #fcd34d;border-radius:var(--radius);background:#f59e0b14}.toast{position:fixed;z-index:60;left:50%;bottom:96px;transform:translate(-50%);display:flex;align-items:center;gap:12px;max-width:420px;padding:10px 8px 10px 16px;border-radius:var(--radius);background:var(--text);color:var(--bg);box-shadow:0 8px 24px #0003}.toast .icon-btn{color:inherit}.toast-action{padding:4px 10px;border:0;border-radius:6px;background:transparent;color:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.toast-action:hover{background:#80808033}@keyframes blink{50%{opacity:0}}@keyframes pulse{50%{opacity:.3}}@media(max-width:860px){.chat-workspace,.code-workspace{grid-template-columns:200px 1fr}.code-ai{display:none}}
