/* ClawHouse-like automation workspace for 龙虾助手 */
.automation-agent-view.active-view{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.automation-head{min-height:64px;padding:14px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff}
.automation-head h2{margin:0;font-size:18px}.automation-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.automation-actions{display:flex;gap:10px}.automation-actions button{min-height:36px;padding:8px 12px;border-radius:11px}
.automation-layout{flex:1;min-height:0;display:grid;grid-template-columns:1fr}.automation-history{border-right:1px solid var(--line);padding:14px;background:#fbfcfe;overflow:auto}.automation-history h3{margin:0 0 10px;font-size:14px;color:#475467}.automation-run-list{display:grid;gap:8px}.auto-run{width:100%;background:#fff;color:#111827;border:1px solid #e5e7eb;text-align:left;border-radius:13px;padding:10px;box-shadow:none;display:block}.auto-run.active,.auto-run:hover{background:#fff3ec;border-color:#fed7aa;filter:none}.auto-run strong{display:block;white-space:normal;font-size:13px}.auto-run span{display:block;margin-top:5px;color:#667085;font-size:12px}
.automation-workspace{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.automation-log{flex:1;min-height:0;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:12px}.automation-empty{margin:auto;text-align:center;color:#667085}.automation-empty h3{color:#111827;margin:0 0 8px}.auto-msg{max-width:80%;border:1px solid #e5e7eb;border-radius:16px;padding:12px 14px;background:#f8fafc}.auto-msg.user{align-self:flex-end;background:#fff7ed;border-color:#fed7aa}.auto-msg b{display:block;margin-bottom:7px;color:#111827}.auto-msg p{margin:0;white-space:pre-wrap;line-height:1.65;color:#344054}.auto-event{display:flex;align-items:center;gap:10px;color:#667085;font-size:13px}.auto-event span{border:1px solid #e5e7eb;border-radius:999px;padding:3px 8px;background:#fff;color:#475467;font-weight:800}.auto-event.done span{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.auto-event.tool span{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.auto-event p{margin:0}
.automation-artifacts{border-top:1px solid var(--line);background:#f8fafc;padding:12px 22px}.automation-artifacts h3{margin:0 0 8px;font-size:14px}.artifact-row{display:grid;grid-template-columns:180px 1fr auto;gap:10px;align-items:center;padding:9px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.artifact-row strong,.artifact-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artifact-row span{color:#667085}.artifact-row em{font-style:normal;color:#047857;font-weight:700}
.automation-confirmation{margin:0 22px 12px;padding:12px 14px;border:1px solid #f59e0b;border-radius:8px;background:#fffbeb;color:#78350f}.automation-confirmation p{margin:5px 0 10px;color:#92400e}.automation-confirmation-actions,.automation-run-actions{display:flex;align-items:center;gap:8px}.automation-confirmation-actions button,.automation-run-actions button{min-height:34px;padding:7px 11px}.automation-run-actions{justify-content:flex-end;padding:8px 22px;border-top:1px solid var(--line);background:#fbfcfe}
.automation-composer{border-top:1px solid var(--line);padding:14px 22px;background:#fff;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.automation-composer textarea{min-height:104px;border:0;box-shadow:none;background:#fbfcfe;border-radius:14px}.automation-attachment-list{grid-column:2;display:flex;flex-wrap:wrap;gap:6px}.automation-attachment{display:inline-flex;align-items:center;max-width:100%;gap:6px;padding:4px 7px;border:1px solid #dbe3ef;border-radius:6px;background:#f8fafc;color:#344054;font-size:12px}.automation-attachment b{font-size:11px;color:#b54708}.automation-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation-attachment button{display:grid;place-items:center;width:16px;height:16px;padding:0;border:0;border-radius:3px;background:transparent;color:#667085;font-size:16px;line-height:1;cursor:pointer}.automation-attachment button:hover{background:#e9eef5;color:#101828}.automation-composer-bottom{grid-column:2;display:flex;justify-content:flex-end;gap:10px}.automation-composer-bottom select{width:180px;height:40px;padding:8px 10px}.automation-composer-bottom button{min-width:96px}
@media(max-width:900px){.automation-layout{grid-template-columns:1fr}.automation-composer{grid-template-columns:1fr}.automation-composer-bottom{grid-column:1;flex-wrap:wrap}.artifact-row{grid-template-columns:1fr}}
