body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{background:#0f0f0f;color:#eee;font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol}.main-app-container{background-color:#0f0f0f;height:100vh;overflow:hidden;width:100vw}.flex-row-screens{display:flex;height:100vh;transition:transform .4s cubic-bezier(.77,0,.18,1);width:500vw}.password-screen{align-items:center;background:#0f0f0f;color:#eee;display:flex;flex-direction:column;font-family:inherit;justify-content:center;min-height:100vh}.password-header{color:#f44}.password-input{background-color:#1c1c1c;border:1px solid #f44;border-radius:6px;color:#fff;font-size:1rem;margin-bottom:1rem;padding:.75rem}.password-btn{background-color:#f44;border:none;border-radius:6px;color:#fff;padding:.5rem 1.5rem}.git-branch-screen{background-color:#181828;border-right:2px solid #222;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:monospace;height:100vh;padding:1.5rem 1rem 1rem;width:100vw}.git-branch-title{color:#9ee37d;font-size:2rem;letter-spacing:1px;margin-bottom:1rem;text-align:center;text-shadow:0 0 16px #222}.chat-screen{background-color:#0f0f0f;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;padding:1rem;width:100vw}.main-title{font-size:2rem;margin-bottom:.1em;margin-top:.3em}.main-title,.sub-title{color:#f44;text-align:center}.sub-title{font-size:1rem;font-weight:400;margin-bottom:.5em;margin-top:0}.chat-history{background-color:#111;border-radius:6px;flex:1 1;margin-bottom:1rem;overflow-anchor:none;overflow-y:auto;padding:.5rem;scroll-behavior:auto}.chat-history p{margin-bottom:.2em;margin-top:.2em}.chat-entry{line-height:1.35;margin-bottom:.25rem}.chat-entry>:first-child{margin-top:0}.chat-entry>:last-child{margin-bottom:0}.chat-entry blockquote,.chat-entry code,.chat-entry h1,.chat-entry h2,.chat-entry h3,.chat-entry h4,.chat-entry h5,.chat-entry h6,.chat-entry li,.chat-entry ol,.chat-entry p,.chat-entry pre,.chat-entry ul{margin-bottom:.15em;margin-top:.15em}.chat-entry ol,.chat-entry ul{margin:.2em 0 .2em 1.2em;padding-left:1.2em}.chat-entry li{margin:.08em 0}.chat-entry pre{margin:.2em 0;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.chat-entry blockquote{border-left:3px solid #444;margin:.3em 0 .3em .9em;padding-left:.6em}.chat-entry li,.chat-entry p{white-space:pre-line}.assistant-entry{background:#ff444430}.assistant-entry,.user-entry{border-radius:6px;overflow-wrap:anywhere;padding:.25rem .5rem;white-space:normal;word-break:break-word}.user-entry{background:#1c2b3a}.notification-entry,.system-entry{background:none;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.notification-entry{color:#b0b0b0;font-style:italic}.notification-entry>div,.reflection-bubble{white-space:pre-line}.reflection-bubble{background:linear-gradient(90deg,#191626 60%,#15141b);border:1.5px solid #7d47b7;border-radius:10px;box-shadow:0 3px 24px 0 #1d112a88,0 0 0 2px #44205c0c;color:#ece5fc;font-family:inherit;font-size:1.01rem;margin:18px auto 10px;max-width:600px;padding:20px 28px 16px;transition:box-shadow .15s,border .15s;word-break:break-word}.reflection-bubble:hover{background:linear-gradient(90deg,#231d35 60%,#191626);border-color:#a682e5;box-shadow:0 6px 32px 2px #7445b6,0 0 0 2px #a682e5;color:#fff}.reflection-bubble b{color:#fc62d6;font-weight:600;letter-spacing:.3px}.reflection-bubble .reflection-step,.reflection-bubble .reflection-tool{color:#ad89fa;display:block;font-size:.93em;font-weight:500;margin-top:5px}.reflection-bubble .reflection-title{color:#d3adfa;display:block;font-size:1.1em;font-weight:600;letter-spacing:.2px;margin-bottom:.8em}.model-selector{background-color:#1c1c1c;box-shadow:inset 0 0 10px #ff444488;margin-bottom:.75rem;max-width:200px}.chat-textarea,.model-selector{border:1px solid #f44;border-radius:6px;color:#fff;font-family:inherit;font-size:1rem;padding:.5rem;width:100%}.chat-textarea{background-color:#222;box-sizing:border-box;margin-top:0}.send-btn{background-color:#f44;border:none;border-radius:6px;box-sizing:border-box;color:#fff;display:block;font-size:1rem;margin-top:.5rem;padding:.75rem;width:100%}.log-screen{background-color:#000;box-sizing:border-box;color:#00ffb0;display:flex;flex-direction:column;height:100vh;padding:1rem;width:100vw}.log-header{margin:0 0 .5rem;text-align:center}.log-history{background-color:#111;border-radius:6px;flex:1 1;min-height:0;overflow-y:auto;padding:.5rem}.log-pre{font-size:.9rem;margin:0;white-space:pre-wrap}.console-log-screen{background-color:#1a1a1a;box-sizing:border-box;color:#eee;display:flex;flex-direction:column;font-family:monospace;height:100vh;padding:1rem;width:100vw}.console-log-header{color:#f6c}.console-log-history{flex:1 1;overflow-y:auto}.console-log-entry{color:#fff}.console-log-entry.error{color:#f88}.console-log-entry.warn{color:orange}.console-log-entry.info{color:#0ff}.code-editor-screen{background-color:#181818;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:monospace;height:100vh;padding:1rem;position:relative;width:100vw}.code-editor-title{color:#80d4ff;margin-bottom:1rem}.code-editor-header{align-items:center;display:flex;font-size:.9rem;margin-bottom:.5rem;position:relative}.code-editor-path{color:#ccc;flex:1 1;padding-right:30px;white-space:pre-wrap;word-break:break-all}.code-editor-path.dirty{color:#f44}.code-editor-close-btn{background:none;border:none;color:#888;cursor:pointer;font-size:1.2rem;font-weight:700;position:absolute;right:0;top:0}.code-editor-close-btn.dirty{color:#f44}.code-editor-textarea{background-color:#000;border:none;border-radius:6px;color:#0f0;flex:1 1;font-family:monospace;font-size:.95rem;outline:none;padding:1rem;resize:none}.code-editor-toolbar{display:flex;justify-content:space-between;margin-top:1rem}.code-editor-btn{background-color:#444;border:1px solid #666;border-radius:4px;color:#fff;padding:.5rem 1rem}.code-editor-save-btn{background-color:#f44;border:none;border-radius:4px;color:#fff}.file-picker-modal{background-color:#000000f2;box-sizing:border-box;color:#fff;height:100vh;left:0;overflow-y:auto;padding:2rem;position:absolute;top:0;width:100vw;z-index:9999}.file-picker-title{color:#80d4ff;margin-bottom:1rem}.file-picker-cancel-btn{background-color:#444;border:1px solid #888;border-radius:4px;color:#fff;margin-top:2rem;padding:.5rem 1rem}.file-tree-list{list-style:none;padding-left:1rem}.file-tree-folder{color:#fc0}.file-tree-toggle{cursor:pointer;margin-right:.5rem}.file-tree-file-btn{background:none;border:none;color:#fff;cursor:pointer;font-family:monospace;padding:0;text-align:left}.discard-prompt-modal{align-items:center;background:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100vw;z-index:99999}.discard-prompt-box{background:#222;border-radius:8px;box-shadow:0 0 24px #ff444477;color:#fff;padding:2rem}.discard-prompt-message{color:#f44;font-size:1rem;margin-bottom:1rem}.discard-prompt-btn{background:#f44;margin-right:12px}.discard-prompt-btn,.discard-prompt-cancel-btn{border:none;border-radius:5px;color:#fff;padding:.5rem 1.2rem}.discard-prompt-cancel-btn{background:#444}.session-overlay{right:1px}.agent-title-overlay,.session-overlay{background:none;border-radius:3px;box-shadow:none;color:#f44;font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;font-size:.6rem;font-weight:700;letter-spacing:.5px;line-height:1.1;margin:0;opacity:.84;padding:.1rem .5rem;pointer-events:none;position:fixed;top:1px;z-index:99999}.agent-title-overlay{left:1px}.assistant-entry :is(ul,ol),.system-entry :is(ul,ol),.tool-result-entry :is(ul,ol),.user-entry :is(ul,ol){list-style-position:outside;margin:.25em 0 .25em 1.2em;padding:0;white-space:normal}.assistant-entry :is(ul,ol)>li,.system-entry :is(ul,ol)>li,.tool-result-entry :is(ul,ol)>li,.user-entry :is(ul,ol)>li{line-height:1.35;margin:.15em 0}.assistant-entry :is(pre,code,kbd,samp),.system-entry :is(pre,code,kbd,samp),.tool-result-entry :is(pre,code,kbd,samp),.user-entry :is(pre,code,kbd,samp){overflow:auto;white-space:pre}.chat-entry :is(h1,h2,h3,h4,h5,h6,p,.reflection-title)+ol,.chat-entry :is(h1,h2,h3,h4,h5,h6,p,.reflection-title)+ul{margin-top:0;padding-top:0}.prethink-bubble{background:linear-gradient(90deg,#2d2a36 60%,#181923);border:1.5px solid #5e7ad7;border-radius:10px;box-shadow:0 3px 24px 0 #1d263a88,0 0 0 2px #205c8c0c;color:#e4eafc;font-family:inherit;font-size:1.01rem;margin:18px auto 10px;max-width:600px;padding:20px 28px 16px;transition:box-shadow .15s,border .15s;word-break:break-word}.prethink-bubble:hover{background:linear-gradient(90deg,#363b4d 60%,#232a3a);border-color:#a6c2fa;box-shadow:0 6px 32px 2px #5e7ad7,0 0 0 2px #a6c2fa;color:#fff}.prethink-bubble .prethink-title{color:#a6c2fa;display:block;font-size:1.1em;font-weight:600;letter-spacing:.2px;margin-bottom:.8em}.chat-history{scrollbar-color:#18171c #000;scrollbar-width:thin}.chat-history::-webkit-scrollbar{background:#000;width:12px}.chat-history::-webkit-scrollbar-track{background:#000;border-radius:10px;box-shadow:inset 0 0 6px #1a1a1f}.chat-history::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#18171c 60%,#23202a);border:2px solid #1a1a1f;border-radius:10px;box-shadow:inset 0 1px 6px 0 #000a,0 0 0 1px #23202a}.chat-history::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#23202a 70%,#18171c);border-color:#29243a}.half-width{max-width:35%;width:35%}.attach-btn{align-items:center;background:linear-gradient(180deg,#1f2933,#121417);border:1px solid #2f3b45;border-radius:6px;box-shadow:0 2px 6px #00000073;color:#e6eef6;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;min-height:36px;padding:6px 10px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.attach-btn:hover{border-color:#4af;box-shadow:0 6px 18px #0000008c;transform:translateY(-2px)}.attach-btn:active{transform:translateY(0)}.attach-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.plan-sidebar{background:#181c20;border-left:2px solid #9ee37d;box-shadow:-4px 0 24px #000a;color:#eee;font-family:Segoe UI,ui-sans-serif,sans-serif;height:100vh;max-width:90vw;overflow-y:auto;padding:2rem 1.5rem 1.5rem;position:fixed;right:0;top:0;transition:transform .2s cubic-bezier(.77,0,.18,1);width:400px;z-index:1002}.plan-sidebar-close{background:none;border:none;color:#9ee37d;cursor:pointer;font-size:2rem;position:absolute;right:16px;top:12px;z-index:1003}.plan-sidebar h2{color:#9ee37d;font-weight:700;letter-spacing:.5px;margin-bottom:1rem}.chs-root{inset:0;position:fixed;z-index:110000}.chs-backdrop{background:#000000a6;inset:0;position:fixed}.chs-drawer{background:#111;border-right:1px solid #222;box-shadow:0 10px 40px #000000b3;display:flex;flex-direction:column;height:100vh;left:0;max-width:85vw;position:fixed;top:0;transform:translateX(-100%);transition:transform .22s cubic-bezier(.22,.61,.36,1);width:340px}.chs-open{transform:translateX(0)}.chs-header{align-items:center;background:#0f0f0f;border-bottom:1px solid #222;display:flex;justify-content:space-between;padding:12px 14px}.chs-title{color:#f44;font-size:.95rem;font-weight:800;letter-spacing:.4px}.chs-close{background:none;border:1px solid #f44;border-radius:6px;color:#f44;cursor:pointer;font-size:1rem;padding:2px 8px}.chs-content{color:#eee;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:8px}.chs-loading{color:#aaa;padding:8px}.chs-error{color:#f88;padding:8px}.chs-list{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:0}.chs-list::-webkit-scrollbar{background:#000;width:10px}.chs-list::-webkit-scrollbar-track{background:#000;border-radius:8px}.chs-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#18171c 60%,#23202a);border:2px solid #1a1a1f;border-radius:10px}.chs-item{background:linear-gradient(180deg,#1f2933,#121417);border:1px solid #2f3b45;border-radius:6px;box-shadow:0 2px 6px #00000073;color:#e6eef6;cursor:pointer;display:flex;flex-direction:column;gap:2px;margin:6px 0;padding:10px;text-align:left;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease;width:100%}.chs-item:hover{border-color:#4af;box-shadow:0 6px 18px #0000008c;transform:translateY(-1px)}.chs-item-active{border-color:#f44;box-shadow:inset 0 0 0 1px #f44,0 0 16px #f443}.chs-id{font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Arial,sans-serif;font-size:.82rem;word-break:break-all}.chs-name{color:#a9b3bd;display:block;font-size:.78rem;line-height:1.2;margin-top:2px}.chs-empty{color:#888;font-style:italic;padding:8px}
/*# sourceMappingURL=main.ed454b1e.css.map*/