*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5f5;overflow:hidden}.app-layout{display:flex;height:100vh;width:100vw}.sidebar{width:280px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;transition:width .3s ease;position:relative}.sidebar.collapsed{width:50px;justify-content:space-between;padding:.75rem 0}.sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid #e0e0e0}.sidebar-header h2{font-size:1.25rem;font-weight:700;color:#333}.api-key-section{padding:1rem;border-bottom:1px solid #e0e0e0}.api-key-section label{display:block;font-size:.875rem;font-weight:600;color:#666;margin-bottom:.5rem}.api-key-section input{width:100%;padding:.625rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem}.api-key-section input:focus{outline:none;border-color:#10a37f}.workflows-section{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column}.add-workflow-btn{width:100%;padding:.75rem;background:#10a37f;color:#fff;border:none;border-radius:6px;font-size:.875rem;<<<<<<< HEAD font-weight: 600;cursor:pointer;transition:background .2s;margin-bottom:1rem}.add-workflow-btn:hover{background:#0d8c6a}.add-workflow-form{background:#f9f9f9;padding:1rem;border-radius:6px;margin-bottom:1rem}.add-workflow-form input{width:100%;padding:.625rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem;margin-bottom:.5rem}.add-workflow-form input:focus{outline:none;border-color:#10a37f}.form-actions{display:flex;gap:.5rem;margin-top:.5rem}.form-actions button{flex:1;padding:.625rem;font-size:.875rem;border-radius:6px;border:none;font-weight:600;cursor:pointer;transition:background .2s}.form-actions button:first-child{background:#10a37f;color:#fff}.form-actions button:first-child:hover{background:#0d8c6a}.form-actions button:last-child{background:#666;color:#fff}.form-actions button:last-child:hover{background:#555}.workflows-label{font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.5px}.workflows-list{display:flex;flex-direction:column;gap:.5rem}.workflow-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.workflow-item:hover{background:#f9f9f9;border-color:#10a37f}.workflow-item.active{background:#e8f5f0;border-color:#10a37f}.workflow-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.checkmark{color:#10a37f;font-weight:700;font-size:1rem}.workflow-details{flex:1;min-width:0}.workflow-label{font-size:.875rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflow-id{font-size:.75rem;color:#999;font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delete-btn{width:24px;height:24px;padding:0;background:#fee;color:#c33;border:none;border-radius:4px;font-size:1.25rem;line-height:1;cursor:pointer;transition:background .2s;flex-shrink:0}.delete-btn:hover{background:#fdd}.collapse-btn{padding:.75rem;background:#f9f9f9;color:#666;border:none;border-top:1px solid #e0e0e0;font-size:.875rem;cursor:pointer;transition:background .2s}.collapse-btn:hover{background:#f0f0f0}.sidebar-logo{width:32px;height:32px;margin:0 auto;background:#e0e0e0;color:#666;border-radius:6px;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center}.expand-btn{width:32px;height:32px;padding:0;margin:0 auto;background:#f5f5f5;color:#666;border:1px solid #e0e0e0;border-radius:6px;font-size:1.25rem;cursor:pointer;transition:all .2s;display:block}.expand-btn:hover{background:#e8e8e8;border-color:#ccc}.workflow-count{font-size:1.5rem;font-weight:700;color:#666}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-container{flex:1;background:#fff;display:flex;flex-direction:column;overflow:hidden}.placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#999;padding:4rem 2rem}.placeholder p{margin-bottom:1rem}.placeholder .value-prop{font-size:1.125rem;color:#666;font-weight:500;line-height:1.5;margin-bottom:1.5rem}.docs-links{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.docs-link{color:#10a37f;text-decoration:none;font-size:.9rem;font-weight:500;transition:opacity .2s}.docs-link:hover{opacity:.8;text-decoration:underline}.error{background:#fee;color:#c33;padding:1rem 1.5rem;margin:1rem;border-radius:8px;border:1px solid #fcc}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}
