.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999;font-size:14px}.action-buttons{display:flex;gap:8px}.action-btn{width:32px;height:32px;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s}.action-btn:hover{background:#f0f0f0}.file-item{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:10px;background:#fff}.file-preview{width:50px;height:50px;border-radius:4px;object-fit:cover;border:1px solid #e0e0e0}.file-details{flex:1}.file-name{font-size:14px;font-weight:500;color:#333;margin-bottom:4px}.file-size{font-size:12px;color:#666}.file-status{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase}.status-pending{background:#fff3cd;color:#856404}.status-converting{background:#d1ecf1;color:#0c5460}.status-completed{background:#d4edda;color:#155724}.status-error{background:#f8d7da;color:#721c24}.file-actions{display:flex;gap:8px}.download-btn{padding:6px 12px;background:#28a745;color:white;border:none;border-radius:4px;font-size:12px;cursor:pointer}.remove-btn{padding:6px 8px;background:#dc3545;color:white;border:none;border-radius:4px;font-size:12px;cursor:pointer}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.download-btn{background:#fff;border:1px solid #c7c7c7}button.download-btn:hover{background:#63ea32}.remove-btn{background:#ff8d98}