.chat-tools{display:grid;gap:6px;padding:5px 4px 10px;font-size:11px;color:var(--mute)}
.chat-tools input[type=search]{width:100%;padding:8px 9px;border:1px solid var(--border);border-radius:8px;background:var(--panel);font:inherit;color:var(--text)}
.chat-tools label{display:flex;align-items:center;gap:6px;color:var(--dim);cursor:pointer}
.chat-tools small{line-height:1.45}
.chat-tools button{justify-self:start}
.template-bar{display:flex;gap:6px;align-items:center;padding:8px 12px 0;flex-wrap:wrap}
.template-bar select,.template-bar button{padding:5px 8px;border-radius:6px;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer}
.template-bar select{max-width:180px}
.template-bar button:hover{border-color:var(--accent)}
.attachment-warning{margin:8px 12px 0;padding:8px;border:1px solid #e8b47f;background:#fff5e8;border-radius:7px;color:#7a4116;font-size:11px;line-height:1.5}
.attach-chip.warning{border-color:#e8b47f;color:#7a4116}
.usage-panel{max-height:180px;overflow:auto;padding:9px 12px;background:var(--panel-2);font-size:11px;color:var(--dim);line-height:1.6}
.usage-panel[hidden],.attachment-warning[hidden],.chat-tools button[hidden]{display:none}
.usage-panel table{width:100%;border-collapse:collapse;text-align:left}
.usage-panel th,.usage-panel td{padding:4px 8px 4px 0;border-bottom:1px solid var(--border)}
.usage-panel small{display:block;margin-top:5px}