/* PDF to Text — tool-specific styles */
.pt-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 16px 0 10px; }
.pt-meta { font-size: .88rem; color: var(--muted); }
.pt-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pt-check { display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; color: var(--muted); cursor: pointer; }
.pt-check input { width: 16px; height: 16px; }
.pt-text { width: 100%; min-height: 340px; resize: vertical; background: var(--bg-soft); border: 1px solid var(--line);
  color: var(--text); border-radius: var(--radius-sm); padding: 14px 16px; font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: .9rem; line-height: 1.6; }
.pt-text:focus { outline: none; border-color: var(--accent); box-shadow: var(--ring); }
