.gate{justify-content:center;align-items:center;height:100%;display:flex}.gate-box{flex-direction:column;gap:12px;width:320px;display:flex}.gate-box h1{margin:0}.gate-box input{border:1px solid #ccc;border-radius:6px;padding:8px 10px}.gate-box button{color:#fff;background:#1a1a1a;border:none;border-radius:6px;padding:8px 10px}.app{height:100%;display:flex}.sidebar{background:#fff;border-right:1px solid #e2e2e2;flex-direction:column;flex-shrink:0;width:300px;display:flex}.new-task-button{color:#fff;background:#1a1a1a;border:none;border-radius:8px;margin:12px;padding:10px;font-weight:600}.job-list{margin:0;padding:0 8px;list-style:none;overflow-y:auto}.job-list-empty{color:#888;padding:16px}.job-item{cursor:pointer;border-radius:8px;margin-bottom:4px;padding:10px}.job-item:hover{background:#f2f2f2}.job-item.selected{background:#e8e8ff}.job-item-title{text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:13px;overflow:hidden}.job-item-meta{color:#666;align-items:center;gap:6px;font-size:11px;display:flex}.status-badge{text-transform:uppercase;background:#eee;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600}.status-running,.status-posting_results{background:#fff3cd}.status-awaiting_input{background:#ffe0b2}.status-done{background:#d4edda}.status-failed{background:#f8d7da}.main{flex-direction:column;flex:1;min-width:0;display:flex}.new-task-form{flex-direction:column;gap:14px;width:100%;max-width:560px;margin:32px auto;padding:0 24px;display:flex}.new-task-form label{flex-direction:column;gap:4px;font-weight:600;display:flex}.new-task-form .hint{color:#888;font-weight:400}.new-task-form input,.new-task-form textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;padding:8px 10px;font-weight:400}.new-task-form .checkbox-label{flex-direction:row;align-items:center;gap:8px}.new-task-form button{color:#fff;background:#1a1a1a;border:none;border-radius:6px;padding:10px;font-weight:600}.new-task-form button:disabled{background:#999}.form-error{color:#b00020}.chat-view{flex-direction:column;height:100%;display:flex}.chat-view.loading{color:#888;justify-content:center;align-items:center}.chat-header{background:#fff;border-bottom:1px solid #e2e2e2;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.chat-branch{color:#888;font-size:12px}.chat-transcript{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.chat-thinking{color:#888;padding:4px 0}.bubble{white-space:pre-wrap;border-radius:12px;max-width:70%;padding:10px 14px}.bubble-human{color:#fff;background:#1a1a1a;align-self:flex-end}.bubble-assistant{background:#fff;border:1px solid #e2e2e2;align-self:flex-start}.bubble-error{background:#f8d7da;border-color:#f5c2c7}.bubble-meta{opacity:.7;margin-top:6px;font-size:11px}.chat-answer{background:#fff;border-top:1px solid #e2e2e2;gap:8px;padding:16px 20px;display:flex}.chat-answer input{border:1px solid #ccc;border-radius:6px;flex:1;padding:10px 12px}.chat-answer button{color:#fff;background:#1a1a1a;border:none;border-radius:6px;padding:10px 16px;font-weight:600}.chat-answer button:disabled{background:#999}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#1a1a1a;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button{font:inherit;cursor:pointer}input,textarea,select{font:inherit}
