*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d1117;--surface: #161b22;--surface2: #1c2128;--border: #30363d;--text: #e6edf3;--muted: #8b949e;--accent: #58a6ff;--success: #3fb950;--danger: #f85149;--btn-primary-bg: #238636;--btn-primary-hover: #2ea043;--sidebar-width: 220px;--sidebar-collapsed-width: 64px;--top-bar-height: 44px;--chat-collapsed-width: 420px;--radius: 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px}body[data-theme=light]{--bg: #f7f9fc;--surface: #ffffff;--surface2: #eef3f9;--border: #d2d9e4;--text: #18202b;--muted: #5b6778;--accent: #1f6feb;--success: #1e9f47;--danger: #cf222e;--btn-primary-bg: #1f6feb;--btn-primary-hover: #2f7cf3}body{background:var(--bg);color:var(--text);height:100vh;display:block;overflow:hidden}.logo-link{text-decoration:none;color:var(--text)}.logo-link strong{color:var(--accent)}.logo-sub{color:var(--muted);font-size:.8rem}#workspace{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden}.top-bar{height:var(--top-bar-height);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:flex-start;padding:0 .75rem;gap:.5rem;flex-shrink:0}.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:.4rem;min-width:0}.top-bar-left{flex:1}.top-bar-right{flex-shrink:0}.topbar-brand{font-size:.9rem;margin-right:.15rem}.topbar-sep{width:1px;height:18px;background:var(--border);opacity:.9;margin:0 .2rem}.app-select{min-width:220px;max-width:320px;height:28px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface2);color:var(--text);padding:0 .45rem;font-size:.82rem}.app-select:focus{outline:none;border-color:var(--accent)}.first-app-setup{flex:1;display:grid;place-items:center;padding:1.25rem}.first-app-card{width:min(560px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.6rem}.first-app-card h2{font-size:1.05rem}.first-app-card p{color:var(--muted);font-size:.9rem;line-height:1.45}.first-app-actions{display:flex;flex-wrap:wrap;gap:.5rem}.app-name{font-weight:600;font-size:.95rem}.panels{flex:1;display:flex;overflow:hidden}.panel{flex:1;display:flex;flex-direction:column;border-right:1px solid var(--border);overflow:hidden;min-width:0}.panel:last-child{border-right:none}.panel.collapsed{display:none}.panels.files-collapsed #panel-chat{flex:0 0 var(--chat-collapsed-width)}.panels.files-collapsed #panel-preview{flex:1 1 auto}.panels.chat-collapsed #panel-chat{display:none}.panel-header{height:36px;background:var(--surface2);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);flex-shrink:0}.panel-header-left{display:flex;align-items:center;gap:.35rem}.chat-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.chat-progress{height:24px;border-top:1px solid var(--border);background:#58a6ff14;color:var(--muted);font-size:.74rem;line-height:24px;padding:0 .75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-msg{display:flex;flex-direction:column;gap:.2rem;max-width:90%}.chat-msg.user{align-self:flex-end;align-items:flex-end}.chat-msg.assistant{align-self:flex-start;align-items:flex-start}.chat-bubble{padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-msg.user .chat-bubble{background:#58a6ff33;border:1px solid rgba(88,166,255,.3)}.chat-msg.assistant .chat-bubble{background:var(--surface2);border:1px solid var(--border)}.chat-msg-role{font-size:.7rem;color:var(--muted)}.chat-input-area{padding:.75rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.chat-input{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.875rem;padding:.5rem .75rem;resize:none;line-height:1.5;transition:border-color .15s}.chat-input:focus{outline:none;border-color:var(--accent)}.chat-input::placeholder{color:var(--muted)}.editor-layout{flex:1;display:flex;flex-direction:column;overflow:hidden}.editor-layout.collapsed{display:none}.file-select{min-width:170px;max-width:58%;height:26px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.75rem;padding:0 .45rem;text-transform:none}.file-select:focus{outline:none;border-color:var(--accent)}.file-editor{flex:1;background:var(--bg);color:var(--text);border:none;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8rem;line-height:1.6;padding:.75rem;resize:none;overflow:auto}.file-editor:focus{outline:none}.file-editor::placeholder{color:var(--muted)}.preview-frame{flex:1;border:none;background:#fff;width:100%}.app-workspace{flex:1;display:flex;flex-direction:column;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;font-family:inherit;font-size:.875rem;font-weight:500;border:1px solid transparent;border-radius:var(--radius);padding:.4rem .75rem;cursor:pointer;transition:background .12s,border-color .12s,color .12s;text-decoration:none;line-height:1;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--btn-primary-bg);color:#fff;border-color:var(--btn-primary-bg)}.btn-primary:not(:disabled):hover{background:var(--btn-primary-hover);border-color:var(--btn-primary-hover)}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}.btn-ghost:not(:disabled):hover{background:var(--surface2);color:var(--text)}.btn-success{background:#3fb95026;color:var(--success);border-color:#3fb9504d}.btn-success:not(:disabled):hover{background:#3fb95040}.btn-danger{background:transparent;color:var(--danger);border-color:transparent}.btn-danger:not(:disabled):hover{background:#f851491a;border-color:#f851494d}.btn-sm{font-size:.8rem;padding:.25rem .5rem}.btn-full{width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(440px,90vw);display:flex;flex-direction:column;gap:0}.modal-lg{width:min(1000px,92vw)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1rem;font-weight:600}.modal-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.modal-footer{padding:.75rem 1rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:var(--text)}.form-input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.875rem;padding:.5rem .75rem;transition:border-color .15s}.form-input:focus{outline:none;border-color:var(--accent)}.form-hint{font-size:.78rem;color:var(--muted);line-height:1.5}.prompt-view{width:100%;min-height:min(65vh,620px);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);padding:.75rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;line-height:1.55;resize:vertical}.prompt-view:focus{outline:none;border-color:var(--accent)}@media(max-width:768px){body{flex-direction:column;height:100dvh}#sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid var(--border);flex-direction:row;flex-shrink:0;overflow:hidden}.sidebar-header{border-bottom:none;border-right:1px solid var(--border);padding:.5rem .75rem;white-space:nowrap;flex-shrink:0}.sidebar-section{flex:1;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden;padding:.4rem .5rem;gap:.4rem;min-width:0}.section-label{display:none}.app-list{flex-direction:row;flex:unset;flex-shrink:0}.app-item{white-space:nowrap;flex-shrink:0}#btn-new-app{width:auto;flex-shrink:0;white-space:nowrap}.sidebar-footer{border-top:none;border-left:1px solid var(--border);padding:.4rem .5rem;flex-shrink:0}#btn-settings{width:auto}.panels{flex-direction:column}.panel{border-right:none;border-bottom:1px solid var(--border);flex:unset}.panel:last-child{border-bottom:none}#panel-preview{order:1;flex:2;min-height:180px}#panel-editor{order:2;flex:1;min-height:140px}#panel-chat{order:3;flex:1;min-height:140px}}.hidden{display:none!important}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--muted);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}
