.automation-form { display:grid; gap:12px; margin-top:16px; }
.automation-form > label { display:grid; gap:6px; }
.automation-form label:has(input[type=checkbox]) { display:flex; align-items:flex-start; gap:8px; font-size:12px; }
.automation-form textarea { min-height:76px; }
.automation-output { white-space:pre-wrap; overflow-wrap:anywhere; max-height:420px; overflow:auto; font:12px/1.6 monospace; }
#task-automation details { border-top:1px solid var(--border,#d8d7d0); padding:12px 0; }
#task-automation summary { cursor:pointer; font-size:13px; }
#task-automation p { font-size:12px; line-height:1.5; }
