.command-tool{margin:1rem 0;border:1px solid #d9def8;border-radius:10px;overflow:hidden;background:#f8faff}.command-tool-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border-bottom:1px solid #d9def8}.command-tool-head strong{font-size:.75rem}.command-actions{display:flex;gap:.4rem;flex-wrap:wrap}.command-actions button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:6px;padding:.3rem .5rem;font:600 .6875rem Inter,system-ui,sans-serif;cursor:pointer}.command-actions button:first-child{background:#4361ee;color:#fff;border-color:#4361ee}.command-actions button:hover{filter:brightness(.96)}.command-actions button:disabled{cursor:not-allowed;opacity:.45;filter:none}.command-tool textarea{display:block;width:100%;height:44px;border:0;background:#0f172a;color:#e2e8f0;padding:.8rem;font:400 .72rem 'JetBrains Mono',ui-monospace,monospace;line-height:1.5;white-space:nowrap;overflow-x:auto;resize:none}.command-tool textarea:focus{outline:2px solid #4361ee;outline-offset:-2px}
@media(max-width:640px){.command-tool-head{align-items:flex-start;flex-direction:column}}
