/* ai-prompt-optimizer.css v2-r4 */

.apo-area{font-size:.86rem;min-height:110px;width:100%;resize:vertical;border:1px solid var(--border);padding:.65rem;line-height:1.6;font-family:inherit}
.apo-area:focus{outline:none;border-color:var(--accent)}
.apo-output{margin-top:.85rem;padding:.85rem;background:var(--accent-soft);border:1px solid rgba(37,99,235,.25);font-size:.86rem;line-height:1.7;white-space:pre-wrap;display:none;font-family:inherit}
.apo-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}
.apo-tag{font-size:.72rem;padding:.28rem .65rem;border:1px solid var(--border);background:#f9fafb;cursor:pointer;color:var(--text-muted)}
.apo-tag.active{background:var(--accent);color:#fff;border-color:var(--accent)}
.apo-copy-row{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.74rem;color:var(--text-muted)}
