/* App-side additions on top of @bydrec/ai-shell — form controls the shell does not ship (used by the escalation dialog). */
.ash-input { font: inherit; font-size: var(--fs-sm); padding: 6px 10px; border-radius: var(--radius-sm); border: 1px solid var(--line-2); background: var(--paper); color: var(--ink); }
.ash-input:focus { outline: 2px solid var(--focus); outline-offset: 1px; }
textarea.ash-input { resize: vertical; }
