/* png-to-text tool styles (OCR progress + result) */
.progress-container-ocr{margin-top:20px;text-align:center}.progress-bar-wrap-ocr{width:100%;height:12px;background:var(--border);border-radius:10px;overflow:hidden;margin-bottom:10px}.progress-bar-fill-ocr{width:0%;height:100%;background:var(--primary);transition:width .3s ease}.result-textarea-ocr{width:100%;min-height:250px;padding:15px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;line-height:1.6;resize:vertical;margin-bottom:15px;background:var(--bg)}
