body{overflow:hidden}#container.svelte-mb2odu{display:flex;width:100%;height:calc(100vh - 80px);min-height:500px;border:1px solid #333;border-radius:6px;overflow:hidden}#editor-wrap.svelte-mb2odu{flex:1 1 auto;position:relative;height:100%;min-width:0}#godot-editor.svelte-mb2odu{width:100%;border:none;height:100%;background:#2a2a2a;display:block}#godot-overlay.svelte-mb2odu{position:absolute;inset:0;background:#0f0f0feb;color:#e6e6e6;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,system-ui,sans-serif;pointer-events:none;z-index:10}#godot-overlay.svelte-mb2odu .card:where(.svelte-mb2odu){max-width:460px;padding:24px 28px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;text-align:center}#godot-overlay.svelte-mb2odu .title:where(.svelte-mb2odu){font-size:18px;font-weight:600;color:#61a0ff;margin-bottom:12px}#godot-overlay.svelte-mb2odu .stage:where(.svelte-mb2odu){font-size:14px;color:#ddd;margin-bottom:14px}#godot-overlay.svelte-mb2odu .bar:where(.svelte-mb2odu){width:100%;height:6px;background:#2a2a2a;border-radius:3px;overflow:hidden;margin-bottom:14px}#godot-overlay.svelte-mb2odu .bar-fill:where(.svelte-mb2odu){height:100%;background:linear-gradient(90deg,#61a0ff,#b48aff);transition:width .4s}#godot-overlay.svelte-mb2odu .bar-downloading:where(.svelte-mb2odu){width:33%}#godot-overlay.svelte-mb2odu .bar-compiling:where(.svelte-mb2odu){width:66%}#godot-overlay.svelte-mb2odu .bar-initializing:where(.svelte-mb2odu){width:92%}#godot-overlay.svelte-mb2odu .hint:where(.svelte-mb2odu){font-size:11px;color:#888;line-height:1.5}#godot-overlay.svelte-mb2odu .hint:where(.svelte-mb2odu)>div:where(.svelte-mb2odu)+div:where(.svelte-mb2odu){margin-top:4px}#godot-overlay.svelte-mb2odu .title-debug:where(.svelte-mb2odu){margin-top:10px;font-size:10px;color:#555;font-family:Consolas,monospace;word-break:break-all}#splitter.svelte-mb2odu{width:6px;background:#444;cursor:col-resize;flex:0 0 6px;transition:background .15s}#splitter.svelte-mb2odu:hover,#splitter.dragging{background:#61a0ff}#ai-chat.svelte-mb2odu{width:420px;min-width:280px;background:#1a1a1a;color:#e6e6e6;display:flex;flex-direction:column;flex:0 0 auto;font-family:Segoe UI,system-ui,sans-serif}#chat-header.svelte-mb2odu{padding:10px 14px;background:#0f0f0f;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;align-items:center;font-size:13px}#chat-header.svelte-mb2odu .title{font-weight:600;color:#61a0ff}#chat-header.svelte-mb2odu button:where(.svelte-mb2odu){background:#2a2a2a;color:#ddd;border:1px solid #444;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:11px}#chat-header.svelte-mb2odu button:where(.svelte-mb2odu):hover{background:#3a3a3a}#chat-history.svelte-mb2odu{flex:1;overflow-y:auto;padding:12px;line-height:1.5;font-size:14px}#chat-history.svelte-mb2odu .msg{margin-bottom:16px;position:relative}#chat-history.svelte-mb2odu .msg .role{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;color:#888}#chat-history.svelte-mb2odu .msg-copy-btn{position:absolute;top:0;right:0;background:#2a2a2a;color:#ccc;border:1px solid #444;border-radius:4px;padding:2px 8px;cursor:pointer;font-size:11px;opacity:0;transition:opacity .15s;z-index:2}#chat-history.svelte-mb2odu .msg:hover .msg-copy-btn{opacity:1}#chat-history.svelte-mb2odu .msg-copy-btn:hover{background:#61a0ff;color:#000}#chat-history.svelte-mb2odu .msg-copy-btn.copied{background:#4ade80;color:#000;opacity:1}#chat-history.svelte-mb2odu .copy-all-btn{display:inline-block;margin:0 0 8px;background:#1f1f1f;color:#ccc;border:1px solid #444;border-radius:4px;padding:4px 10px;cursor:pointer;font-size:12px}#chat-history.svelte-mb2odu .copy-all-btn:hover{background:#61a0ff;color:#000}#chat-history.svelte-mb2odu .copy-all-btn.copied{background:#4ade80;color:#000}#chat-history.svelte-mb2odu .msg.user .role{color:#61a0ff}#chat-history.svelte-mb2odu .msg.assistant .role{color:#b48aff}#chat-history.svelte-mb2odu .msg.system .role{color:#ffb86c}#chat-history.svelte-mb2odu .msg .content{white-space:pre-wrap;word-wrap:break-word}#chat-history.svelte-mb2odu pre{position:relative;background:#0d0d0d;border:1px solid #2a2a2a;border-radius:6px;padding:28px 12px 10px;overflow-x:auto;margin:8px 0;font-family:Consolas,monospace;font-size:12.5px}#chat-history.svelte-mb2odu code{background:#2a2a2a;padding:1px 5px;border-radius:3px;font-family:Consolas,monospace;font-size:12.5px}#chat-history.svelte-mb2odu .copy-btn{position:absolute;top:4px;right:4px;background:#2a2a2a;color:#ccc;border:1px solid #444;border-radius:4px;padding:2px 8px;cursor:pointer;font-size:11px}#chat-history.svelte-mb2odu .copy-btn:hover{background:#61a0ff;color:#000}#chat-history.svelte-mb2odu .run-btn{right:48px;background:#1f3a1f;color:#9bff9b;border-color:#2a5a2a}#chat-history.svelte-mb2odu .agent-step{padding:5px 8px;border-radius:4px;background:#1a1a1a;border-left:3px solid #555;font-size:12px;line-height:1.4;margin-bottom:4px}#chat-history.svelte-mb2odu .agent-step.thinking{border-left-color:#ffcb6b;color:#888}#chat-history.svelte-mb2odu .agent-step.call{border-left-color:#61a0ff}#chat-history.svelte-mb2odu .agent-step.result.ok{border-left-color:#4ade80}#chat-history.svelte-mb2odu .agent-step.result.err,#chat-history.svelte-mb2odu .agent-step.err{border-left-color:#ff7b7b;color:#ff9b9b}#chat-history.svelte-mb2odu .intent-pill{display:inline-block;padding:2px 8px;border-radius:10px;font-size:10px;margin-bottom:6px}#chat-history.svelte-mb2odu .intent-pill.task{background:#1e2a40;color:#61a0ff}#chat-history.svelte-mb2odu .intent-pill.chat{background:#1e2a1e;color:#9bff9b}#chat-input-area.svelte-mb2odu{border-top:1px solid #2a2a2a;padding:10px;background:#0f0f0f}#chat-input.svelte-mb2odu{width:100%;min-height:56px;max-height:200px;background:#222;border:1px solid #333;border-radius:6px;color:#fff;padding:8px 10px;font-family:inherit;font-size:14px;resize:none;outline:none;box-sizing:border-box}#chat-input.svelte-mb2odu:focus{border-color:#61a0ff}#chat-controls.svelte-mb2odu{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:11px;color:#888}#send-btn.svelte-mb2odu{background:#61a0ff;color:#000;border:none;border-radius:4px;padding:6px 14px;cursor:pointer;font-weight:600}#send-btn.svelte-mb2odu:hover{background:#7eb3ff}#send-btn.svelte-mb2odu:disabled{background:#444;color:#888;cursor:not-allowed}#copy-all-btn.svelte-mb2odu{background:#2a2a2a;color:#ccc;border:1px solid #444;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:11px;margin-right:6px}#copy-all-btn.svelte-mb2odu:hover{background:#61a0ff;color:#000}#settings-panel{display:none;padding:12px;background:#0f0f0f;border-bottom:1px solid #2a2a2a;font-size:12px;max-height:60vh;overflow-y:auto}#settings-panel.open{display:block}#settings-panel label{display:block;margin:6px 0 2px;color:#aaa}#settings-panel input,#settings-panel select,#settings-panel textarea{width:100%;background:#222;border:1px solid #333;color:#fff;padding:5px 7px;border-radius:4px;font-size:12px;box-sizing:border-box}#settings-panel .hint{color:#666;font-size:11px;margin-top:4px}
